.transition {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.mikado-font {
    font-family: "Mikado", sans-serif;
}

.roboto-font {
    font-family: Roboto;
}

.section-title {
    z-index: 1;
    padding: 6px 25px;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    position: relative;
    background-position: center;
    font-family: "Mikado", sans-serif;
}

.section-title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-wrapper {
    padding: 20px;
    width: 95%;
    font-size: 1.4rem;
    border-top-left-radius: 25px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: fit-content !important;
}

.testimonial-wrapper .name {
    font-weight: 500;
    font-family: Roboto;
}

.testimonial-wrapper .description {
    font-family: "Mikado", sans-serif;
}

.gradient-bottom {
    background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(240, 220, 192, 0.65) 100%);
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(240, 220, 192, 0.65) 100%);
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(240, 220, 192, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6f0dcc0', GradientType=0);
}

.gradient-top {
    background: -moz-linear-gradient( top, rgba(240, 220, 192, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient( top, rgba(240, 220, 192, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient( to bottom, rgba(240, 220, 192, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6f0dcc0', endColorstr='#00000000', GradientType=0);
}

.yellow-splash-thick {
    background-image: url("../img/yellow-splash-1.png");
    background-size: 100% 100%;
    text-align: center;
}

.light-yellow-splash-sharp {
    text-align: left;
    font-weight: 500;
    background-image: url("../img/light-yellow-splash-sharp.svg");
    background-position: left center;
}

.pink-splash-sharp {
    text-align: left;
    font-weight: 500;
    background-image: url("../img/pink-splash-sharp.svg");
    background-position: left center;
}

.yellow-splash-wavy {
    background-image: url("../img/yellow-splash-wavy.png");
    width: 100%;
}

.yellow-total-varde-splash {
    z-index: 1;
    padding: 6px 25px;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-family: "Mikado", sans-serif;
    background: url("../img/yellow-total-varde-splash.png");
    background-repeat: no-repeat;
    background-position: center;
}

.yellow-total-varde-splash::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.yellow-total-varde-splash::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 1250px) and (max-width: 1350px) {
    .container.big-container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1350px) {
    .container.big-container {
        max-width: 1300px;
    }
}

#wrapper-navbar .navbar {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#menu-top-right-wrapper ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    padding: 0px;
    margin: 0px;
}

#menu-top-right-wrapper ul li.menu-item {
    padding: 3px 8px;
}

#menu-top-right-wrapper ul li.menu-item a {
    color: #474747;
}

#menu-top-right-wrapper ul li.menu-item:nth-last-child(2) {
    border-left: 1px solid #f1f1f1;
}

#menu-top-right-wrapper ul .topbar-cart a {
    display: inline-block;
    width: 30px;
    background-image: url("../img/cart-icon.svg");
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#main-menu {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#main-menu li.menu-item {
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 0px;
    border-bottom: 5px solid transparent;
}

.basic-border {
    border: 1px solid #eee;
}

#main-menu li.menu-item:hover {
    border-bottom: 5px solid #f1f1f1;
}

#main-menu li.menu-item.current-menu-item {
    border-bottom: 5px solid #43adb5;
}

#main-menu li.menu-item a {
    color: #111111;
    padding: 5px 15px;
    margin: 0px 15px;
}

#wrapper-footer {
    background: #474747;
    border-top: 2px solid #43adb5;
}

#wrapper-footer .footer-widget .widget-title {
    font-size: 1rem;
    color: white;
}

#wrapper-footer .footer-widget ul {
    list-style-type: none;
    padding: 0px;
}

#wrapper-footer .footer-widget ul li a {
    color: #dddee3;
    font-size: 0.9rem;
}

#wrapper-footer p {
    color: #f1f1f1;
    font-size: 0.85rem;
}

#subscribe-form {
    display: flex;
}

#subscribe-form .acf-fields {
    flex: 1;
}

#subscribe-form .acf-fields .acf-field {
    padding: 0px;
}

#subscribe-form .acf-fields .acf-field input.form-control {
    border-radius: 0px;
    border: 1px solid #f1f1f1;
    background: transparent;
    color: white;
}

#subscribe-form input[type="submit"].btn {
    font-size: 0.9rem;
    border-radius: 0px;
}

.simple-page-header-wrapper {
    height: 250px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.simple-page-header-wrapper:before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.big-header-wrapper {
    min-height: 500px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.club-page-text-wrapper,
.landing-page-text-wrapper-1 {
    position: relative;
}

.club-page-text-wrapper:before,
.landing-page-text-wrapper-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.club-page-text-wrapper:after,
.landing-page-text-wrapper-1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.penny-club .club-page-text-wrapper {
    background-image: url("../img/penny-pattern.jpg");
}

.penny-club .club-page-text-wrapper:before {
    background-image: url("../img/blue-separator.png");
}

.penny-club .club-page-text-inner-wrapper {
    background-color: #fff5ef;
}

.girlit-club .club-page-text-wrapper {
    background-image: url("../img/girlit-pattern.jpg");
}

.girlit-club .club-page-text-wrapper:before {
    background-image: url("../img/pink-separator.png");
}

.girlit-club .club-page-text-inner-wrapper {
    background-color: #fff5ef;
}

.kickerz-club .club-page-text-wrapper {
    background-image: url("../img/kickerz-pattern.jpg");
}

.kickerz-club .club-page-text-wrapper:before {
    background-image: url("../img/yellow-separator.png");
}

.kickerz-club .club-page-text-inner-wrapper {
    background-color: #fff5ef;
}

.kickerz-club .btn-secondary {
    background: red;
}

.kickerz-club .btn-secondary:hover {
    background: red;
}

.club-page-text-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.club-page-text-inner-wrapper,
.landing-page-text-wrapper-1,
.landing-page-text-wrapper-2 {
    border-radius: 15px;
    padding: 40px;
}

.club-page-text-inner-wrapper .simple-title-wrapper,
.landing-page-text-wrapper-1 .simple-title-wrapper,
.landing-page-text-wrapper-2 .simple-title-wrapper {
    font-family: "Mikado", sans-serif;
    font-size: 2rem;
    margin-bottom: 30px;
}

.club-page-text-inner-wrapper .fancy-text-wrapper,
.landing-page-text-wrapper-1 .fancy-text-wrapper,
.landing-page-text-wrapper-2 .fancy-text-wrapper {
    font-size: 1.1rem;
    font-family: "Mikado", sans-serif;
    color: #474747;
}

.club-page-text-inner-wrapper .fancy-text-wrapper a,
.landing-page-text-wrapper-1 .fancy-text-wrapper a,
.landing-page-text-wrapper-2 .fancy-text-wrapper a {
    color: #43adb5;
}

.single-carousel-item-wrapper {
    padding: 15px;
}

.single-carousel-item {
    border: 1px solid #f0f1f4;
    border-radius: 10px;
    padding: 15px;
}

.penny-landing #featured-content-wrapper,
#PF.checkout-page-wrapper #featured-content-wrapper {
    background-image: url("../img/penny-pattern.jpg");
}

.penny-landing .landing-page-text-inner-wrapper,
#PF.checkout-page-wrapper .landing-page-text-inner-wrapper {
    background-color: #fff5ef;
}

.penny-landing .list-items-circle,
#PF.checkout-page-wrapper .list-items-circle {
    background-image: url("../img/circle-pink.svg");
}

.penny-landing .items-carousel-big-title,
#PF.checkout-page-wrapper .items-carousel-big-title {
    background-color: #703859;
}

.penny-landing .items-carousel-big-title h2,
#PF.checkout-page-wrapper .items-carousel-big-title h2 {
    color: #f7e5df;
}

.penny-landing #images-and-title-and-description-slider .item-title,
#PF.checkout-page-wrapper #images-and-title-and-description-slider .item-title {
    background-color: #f7e5df;
}

.penny-landing #images-and-title-and-description-slider .item-description,
#PF.checkout-page-wrapper #images-and-title-and-description-slider .item-description {
    background-image: url("../img/big-splash-green.svg");
}

.penny-landing .landing-page-text-wrapper-1,
#PF.checkout-page-wrapper .landing-page-text-wrapper-1 {
    background-image: url("../img/penny-pattern-landing.jpg");
}

.penny-landing .landing-page-text-wrapper-1:before,
#PF.checkout-page-wrapper .landing-page-text-wrapper-1:before {
    background-image: url("../img/blue-separator.png");
}

.penny-landing .landing-page-text-wrapper-1:after,
#PF.checkout-page-wrapper .landing-page-text-wrapper-1:after {
    background-image: url("../img/blue-separator.png");
}

.penny-landing .landing-page-text-wrapper-2,
#PF.checkout-page-wrapper .landing-page-text-wrapper-2 {
    background-image: url("../img/penny-pattern-2.svg");
}

.penny-landing .landing-footer,
#PF.checkout-page-wrapper .landing-footer {
    background-color: #f7e5df;
    background-image: url("../img/penny-pattern-footer.png"), linear-gradient(180deg, #f7e5df 0%, #f0c8bb 100%) !important;
}

.penny-landing .landing-footer .logo-footer,
#PF.checkout-page-wrapper .landing-footer .logo-footer {
    background-color: #f7e5df;
}

.girlit-landing #featured-content-wrapper,
#GI.checkout-page-wrapper #featured-content-wrapper {
    background-image: url("../img/girlit-pattern.jpg");
}

.girlit-landing .landing-page-text-inner-wrapper,
#GI.checkout-page-wrapper .landing-page-text-inner-wrapper {
    background-color: #eed4dd;
}

.girlit-landing .list-items-circle,
#GI.checkout-page-wrapper .list-items-circle {
    background-image: url("../img/circle-green.svg");
}

.girlit-landing .items-carousel-big-title,
#GI.checkout-page-wrapper .items-carousel-big-title {
    background-color: #a5247a;
}

.girlit-landing .items-carousel-big-title h2,
#GI.checkout-page-wrapper .items-carousel-big-title h2 {
    color: #f7e5df;
}

.girlit-landing #images-and-title-and-description-slider .item-title,
#GI.checkout-page-wrapper #images-and-title-and-description-slider .item-title {
    background-color: #f7e5df;
}

.girlit-landing #images-and-title-and-description-slider .item-description,
#GI.checkout-page-wrapper #images-and-title-and-description-slider .item-description {
    background-image: url("../img/big-splash-green.svg");
}

.girlit-landing .landing-page-text-wrapper-1,
#GI.checkout-page-wrapper .landing-page-text-wrapper-1 {
    background-image: url("../img/girlit-pattern-1.jpg");
}

.girlit-landing .landing-page-text-wrapper-1:before,
#GI.checkout-page-wrapper .landing-page-text-wrapper-1:before {
    background-image: url("../img/pink-separator.png");
}

.girlit-landing .landing-page-text-wrapper-1:after,
#GI.checkout-page-wrapper .landing-page-text-wrapper-1:after {
    background-image: url("../img/pink-separator.png");
}

.girlit-landing .landing-page-text-wrapper-2,
#GI.checkout-page-wrapper .landing-page-text-wrapper-2 {
    background-image: url("../img/girlit-pattern-2.svg");
}

.girlit-landing .landing-footer,
#GI.checkout-page-wrapper .landing-footer {
    background-color: #f7e5df;
    background-image: url("img/girlit-pattern-footer.svg"), linear-gradient( 180deg, #ebd6e4, #e9d2e1 19%, #e4c6da 37%, #ddb2cf, #d296be, #c573a9 92%, #be619f 100%) !important;
}

.girlit-landing .landing-footer .logo-footer,
#GI.checkout-page-wrapper .landing-footer .logo-footer {
    background-color: #ebd6e4;
}

.kickerz-landing #featured-content-wrapper,
#KI.checkout-page-wrapper #featured-content-wrapper {
    background-image: url("../img/kickerz-pattern.jpg");
}

.kickerz-landing .landing-page-text-inner-wrapper,
#KI.checkout-page-wrapper .landing-page-text-inner-wrapper {
    background-color: #b9decf;
}

.kickerz-landing .list-items-circle,
#KI.checkout-page-wrapper .list-items-circle {
    background-image: url("../img/circle-blue.svg");
}

.kickerz-landing .items-carousel-big-title,
#KI.checkout-page-wrapper .items-carousel-big-title {
    background-color: #444444;
}

.kickerz-landing .items-carousel-big-title h2,
#KI.checkout-page-wrapper .items-carousel-big-title h2 {
    color: #f7e5df;
}

.kickerz-landing #images-and-title-and-description-slider .item-title,
#KI.checkout-page-wrapper #images-and-title-and-description-slider .item-title {
    background-color: #f7e5df;
}

.kickerz-landing #images-and-title-and-description-slider .item-description,
#KI.checkout-page-wrapper #images-and-title-and-description-slider .item-description {
    background-image: url("../img/big-splash-green.svg");
}

.kickerz-landing .landing-page-text-wrapper-1,
#KI.checkout-page-wrapper .landing-page-text-wrapper-1 {
    background-image: url("../img/kickerz-pattern-1.svg");
}

.kickerz-landing .landing-page-text-wrapper-1:before,
#KI.checkout-page-wrapper .landing-page-text-wrapper-1:before {
    background-image: url("../img/yellow-separator.png");
}

.kickerz-landing .landing-page-text-wrapper-1:after,
#KI.checkout-page-wrapper .landing-page-text-wrapper-1:after {
    background-image: url("../img/yellow-separator.png");
}

.kickerz-landing .landing-page-text-wrapper-2,
#KI.checkout-page-wrapper .landing-page-text-wrapper-2 {
    background-image: url("../img/kickerz-pattern-2.svg");
}

.kickerz-landing .landing-footer,
#KI.checkout-page-wrapper .landing-footer {
    background-image: url("../img/kickerz-pattern-footer.png"), linear-gradient( 180deg, #c7e6db 0%, #c3e4d8 18%, #b7ded0 36%, #a3d6c3 54%, #87c9b1 71%, #64b99b 89%, #4aae8a 100%);
    background-color: #f7e5df;
}

.kickerz-landing .landing-footer .logo-footer,
#KI.checkout-page-wrapper .landing-footer .logo-footer {
    background-color: #c7e6db;
}

#featured-content-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#featured-content {
    background: white;
    border: 1px solid #f0f1f4;
    border-radius: 15px;
    top: -50px;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.list-items-circle {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px;
}

.total-price {
    position: relative;
    top: -20px;
}

.landing-page-text-wrapper-1,
.landing-page-text-wrapper-2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-page-text-inner-wrapper-1 {
    background: #fff5ef;
    padding: 30px;
    border-radius: 15px;
    margin: 40px 0;
}

.landing-page-text-inner-wrapper-1 .fancy-text-wrapper {
    font-family: "Mikado", sans-serif;
    margin: 20px 0;
}

.landing-page-text-inner-wrapper-2 {
    background: #fff5ef;
    padding: 30px;
    border-radius: 15px;
    margin: 40px 0;
}

.landing-page-text-inner-wrapper-2 .fancy-text-wrapper {
    font-family: "Mikado", sans-serif;
    margin: 20px 0;
}

#images-and-title-and-description-slider .item-title {
    margin: 15px 0;
    padding: 10px;
    text-transform: uppercase;
}

#images-and-title-and-description-slider .item-description {
    margin: 20px 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
    font-family: "Mikado", sans-serif;
}

#images-and-title-and-description-slider .slick-slide {
    opacity: 0.6;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#images-and-title-and-description-slider .slick-slide.slick-current {
    opacity: 1;
}

form.go-to-checkout {
    border: 1px solid #f0f1f4;
    border-radius: 15px;
    padding: 30px;
    background: white;
}

.landing-footer {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 0;
}

.landing-footer .logo-footer {
    width: 200px;
    padding: 20px;
    position: absolute;
    top: -50px;
    margin: auto;
    left: 0;
    right: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.penny-landing form.go-to-checkout.footer-go-to-checkout {
    background: #65284c;
}

.penny-landing form.go-to-checkout.footer-go-to-checkout label {
    color: white;
}

.kickerz-landing form.go-to-checkout.footer-go-to-checkout {
    background: #65284c;
}

.kickerz-landing form.go-to-checkout.footer-go-to-checkout label {
    color: white;
}

.girlit-landing form.go-to-checkout.footer-go-to-checkout {
    background: #65284c;
}

.girlit-landing form.go-to-checkout.footer-go-to-checkout label {
    color: white;
}

.checkout-form-wrapper {
    position: relative;
    top: -40px;
    border-radius: 15px;
    background: white;
    padding: 30px;
}

.payment-method-wrapper {
    border-top: 1px solid #f0f1f4;
    padding: 20px 0;
}

.single-radio-choice {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddee3;
}

.single-radio-choice label {
    padding: 20px;
    height: 100%;
    width: 100%;
    margin: 0px;
    font-size: 16px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 35px;
}

.single-radio-choice.dibs label {
    background-image: url("../img/cc-grey.svg");
}

#radio-dibs:checked+label {
    background-image: url("../img/cc-pink.svg");
}

.single-radio-choice.invoice label {
    background-image: url("../img/invoice-grey.svg");
}

#radio-invoice:checked+label {
    background-image: url("../img/invoice-pink.svg");
}

.card {
    margin-bottom: 10px;
}

.card .card-header {
    padding: 0px;
}

.card .card-header a {
    display: block;
    cursor: default;
    padding: 0.75rem 2rem;
    background-size: 9px;
    background-image: url("../img/arrow-right-primary.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-color: white;
}

.card .card-header a[aria-expanded="false"] {
    background-image: url("../img/arrow-right-primary.svg");
}

.card .card-header a[aria-expanded="true"] {
    background-image: url("../img/arrow-down-primary.svg");
    background-color: #f4f4f4;
    background-size: 15px;
    position: relative;
}

.card .card-header a[aria-expanded="true"]:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background: #43adb5;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card .collapse.show {
    background-color: #f4f4f4;
}

.my-account-menu-item {
    border-bottom: 1px solid #f0f1f4;
}

ul#menu-my-account-sidebar {
    border: 1px solid #f0f1f4;
    border-bottom: none;
}

ul#menu-my-account-sidebar .sub-menu .my-account-menu-item {
    background-position: 20px 10px;
}

ul#menu-my-account-sidebar .sub-menu .my-account-menu-item a.nav-link {
    padding-left: 60px;
}

.my-account-menu-item a.nav-link {
    color: #474747;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
    padding-left: 50px;
}

.my-account-menu-item {
    background-position: 10px 10px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.my-account-menu-item.menu-current {
    background-color: #43adb5;
}

.my-account-menu-item.menu-current a.nav-link {
    color: white;
}

ul ul .my-account-menu-item {
    background-size: 15px;
}

.my-account-menu-item--account {
    background-image: url("../img/icons/icon-account.svg");
}

.my-account-menu-item--account.menu-current {
    background-image: url("../img/icons/icon-account-active.svg");
}

.my-account-menu-item--orders {
    background-image: url("../img/icons/icon-orders.svg");
}

.my-account-menu-item--orders.menu-current {
    background-image: url("../img/icons/icon-orders-active.svg");
}

.my-account-menu-item--subscriptions {
    background-image: url("../img/icons/icon-subscriptions.svg");
}

.my-account-menu-item--subscriptions.menu-current {
    background-image: url("../img/icons/icon-subscriptions-active.svg");
}

.my-account-menu-item--adresses {
    background-image: url("../img/icons/icon-adresses.svg");
}

.my-account-menu-item--adresses.menu-current {
    background-image: url("../img/icons/icon-adresses-active.svg");
}

.my-account-menu-item--cards {
    background-image: url("../img/icons/icon-mycards.svg");
}

.my-account-menu-item--cards.menu-current {
    background-image: url("../img/icons/icon-mycards-active.svg");
}

.my-account-menu-item--bonuspoints {
    background-image: url("../img/icons/icon-bonuspoints.svg");
}

.my-account-menu-item--bonuspoints.menu-current {
    background-image: url("../img/icons/icon-bonuspoints-active.svg");
}

.my-account-menu-item--heart {
    background-image: url("../img/icons/icon-heart.svg");
}

.my-account-menu-item--heart.menu-current {
    background-image: url("../img/icons/icon-heart-active.svg");
}

.my-account-menu-item--logout {
    background-image: url("../img/icons/icon-logout.svg");
}

.my-account-menu-item--logout.menu-current {
    background-image: url("../img/icons/icon-logout-active.svg");
}

.my-account-menu-item--shop {
    background-image: url("../img/icons/icon-cart.svg");
}

.my-account-menu-item--shop.menu-current {
    background-image: url("../img/icons/icon-cart-active.svg");
}

.nav-tabs {
    border-bottom: none;
    display: flex;
}

.nav-tabs .nav-item {
    flex: 1;
    text-align: center;
}

.nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #43adb5 !important;
    background: #43adb5;
    color: white;
}

.nav-tabs .nav-link.disabled {
    border-color: #dddee3;
}

.nav-tabs .nav-link {
    border-radius: 0px;
    border-color: #43adb5;
    font-family: "Mikado", sans-serif;
    flex: 1;
}

.subscription-single-list-item {
    border: 1px solid #dddee3;
    border-radius: 0.25rem;
}

.logo-wr {
    border-radius: 0.25rem;
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.lds-rolling {
    position: relative;
}

.lds-css.ng-scope {
    width: fit-content;
    margin: 0 auto;
}

.lds-rolling div,
.lds-rolling div:after {
    position: absolute;
    width: 156px;
    height: 156px;
    border: 16px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
}

.lds-rolling div {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    top: 100px;
    left: 100px;
}

.lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lds-rolling {
    width: 24px !important;
    height: 24px !important;
    -webkit-transform: translate(-12px, -12px) scale(0.12) translate(12px, 12px);
    transform: translate(-12px, -12px) scale(0.12) translate(12px, 12px);
}

.woocommerce-terms-and-conditions {
    display: block !important;
}

h2.mag-page-title {
    color: white;
    text-align: center;
    background: #d3d4ff;
    padding: 10px;
    position: relative;
}

li.show-all.round {
    display: none !important;
}

li.toc.round {
    display: none !important;
}

li.slideshow.round {
    display: none !important;
}

div#gift-header {
    background: url("../img/gift-pattern-pink-1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 120px;
}

h3.gift-heading {
    background: #c41f44;
    padding: 10px;
    text-align: center;
    color: white;
    position: relative;
    font-family: "Mikado", sans-serif;
}

h3.gift-heading:after {
    width: 140px;
    height: 140px;
    content: "";
    position: absolute;
    right: 10%;
    background: url("../img/gift-ribbon-pink-1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

div#gift-content-1 {
    background: white;
    position: relative;
    border: 1px solid #f0f1f4;
    border-radius: 15px;
    top: -50px;
    padding: 40px;
}

#gift-content-1 .fancy-title-wrapper.yellow-splash-thick.section-title h2 {
    font-size: 1.6rem;
}

#gift-content-1 .fancy-text-wrapper.text-center,
#gift-content-2 .fancy-text-wrapper.text-center {
    font-size: 1.2rem;
    margin: 20px 0;
}

#gift-content-1 .single-carousel-item.bg-white,
#gift-content-2 .single-carousel-item.bg-white {
    border: none;
}

div#gift-content-wrapper-1 {
    background: url("../img/gift-pattern-green-1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

div#gift-content-wrapper-1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/pink-separator.png");
}

div#gift-content-wrapper-2 {
    background: #dfeef0;
    position: relative;
}

div#gift-content-wrapper-2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/pink-separator.png");
}

div#gift-content-2 {
    background-color: white;
    border: 1px solid #f0f1f4;
    border-radius: 15px;
    padding: 80px 50px;
    position: relative;
}

div#gift-content-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    background: url("../img/gift-ornament-green-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

div#gift-content-2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    background: url("../img/gift-ornament-green-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.ribbon1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: url("../img/gift-ribbon-green-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.ribbon2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: url("../img/gift-line-green-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

#gift-content-2 .fancy-text-wrapper.text-center {
    text-align: left !important;
}

#gift-content-2 .fancy-text-wrapper.text-center h3 {
    display: inline-block;
    background: url("../img/yellow-splash-1.png");
    font-family: "Mikado", sans-serif;
    color: #414245 !important;
    text-transform: uppercase;
    background-size: 100% 100%;
}

.col-md-10.mx-auto.presents-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}

.premium-plus {
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.premium-item {
    position: relative;
    left: -30px;
}

.premium-item:before {
    content: "";
    position: absolute;
    height: 230px;
    width: 200px;
    left: -20px;
    top: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.checkout-form-wrapper .premium-item {
    left: 0px;
}

.penny-landing .premium-item:before {
    background-image: url("../img/circle-outline-penny&friends.svg");
}

.kickerz-landing .premium-item:before {
    background-image: url("../img/circle-outline-kickerz.svg");
}

.girlit-landing .premium-item:before {
    background-image: url("../img/circle-outline-girlit.svg");
    z-index: -1;
}

.pf.premium-item:before {
    background-image: url("../img/circle-outline-penny&friends.svg");
    height: 120px;
    width: 120px;
}

.ki.premium-item:before {
    background-image: url("../img/circle-outline-kickerz.svg");
    height: 120px;
    width: 120px;
}

.gi.premium-item:before {
    background-image: url("../img/circle-outline-girlit.svg");
    height: 120px;
    width: 120px;
}

.second-box-image {
    width: 75%;
    margin: auto;
}

#images-and-title-and-description-slider .slick-active.slick-current {
    opacity: 1;
    transform: scale(1);
}

#images-and-title-and-description-slider .slick-slide {
    opacity: 0.7;
    transform: scale(0.7);
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.slider.slick-initialized {
    visibility: visible !important;
}

.slider {
    visibility: hidden !important;
}

.status-of-subscription {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.skip_parcel_wrapper {
    background: white;
    border: 1px solid #f0f1f4;
}

.my-orders table tr {
    background: white;
    border: 1px solid #f0f1f4;
}

.my-orders table td {
    padding: 5px;
}

th {
    background: #f8f9fa;
}

#edit_address .form-control:disabled,
#edit_address .form-control[readonly] {
    background: #f4f4f4 !important;
    border: none !important;
}

.credit-card-wrapper .card,
.credit-card-wrapper .cards .face,
.credit-card-wrapper .cards .back {
    background: linear-gradient(#43adb5, #107077);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    width: 100%;
    padding: 30px;
}

.credit-card-wrapper .cards .face .head {
    display: flex;
    justify-content: space-between;
    margin: 16px 16px 0 16px;
}

.credit-card-wrapper .cards .face .head .title {
    font-weight: 600;
    font-size: 20px;
}

.credit-card-wrapper .cards .face .main {
    margin: 16px 16px 0 16px;
}

.credit-card-wrapper .cards .face .main .number-title {
    color: #cccccc;
}

.credit-card-wrapper .cards .face .main .number {
    font-size: 24px;
    color: white;
    font-weight: bold;
}

.credit-card-wrapper .cards .face .dates {
    display: flex;
    max-width: 100px;
    justify-content: space-between;
    margin: 16px 16px 16px 16px;
    color: white;
}

.credit-card-wrapper .cards .face .dates .start {
    color: white;
    font-weight: bold;
}

.credit-card-wrapper .cards .back {
    -webkit-animation: demo 3s ease-in-out;
    animation: demo 3s ease-in-out;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    background: linear-gradient(#828282, dimgray);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.credit-card-wrapper .cards .back .magnetic-line {
    background: #000;
    margin-top: 16px;
    height: 32px;
    width: 100%;
}

button.button-add-card {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid grey;
    color: grey;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mikado";
    src: url("../fonts/MikadoMedium.woff2") format("woff2"), url("../fonts/MikadoMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mikado";
    src: url("../fonts/MikadoBold.woff2") format("woff2"), url("../fonts/MikadoBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

a:hover {
    text-decoration: none;
}

.box-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 5px;
}

.bg-grey {
    background-color: #f0f1f4 !important;
}

.error {
    color: #c50000;
}

h1.mikado-bold,
h2.mikado-bold,
h3.mikado-bold,
h4.mikado-bold,
h5.mikado-bold,
h6.mikado-bold {
    font-family: "Mikado";
    font-weight: 700;
}

h1.mikado-medium,
h2.mikado-medium,
h3.mikado-medium,
h4.mikado-medium,
h5.mikado-medium,
h6.mikado-medium {
    font-family: "Mikado";
    font-weight: 500;
}

@media only screen and (min-width: 992px) {
    .container.big-container {
        max-width: 1100px;
    }
}

@media only screen and (min-width: 1200px) {
    .container.big-container {
        max-width: 1200px;
    }
}

h1 {
    font-size: 2.1rem;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.9rem;
}

.btn {
    text-transform: uppercase;
}

.btn-round {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.btn-round.btn-grey {
    background-color: #dddee3;
}

.btn-round.btn-grey:hover {
    background-color: #c6c6cb;
}

.navbar-brand {
    position: relative;
    display: inline-block;
    text-indent: -99999px;
    width: 180px;
    background: url("../img/logo-stabenfeldt.svg") no-repeat;
    background-size: contain;
    margin-right: 0px;
    background-position: center;
}

.section-title {
    z-index: 1;
    padding: 6px 25px;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    position: relative;
    background-position: center;
    font-family: "Mikado", sans-serif;
}

.section-title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-wrapper {
    padding: 20px;
    width: 95%;
    font-size: 1.4rem;
    border-top-left-radius: 25px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: fit-content !important;
}

.testimonial-wrapper .name {
    font-weight: 500;
    font-family: Roboto;
}

.testimonial-wrapper .description {
    font-family: "Mikado", sans-serif;
}

.yellow-splash-thick {
    background-image: url("../img/yellow-splash-1.png");
    background-size: 100% 100%;
    text-align: center;
}

.light-yellow-splash-sharp {
    text-align: left;
    font-weight: 500;
    background-image: url("../img/light-yellow-splash-sharp.svg");
    background-position: left center;
}

.pink-splash-sharp {
    text-align: left;
    font-weight: 500;
    background-image: url("../img/pink-splash-sharp.svg");
    background-position: left center;
}

.yellow-splash-wavy {
    background-image: url("../img/yellow-splash-wavy.png");
    width: 100%;
}

.yellow-total-varde-splash {
    z-index: 1;
    padding: 6px 25px;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-family: "Mikado", sans-serif;
    background: url("../img/yellow-total-varde-splash.png");
    background-repeat: no-repeat;
    background-position: center;
}

.yellow-total-varde-splash::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.yellow-total-varde-splash::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.yellow-total-varde-splash::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.yellow-total-varde-splash::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.prev-next-post-thumb>a>img {
    width: 100%;
    height: 100%;
}

.penny-testimonial {
    background-color: #f7e5df;
    border: 2px dotted #703859;
}

.penny-testimonial .name {
    color: #43adb5;
}

.penny-testimonial .description {
    color: #ca6a87;
}

.girlit-testimonial {
    background-color: #fff7f1;
    border: 2px dotted #ffdc2e;
}

.girlit-testimonial .name {
    color: #43adb5;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    background: #dddee3;
    border-radius: 50%;
}

.slick-arrow:active,
.slick-arrow:focus {
    background: #dddee3;
}

#penny-club .slick-arrow:hover,
#penny-landing .slick-arrow:hover {
    background: #703859;
}

#girlit-club .slick-arrow:hover,
#club-landing .slick-arrow:hover {
    background: #a5247a;
}

#kickerz-club .slick-arrow:hover,
#kickerz-landing .slick-arrow:hover {
    background: red;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before {
    content: "";
    background-image: url("../img/arrow-left-white.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
}

.slick-next:before {
    content: "";
    background-image: url("../img/arrow-right-white.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
}

.form-group {
    padding: 10px;
    border: 2px solid;
    margin: 10px;
}

.form-group>label {
    position: absolute;
    top: -1px;
    left: 20px;
    background-color: white;
}

.form-group>input {
    border: none;
}

.lrm-font-svg .lrm-switch-to--login:before {
    display: none;
}

a.lrm-switch-to-link.lrm-switch-to--login.lrm-ficon-login.selected {
    font-size: 1.5rem;
    font-family: "Mikado Bold";
}

.lrm-form input.has-border,
.lrm-form select.has-border {
    border: 1px solid #43adb5;
    border-radius: 5px;
}

.lrm-font-svg .lrm-form .hide-password,
.lrm-font-svg .lrm-form .lrm-ficon-eye {
    border: none;
    opacity: 0.3;
}

.lrm-form a.button,
.lrm-form button,
.lrm-form button[type="submit"],
.lrm-form #buddypress input[type="submit"],
.lrm-form input[type="submit"] {
    background: #43adb5;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.fieldset.fieldset--submit.fieldset--default {
    padding: 0 2em !important;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.lrm-user-modal-container-inner {
    padding: 20px;
    border-radius: 10px;
}

.lrm-user-modal-container .input-text:focus,
.lrm-user-modal-container input[type="text"]:focus,
.lrm-user-modal-container input[type="email"]:focus,
.lrm-user-modal-container input[type="password"]:focus,
.lrm-user-modal-container input[type="url"]:focus,
.lrm-user-modal-container input[type="search"]:focus,
.lrm-user-modal-container input[type="tel"]:focus,
.lrm-user-modal-container input[type="date"]:focus,
.lrm-user-modal-container input[type="number"]:focus,
.lrm-user-modal-container select:focus,
.lrm-user-modal-container textarea:focus,
.lrm-user-modal-container .lrm-integrations .input-text:focus,
.lrm-user-modal-container .lrm-integrations input[type="text"]:focus,
.lrm-user-modal-container .lrm-integrations input[type="email"]:focus,
.lrm-user-modal-container .lrm-integrations input[type="password"]:focus,
.lrm-user-modal-container .lrm-integrations input[type="url"]:focus,
.lrm-user-modal-container .lrm-integrations input[type="search"]:focus,
.lrm-user-modal-container .lrm-integrations input[type="tel"]:focus,
.lrm-user-modal-container .lrm-integrations input[type="date"]:focus,
.lrm-user-modal-container .lrm-integrations input[type="number"]:focus,
.lrm-user-modal-container .lrm-integrations select:focus,
.lrm-user-modal-container .lrm-integrations textarea:focus {
    box-shadow: none;
    border: 1px solid #43adb5;
    background: white;
}

.full-width-boxes-wrapper .box-wrapper {
    min-height: 500px;
}

@media only screen and (max-width: 600px) {
    .full-width-boxes-wrapper .box-wrapper {
        min-height: 170px;
        margin-bottom: 10px;
    }
}

.two-boxes-wrapper .box-wrapper {
    border: 1px solid #f0f1f4;
    border-radius: 10px;
    padding: 20px;
}

.two-boxes-wrapper .box-wrapper .box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.two-boxes-wrapper .box-wrapper-1 h3 {
    text-align: left;
    font-weight: 500;
    background-image: url("../img/pink-splash-sharp.svg");
    background-position: left center;
}

.two-boxes-wrapper .box-wrapper-2 h3 {
    text-align: left;
    font-weight: 500;
    background-image: url("../img/light-yellow-splash-sharp.svg");
    background-position: left center;
}

.boxes-with-description-wrapper .box-wrapper {
    height: 100%;
}

.boxes-with-description-wrapper .box-description {
    font-size: 0.85rem;
    min-height: 90px;
    margin-top: 15px;
}

.fancy-title-wrapper h2 {
    font-size: 2rem;
}

.simple-title-wrapper h3 {
    font-size: 1.5rem;
}

h3.section-title {
    font-size: 1.75rem;
}

.simple-text-wrapper {
    font-size: 1.15rem;
}

.page-template-home .fancy-text-wrapper {
    width: 100%;
    margin: 40px auto;
    font-size: 1.3rem;
}

.section-title h1 span {
    font-size: 1.4rem;
}

.widget_yith_wc_category_accordion:hover ul.children .cat-item a {
    color: #43ADB5!important;
}

@media only screen and (max-width: 998px) {
    #main-menu {
        flex-direction: column;
    }
    #main-menu li {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .slick-next {
        right: 0px;
        z-index: 2;
    }
    .slick-prev {
        left: 0px;
        z-index: 2;
    }
    .fancy-title-wrapper h2 {
        font-size: 1.2rem;
    }
    .page-template-home .fancy-text-wrapper {
        width: 100%;
        margin: 30px auto;
        font-size: 1rem;
    }
    .simple-page-header-wrapper {
        height: 150px;
    }
    .big-header-wrapper {
        min-height:330px;
    }
    .big-header-wrapper .banner-title-and-button-wrapper h2 {
        display: none;
    }
    .big-header-wrapper .banner-title-and-button-wrapper .btn {
        position: relative;
        top: 110px;
        width: 100%;
        display: none;
    }
    .club-page-text-inner-wrapper,
    .landing-page-text-wrapper-1,
    .landing-page-text-wrapper-2 {
        padding: 20px;
    }
    .club-page-text-inner-wrapper .simple-title-wrapper h3,
    .landing-page-text-wrapper-1 .simple-title-wrapper h3,
    .landing-page-text-wrapper-2 .simple-title-wrapper h3 {
        font-size: 1.2rem;
    }
    .club-page-text-inner-wrapper .fancy-text-wrapper,
    .landing-page-text-wrapper-1 .fancy-text-wrapper,
    .landing-page-text-wrapper-2 .fancy-text-wrapper {
        font-size: 1rem;
    }
    #featured-content h1.mikado-bold {
        font-size: 1.7rem;
    }
    #featured-content h1.mikado-bold span {
        font-size: 1.1rem !important;
    }
    #featured-content h1.mikado-bold {
        font-size: 1.7rem;
    }
    #featured-content h1.mikado-bold span {
        font-size: 1.1rem !important;
    }
    .premium-plus {
        left: 0;
        right: 0;
        top: -60px;
        bottom: auto;
    }
    .premium-item {
        left: 0;
        text-align: center;
        margin-top: 40px;
    }
    .premium-item img.img-fluid {
        max-width: 60%;
        margin: auto;
    }
    .premium-item:before {
        left: 0;
    }
    #featured-content h1.mikado-bold {
        font-size: 1.7rem;
    }
    #featured-content h1.mikado-bold span {
        font-size: 1.1rem !important;
    }
    .premium-plus {
        left: 0;
        right: 0;
        top: -50px;
        bottom: auto;
    }
    .premium-item {
        left: 0;
        text-align: center;
    }
    .premium-item img.img-fluid {
        max-width: 60%;
        margin: auto;
    }
    .premium-item:before {
        left: 0;
    }
    .items-carousel-big-title h2 {
        font-size: 1.4rem;
    }
    h3.section-title {
        font-size: 1.1rem;
    }
    .checkout-form-wrapper {
        padding: 10px;
    }
    .checkout-form-wrapper h1 {
        font-size: 1.7rem;
    }
    .checkout-form-wrapper h1 span {
        font-size: 1.1rem !important;
    }
    #payment-method-title h3.section-title-roboto.text-center {
        font-size: 1.4rem !important;
    }
    .presents-wrapper {
        bottom: -90px;
    }
    .presents-wrapper .presents img {
        width: 40px;
    }
    .col-md-10.mx-auto.presents-wrapper {
        bottom: -90px;
    }
    h3.gift-heading:after {
        width: 50px;
        height: 50px;
        right: 0%;
        top: 60px;
    }
    #gift-content-1 .fancy-title-wrapper.yellow-splash-thick.section-title h2 {
        font-size: 1.2rem;
    }
    div#gift-content-1 {
        padding: 20px;
    }
    .pf.premium-item:before {
        height: 200px;
        width: 200px;
    }
    .ki.premium-item:before {
        height: 200px;
        width: 200px;
    }
    .gi.premium-item:before {
        height: 200px;
        width: 200px;
    }
}


/*# sourceMappingURL=css/main.css.map */

#faq-form .acf-form-submit {
    padding: 10px!important;
}



/*MODAL 1 FORM*/
/*custom font*/

/*basic reset*/



/*form styles*/
.msform {
    text-align: center;
    position: relative;
    margin-top: 30px;

    overflow: hidden;
}
.msform label{
    font-size: 1rem;
}
.msform h2{
   color: #43ADB5;
}
.form-subtite{
    font-size: 1.1rem;
}

.text-primary{
    color: #43ADB5 !important;
    font-weight: bold;
}

.msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: auto;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
.msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
.msform input, .msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
}

.msform input:focus, .msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
.msform .action-button {
    background: #43ADB5;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 70px;
}

.msform .action-button:disabled{
    background: #f4f5f7;
}



.msform .action-button-previous {
    width: 100px;
    background: #aCbEd0;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.msform .action-button-previous:hover, .msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#progressbar:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #43adb5;
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
}

#progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 9px;
    width: 22%;
    float: left;
    position: relative;
    letter-spacing: 1px;

}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 55px;
    height: 55px;
    line-height: 26px;
    display: block;
    font-size: 20px;
    color: #43ADB5;
    border: 1px solid #43ADB5;
    background: #F4F5F7;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: relative;
    font-weight: bold;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #43adb5;
    color: white;
}

.modal-dialog {
    max-width: 800px;
}

.modal-1 p {
    margin: 0px;
}

.modal-1 p span{
    font-weight: 800;
}
.modal-1 h5 {
    margin: 0px;
    font-weight: 800;
}
.modal-content{
    background: #FEFEFE 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
}
.close-btn{
    background: #F4F5F7 0% 0% no-repeat padding-box;
    border: 1px solid #43ADB5;
    border-radius: 6px;
    color: #43ADB5;
    padding: 10px 30px;
    font-weight: bold;
}

input[type='radio']{
    margin-bottom: 0px;
    margin-right: 5px;
}
input[type='radio']:checked:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #43ADB5;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

.modal-2 label{
    margin-left: 10px;
}



/*datepicker*/
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: white !important;
    border: none !important;
}

.ui-widget.ui-widget-content {
    border-radius: 10px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #077ab6 !important;
    background: white !important;
}

a.ui-datepicker-next.ui-corner-all {
    background: #f8f9fa !important;
}

a.ui-datepicker-prev.ui-corner-all {
    background: #f8f9fa !important;
}

.ui-datepicker .ui-datepicker-prev span {
    color: white !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-right: 5px solid #0c7ab6 !important;
    position: relative !important;
    top: 17px !important;
    left: 17px !important;
}

.ui-datepicker .ui-datepicker-next span {
    color: white !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid #0c7ab6 !important;
    position: relative !important;
    left: 19px !important;
    top: 17px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #107ab6 !important;
}
select.ui-datepicker-month,select.ui-datepicker-year {
    border: 1px solid #d7dadc !important;
    border-radius: 2px !important;
}

.border-radius{
    border-radius: 20px;
}
.shadow-effect {
    box-shadow: 0px 5px 10px rgb(0,0,0, .1);
      -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.shadow-effect:hover{
    box-shadow: 0px 0px 20px rgb(0,0,0, .14);
    top:-3px;
    transform:scale(1.03);
}


input#couponCode {}

.dibs-form-control .form-control#couponCode {border-top-left-radius: 10px !important;border-bottom-left-radius: 10px !important;border-top: 1px solid #c6c6cb;}

.dibs-form-control button#couponButton {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: .7rem;
    padding: 10px 15px;
}
.form-control:disabled{
    background-color:#f1f1f1 !important;
}

.dibs-form-control .form-control:focus{
    z-index: 0;
}
.coupon-success {
    position: absolute;
    top: 23px;
    bottom: 0;
    margin: auto;
    right: 80px;
    height: 21px;
    width: 20px;
    z-index: 1;
}
@media only screen and (max-width:600px){
    .coupon-success{
        top:8px;
    }
}


.new-btn {
    display:block;
    
}