/*
    Theme Name: Ellas Hjältar
    Author:  Artemasdigital
    Author URL: artemasdigital.com
    Description: ---- 2020.
    Document   : Framework
    Created on : 15 April 2020, 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: #333333;
    background: #fff;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;


}

.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;
}

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: 300;
    font-family: 'StickyLollipop-Regular';
}

h2 {
    margin: 0;
    padding: 0 0%;
    line-height: 1.1;
    font-size: 2.7em;
    color: #444;
    font-weight: 400;
    text-align: left;

}

p {
    margin: 0;
    padding: 0;
    line-height: 1.7;
    font-size: 1.3em;
    color: #444;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;

}



.outer:before,
.outer:after,
.container:after,
.container:before,
.slider:after,
.slider:before {
    content: " ";
    display: table;
}

.outer:after,
.container:after,
.slider:after {
    clear: both;
}

.outer {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
}

.banner a.light {
    padding: 18px 30px;
    box-shadow: none;
}

.banner a.dark {
    padding: 18px 30px;
    box-shadow: none;
}

.banner a.white {
    padding: 18px 30px;
    box-shadow: none;
}

a.dark {
    color: #fff;
    font-weight: 400;
    margin: 40px 0 0 0;
    padding: 18px 50px;
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    background: #395a6b;
    border-radius: 100px;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.20);
}

a.light {
    color: #fff;
    font-weight: 400;
    margin: 40px 0 0 0;
    padding: 18px 50px;
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    background: #c79da3;
    border-radius: 100px;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.20);
}

a.white {
    color: #395a6b;
    font-weight: 400;
    margin: 40px 0 0 0;
    padding: 15px 50px;
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    background: #fff;
    border-radius: 100px;
    text-decoration: none;
}

a.white:hover {
	background: #efefef;
}
a.light:hover {
	background: #1f1f1f;
 }
a.dark:hover {
	background: #6897af;
 }

.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1120px;
}



.banner {
    width: 100%;
    height: 130vh;
    max-height: 1100px;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    text-align: left;
    float: left;
    background: url(../img/banner.jpg) no-repeat top center/cover
}

.banner h2 {
    font-family: 'Optima';

}

.text img {
    width: 100%;
    position: absolute;
    top: -174px;
}

.text {
    margin: 0;
    background: rgba(199, 157, 163, 0.90);
    width: 90%;
    position: absolute;
    bottom: 0;
    right: 150px;
    max-width: 600px;
    color: #fff;
    text-align: left;
}

.text p {
    color: #fff;
    font-weight: 400;
    position: relative;
}

.text h2 {
    color: #fff;
    position: relative;
	font-family: 'Optima Bold'; 
    padding: 0 10% 0 0;

}

.banner .space {
    padding: 5% 10% 15% 10%;
}

.banner .child {
    height: 130vh;
    max-height: 1100px;
}

.home .section-1 {
    float: left;
    width: 100%;
    min-height: 100vh;
    background: url(../img/baby-section2.jpg) no-repeat top center/cover;

}

.home .section-1 .block {
    max-width: 530px;
    margin: 200px 0 0 0;
}

.home .section-1 .block h2 {
    font-size: 3.6em;
}

.home .section-1 .block p {
    padding: 30px 20% 0 0;
}

.home .section-1 .block img {
    margin-top: 25px;
    max-height: 300px;
    height: 100%;
    width: auto;
}

.home .sponsorerbox {
    float: left;
    background: #819cb1;
    width: 100%;
}

.sponsorerbox ul {
    width: 100%;
    float: left;
    padding: 0  0 100px 0;
    display: flex;
    flex-wrap: wrap;
    
}

.sponsorerbox li {
    width: 33.3%;
    margin: 0;
    float: left;
    text-align: center;
    background: #fff;
    padding: 80px 0;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.10);
}



	
.sponsorerbox li h3 {
    font-family: 'Optima Bold';
    text-align: center;
    font-size: 1.7em;
    color: #395a6b;
}

.sponsorerbox li img {
    width: 180px;
}

.sponsorer-logo h2 {
    text-align: center;
    font-family: 'Optima Bold';
    font-size: 2.7em;
    color: #fff;
    padding: 50px 25% 0;
}

.sponsorer-logo p {

    color: rgba(255, 255, 255, 0.75);
    padding: 10px 0;
}

.sponsorer-logo {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0px 0 100px 0;
}

.sponsorer-logo li img {
    vertical-align: middle;
    width: 90%;
}

.sponsorer-logo ul {
    padding: 50px 0 50px 0;
    display: block
}


.sponsorer-logo li {
    background: transparent;
    box-shadow: none;
    padding: 0;
    float: none;
    display: inline-block;
    margin: 0;

}



.sponsorer-logo li:nth-child(1) {
    width: 18%;
}

.sponsorer-logo li:nth-child(2) {
    width: 17%;
}

.sponsorer-logo li:nth-child(3) {
    width: 13%;
}

.sponsorer-logo li:nth-child(4) {
    width: 20%;
}

.sponsorer-logo li:nth-child(5) {
    width: 20%;
}



.sponsorer-logo .flickity-page-dots {
    position: relative;
    width: 100%;
    top: 0;
    left: inherit;
    right: 0;
    padding: 0 0 0 0px;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;

}

.sponsorer-logo .flickity-page-dots .dot {
    counter-increment: carousel-cell;
    background: transparent !important;
    font-weight: 400;
    opacity: 0.5;
    width: 30px !important;
    height: 30px !important;
    margin: 8px;
    padding: 0;


}

.sponsorer-logo .dot:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 1.5;
    font-size: 1em;
    color: white;
    position: relative;
    top: 6px;
}

.sponsorer-logo .carousel {
    width: 100%;
}

.sponsorer-logo .carousel-cell {
    width: 100%;
	height:240px;
}

.sponsorer-logo .flickity-page-dots .dot.is-selected {
    opacity: 1;
    border: 1px solid #fff;

}


.box-area, .corporate-packages {
    float: left;
    width: 100%;
    background: #819cb1;
}


.box-area h2 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 3em;
    font-weight: 600;
    color: #fff;
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    float: left;
    width: 100%;
}


.box-area ul {
    width: 100%;
    float: left;
    padding: 0;
}

.box-area .set {
    width: 100%;
    float: left;
    padding: 0;
}

.box-area li {
    width: 25%;
    margin: 0;
    float: left;
    text-align: center;
    background: #c79da3;
    padding: 70px 0 70px 0;
}

.box-area li:nth-child(2) {
    background: #395a6b;
}

.box-area li:nth-child(4) {
    background: #395a6b;
}

.box-area li h3 {
    font-family: 'Optima Bold';
    text-align: center;
    font-size: 1.8em;
    color: #fff;
	text-transform:uppercase;
}

.box-area li img {
    width: 130px;
}


.home .section-2 {
    float: left;
    width: 100%;
    min-height: 100vh;
    background: url(../img/sponser.jpg) no-repeat top center/cover;

}

.home .section-2 .block {
    max-width: 530px;
    margin: 200px 0 0 0;
    float: right;
}

.home .section-2 .block h2 {
    font-size: 3.6em;
    color: #fff;
}

.home .section-2 .block p {
    padding: 30px 20% 0 0;
    color: rgba(255, 255, 255, 0.70);
}




.home .section-3 {
    float: left;
    width: 100%;
    min-height:70vh;
    background: url(../img/baby-section7.jpg) no-repeat top center/cover;
}


.home .section-3 { 
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.home .section-3 .block {
    max-width: 530px;
    margin: 150px 0 0;
    float: left;
}

.home .section-3 .block h2 {
    font-size: 3.6em;
    color: #000;
}

.home .section-3 .block p {
    padding: 30px 20% 0 0;
    color: #000;
}

.formsec {
    background: #c79da3;
    padding: 100px 0;
    float: left;
    width: 100%;
}

.formsec .left {
    float: left;
    width: 40%;
    padding: 0 10% 0 0%;
}

.formsec .left h3 {
    font-family: 'Optima Bold';
    text-align: left;
    font-size: 2.7em;
    color: #fff;
    padding: 0 20% 30px 0;
}

.formsec .left p {
    color: #fff;
    padding: 0 0 25px 0;
}

.formsec .right {
    float: left;
    width: 40%;
    padding: 2% 10% 0 0;
}

.form-section form {
    max-width: 550px;
    margin: 0 auto;
}

.form-section form input,
.form-section form textarea,
.form-section form select {
    width: 100%;
    max-height: 72px;
    padding: 23px;
    box-sizing: border-box;
    color: #666;
}

.form-section form textarea {
    min-height: 160px;
}

.formsec input,
.formsec select {
    border: 0;
    background: #fff;
    width: 90%;
    padding: 5%;
    margin: 0 0 10px 0;
    color: #666;
    font-size: 1.3em;
}

.formsec textarea {
    height: 100px;
    resize: none;
    border: 0;
    background: #fff;
    width: 90%;
    padding: 5%;
    margin: 0 0 10px 0;
    color: #d1d1d1;
    font-size: 1.3em;
    font-family: 'Poppins', sans-serif;

}

.formsec input.btn-submit {
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 1.7em;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.formsec input.btn-submit:hover {
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 1.7em;
    border-bottom: 3px solid #fff;
}



.newsletter {
    background: #819cb1;
    padding: 70px 0 50px 0;
    float: left;
    width: 100%;
}

.newsletter .left {
    float: left;
    width: 40%;
    padding: 0 0% 0 0%;
}

.newsletter .left h3 {
    font-family: 'Optima Bold';
    text-align: left;
    font-size: 2.7em;
    line-height: 1;
    color: #fff;
    padding: 0 20% 30px 0;
}



.newsletter .right {
    float: left;
    width: 50%;
    padding: 0% 0% 0 0;
    position: relative;
}

.newsletter input {
    border: 0;
    background: #819cb1;
    width: 100%;
    padding: 20px 0 20px 0;
    margin: 0 0 10px 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.1em;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.newsletter input.btn-news {
    width: 40px;
    height: 20px;
    background: #fff;
    color: #fff;
    font-size: 1.7em;
    border: 0;
    background: url(../img/arrow.png) no-repeat top center/contain;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;

}
.footer-newsletter {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    clear: both;
}

.footer-newsletter h4 {
    font-size: 2rem;
    color: #333;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.footer-newsletter .mc4wp-form-fields {
    display: inline-block;
    width: 100%;
}

.footer-newsletter .mc4wp-form-fields input[type="email"] {
    width: 70% !important;
    padding: 10px 12px !important;
    margin-right: 8px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    background: #fff !important;
    color: #333 !important;
    vertical-align: top !important;
}

.footer-newsletter .mc4wp-form-fields input[type="submit"] {
    padding: 10px 18px !important;
    background-color: #819cb1 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    vertical-align: top !important;
    display: inline-block !important;

}

.footer-newsletter .mc4wp-form-fields input[type="submit"]:hover {
    background-color: #6b8ba0 !important;
}

.footer-newsletter .mc4wp-response {
    margin-top: 8px;
    font-size: 13px;
}
.footer-newsletter .btn-news {
        background: url(../img/arrow.png) no-repeat top center/contain;

}
.footer {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.ft-logo {
    float: left;
    width: 10%;
    padding: 0 8% 0 0;
}

.ft-menu {
    float: left;
    width: 30%;
    padding: 0 6% 0 0;
}

.ft-menu ul {
    float: left;
    width: 50%;
    padding: 0 0% 0 0;
}

.ft-menu li a {
    color: #333;
    padding: 0 0 5px 0;
    display: block;
    font-size: 1em;
}

.ft-address {
    float: left;
    width: 40%;
    padding: 0 0 0 0;
}

.ft-address li {
    display: block;
}

.ft-address a {
    color: #333;
    padding: 0 0 10px 0;
    font-size: 1.2em;
}

.ft-address i {
    padding: 0 5px 10px 0px;
    font-size: 1em;
}

.copy {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.copy span {
    padding: 0 3% 0 0;
}

.copy .contact {
    padding: 0;
    font-size: 1em;
}

.copy a {
    color: #333;
    padding: 5px; 
    position: relative;
    top: 0px;
}

.fa-heart {
    color: #ef3969;
}

.corporate-packages ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.corporate-packages li {
    width: calc(20% - 1px);
    background: #fff;
    border-right: 1px solid rgba(150, 170, 186, 0.6);
    -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;
}

.corporate-packages li:hover {
    background: #3a596b;
    -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;
}

.corporate-packages li {
    width: 40%;
    background: #c79da3;
    padding: 7% 5%;
    border: 0;
    display: flex;
}

.corporate-packages li:nth-child(1) {
    background: #819cb1;
    
}

.corporate-packages li:nth-child(1):hover {
    background: #5c86a7;
    
}

.corporate-packages li:nth-child(4):hover {
    background: #5c86a7;
    
}

.corporate-packages li:nth-child(4) {
    background: #819cb1;
    
}

.corporate-packages li:nth-child(2) {
    background: #7690a5;
    
}

.corporate-packages li:nth-child(3) {
    background: #c79da3;
    
}

.corporate-packages li:nth-child(2):hover {
    background: #c9808a;
    
}

.corporate-packages li:nth-child(3):hover {
    background: #c9808a;
    
}

.corporate-packages li figure {
    flex: 1 0 20%;
    max-width: 20%;
    padding: 0 60px 0 0;
}

.corporate-packages li .content {
    flex: 1 0 60%;
    max-width: 60%;
    padding: 0 60px 0 0;
    text-align: left;
    color: #fff;
}

.corporate-packages li h3 {
    font-family: 'Optima Bold';
    font-size: 2.8em;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.corporate-packages li .content .price {
    font-family: 'Optima Bold';
    font-size: 2.8em;
    text-transform: capitalize;
}

.corporate-packages li .content {
    display: block;
    color: rgba(255, 255, 255, 0.53);
    padding: 10px 0px 0 0;
    text-transform: capitalize;
}

.corporate-packages li .content .description p {
    color: #fff;
    margin-top: 10px;
}

.corporate-packages li .content .featurespak {
    padding-top: 20px;
}

.about .section-2 {
    float: left;
    width: 100%;
    min-height: 100vh;
    background: url(../img/about-var.jpg) no-repeat top center/cover;
}

.about .section-2 .block {
    max-width: 710px;
    margin: 200px 0 0 0;
    float: left;
}

.about .section-2 .block h2 {
    font-size: 3.6em;
    color: #fff;

}

.about .section-2 .block p {
    padding: 30px 20% 0 0;
    color: rgba(255, 255, 255, 0.70);
}

.about .box-area {
    float: left;
    width: 100%;
    background: #fff;
}

.about .box-area h2 {
    color: #819cb1;
    border-bottom: 1px solid rgba(150, 170, 186, 0.6);
}

.about .box-area h3 {

    color: #819cb1;
    font-size: 1.2em;
    padding: 10px 20%;
}

.about .box-area ul {
    display: flex;
    flex-wrap: wrap;
}

.about .box-area li {
    width: calc(20% - 1px);
    background: #fff;
    border-right: 1px solid rgba(150, 170, 186, 0.6);
    -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;
}

.about .box-area li:hover {
    background: #3a596b;
    -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;
}


.about .box-area li:hover h3 {

    color: #fff;
}

.about .box-area li:hover img {

    border-radius: 100px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

}


.about .box-area li img {
    width: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tab-section {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #f6f1f1;
}

.about .banner {
    width: 100%;
    height: auto;
    max-height: 110vh;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    text-align: left;
    float: left;
    background: url(../img/about-banner.jpg) no-repeat bottom center/cover;
}

.about .text {
    background: transparent;
    width: 100%;
    position: absolute;
    padding: 0;
    bottom: 200px;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.about .text h2 {
    text-align: center;
    padding: 0 25%;
    font-size: 3.5em;
    text-shadow: 0 0 11px #0b100f;
	font-family: 'StickyLollipop-Regular';
}

.about .text a.light {
    padding: 18px 70px;
}

.about .blue .left {
    width: 32%;
    padding: 5% 5% 10% 5%;
    float: left;
    background: #fff;
    text-align: center;
    position: relative;
}

.about .blue .left::after {
    width: 100%;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    top: -20px;
    left: 0;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    background-color: #fff;
    z-index: 1;
}

.about .blue .left h1 {
    color: #b0848a;
    font-size: 5.5em;
    position: relative;
    z-index: 2;
    line-height: 1.1;
}

.about .blue .left h1::after {
    content: "";
    height: 70px;
    width: 70px;
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 2;
    background: url(../img/love.png) no-repeat bottom center/contain;
}

.about .blue .left p {
    color: #b0848a;
    padding: 40px 0;
    position: relative;
    z-index: 2;
    line-height: 1.3;
}

.about .blue .right {
    width: 40%;
    padding: 2% 8% 15% 8%;
    float: left;
}

.about .blue .right p {
    color: rgba(255, 255, 255, 0.65);
    padding: 0 0 80px 0;

}

.about .blue .right p.big {
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 0 20px 0;
}

.about .blue {
    background: #607d97;
    padding: 0px 0;
    float: left;
    width: 100%;
    -webkit-box-shadow: inset 0px -500px 0px 0px rgba(34, 35, 25, 1);
    -moz-box-shadow: inset 0px -500px 0px 0px rgba(34, 35, 25, 1);
    box-shadow: inset 0px -500px 0px 0px rgba(34, 35, 25, 1);

}

.about .green img {
    position: relative;
    top: -100px;
}

.about .green h2 {

    font-family: 'StickyLollipop-Regular';
    font-size: 3.5em;
    padding: 0 20%;

}

.about.hjal .banner {
    width: 100%;
    height: 130vh;
    max-height: 1180px;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    text-align: left;
    float: left;
    background: url(../img/banner-2.jpg) no-repeat top center/cover;
}



.about.hjal .banner .child {
    height: 130vh;
    max-height: 1180px;
}



.about.hjal .banner h2 {
    font-family: 'StickyLollipop-Regular';
    font-size: 4.5em;
    line-height: 1;
    color: #000;
    padding: 0 28%;
}

.about.hjal .banner p {
    color: rgba(0, 0, 0, 0.78);
    padding: 50px 30% 0;
    line-height: 1.4;
}

.about.hjal .text {
    bottom: 35%;
}

.about.hjal .box-area li {
    width: 40%;
    margin: 0;
    float: left;
    text-align: center;
    background: #c79da3;
    padding: 7% 5%;
    border: 0;
}

.about.hjal .box-area li:nth-child(1) {
    background: #819cb1;

}

.about.hjal .box-area li:nth-child(1):hover {
    background: #5c86a7;

}

.about.hjal .box-area li:nth-child(4):hover {
    background: #5c86a7;

}

.about.hjal .box-area li:nth-child(4) {
    background: #819cb1;

}

.about.hjal .box-area li:nth-child(2) {
    background: #7690a5;

}

.about.hjal .box-area li:nth-child(3) {
    background: #c79da3;

}

.about.hjal .box-area li:nth-child(2):hover {
    background: #c9808a;

}

.about.hjal .box-area li:nth-child(3):hover {
    background: #c9808a;

}

.about.hjal .box-area li figure {
    float: left;
    width: 20%;
    padding: 0 60px 0 0;
    margin: 0;

}

.about.hjal .box-area li h3 {
    float: left;
    width: 60%;
    padding: 0;
    font-size: 3.2em;
    line-height: 1;
    text-align: left;
    color: #fff;
	text-transform: uppercase;
}

.about.hjal .box-area li h3 span {
    display: block;
    color: rgba(255, 255, 255, 0.53);
    font-size: 70%;
    padding: 10px 0px 0 0;
	text-transform: capitalize;
}


a.aline {
    color: #fff;
    position: relative;
    -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;
    position: relative;
    margin: 40px 0 0 0px;
    padding: 20px 0;
    display: block;
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;

}

a.aline:hover {
    color: #fff;
    position: relative;
    -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.aline:hover:before {
    width: 90px;
    -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.aline:before {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    top: 28px;
    left: 80px;
    background: #fff;
    -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;
}


.hjal-kids {
    width: 100%;
    min-height: 100vh;
    margin: 0px 0 0 0;
    padding: 10% 0 0 0;
    position: relative;
    text-align: left;
    float: left;
    background: url(../img/hjal-kids1.jpg) no-repeat top center/cover;
    background-attachment: fixed;
}



.hjal-kids .left {
    float: left;
    width: 50%;
    padding: 0 0px 0 0;
    margin: 0;

}

.hjal-kids .right {
    float: left;
    width: 35%;
    padding: 0 15% 0 0;
    margin: 0;

}

.hjal-kids h2 {
    font-family: 'Optima Bold';
    text-align: left;
    font-size: 2.7em;
    color: #fff;
    padding: 0 20% 30px 0;

}

.hjal-kids p {
    color: rgba(255, 255, 255, 0.85);

}


.sahar {
    width: 100%;
    margin: 0px 0 0 0;
    padding: 100px 0 0 0;
    position: relative;
    float: left;
    background: #f2f4ee;
    -webkit-box-shadow: inset 0px -300px 0px 0px rgba(199, 157, 163, 1);
    -moz-box-shadow: inset 0px -300px 0px 0px rgba(199, 157, 163, 1);
    box-shadow: inset 0px -300px 0px 0px rgba(199, 157, 163, 1);
}

.sahar h2 {
    text-align: center;
    font-size: 3.6em;
}

.sahar li:nth-child(1) h3 {
    color: #c79da3;
    position: relative;
    top: -50px;

}

.sahar li:nth-child(2) h3 {
    color: #819cb1;
    position: relative;
    top: -50px;

}

.sahar li:nth-child(3) h3 {
    color: #819cb1;
    position: relative;
    top: -50px;

}

.sahar h2 {
    text-align: center;
    font-size: 3.6em;
}

.sahar p {
    text-align: center;

}

.sahar .container {
    width: 90%;
    max-width: 1220px;
}

.sahar ul {
    padding: 120px 0 70px 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sahar li {
    width: 23%;
    margin: 0 1%;
    float: left;
    text-align: left;
    background: #fff;
    padding: 0 4% 3% 4%;
    border: 0;
    -webkit-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.16);
}

.sahar li h3 {
    font-size: 6.5em;
    font-family: 'Optima Bold';


}

.sahar li p {
    text-align: left;
    font-size: 1.1em;
    padding: 20px 0 0 0;
    color: #666;
    position: relative;
    top: -20px;

}

.sahar li h4 {
    font-size: 1.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    top: -20px;

}

.sahar li a {
    color: #c79da3;
    display: block;
    text-decoration: underline;
    padding: 20px 0 0 0;

}


.sahar img {
    position: relative;
    top: -120px;
}

.hjal .formsec {
    background: #c79da3;
    padding: 0 0 100px 0;
    float: left;
    width: 100%;
}

.hjal .formsec .container {
    position: relative;
/*     top: -70px; */
	padding:70px 0;
}

.baby {
    position: relative;
}


.sahar .block {
    max-width: 350px;
    margin: 70px 0 0 0;
    position: absolute;
    right: 230px;
    top: 0;
    text-align: left;

}

.sahar .block h2 {
    text-align: left;
}

.sahar .block p {
    text-align: left;
    padding: 20px 0 0 0;
}

.ambassadorer .banner {
    width: 100%;
    min-height: 100vh;
    margin: 140px 0 0 0;
    padding: 0% 0 0 0;
    position: relative;
    text-align: left;
    float: left;
    background: url(../img/sponser.jpg) no-repeat top center/cover;
}



.ambassadorer .banner .left {
    width: 28%;
    padding: 5% 5% 0% 5%;
    background: rgba(199, 157, 163, 1);
    text-align: left;
    position: absolute;
    right: 150px;
    bottom: 0;
    opacity: 0.9;
}


.ambassadorer .banner .left::after {
    width: 100%;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    top: -20px;
    left: 0;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    background-color: rgba(199, 157, 163, 91);
    z-index: 1;
}


.ambassadorer .banner .left h1 {
    color: #fff;
    font-size: 7em;
    position: relative;
    z-index: 2;
    line-height: 0.9;
    text-align: left;
    position: relative;
    top: -150px;
}


.ambassadorer .banner .left p {
    color: #fff;
    padding: 40px 0;
    position: relative;
    top: -130px;
    z-index: 2;
    line-height: 1.4;
}


.ambassadorer .banner .left p::after {
    width: 1px;
    content: "";
    display: block;
    height: 70px;
    position: absolute;
    bottom: -80px;
    left: 2px;
    background: #fff;
    z-index: 1;
}


.content-area {
    padding: 100px 0 120px 0;
    float: left;
    width: 100%;
    background: url(../img/bg-img-ambs.jpg) no-repeat 100% 30%/60%;

}

.content-area h2 {
    font-family: 'Optima Bold';
    padding: 0 0 20px 0;
    line-height: 1.15;
}

.content-area .left {
    width: 40%;
    float: left;
    padding: 0 5% 0 5%;
}

.content-area .right {
    width: 40%;
    padding: 0 5% 0 5%;
    float: left;
}


.content-area .left .spacer {
    padding: 50px 0;
    display: block;
}

.content-area .right .spacer2 {
    padding: 100vh 0 0 0;
    display: block;
}

.bluec {
    background: #819cb1;
}

.greyc {
    background: #918c91;
}

.redc {
    background: #c79da3;
}

.circle-box {
    padding: 0 10% 10% 10%;
    position: relative;
    margin: 150px 0 0 0;
    float: left;
}

.circle-box img {
    width: 150px;
    position: absolute;
    right: 60px;
    top: -50px;
    display: inline-block;

}

.circle-box h2 {
    color: #fff;
    padding: 120px 0 20px 0;
}

.circle-box p {
    color: #fff;
    padding: 0 0 20px 0;
}

.about.hjal.vara .banner {
    width: 100%;
    height: 170vh;
    max-height: 1180px;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    text-align: left;
    float: left;
    background: url(../img/vara.jpg) no-repeat bottom center/cover;
}

.about.hjal.vara .banner .child {
    height: 170vh;
    max-height: inherit;
}

.about.hjal.vara .text {
    bottom: 43%;
}

.about.hjal.vara .container {
    position: relative;
    top: 0px;
}
.varaslider {
    width: 100%;
    float: left;
    background: #819cb1;
    overflow: hidden;
}

.hjal.vara .formsec {
    padding: 100px 0 100px 0;
}



.hjal.vara .content-area {
    padding: 100px 0 120px 0;
    float: left;
    width: 100%;
    background: #fff;

}

.hjal.vara .content-area p {
    padding: 20px 0 20px 0;
}

.hjal.vara .content-area .right img {
    padding: 50px 0 50px 0;
}


 


.hjal.vara .flickity-page-dots {
    position: absolute;
    width: 150px;
    top: 150px;
    left: inherit;
    right: -200px;
    padding: 0 0 0 90px;
    margin: 0;
    list-style: none;
    text-align: left;
    line-height: 1;


}

.hjal.vara .flickity-page-dots .dot {
    counter-increment: carousel-cell;
    background: transparent !important;
    font-weight: 400;
    opacity: 0.9;
    position: relative;
}

.hjal.vara .dot:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 1.5;
    font-size: 18px;
    color: white;
}



.hjal.vara .carousel {
    width: 100%;
    height: 450px;
    padding: 130px 0;
    margin: 0;
}

.hjal.vara .carousel-cell {
    width: 100%;
    height: 550px;
    padding: 0;
}

.hjal.vara .flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.hjal.vara .flickity-page-dots .dot.is-selected:before {
    color: #fff;
}

.hjal.vara .flickity-page-dots .dot.is-selected::after {
    top: 13px;
    right: 30px;
    content: "";
    height: 1px;
    width: 60px;
    background: #fff;
    position: absolute;
}

.hjal.vara .flickity-page-dots .dot {
    display: block;
    width: 10px;
    height: 10px;
    margin: 25px 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.8;
    cursor: pointer;
}

.varaslider .left {
    width: 50%;
    float: left;
    position: relative;
}

.varaslider .left h2 {
    font-family: 'Optima Bold';
    padding: 0 0 20px 0;
    line-height: 1.15;
    position: absolute;
    top: -10px;
    left: 60px;
    font-size: 5em;
    color: #fff;
}

.varaslider .left img {
    width: 60%;
    float: right;
}

.varaslider .right {
    width: 28%;
    float: left;
    padding: 0 5% 0 5%;

}

.varaslider .right p {
    color: rgba(255, 255, 255, 0.52);
    margin: 5% 0 0 0;
    line-height: 1.4;
	font-size:1.2em;
}

.about.sponser .banner {
    width: 100%;
    height: 110vh;
    max-height: 1180px;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    text-align: left;
    float: left;
    background: url(../img/sponser-banner.jpg) no-repeat bottom center/cover;
}

.about.sponser .banner h2 {
    color: #fff;
}



.about.sponser .container {
    position: relative;
    top: 0px;
}

.about.sponser .formsec {
    padding: 100px 0 100px 0;
}

.about.sponser .content-area {
    padding: 100px 0 150px 0;
    float: left;
    width: 100%;
    background: #e5e5e5 url(../img/fly.jpg) no-repeat 0px 500px/100%;

}

.about.sponser .content-area .left {

    padding: 70px 0 0 5%;
    width: 45%;
}

.about.sponser .content-area .left a {

    color: #c79da3;
    font-weight: 600;
}

.about.sponser .content-area .right {
    text-align: right;
    padding: 0 0 0 5%;
    width: 45%;

}

.about.sponser .banner p {
    padding: 20px 30% 0;
    color: rgba(255, 255, 255, 1);
}

.about.hjal.sponser .text {
    bottom: 45%;
}

.about.sponser .listing {
    width: 100%;
    min-height: auto;
    margin: 0px 0 0 0;
    padding: 220px 0 0 0;
    position: relative;
    text-align: center;
    float: left;

}

.about.sponser .listing li {
    background: #819cb1;
    width: 19%;
    padding: 6% 2%;
    margin: 1%;
    float: left;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.28);
}

.about.sponser .listing li img {
    height: 90px;

}

.about.sponser .listing h2 {
    font-family: 'Optima Bold';
    font-size: 2em;
    color: #444;
    text-align: right;
    padding: 0 10px 50px 0;
}

.menu-list ul {

    display: flex;
    flex-wrap: wrap;
}

.menu-list {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px
}

.menu-list li {

    float: left;
    width: 29.3%;
    background: #c79da3;
    padding: 2% 2%;
}

.menu-list li img {
    height: 40px;
    float: left;
    margin: 0px 0 0 10px;
}

.menu-list li a {
    color: #fff;
}

.menu-list li:nth-child(1) img {
    height: 25px;
    float: left;
    margin: 8px 0 0 10px;
}

.menu-list li:nth-child(2) {
    background: #819cb1;
}

.about.sponser .banner .menu-list li h2 {
    font-family: 'Optima Bold';
    font-size: 2em;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 5px 10px 0 20px;
}

.contact .banner {

    width: 100%;
    height: 90vh;
    max-height: 1180px;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    text-align: left;
    float: left;
    background: url(../img/contact-banner.jpg) no-repeat bottom center/cover;
}

.about.contact .banner .text h2 {
    font-family: 'StickyLollipop-Regular';
    color: #333;
    font-size: 3.6em;
    padding: 0 30% 0 0;
    text-align: left;
    max-width: 620px;
}

.about.contact .box-area {
    background: #c79da3;
}

.about.contact .contact-content-area {
    background: #c79da3;
    padding-bottom: 60px;
}

.about.contact .contact-content-area h3 {
    font-family: 'Optima Bold';
    text-align: left;
    font-size: 2.7em;
    color: #fff;
    padding: 0 20% 30px 0;
}

.about.contact .contact-content-area p{
    color: white;
}

.about.contact .box-area {
    background: #c79da3;
}

.about.contact .box-area ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    float: none;
    position: relative;
    top: -100px;
}

.about.contact  .box-area li {
    width: calc(23.3% - 0px);
    border: 0;
    margin: 0 1%;
    padding: 4% 4%;
    -webkit-box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.43);
    text-align: left;
}



.about.contact  .box-area li a {
    display: block;
    color: #666;
    padding: 0 0 10px 0;
}

.about.contact  .box-area li h3 {
    text-align: left;
    padding: 0;
    font-size: 2.2em;
}

.about.contact  .box-area li:hover h3 {
    color: #fff;
}

.about.contact  .box-area li:hover p {
    color: #fff;
}

.about.contact  .box-area li:hover a {
    color: #fff;
}
.about.contact .box-area li:hover a i {
    border: 1px solid #fff;
}

.about.contact .text {
    bottom: 55%;
    width: 90%;
    max-width: 1190px;
    text-align: left;
}

.about.contact .formsec {
    background: #c79da3;
    padding: 0 0 100px 0;
    float: left;
    width: 100%;
}

.about.contact .box-area li .spacer {
    padding: 10px 0;
    display: block;
}

.about.contact .box-area li a i {
    padding: 2%;
    border: 1px solid #666;
    border-radius: 100px;
    margin: 0 10px 0 0;
}

/*woocommerce css */
/* body.woocommerce .outer {
    margin: 150px 0 0 0;
}
 */
.woocommerce .outer h1 { 
	color: #000;
    font-weight: normal;
	padding: 50px 0 0 0;
	text-align:center;
}

.woocommerce .outer h2.woocommerce-loop-product__title {
	font-size:1.8em;
	font-family: 'Poppins', sans-serif; 
	line-height:1.2;
	padding: 25px 25px 5px 25px!important;
}

header .cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 18px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    padding-right: 0;
    padding-left: 10px;
    vertical-align: top;
    display: inline-block;
}

.woof_redraw_zone {
    display: none;
}

.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
	padding: 0 0 100px 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    padding: 0;
    position: relative;
    width: 31.8%;
    margin-left: 0;
	margin-right: 1.5%;
	margin-top: 1.5%;
	margin-bottom: 2.5%;
	-webkit-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.16);
	background:#fff;
	
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size:1.4em;
	line-height:1.2;
}

.woocommerce .woocommerce-ordering {
    margin: 0 1.5% 0 1.5%;
    display: block;
}
.woocommerce ul.products li.product .button {
    margin-top: 15px;
	margin-left: 25px;
	margin-bottom: 45px;
    padding: 15px 25px;
    background: #c79da3;
    color: #fff;
    border-radius: 100px;
}
.woocommerce .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
 }
.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
	margin-left:25px;
    font-size: 1.3em;
}

.woocommerce-cart-form {
	padding:0 0 100px 0;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
	padding:0 0 100px 0;
}

.woocommerce .quantity .qty {
    width: 1.631em;
    padding: 6px 20px;
    text-align: center;
    position: relative;
    right: 0;
    max-width: initial;
    background: #fff;
    border: 1px solid #c1c1c1;
    color: #333;
}

form.checkout.woocommerce-checkout {
    padding: 0 0 100px 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #fff;
    padding: 15px 10px;
}



/* --- today -- */


.woocommerce-product-details__short-description {
    padding: 20px 0;
	font-weight: 600;
}
.woocommerce-product-details__short-description p {font-weight: 600;}

 .woocommerce form .form-row label {
    line-height: 2;
    font-weight: 600;
}
.container.product-detail-section-new {
    padding: 0 0 150px 0;
}



.woocommerce-tabs .tabs {
   
    width: 100%;
    max-width: 100%;
	padding:0!important;
}
.product-detail-section-new .woocommerce-product-gallery--with-images {
	    width: 34%!important;
}
.product-detail-section-new  div.summary {
     width: 55%!important;
 }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #26314c;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 100px;
    padding: 20px 25px;
	margin : 20px 0 0 0;
}

.woocommerce-Tabs-panel h2 {
	display:none;
}
.woocommerce-Tabs-panel .left {
    width: 45%;
    float: left;
	padding:70px 5% 120px 0;
}

.woocommerce-Tabs-panel .left h3 {
     font-weight:600;
	padding:30px 0 10px 0;
	font-size:1.6em;
}

.woocommerce-Tabs-panel .left ul {
     margin: 20 0 0 0px;
	display:block;
}

.woocommerce-Tabs-panel .left li {
    list-style: disc;
    margin: 0 0 0 15px;
	font-size:1.4em;
	    font-weight: 300;

}
 
.woocommerce-Tabs-panel .right h3 {
     font-weight:600;
	padding:0px 0 10px 0;
	font-size:1.6em;
}


.woocommerce-Tabs-panel .right {
    width: 45%;
    float: left;
	padding:70px 0 120px 5%;
}

.woocommerce-Tabs-panel .right ul {
 
	padding:0px 0 50px 0;
}


.woocommerce-Tabs-panel .right li {
    list-style: none;
    margin: 0 0 5px 0px;
	font-size:1.4em;
	    font-weight: 400;

}


.woocommerce-Tabs-panel .right li i {
     
    margin: 0 10px 0 0px; 
    width: 18px;
    text-align: center;
 }

.woocommerce-Tabs-panel p {
padding:10px 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    background: #f7f7f7ef;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before ,.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display:none;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #f7f7f7;
    z-index: 2;
    border-bottom-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 25px;
    font-weight: 600;
     font-size: 1.5em;
    color: #515151;
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #fafafa;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 auto;
	width: 80%;
    max-width: 1170px;
}

table.woocommerce-product-attributes.shop_attributes {
    width: 80%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px 0 70px 0;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 15px;
}
.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    line-height: 1.5;
}
.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    line-height: 1.5;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgb(254, 254, 254);
    box-shadow: 0 0 2px 3px #d5d5d514;
}
.woocommerce table.shop_attributes {
    border: 0;
    border-top: 0; 
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 20px;
    text-align: left;
    border-radius: 5px;
    float: none;
    margin: 0 auto;
	width:35%;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-weight: 600;
	font-size:70%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #fff;
    padding: 15px 10px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {

    float: left;
    margin-right: 1em;
    border-radius: 100px;
    background: #212121;
    color: #fff;
	font-size:15px;

}


.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    text-align: left;
 }
.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: #333;
    padding: 5px 0;
    margin: 5px 0;
    display: inline-block;
    font-size: 1.2em;
}

.post_content.page_content {
    padding: 0 0 100px 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 68%;
}

.woocommerce .footer {
	margin:100px 0 0 0;
	border-top:1px solid #efefef;
	background:#efefef;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: #bf5260;
}

.woocommerce-account .woocommerce-MyAccount-content p {
padding: 15px 0;
}


.woocommerce-account .woocommerce-MyAccount-content p a {
	color:#bf5260;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    vertical-align: top;
    line-height: 1.5em;
}

.woocommerce table.my_account_orders {
    font-size: 1.2em;
}

header.woocommerce-Address-title.title {
    float: none;
  width: 90%;
    padding: 5%;
}

.woocommerce-Address address {
    float: none;
    width: 90%;
    padding: 5%;
}
.woocommerce-Address {
    border: 0;
    box-shadow: 0 0 8px 4px rgba(196, 196, 196, 0.2);
    border-radius: 10px;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    color: #bf5260;
}

.woocommerce-MyAccount-navigation-link--dashboard:before {
	content: "\f007";
	font-family: "Font Awesome 5 Free";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}


.woocommerce-MyAccount-navigation-link--orders:before {
	content: "\f291";
	font-family: "Font Awesome 5 Free";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}



.woocommerce-MyAccount-navigation-link--downloads:before {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}

.woocommerce-MyAccount-navigation-link--edit-address:before {
	content: "\f2b9";
	font-family: "Font Awesome 5 Free";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}
.woocommerce-MyAccount-navigation-link--edit-account:before {
	content: "\f4ff";
	font-family: "Font Awesome 5 Free";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}

.woocommerce-MyAccount-navigation-link--bookings:before {
	content: "\f46d";
	font-family: "Font Awesome 5 Free";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}


.woocommerce-MyAccount-navigation-link--customer-logout:before {
	content: "\f2f5";
	font-family: "Font Awesome 5 Free";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}

.woocommerce-account .addresses .title h3 {
    float: left;
    font-family: 'Poppins', sans-serif;
}

fieldset {
    border: 1px solid #5f5f5f;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 90%;
    margin: 0 5px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 400;
    border-radius: 100px;
    left: auto;
    color: #fff;
    background-color: #395a6b;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #333;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.myac.banner { 
    width: 100%;
    height: 200px; 
	max-height: 500px;
    margin: 0px 0 80px 0;
    padding: 200px 0 100px 0;
    position: relative;
    text-align: left;
    float: left;
    background: url(../img/vara.jpg) no-repeat bottom center/cover;
}

.banner.stodht {
	height: 85vh!important;
    max-height: 600px!important;
}

.form-stodarea {
	width:100%;
	float:left;
	padding:100px 0;
	background: #ececec;
}

.form-stodarea .container {
    max-width: 700px;
	padding:5%;
	background:#fff;
}

.woocommerce-info {
    border-top-color: #000;
}

.woocommerce-info::before {
    color: #000;
}
/* 
.outer.woocommerce-account {
	padding:150px 0 0 0;
} */

td.product-thumbnail img {
    width: 90px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676;
    text-align: left;
}

.cart_totals h2 {
    font-family: 'Poppins', sans-serif;
    padding: 0 0 20px 0;
    font-size: 1.5em;
}

td.product-name a {
    color: #333;
    font-size: 1.1em;
}
input#coupon_code {
    padding: 5px 20px;
    border: 1px solid #666;
    border-radius: 100px;
}



.woocommerce a.remove {
    display: block;
    font-size: 3.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: black!important;
    text-decoration: none;
    font-weight: 200;
    border: 0;
	margin:0 auto;
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: #333;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: auto!important;
    margin: 0 auto !important;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    color: #333;
}
.about .green .text {
    bottom: 0;
    max-width: 1025px;
}


/* WC Checkout Page Custom CSS  */


@media (min-width: 981px) {
  .woocommerce:after { clear: both; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { width: 100%; }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { display: none; }
  .woocommerce .col2-set, .woocommerce-page .col2-set { float:left; width: 48%; }
  #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
    float: left;
    width:48%;
    margin-left: 2%;
  }
}
 
/* Rounded corners on the WooCommerce "alert" messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-radius: 5px; display: flex;
    flex-wrap: wrap; }
 
/* Section Titles */
 
 
/* FORM STYLING */

.select2-container .select2-selection--single { height: 40px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #4e4e4e;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 8px; }
.select2-container--default .select2-selection--single {
  background-color: rgba(0, 1, 0, 0.01);
  border: none;
}
 
.elementor-widget-text-editor {
    color: #492f70;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
 
/* YOUR ORDER FIELD TITLES */

.woocommerce table th {
    font-weight: bold;
    color: #492f70;
}

/* PAYMENT METHOD AREA*/

.woocommerce-checkout #payment { background: rgba(0, 1, 0, 0.01)!important; }
.woocommerce-checkout #payment ul.payment_methods { border: none; }

/* PLACE ORDER BUTTON CUSTOMIZATION */
 
/* #place_order {
  background-image: linear-gradient(90deg,#d63663 0%,#492f70 100%)!important;
  border: transparent;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.30) 0px 2px 8px 0px;
  padding: 10px;
}
 
#place_order:hover { background-image: linear-gradient(90deg,#492f70 0%,#d63663 100%)!important; } */

.woocommerce input.text, .woocommerce input.title, .woocommerce input[type="email"], .woocommerce input[type="password"], .woocommerce input[type="tel"], .woocommerce input[type="text"], .woocommerce select, .woocommerce textarea {
    border: none;
    color: #010101;
    height: 50px;
    width: 100%;
	
}
.woocommerce-product-details__short-description p {
    font-size: 17px!important;
    line-height:28px!important;
    padding:0 0 10px 0!important;
}

.woocommerce-product-details__short-description p span {
    font-size: 17px!important; 
 }
.woocommerce form .form-row textarea, .woocommerce input[type="email"], .woocommerce input[type="number"], .woocommerce input[type="password"], .woocommerce input[type="reset"], .woocommerce input[type="search"], .woocommerce input[type="tel"], .woocommerce input[type="text"], .woocommerce input[type="url"], .woocommerce textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type="email"], .woocommerce-page input[type="number"], .woocommerce-page input[type="password"], .woocommerce-page input[type="reset"], .woocommerce-page input[type="search"], .woocommerce-page input[type="tel"], .woocommerce-page input[type="text"], .woocommerce-page input[type="url"], .woocommerce-page textarea {
    border-color: #efefef;
    background: #efefef;
    box-shadow: none;
    border-radius: 0;
}
.woocommerce h3 {
    font-family: 'Poppins', sans-serif; 
}

form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
    border: 0;
    background: #efefef;
    border-radius: 0;
    height: 55px;
    line-height: 35px;
    padding: 0 12px;
    margin: 0;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 125px;
    float: left;
	border-top-left-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 100px;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol {
    background-color: #f2f2f2;
    border-top: 0;
    border-bottom: 0;
	border-right: 0!important;
    color: #333;
    margin: 0;
    padding: 0 12px;
    height: 55px;
    line-height: 50px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	border-top-left-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 0;
}
.give-btn {
    background: #819cb2;
    border: 1px solid #819cb2;
    color: #fff;
    padding: 16px 25px;
    cursor: pointer;
    line-height: 1.2em;
    font-size: 1em;
    border-radius: 70px;
	    appearance: none;
	   -webkit-appearance: none;

}

#give-recurring-form .form-row input[type=email], #give-recurring-form .form-row input[type=password], #give-recurring-form .form-row input[type=tel], #give-recurring-form .form-row input[type=text], #give-recurring-form .form-row input[type=url], #give-recurring-form .form-row select, #give-recurring-form .form-row textarea, form.give-form .form-row input[type=email], form.give-form .form-row input[type=password], form.give-form .form-row input[type=tel], form.give-form .form-row input[type=text], form.give-form .form-row input[type=url], form.give-form .form-row select, form.give-form .form-row textarea, form[id*=give-form] .form-row input[type=email], form[id*=give-form] .form-row input[type=password], form[id*=give-form] .form-row input[type=tel], form[id*=give-form] .form-row input[type=text], form[id*=give-form] .form-row input[type=url], form[id*=give-form] .form-row select, form[id*=give-form] .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 100px;
    outline: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0;
    padding: 1.5em;
}

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    background-color: #f2f2f2;
    color: #333;
    margin: 0;
    padding: 0 12px;
    height: 55px;
    line-height: 50px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border: 0;
	border-top-left-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 100px;
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    background: #7d7d7d;
    border-radius: 0;
    height: 55px;
	color:#fff;
    line-height: 50px;
    padding: 0 12px;
    margin: 0;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-left: none;
    float: left;
	border-top-left-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 0;
}

.give-btn:hover {
    background: #c79da3;
	 border: 1px solid #c79da3;
}

.woo-banner  {
	width:100%;
	height:400px;
/* 	background: #ececec; */
	margin:0 0 100px 0;
/* 	background: url(http://ellashjaltar.se/newsite/wp-content/uploads/2020/07/banner-new01-1-scaled.jpg) no-repeat top  center /cover; */
	background: url(http://ellashjaltar.se/newsite/wp-content/uploads/2020/08/webshop.jpg) no-repeat top  center /cover;
	display: flex;
    justify-content: center;
    align-items: center;

}

.woo-banner h1  {
    font-family: 'StickyLollipop-Regular';
	font-size:3em;
}


.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 15px 12px;
    line-height: 1.5em;
}


.woocommerce .formsec input {
    border: 0;
    background: #fff;
    width: 90%;
    padding: 16px 5%;
    margin: 0 0 10px 0;
    color: #666;
    font-size: 1.3em;
}
 

.woocommerce .content-area {
    padding: 0px 0 120px 0;
    float: left;
    width: 100%;
    background: #fff;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    text-align: left;
		color:#333;
	 font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.entry-summary .woocommerce-product-details__short-description p {     
	font-weight: 300;     
	padding: 0 0 20px 0;
} 

section.related.products {
    float: left;
	width:100%;
}

#e-card-preiview {
    font-weight: bold;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 100px;
    color: #fff;
}

.woocommerce .entry-summary .quantity .qty {
    width: 1.631em;
    padding: 6px 20px;
    text-align: center;
    position: relative;
    right: 0;
    max-width: initial;
    background: #fff;
    border: 1px solid #c1c1c1;
    color: #333;
    height: 48px;
    margin: 14px 10px 0 0;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    height: 50px;
    position: relative;
    vertical-align: middle;
    background: #f0f0f0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #4e4e4e;
    font-weight: normal;
    font-size: 16px;
}

.woocommerce-checkout .ecard-preview-link-container a {
    text-decoration: none !important;
    color: #fff;
    border-radius: 100px;
    margin: 20px 0 20px 0;
 }

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
    font-size: 14px;
}

.woocommerce div.product form.cart .button {
	font-size:16px;
}

section.woocommerce-customer-details {
    width: 46%;
    float: left;
    margin: 0 50px 0 0;
	line-height:1.5;
}

section.woocommerce-order-details {
    width: 46%;
    float: left;
    margin: 0 50px 0 0;
}

h2.woocommerce-order-details__title {
	
	  	font-family: 'Poppins', sans-serif;
	    padding: 30px 0 30px 0;
    	font-size: 2em;
}


h2.woocommerce-column__title {
	
	 	 font-family: 'Poppins', sans-serif;
	    padding: 30px 0 30px 0;
    	font-size: 2em;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding: 0 0 40px 0;
    font-size: 20px;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 20px;
    background: #f5f2ea;
    border-radius: 10px;
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 1px;
    border-right-width: 1px;
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 30px;
    font-size: 15px;
}
.woocommerce .woocommerce-customer-details address p {
    font-size: 15px;
    margin: 10px 0 0 0;
}
.woocommerce table th {
    font-weight: bold;
    color: #333;
}

ul.wc-item-meta li {
    padding: 14px 0;
    width: 100%;
}
a.cart-contents {
    color: #333;
    display: inline-block;
}
.featurespak span {
    font-size: 15px!important;
    color: rgba(255, 255, 255, 0.87)!important;!important;
    padding: 0px 20px 0px 0!important;
    margin: 0px 0px 10px 20px!important;
    display: block!important;
    font-family: 'Poppins', sans-serif;
    vertical-align: middle;
    position: relative;
    line-height: 1.4;
}
.featurespak {
    padding:35px 0 0 0;
}

.featurespak span:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 7px; 
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.87)!important;
}


.featurespak span:last-child {
    border: 0;
}

.swish_number {
   	width: 95%;
    background: #fff;
    float: left;
    padding: 2.5%;
	margin:25px 0 0 0;
	text-align:center;
}
.swish_number img {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 40%;
    height: auto;
}


.swish_number p {
  	margin: 0px 20px 0 20px;
    float: right;
    display: block;
    width: 70%;
    color: #fff;
    text-align: right;
	display:none;
}
.logo-section h3 {
	display:block;
	font-family: 'Poppins', sans-serif;
	padding:0 0 20px 0;
	font-weight:600;
	font-size:2em;

}
.logo-section {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap:var(--gap, 32px);
    margin-bottom: 2rem;
}
.logo-section.logo-section-text{
    gap:unset;
    row-gap: 0;
    column-gap: var(--gap, 32px);
}
.logo-section .logo-item{
    display:flex;
    justify-content: center;
    align-items: center;
    padding: var(--logo-padding, 14px);
    background-color: var(--logo-bg-color, #819cb1);
    aspect-ratio: 3 / 2;
}
.logo-section .logo-item img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Sponsor Level Styles */
.logo-section-big {
    grid-template-columns: repeat(auto-fit, minmax(285px,1fr));
    margin-bottom: 6rem;
}

.logo-section-small {
    margin-bottom: 6rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    justify-content: start;
}

.logo-section-text {
    grid-template-columns: repeat(4, 1fr);
    justify-content: start;
}
.logo-section-text .logo-item {
    justify-content: start;
}
@media (max-width: 600px) {
    .logo-section-text {
        grid-template-columns: repeat(2, 1fr);
    }
}

.logo-section .logo-item-big {
    aspect-ratio: 3 / 2;
}

.logo-section .logo-item-small {
    aspect-ratio: 2 / 1;
}

.logo-section .logo-item-text {
    background-color: transparent;
    padding: 10px;
    aspect-ratio: auto;
}

.logo-section .logo-item-text .sponsor-text {
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
    text-align: center;
    display: block;
}
/* .logo-section {
	width:100%;
	float:left;
	padding:30px 0;
}

.about.sponser .content-area .logo-section .left {
    width:38%;
    float:left;
    text-align: left;
	padding: 0 0 0 2%;
}

.about.sponser .content-area .logo-section .right {
    width:55%;
    float:left;
	text-align: left;
	padding:5% 0 5% 5%;
}

.about.sponser .content-area .logo-section .right li {
	width:27%;
	text-align:center;
} */

.ekort input#ywgc-manual-amount {

    border:0;
    padding:2%;
    width:96%
}

 


.ekort button.ywgc-predefined-amount-button.ywgc-amount-buttons.selected_button {
    border:0;
    padding:2%;
    width:20%;
    background:#333;

}

.ekort button.ywgc-predefined-amount-button.ywgc-amount-buttons {
    border:0;
    padding:2%;
    width:20%;
    background:#efefefef;
    text-transform:uppercase;
    font-weight:700;
    font-size:1.5em;
    
}

.ekort input {

    border:0;
    padding: 0 2%;
    height: 60px;
    width:96%;
    max-width:96%;
    height:inherit; 


}

 

.ekort .gift-card-content-editor.step-content label {

    border:0;
    padding: 0;
    width:96%;
    max-width:96%;
    height:inherit;
    text-align:left;

}

#ywgc-edit-message {
    resize: vertical;
    width: 96%;
    padding: 2%;
        font-family:sans-serif;

}

.ekort .gift-card-content-editor.step-content h5 {
    margin-top: 1em;
    display: block;
    float:left;
    width:100%;
    font-family:sans-serif;
    font-weight:700;
    font-size:1.4em;
}

ul.normal  {
    background: transparent;
    padding: 0!important;
    width: 100%!important;
    float: left; 
    box-shadow: none;
}
ul.normal li {
    background: transparent!important;
    padding: 0!important;
    width: 100%!important;
    float: left; 
    box-shadow: none!important;
}




.home .sponsorerbox li {

	-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;
}


.home .sponsorerbox li p {
   
    font-size: 1em;
    line-height: 1.5;
    padding: 10px 10%;
    display: block;
    height: 160px; 
   
    position: relative;
    -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;
    color: #666;

}






.set li a.aline:before {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    top: 28px;
    left: 80px;
    background: #fff;
    -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;
}


.product_cat-gavokort input#ywgc-manual-amount {border: 0!important;padding:2%;width:96%;}

 


 .product_cat-gavokort button.ywgc-predefined-amount-button.ywgc-amount-buttons.selected_button {
    border:0;
    padding:2%;
    width:20%;
    background:#333;

}

.product_cat-gavokort button.ywgc-predefined-amount-button.ywgc-amount-buttons {
    border:0;
    padding:2%;
    width:20%;t
    background:#efefefef;
    text-transform:uppercase;
    font-weight:700;
    font-size:1.5em;
    
}

 .product_cat-gavokort input {

    border:0;
    padding: 0 2%;
    height: 60px;
    width:96%;
    max-width:96%;
    height:inherit; 


}

 

  .product_cat-gavokort .gift-card-content-editor.step-content label {

    border:0;
    padding: 0;
    width:96%;
    max-width:96%;
    height:inherit;
    text-align:left;

}


  .product_cat-gavokort .gift-card-content-editor.step-content h5 {
    margin-top: 3em;
    font-family: 'Poppins', sans-serif;
    font-size:1.5em;

}
.ufaq-faq-title-text {
    float: left;
    width: 90%;
    color: #333;
    font-family: 'Poppins', sans-serif;
}
div.ufaq-faq-title h4 {
   font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
	
}

.ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    display: inline-block;
    font-size: 13px;
    margin: 12px 0 auto;
    color: #333;
}

div.ufaq-faq-post p {
    font-size: 1.1em;
    line-height: 1.3;
    margin: 0;
}
.ufaq-faq-body {
    padding: 0 0 25px 0;
    padding-left: 34px;
}

div#ufaq-faq-list {
    padding: 20px 0;
}

.faq_section h2 {
	padding: 20px 0 10px 0;
}

.faq_section p {

	line-height: 1.4;
    font-size: 1.3em;
	
}

table.ecard-fields>tbody>tr td>input, table.ecard-fields>tbody>tr td>textarea {
    width: 100% !important;
    box-sizing: border-box;
    max-width: 100%;
}

.spacerfb {
    padding: 50px 0;
    display: block;
    float: left;
    width: 100%;
}
h2.black {
	color:#333;
}

h2.give-form-title {
text-align: center;
font-size: 4.5em;
padding: 0 0 30px 0!important;
display: block;
}

.myac.banner h1 {
	    text-align: center;
    font-size: 5em;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 45%;
    overflow: visible;
}
 
form#give-email-access-form {
    text-align: center;
}

form#give-email-access-form label {
    display: block;
    margin: 25px 0 10px 0;
}
form#give-email-access-form input {
    padding:15px

}


form#give-email-access-form .give-submit {
    padding:15px;
    border:1px solid #333;
    background:#333;
    color:#fff;
    
}

div#give-receipt {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0 0 45px 0;
}

.form-row .give-stripe-cc-field {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    outline: none;
    color: #333;
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    margin: 0;
    padding: 15px .5em;
    border-radius: 100px;
}

a.btn-mitt {
    padding: 15px 25px;
    background: #333;
    color: #fff;
    border-radius: 100px;
    margin: 0 10px 20px 0px;
    display: inline-block;
}
 
.sm-screen {
	display:none;
} 

.donationer .banner {
    height: 600px;
}

.listing {
    float: left;
    width: 100%;
    padding:100px 0;

}
.listing .logo-section ul {
         display:flex;
   flex-wrap:wrap;
}
.donationer .logo-section li:nth-child(even) {
	background:#819cb1;
}
.donationer .listing .logo-section li a {
	color:#fff;
	display: flex;
}
.donationer .listing .logo-section li h3 {
    color: #fff;
    padding: 0 3% 0 6%;
    font-size: 2em;
	width:100px;
}
.donationer  .listing .logo-section li img {
	height:auto;
	width:26%;
	float:left; 
	align-self: baseline;
}

.listing .logo-section li {


   width:97%;
   float:left;
   margin:5px 0;
   background:#c79da3;
   text-align:center;
   color:#fff;
   padding:30px 1.5%;
   float:left;
  

}
.listing .logo-section li a {
	color:#fff;
/* 	display: flex; */
}
.listing .logo-section li h3 {
   color:#fff;
	padding: 0 6%;  
	font-size:2.2em;
	
}


.listing .logo-section li p {
   color:#fff;
	padding: 0 5% 0 25px;
	text-align:left;
	font-size:1.3em;
	line-height:1.3;
}

.listing .logo-section li img {
/* 	height:auto;
	width:26%;
	float:left; */
	align-self: baseline;
}

.morecontent span {
	display: none;
}
.comment {
	 text-align: left;
    font-size: 1.1em;
    padding: 20px 0 0 0;
    color: #666;
    position: relative;
    top: -20px;
	}


.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    border: 1px solid #c3c3c3;
    padding: 15px;
    border-radius: 100px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 5px),
    calc(100% - 15px) calc(1em + 5px),
    calc(100% - 2.5em) 1em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1em;
}

.woocommerce div.product form.cart .variations select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


.video-area {
    float: left;
    width: 100%;
	padding:40px 0 50px 0;
    background: #819cb1;
	text-align:center;
}
form.variations_form.cart a {
    color: #a61515;
    font-size: 13px!important;
}
.product_meta a  {
    color: #a61515; 
}

.woocommerce-product-details__short-description a {
	 color: #a61515;
}
.contact-ellas {
	
    float: left;
    width: 90%;
	padding:0 5%;
}

.contact-ellas p {
	color:#fff;
	display:block;
	padding:15px 0 0 0;
}

.contact-ellas a.light { 
    margin: 15px 0 0 0;  
}

.copy p {
    font-size: 15px;
    margin-bottom: 15px;
}

.copy .fa-heart {
    color: #ef3969;
    top: 2px;
    left: 3px;
    position: relative;
}

#fancybox-wrap, #fancybox-overlay { 
    display: none!important;
}

.flaticon-right-arrow {
    right: 20px;
}

.flaticon-back {
    left: 20px;
}

/* iframe {
    box-shadow: 0 0 9px 4px hsl(0deg 0% 0% / 12%);
} */

#give-form-258-wrap iframe {
	box-shadow: none!important;
	    font-size: 16px;
    color: #333!important;
}

input#give-card-name-field-258-1::placeholder {
    font-size: 16px;
    color: #333!important;
    opacity: 1;
}

.newsletter ::placeholder {
    color: #fff;
}
.video-area iframe {
	max-width:1176px;
	width:90%!important;
}



/* Accordian headers */

 .accordion-content {
	display: none;
	
}
	
.listing .logo-section li.odd {
    background: #819cb1!important;
}

.listing .logo-section li.even {
    background: #c79da3!important;
}
 
 
.accordion-container h3 {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    font-weight: 600;
    font-size: 1.3em;
	cursor:pointer;
}
.accordion-container h3:hover {
 color:#819cb2;
}
.faq_section {
    padding: 0 0 50px 0;
}


.cart-set { 
	display:inline-block;
}

.cart-set a { 
	color:#000;
	font-size:15px;
}

.cart-set .cart-contents:before { 
	color:#000;
	font-size:20px!important;
}


.stod-btn  { 
	display:inline-block;
}

.stod-btn a { 
	color:#fff;
	background:#000;
	padding:10px;
	border-radius:100px;
}


.cart-mobile {
	display: block;
    float: right;
    margin: 15px 34px 0 0;
    text-align: center;
	margin:15px 0 0 15px;
	display:inline-block
}
.cart-mobile {
	display: none;
}
.home .box-area li {
	width: 50%;
}

.fullpw .hjal-kids .left {
    float: left;
    width: 100%;
    padding: 0 0px 0 0;
    margin: 0;
}


.fullpw .hjal-kids .right {
    float: left;
    width: 100%;
    padding: 25px 0px 80px 0;
    margin: 0;
}

div#give_purchase_form_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.formsec .wpcf7-form-control-wrap {
    display: block;
}

.formsec form br {
    display: none;
}

.formsec form .wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.formsec textarea {
    vertical-align: top;
}

.formsec .ellas-file input {
	margin: 0 0 20px;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.formsec .ellas-file {
    border: 0;
    background: #fff;
    width: 90%;
    padding: 5%;
    margin: 0 0 30px 0;
    color: #666;
    min-height: 1.1em;
    position: relative;
    cursor: pointer;
    display: flex;
}

.formsec .ellas-file .wpcf7-not-valid-tip {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
}

.formsec .ellas-file__name {
    color: #666;
    font-size: 1.3em;
    word-break: break-word;
}

.formsec .ellas-file::before {
    content: 'Välj FIL*';
    opacity: .9;
    font-size: 1.3em;
}

.formsec .ellas-file::after {
    content: url('../img/ellas-file.svg');
    opacity: .5;
    transform: translateY(7px) translateX(10px);
}

.formsec .ellas-file.add-file::after,
.formsec .ellas-file.add-file::before {
    display: none;
}