
/**********************************************************************/
/** GENERAL */
/**********************************************************************/

section:first-of-type {
    margin-top: 187px;
}

body.overlay-open {
    overflow: hidden;
}

.vh-100 {
    height: 100vh !important;
}

#lang_dropdown {
    min-width: auto;
}

#lang_dropdown li > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* BOOTSTRAP CLASSES NEED TO BE OVERRIDDEN */

.open{
    display: block;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.d-inline {
    display: inline !important;
}

form label {
    font-family: 'Work Sans', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.77px;
    color: #03252A;
    text-transform: none;
    letter-spacing: normal;
}



form input[type="text"],
form input[type="password"],
form input[type="date"],
form input[type="datetime"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="url"],
form textarea,
form select,
.select2-container--default .select2-selection--single {
    border-left-width: 0 !important;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-color: #59ef83 !important;
    border-bottom-width: 2px !important;
    font-family: 'Work Sans', serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 18.77px !important;
    background: transparent !important;
    padding-left: 0 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    color: #03252A !important;
    margin-bottom: 25px !important;
}

form select,
.select2-container--default .select2-selection--single {
    height: 40px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(/customer/images/arrow.png) !important;
    background-size: 12px !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

select:focus {
    outline: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border-radius: 0 !important;
}

.select2-selection__rendered {
    color: #ffffff !important;
    padding-left: 0 !important;
}
.select2-selection__arrow {
    display: none;
}
.form-inline label {
    /*float: left;*/
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: none;
    /*margin-top: 14px;*/
    font-family: 'Work Sans', serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.77px;
    color: #03252A;
}

.form-group {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-top: 5px;
    margin-top: 7px;
}

.form-group > .input ~ label {
    transition: all 0.3s ease-in;
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 6px 0;
    font-size: 14px;
    -ms-pointer-events: none;
    pointer-events: none;
    font-size: 14px;
}

.form-group > .input:not(:focus, select) ~ label {
    top: 5px !important;
    font-size: 16px !important;
}

.form-group > .input:focus ~ label
.form-group > .input:not(:placeholder-shown) ~ label,
.form-group > .input:not(:placeholder-shown):not(:focus) ~ label,
.form-group > .input:not(:placeholder-shown):focus ~ label {
    top: -15px !important;
    font-size: 14px !important;
}

.form-inline label ~ .input-group {
    /*float: right;*/
}

.form-inline .input-group input {
    margin-bottom: 5px !important;
}

.multi-level li a {
    padding: 4px 5px !important;
}

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

.float-unset {
    float: unset !important;
}

.bwx-shop-steps > .bwx-shop-steps-step > .bwx-shop-steps-dot {
    background: url(/customer/images/list-bullet-bg-white.svg);
}

.bwx-shop-steps > .bwx-shop-steps-step.disabled .bwx-shop-steps-dot {
    background: url(/customer/images/list-bullet-bg-white-gray.svg) !important;
    background-color: transparent !important;
}


.bwx-shop-steps > .bwx-shop-steps-step.complete .bwx-shop-steps-stepnum {
    color: #58ef83;
}

.bwx-shop-steps > .bwx-shop-steps-step .bwx-shop-steps-stepnum {
    font-family: 'Sohne Schmal', serif;
    color: #03252A;
    font-size: 22px;
    font-weight: 700;
    line-height: 29.65px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/**********************************************************************/
/** TEXT, LINKS & BUTTONS */
/**********************************************************************/

body {
  color: #03252A;
  font-family: 'Work Sans', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Sohne Schmal', sans-serif !important;
    text-transform: uppercase;
    color: #03252A;
    letter-spacing: normal !important;
}

h1 {
    font-size: 120px !important;
    line-height: 100px !important;
    margin-bottom: 30px;
    font-weight: 700 !important;
    font-style: italic;
}

h2 {
    font-size: 80px !important;
    line-height: 70px !important;
    font-weight: 700 !important;
}

h3 {
    font-family: 'Sohne Schmal', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
}

h4,
#gdpr-cookie-message h4 {
    padding-left: 0;
    font-family: 'Sohne Schmal', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 29.65px;
}

h4:before {
    content: none;
}

a.bwx-text-dark:hover {
    color: #59ef83 !important;
}

.btn,
#gdpr-cookie-message button {
    font-family: 'Sohne Schmal', sans-serif !important;
    border-radius: 50px !important;
    font-size: 22px !important;
    line-height: 1.6 !important;
    font-weight: 700 !important;
    padding: 5px 50px !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
    border-width: 2px !important;
}

.bwx-btn-primary,
.bwx-card .bwx-btn-primary
#gdpr-cookie-message button {
    color: #03252A !important;
}

.bwx-btn-primary.outlined {
    background: transparent;
}

.bwx-btn-primary.outlined:hover {
    background: #59ef83;
}

.bwx-btn-ghost-contact{
    background-color: transparent !important;
    border: 2px solid #59ef83;
    color: black !important;
    border-radius: 10px !important;
}

.body--text a.btn.bwx-btn-ghost-contact{
    border-bottom: 2px solid #59ef83;
}

.bwx-card:not(.bwx-bg-white) .bwx-btn-primary:hover {
    border: 2px solid #59ef83 !important;
    color: #ffffff !important;
}

.bwx-btn-primary:hover,
#gdpr-cookie-message button:hover {
    border: 2px solid #59ef83 !important;
    color: #03252A !important;
}

.line-through {
    text-decoration: line-through;
}

header {
    z-index: 30;
    position: fixed;
    width: 100%;
    top: 0;
}

header .top-menu {
    transition: .3s all !important;
    margin-bottom: 15px !important;
}

header nav .top-menu ul li.line:last-of-type a {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

header .navbar.smaller .top-menu {
    display: none;
}

header .top-menu ul {
    list-style: none !important;
    margin: 0 !important;
    /* text-align: right !important; */
    display: flex;
    justify-content: end;
    padding-left: 0;
}

header nav .top-menu ul li {
    font-family: "Work Sans",sans-serif;
    line-height: 1.6;
    display: inline-block !important;
    position: relative !important;
}

header nav .top-menu ul li a {
    display: block !important;
    margin: 5px 20px !important;
    padding: 0 !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #fff !important;
}

header nav .top-menu ul li.line a {
    margin: 0 !important;
    padding: 0 !important;
/*    padding-left: 30px !important;*/
}

header nav .top-menu ul li.line.active {
    position: relative !important;
}

/*header nav .top-menu ul li.line.active a {
    padding-left: 0 !important;
}*/

header nav ul li a:before {
    content: "" !important;
    width: 0 !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    background: #fff !important;
    transition: .3s all !important;
}

header nav .top-menu ul li.line a:before {
    height: 3px !important;
    width: 100% !important;
    bottom: -5px !important;
    background: #efefef !important;
}

header nav .top-menu ul li.line.active a:before,
header nav .top-menu ul li.line:hover a:before {
    background: #59ef83 !important;
}

header .top-banner {
    background-color: #03252a !important;
    padding: 10px !important;
    text-align: center !important;
}


header .top-banner a {
    text-decoration: none !important;
    color: #59ef83 !important;
    font-size: 14px !important;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .top-banner a:after {
    width: 12px !important;
    height: 12px !important;
    content: '\f054' !important;
    font-family: FontAwesome !important;
    background-color: #59ef83 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    margin-left: 5px !important;
    color: #03252a !important;
    font-size: 6px !important;
    text-align: center;
    align-items: center;
    display: flex !important;
    justify-content: center;
}

.main-nav {
    display: flex !important;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    padding-bottom: 5px !important;
    padding-top: 0px !important;
}

#dropdownLang {
    text-transform: uppercase !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: transparent;
}

.navbar {
    box-shadow: none !important;
    border-radius: 0 !important;
    display: flex !important;
    gap: 15px;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px 50px !important;
    background-color: #053f48 !important;
    overflow: visible;
}

.navbar:before, .navbar:after {
    display: none;
    content: none;
}

.navbar .container {
    display: flex;
    width: 100%;
    flex-grow: 1;
    justify-content: space-between !important;
}

.navbar-brand {
    max-width: 280px;
    width: 280px;
    transition: .3s all;
}

/*.navbar.smaller .navbar-brand,
.navbar.smaller .navbar-brand img {
    width: 90px;
    max-width: 90px;
}*/

.navbar-brand img {
    max-height: unset;
    max-width: 280px;
    width: 280px;
    width: 100%;
}

.navbar .btn-nav {
    background-color: #59ef83 !important;
    padding: 5px 50px !important;
    margin: 5px 20px !important;
    border-radius: 50px !important;
    font-size: 24px !important;
    border: 2px solid #59ef83 !important;
    color: #03252a !important;
    margin-right: 0 !important;
    letter-spacing: .5px !important;
    font-family: "Sohne Schmal" !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
/*    margin: 0 !important;*/
    line-height: 1.6 !important;
    transition: all 0.3s ease-in !important;

}

.navbar .btn-nav:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in !important;

}

header .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: #fff;
    z-index: 200;
    text-align: left;
    width: fit-content;
}

header .navbar .dropdown-menu a.navigation__link:not(.btn-nav) {
    color: #03252a !important;
    padding: 0;
    margin: 0;
    font-size: 14.4px;
    white-space: nowrap;
}

header .navbar .dropdown-menu a.navigation__link:not(.btn-nav):hover,
header .navbar .dropdown-menu a.navigation__link:not(.btn-nav).active {
    background-color: transparent;
    color: #59ef83 !important;
}

.main-nav__item .navigation__link:not(.btn-nav), #navbar-collapse > ul > .dropdown > a {
    font-family: 'Work Sans Regular', sans-serif !important;
    line-height: 18.77px !important;
    font-size: 16px;
    text-transform: none;
    display: block;
    margin: 5px 20px;
    padding: 0;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff !important;
    opacity: 1;
    padding-top: 10px !important;
}

#navbar-collapse > ul > .dropdown > a {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

.caret {
    width: 10px;
    height: 10px;
}

.main-nav .dropdown a[data-toggle="dropdown"]:after {
    content: "";
    background-image: url(/customer/images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin-left: 5px;
    color: #59ef83;
    width: 10px;
    height: 10px;

}

.container-fluid {
    max-width: 1400px;
}

#customer-shop-products-detail-2 .container-fluid,
#dynamic-shop-products-detail .container-fluid {
    max-width: 1600px;
}

.row {
    max-width: unset;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.main-nav .navigation__link:not(.btn-nav):before,
.main-nav .dropdown a[data-toggle="dropdown"]:before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
    transition: .3s all;
}

.main-nav li a:not(.btn-nav).active {
    border-bottom: none !important;
}

.main-nav .navigation__link:not(.btn-nav).active {
    color: #ffffff !important;
}

.main-nav .navigation__link:not(.btn-nav).active:before,
.main-nav .navigation__link:not(.btn-nav):hover:before,
.main-nav .dropdown a[data-toggle="dropdown"]:hover:before {
    color: #ffffff !important;
    width: 100% !important;
}

/*******************************/
/* GHOST */
/*******************************/

.bwx-btn-ghost-white {
    background-color: transparent;
    border: 3px solid #fff;
    color: white !important;
}

.bwx-btn-ghost-white:hover {
    background-color: #fff;
    color: black !important;
}

.bwx-btn-ghost-black {
    background-color: transparent;
    border: 3px solid #000;
    color: #000 !important;
}

.bwx-btn-ghost-black:hover {
    background-color: #000;
    color: white !important;
}

/*******************************/
/* LINK */
/*******************************/

.hero-icon-links .bwx-btn-link {
  color: #fff;
  font-size: 1.1em;
}

.bwx-btn-link {
  font-weight: 700 !important;
}

.bwx-card-link {
    background-color: transparent;
    padding: 0 5px 0 0;
    border: none;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    position: relative !important;
}

.bwx-card-link:after {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: .3s all;
}

.bwx-card-container:hover .bwx-card-link:after,
.bwx-card-link:hover:after {
    background-color: #59ef83;
    transition: .3s all;
}

/*******************************/
/* FACEBOOK */
/*******************************/

.bwx-btn-facebook, a.inverse.bwx-btn-facebook, .inverse a.bwx-btn-facebook {
    background-color: #29487e;
    color: white !important;
}

.btn.bwx-btn-facebook {
    border: 3px solid #29487e;
}

.bwx-btn-facebook:hover, .btn-nav.bwx-btn-facebook:hover,  .bwx-btn-facebook:focus, .btn-nav.bwx-btn-facebook:focus {
    background-color: #365ea5;
}

.btn.bwx-btn-facebook:hover, .btn.bwx-btn-facebook:focus {
    border: 3px solid #365ea5;
}

.bwx-btn-facebook {
    -webkit-box-shadow: 0 4px 0 #4f7bc4;
    -moz-box-shadow: 0 4px 0 #4f7bc4;
    box-shadow: 0 4px 0 #4f7bc4;
}

.btn-border.bwx-btn-facebook, a.btn-border.bwx-btn-facebook  {
    color: #29487e;
}

/*******************************/
/* GOOGLE */
/*******************************/

.bwx-btn-google, a.inverse.bwx-btn-google, .inverse a.bwx-btn-google {
    background-color: #4385f5;
    color: white !important;
}

.btn.bwx-btn-google {
    border: 3px solid #4385f5;
}

.bwx-btn-google:hover, .btn-nav.bwx-btn-google:hover,  .bwx-btn-google:focus, .btn-nav.bwx-btn-google:focus {
    background-color: #5997ff;
}

.btn.bwx-btn-google:hover, .btn.bwx-btn-google:focus {
    border: 3px solid #5997ff;
}

.bwx-btn-google {
    -webkit-box-shadow: 0 4px 0 #96bdfe;
    -moz-box-shadow: 0 4px 0 #96bdfe;
    box-shadow: 0 4px 0 #96bdfe;
}

.btn-border.bwx-btn-google, a.btn-border.bwx-btn-google  {
    color: #4385f5;
}

/*******************************/
/* TWITTER */
/*******************************/

.bwx-btn-twitter, a.inverse.bwx-btn-twitter, .inverse a.bwx-btn-twitter {
    background-color: #38A1F3;
    color: white !important;
}

.btn.bwx-btn-twitter {
    border: 3px solid #38A1F3;
}

.bwx-btn-twitter:hover, .btn-nav.bwx-btn-twitter:hover,  .bwx-btn-twitter:focus, .btn-nav.bwx-btn-twitter:focus {
    background-color: #57b5ff;
}

.btn.bwx-btn-twitter:hover, .btn.bwx-btn-twitter:focus {
    border: 3px solid #57b5ff;
}

.bwx-btn-twitter {
    -webkit-box-shadow: 0 4px 0 #2a6da2;
    -moz-box-shadow: 0 4px 0 #2a6da2;
    box-shadow: 0 4px 0 #2a6da2;
}

.btn-border.bwx-btn-twitter, a.btn-border.bwx-btn-twitter  {
    color: #38A1F3;
}

.dropdown-toggle {
    padding: 1px 0px !important;
}

/*******************************/
/* GAMES */
/*******************************/

/* GAME - start :: Soccer game */

#gameContainer, .pos_relative {
    position: relative;
}

#gameContainer #scoreContainer,
#gameContainer #timer {
    position: absolute;
    top: 10%;
}

#gameContainer #countDown {
    left: 50%;
    transform: translate(-50%, -35%);
    width: auto;
    display: block;
    text-align: center;
    font-size: 8em;
    top: 35%;
    position: absolute;
}

#gameContainer .goalState {
    position: absolute;
    top: 33%;
    left: 0;
    font-size: 2em;
    text-align: center;
    width: 100%;
}

#gameContainer #scoreContainer {
    left: 60px;
}

#gameContainer #timer {
    right: 60px;
}

/* GAME - end :: Soccer game */


/* GAME - start :: Spin the wheel */

#spinBtn {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pointer {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 60px;
    display: block;
    z-index: 999;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wheel-center {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-height: 145px;
    max-width: 145px;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    top: calc(50% + 9px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#spinner {
    position: relative;
}

#spinner #won {
    display: block;
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    width: calc(100% - 60px);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

#spinner #won:not([style*="display: none"]) + .game-container {
    opacity: 0.33;
}

#spinner .game-container {
    padding-top: 20px;

}

#spinner .game-container canvas {
    width: 100%;
    position: relative;
    z-index: 1;
}

#spinner #canvasContainer {
    position: relative;
}

#spinner #canvasContainer .bg {
    background-image: url(/brandworks/images/wheel-bg.jpg);
    background-repeat: no-repeat;   /* Ensure that background does not repeat */
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    /*overflow: hidden;*/
    z-index: 0;
    opacity: 0.33;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* GAME - end :: Spin the wheel */


/*******************************/
/* CUSTOM */
/*******************************/

::-moz-selection { /* Code for Firefox */
  color: #03252A;
  background: #59ef83;
}

::selection {
  color: #03252A;
  background: #59ef83;
}

.panel {
    border-radius: 0;
}

.section-contact {
    overflow: visible;
}

.sticky {
    z-index: 9999 !important;
    position: relative;
    padding-top: 20px;
}

.sticky .updates-categories {
    padding-bottom: 20px;
}

.sticky .updates-categories li {
    height: 34px;
    margin: 0 6px 6px 0;
}

.sticky .updates-categories--link {
    top: 10px;
    position: relative;
    font-size: 0.65em;
    line-height: 0.65;
    padding: 10px 12px 8px 12px;

}

.bwx-card {
    box-shadow: none;
}


.bwx-card.bwx-bg-white {
    border: 2px solid #59ef83;
}


.bwx-card {
    background-color: #053F48 !important;
    border-radius: 5px;
    overflow: hidden;
}

.bwx-card.rounded {
    border-radius: 15px;
}

.bwx-card:not(.bwx-card-large) h3 {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -2%;
    text-transform: none;
}

.bwx-card .bwx-card-body {
    padding: 33px !important;
}

.bwx-card.bwx-card-large {
    border-radius: 30px !important;
}

.bwx-card.bwx-card-large .bwx-card-body {
    padding: 45px !important;
}

.bwx-card .bwx-card-header {
    position: relative;
    max-height: 270px;
    overflow: hidden;
}

.bwx-card-link .bwx-card-header img {
    transform-origin: top left;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bwx-card-link:hover .bwx-card-header img {
    transform: scale(1.1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hero h1 {
    font-weight: 600;
}

.hero h2 {
    font-size: 25px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 15px;
}

.hero .lead, .hero p.lead, .hero .lead p {
    font-size: 18px;
    font-weight: 900;
}

.breadcrumbs__link {
    color: #888 !important;
}

.breadcrumbs__link:hover {
    color: #03252A !important;
}

.button {
    color: #ffffff !important;
    font-weight: 900 !important;
}

.link--border {
    color: #03252A !important;
    font-size: 13px !important;
    font-size: .8125rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    padding: 3px 0;
    border-bottom: 1px solid #79CEE0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.link--border:hover {
    color: #59ef83 !important;
}

.contact-addresses a {
    color: #03252A !important;
}

.case--intro p {
    color: #fff !important;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 27px !important;
    font-weight: 700;
}

.section p {
    color: #555;
}

.updates-categories--link  {
    color: #555 !important;
}

.updates-categories--link:hover, .updates-categories--link.active {
    border-color: #79CEE0 !important;
    color: #59ef83 !important;
}

.services-categories--link  {
    color: #fff !important;
}

.services-categories--link:hover, .services-categories--link.active {
    border-color: #03252A !important;
    color: #03252A !important;
}

.contact-addresses a:hover {
    color: #59ef83 !important;
}

.section-blue .title h4, .section-green .title h4 {
    font-weight: 700 !important;
}

.services-categories--cart {
    color: #03252A;
    border: 2px solid #59ef83 !important;
    padding: 5px;
    font-size: 14px;
    font-family: 'Sohne Schmal', sans-serif !important;
    font-weight: 700 !important;
    padding: 3px 12px !important;
    letter-spacing: .5px !important;
    text-transform: uppercase;
    border-radius: 15px;
    display: block;
    width: fit-content;
}

.services-categories--cart ~ .product-title
.services-categories--cart ~ s > .product-title {
    display: block !important;
}

.product-title {
    font-family: 'Sohne Schmal', sans-serif;
    font-size: 24px;
    font-style: italic;
}

.product-heading {
    font-size: 90px !important;
    line-height: 70px !important;
}

.dynamic-product-overview .example-highlight {
    width: 33% !important;
}

.example-highlight--content {
    padding-bottom: 30px !important;
}

/*.example-highlight--visual {
    max-height: 300px !important;
}

.example-highlight--visual img {
    max-width: none !important;
    width: auto !important;
}*/

.section-blue .link--border, .section-green .link--border {
    color: #fff !important;
}

.section-blue .link--border:hover {
    color: #fff !important;
}

.section-green .link--border:hover {
    color: #fff !important;
}

.section-highlights-green .button--cta:after {
    background-color: #59ef83 !important;
}

.corporate--colors .title .link--border {
    border-color: #9DC648;
}

.corporate--colors .title .link--border:hover {
    color: #59ef83 !important;
}

.list-updates--content h3 {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.list-updates--content h3:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.box-testing .link--border {
    color: #03252A !important;
}

.box-testing .link--border:hover {
    color: #03252A !important;
}

.webshop-product--price, .webshop-blog_item--price, .webshop-variationsproduct--price {
    font-weight: 600;
}

.block-cta h2 {
    font-weight: 900 !important;
}

.button--cta {
    font-weight: 900 !important;
    color: #03252A !important;
}

.button--cta:hover {
    color: #ffffff !important;
}

.button--fb {
    background-color: #1877F2 !important;
    color: white !important;
    position: relative;
    padding-left: 48px !important;
}

.button--fb:after {
    background-color: #0c64d7 !important;
}

.button--fb:before {
    content: '';
    background-image: url('/customer/images/fb-logo.png');
    background-size: contain;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 16px;
    top: 10px;
}

.list-updates .list-updates--visual .img-mask {
    -webkit-mask-image: url(/customer/images/shape.svg);
    mask-image: url(/customer/images/shape.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

.list-updates .list-updates--visual .img-mask img {
    visibility: hidden;
}

.list-services-item p {
    color: #555 !important;
}

.label-custom {
    text-align: left;
    padding: 0;
    font-weight: 400;
}

label + small {
    color: #888 !important;
    text-transform: uppercase;
}

input[type=checkbox] {
    margin-top: 2px;
}

.input__select {
    color: #03252A !important;
}

.bwx-card.bwx-bg-dark .input__select,
.bwx-card.bwx-bg-dark .input {
    color: #ffffff !important;
}

.contact-addresses p {
    line-height: 1.375 !important;
}

.pagination {
    padding-top: 15px !important;
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:focus, .pagination>li>span:focus {
    border: none;
    color: #888 !important;
    background-color: transparent !important;
    font-weight: 400;
}

.pagination>.active>span, .pagination>li>a:hover {
    background-color: transparent !important;
    color: #03252A !important;
}

.pagination>.disabled>span[aria-hidden=true] {
    display: none;
}

.product-review-img-height {
    height: 55px !important;
}

.variation-choose,
.variation-choose-table {
    display: none;
}

th.lead{
    font-size: 30px !important;
}

table td{
    font-size: 15px !important;
}

h3.popover-title{
    line-height: normal !important;
    font-family: 'Work Sans', serif !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.popover-content{
    padding: 0px !important;
}

.tooltip{
    color: black !important;
    line-height: normal !important;
    font-family: 'Work Sans', serif !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.tooltip-inner{
    background-color: white !important;
    color: black !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fff !important;
}

#modal-product-comparison-table .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: normal !important;
}

label.variation-choose-container {
    text-transform: uppercase;
    word-wrap: break-word;
}

.variation-choose-container {
    font-family: 'Sohne Schmal', sans-serif;
    cursor: pointer;
    width: 100%;
    background-color: transparent;
    border: 2px solid #59ef83;
    border-radius: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 40px !important;
    line-height: 40px !important;
    margin: 0 0 15px 0;
    padding: 8px;
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.variation-choose-container.choose-location {
    background-color: transparent;
    font-size: 25px !important;
    line-height: 20px !important;
    color: #03252A;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.variation-choose-container.choose-location.selected-location {
    background-color: #59ef83;
    font-size: 25px !important;
    line-height: 20px !important;
    color: #03252A;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* .variation-choose-container input[type=radio]:checked + .variation-choose-text {
    color: red !important;
} */

/* .variation-choose-container input[type=radio]:checked.variation-selected + .variation-choose-text, */
.variation-choose-container.variation-selected,
.variation-choose-container:hover,
.sex-container:hover {
    border-color: #59ef83 !important;
    background-color: #59ef83 !important;
    color: #03252A !important;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn:not(.bwx-btn-primary), #gdpr-cookie-message button{
    font-size: 15px !important;
}

.btn-large{
    font-size: 20px !important;
}

.selected-location,
.slot-container-selected,
.booking-container-selected,
.sex-container-selected {
    border-color: #59ef83 !important;
    color: #03252A;
    background-color: #59ef83 !important;
}

.variation-text, .variation-text p {
    font-family: 'Work Sans', serif;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 23.11px;
    /* background-color: rgba(0, 0, 0, 0.05); */
}

.variation-container-label {
    font-size: 15px !important;
    line-height: normal !important;
    width: 130px !important;
}

.product_kind {
    color: #fff;
    padding: 10px 10px 8px 10px;
    background-color: #555;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.06em;
    text-align: center;
    margin-right: 5px;
    border-radius: 0;
}

.product_category {
    color: #555;
    padding: 10px 10px 8px 10px;
    border: 1px solid #555;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.06em;
    text-align: center;
    margin-right: 5px;
    border-radius: 0;
}

.dynamic-product-overview .product_category {
    color: #fff;
    border: 1px solid #fff;
    font-size: 0.65em;
    line-height: 0.65;
    padding: 10px 12px 8px 12px;
}

.dynamic-product-overview .product-total-price {
    font-size: 1.5em;
    color: #fff;
    font-weight: 500;
    margin-right: 0;
}

a {
    cursor: pointer;
}


.fa-li {
    top: 0;
}

small .fa-li {
    top: 3px;
}

.text-success, .text-success i.fa {
    color: #59ef83 !important;
}

.text-danger, .text-danger i.fa {
    color: tomato !important;
}

.variation-price {
    font-family: 'Sohne Schmal', sans-serif;
    font-size: 22px !important;
    line-height: 30px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 0;
}

.variation-price .plus {
    top: -2px;
}

.variation-choose-container.variation-selected+.variation-price {
    color: #59ef83 !important;
    text-align: center;
    margin-top: 10px !important;
}

.pricing {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pricing .product-total-price {
/*    font-size: 1.5em;*/
    color: #fff;
    font-weight: 700;
    margin-right: 15px;
    display: inline-block;
}

.modal .modal-content {
    border-radius: 30px;
    overflow: hidden;
}

.modal .modal-header {
    border-bottom: none;
}

.modal .pricing {
    padding: 0;
}

.modal .pricing .product-total-price {
    color: #03252A;
    margin-right: 0;
}

.pricing .product-total-price .price {
    position: relative;
}

.pricing .button--cta {
    font-size: 1.1em;
    float: right;
    margin-top: 0;
    border: none;
    padding-left: 16px;
}

.pricing .button--cta:before {
    display: none;
}

.btn-product-calendar {
    padding: 5px !important;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-row-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    width: 80%;
    font-style: italic;
    color: #03252A;
}

.modal,
.modal-message {
    z-index: 12000 !important;
}

.modal-backdrop {
    z-index: 11000 !important;
}

.datepickers-container {
    z-index: 15000 !important;
}


.datepicker--nav-title {
    pointer-events: none !important;
}

.datepicker--nav-title, .datepicker--nav-title i {
    font-family: 'Sohne Schmal', sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
}

.datepicker--nav-title i {
    color: #59ef83;
}

.datepicker--cell {
    border-radius: 0;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #03252A;
    background-color: transparent !important;
}

.datepicker--cell.datepicker--cell-day:hover {
    background-color: transparent;
}

.datepicker--cell:not(.-disabled-):hover:after {
    border-color: #59ef83 !important;
}

.datepicker--cell.datepicker--cell-day:after {
    content: "";
    position: absolute;
    width: 25px;
    aspect-ratio: 1 / 1;
    display: block;
    border: 1px solid transparent;
    z-index: -1;
    border-radius: 50%;
}
.datepicker--cell.datepicker--cell-day.-selected-,
.datepicker--cell.datepicker--cell-day.-selected-.-current- {
    font-weight: 600 !important;
}

.datepicker--cell.datepicker--cell-day.-selected-:after,
.datepicker--cell.datepicker--cell-day.-selected-.-current-:after {
    background-color: #59ef83 !important;
    border: 1px solid #03252A !important;
}

.datepicker--cell.-current-:not(.-selected-),
.datepicker--button {
    color: #59ef83 !important;
}

#calendar .datepicker--cell:not(.-disabled-):not(.-selected-):after {
    background-color: rgba(89, 239, 131, 0.33) !important;
}

.datepicker--cell.-disabled- {
    opacity: 0.5;
}

.datepicker {
    border-radius: 0;
}

.datepicker-inline .datepicker {
    width: 100%;
    border-radius: 15px;
    border-width: 2px;
    border-color: #59ef83 !important;
    color: #03252A;
    background-color: transparent !important;
}

.btn-border.bwx-btn-primary, a.btn-border.bwx-btn-primary, .datepicker--day-name {
    color: #59ef83;
}

.pick-a-slot {
    position: relative;
}

.datepicker--day-name {
    font-family: 'Sohne Schmal', serif !important;
    /*color: #03252A !important;*/

    font-size: 16px;
}

.loading {
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    display: table;
    height: calc(100% - 2px);
    width: calc(100%);
    background-color: rgba(255, 255, 255, 0.66);
    transform: translate(-50%, -50%);
    z-index: 999999;
    text-align: center;
    border-radius: 15px;
}

.loading .fa {
    top: calc(50% - 15px);
    position: relative;
}

#loading-slots {
    background-color: rgba(255, 255, 255, 0.66);
    top: calc(50% - 1px);
    left: 50%;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
}

.hero-detail {
    margin-left: -15px;
    margin-right: -15px;
}

.hero-detail .bg-img {
    min-height: 50vh;
}

.hero-detail h1 {
    font-weight: 600;
}

.hero-detail .hero-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    word-break: break-word;
}

.hero-detail .hero-caption h4 a {
    color: #fff !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    display: inline-block;
}

h4 {
    font-weight: 700 !important;
    margin-bottom: 0;
}

.hero-detail .hero-caption h4 {
    color: #fff !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    display: block;
    padding-left: 0 !important;
    width: fit-content;
    margin: 0 auto;
}

.hero-detail .hero-caption h4:before {
    content: '';
    /* display: table-row; */
    width: 39px;
    height: 1px;
    background-color: #03252A;
    right: calc(100% + 15px);
    top: 6px;
    vertical-align: middle;
    position: absolute;
    left: unset !important;
    background-color: white !important;
}

.title h4 {
    font-weight: 600;
}

.hero-detail h4:before {
    background-color: #fff !important;
}

.modal h4, .bwx-bg-light h4 {
    color: #03252A !important;
}

.bwx-card h4:before, .modal h4:before, .bwx-bg-light h4:before {
    background-color: #03252A !important;
}

.modal h4.text-danger {
    color: tomato !important;
}

.modal h4.text-danger:before {
    background-color: tomato !important;
}

#customer-news-overview-featured-for-category h4,
#customer-news-overview-featured h4,
#gdpr-cookie-message h4 {
    color: #000000 !important;
}

#gdpr-cookie-message h4 {
    padding-left: 0;
}

#customer-news-overview-featured-for-category h4:before,
#customer-news-overview-featured h4:before {
    background-color: #000000 !important;
}

#gdpr-cookie-message h4:before {
    display: none;
}

.product-image {
    border-radius: 5px 5px 0 0;
}

.subtitle_product_info {
    text-transform: uppercase;
    position: relative;
    padding-left: 50px;
    font-weight: 700;
    color: #03252A;
}
.subtitle_product_info:before {
    content: '';
    position: absolute;
    width: 39px;
    height: 2px;
    background-color: #03252A;
    left: 0;
    top: 7px;
}

.locations-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 100px;
}

.locations-container h4 {
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
}

.locations-container ul.locations {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}

ul.locations li {
    padding-left: 6px;
    margin-left: 19px;
    margin-right: 19px;
    padding-bottom: 0;
}

ul.locations li:first-child {
    padding-left: 6px;
    margin-left: 19px;
    margin-right: 19px;
    padding-bottom: 0;
}

ul.locations li:last-child {
    margin-right: 0;
}

ul.locations li:before {
    background-image: url(/customer/images/list-bullet.svg);
    content: "";

    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px !important;
    height: 12px !important;
    margin-left: -20px !important;
    margin-top: 4px !important;
}


.locations-container ul.locations li {

    font-family: 'Sohne Schmal', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 29.65px;
}

.content-page .body--intro p, p {
    font-size: 18px !important;
    line-height: 27px !important;
}

.body--text a:not(.btn) {
    color: #59ef83 !important;
    border-bottom-color: #59ef83 !important;
}

.body--text {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 23.11px;
}

p, p.lead {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}

.body--text strong,
.body--text b {
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.body--text ul {
    list-style: none;
    margin-left: 1em;
}

.body--text ul li:before {
    background-image: url(/customer/images/list-bullet.svg) !important;
    content: "";
    display: inline-block;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    margin-left: -1em;
    margin-top: -0.2rem;
}

.green-blue-bg-attribute {
    position: absolute;
    width: 100%;
    height: 210px;
    left: 40px;
    top: 29px;
    z-index: 0;
    opacity: 0.2;
}

.panel {
    border: none;
    border-radius: 0 !important;
}

.panel, .panel-heading {
    background-color: transparent !important;
}

.panel-heading {
    border-bottom: 1px solid #59EF83 !important;
    color: #ffffff !important;
    font-family: 'Sohne Schmal', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    padding-left: 0;
}

.panel-body {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
}

.panel-title-link {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.product-btn-text {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.bwx-text-success, .bwx-text-success li .fa-li i.fa {
    color: #59ef83 !important;
}

.bwx-product-info-links {
    color: black !important;
    text-decoration: underline !important;
}

footer {
    background-color: #053f48;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    color: #ffffff !important;
    padding: 0 !important;
}

footer:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/customer/images/footer.png);
    background-position: 50% 200px;
    background-repeat: no-repeat;
    background-size: 1140px auto;
    pointer-events: none;
    z-index: 0;
}
footer .wrap {
    max-width: 1140px;
    width: 90%;
    margin: auto;
    padding: 60px 0 300px 0;
    z-index: 100;
    position: relative;
    z-index: 1;
}
footer .wrap .items {
    display: flex;
    flex-direction: row;
    gap: 200px;
    justify-content: flex-end;
}
footer .wrap .items .item * {
    color: #fff;
}
footer .wrap .items .item h4 {
    font-family: 'Sohne Schmal', sans-serif;
    color: #59ef83;
    font-size: 35px;
    font-weight: 900 !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}
footer .wrap .items .item h4:before {
    width: 40px;
    height: 2px;
    background-color: #59ef83;
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateX(-50%);
}
footer .wrap .items .item ul {
    margin: 0;
    list-style: none;
    text-align: left;
    padding-left: 0;
}
footer .wrap .items .item ul li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.6;
}
footer .wrap .items .item ul a {
    text-decoration: none;
    font-size: 18px !important;
    font-family: 'Work Sans', serif;
}

footer .wrap .items .item ul a:hover {
    color: #59ef83 !important;
}

footer .wrap .items .item .links ul {
    margin: 0;
    list-style: none;
    -moz-column-count: 2;
    column-count: 2;
    min-height: 155px;
    -moz-column-gap: 150px;
    column-gap: 150px;
}

footer .wrap .items .item p a {
    color: #59ef83 !important;
    text-decoration: none;
}
footer .wrap .items .item p a:hover {
    text-decoration: underline;
}
footer .sub {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 10 !important;
}
footer .sub p {
    font-size: 15px !important;
    color: #ffffff !important;
}
footer .sub p a {
    color: #59ef83 !important;
    text-decoration: none;
}
footer .sub p a:hover {
    text-decoration: underline;
}

.cta .cta-container {
    background-color: #053f48;
     background-image: url(/customer/images/target.png);
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    padding: 60px 100px;
    text-align: center;
    overflow: hidden !important;
    border-radius: 30px;
}

.cta .content blockquote, .cta .content blockquote p {
    position: relative;
    z-index: 20;
    font-family: 'Sohne Schmal', sans-serif;
    font-weight: 700;
    font-size: 50px !important;
    line-height: 50px !important;
    text-align: center;
    padding: 0 !important;
}

.cta .content .reviewer {
    position: relative;
    z-index: 20;
    font-size: 22px;
    line-height: 29.65px;
    font-family: 'Sohne Schmal', sans-serif;
    margin-top: 20px;
}

.cta .content blockquote > small.reviewer:before {
    content: none;
}

.cta .content blockquote .quote,
.cta .content blockquote p {
    display: inline;
}


#product_socials .socials .fa {
    /*font-size: 40px !important;*/
    color: #fff !important;
}

.share-block {
    cursor: pointer;
    width: 100%;
    line-height: 1rem;
    background-color: transparent;
    font-weight: 700;
    font-family: 'Sohne Schmal', sans-serif;
    border: 2px solid #59ef83 !important;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 30px !important;
    color: #03252A !important;
    margin-bottom: 0;
    border-radius: 15px;
    font-size: 18px;
}

.share-block:hover {
    background-color: #59ef83;
}

.share-block {
    font-size: 18px !important;
    line-height: 20px !important;
    text-transform: uppercase;
}

.socials-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.socials {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
}

.socials a {
    opacity: 0.8;
}

.socials a:hover {
    opacity: 1;
}

.p-100 {
    opacity: 100% !important;
}

.slot-container, .booking-container, .sex-container {
    cursor: pointer;
    width: 100%;
    line-height: 1rem;
    background-color: transparent;
    font-weight: 700;
    font-family: 'Sohne Schmal', sans-serif;
    border: 2px solid #59ef83;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px;
    color: #03252A;
    margin-bottom: 0;
    border-radius: 15px;
    font-size: 18px;
}

.slot-field, .booking-field {
    width: fit-content;
    float: left;
    margin: 0 8px 8px 0;
}

.sex-container-selected {
    border-color: #59ef83 !important;
}

#modal-product-calendar label input[type=radio],
#modal-product-coaching-only label input[type=radio] {
    display: none !important;
}

#modal-product-calendar h5,
#modal-product-coaching-only h5 {
    font-family: 'Sohne Schmal', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
}

.blog_related_img {
    background-position: center;
    background-size: cover;
    height: 150px;
}
.webshop-products li .row ,
.webshop-blog_items li .row ,
.webshop-variationsproducts li .row {
    margin: 0 0 !important;
}

/* old css */

.webshop-product--price,
.webshop-blog_item--price,
.webshop-variationsproduct--price  {
    position: absolute;
    top: 15px;
    right: -20px;
    width: 71px;
    height: 67px;
}
.webshop-products li,
.webshop-blog_items li,
.webshop-variationsproducts li  {
    border: 1px solid #E3E3E3;
    padding: 10px;
    margin-top: -1px;
    position: relative;
    min-height: 150px;
}
.webshop-products li h5,
.webshop-blog_items li h5,
.webshop-variationsproducts li h5  {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.webshop-product--content h5,
.webshop-blog_item--content h5,
.webshop-variationsproduct--content h5  {
    margin-bottom: 7px;
    color: #59ef83;
}
.webshop-product--price span ,
.webshop-blog_item--price span ,
.webshop-variationsproduct--price span {
    text-align: center;
    position: absolute;
    top: 23px;
    left: -5px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    display: block;
    font-family: "NeuzeitSLTStd-BookHeavy",sans-serif;
    font-size: 13px;
    font-size: .8125rem;
}
.webshop-product--content ,
.webshop-blog_item--content ,
.webshop-variationsproduct--content {
    padding: 15px 30px 0px 0 !important;
}
.webshop-blog_item--content h5 {
    color: #59ef83 !important;
}

#customer-shop-cart .coupond_code i {
    font-family: 'Work Sans', sans-serif !important;
}

th {
    color: #03252A;
    font-family: 'Sohne Schmal', sans-serif !important;
    text-transform: uppercase;
    font-size: 22px;
}

.bwx-bg-dark .bwx-btn-primary:hover,
.bwx-bg-dark .bwx-btn-primary:focus {
    color: white !important;
}

.cart-table {
    border-radius: 5px;
    overflow: hidden;
}

.cart-table s {
    text-decoration: none;
    position: relative;
}

.cart-table s:before {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: 2px;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    background: #59ef83;
}

.cart-table th,
.cart-table tr:last-child {
    color: #03252A;
    font-family: 'Sohne Schmal', sans-serif !important;
    text-transform: uppercase;
    font-size: 22px;
}

.table>thead>tr>th {
    border-bottom: 2px solid #59ef83 !important;
}
.cart-table tr:last-child td {
    border-color: #59ef83 !important;
    background: transparent;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px !important;
}

.cart-table td,
.cart-table th {
    vertical-align: middle !important;
    padding: 15px !important;
}

.cart-table tr:not(:last-child) td:first-child {
    vertical-align: top !important;
}

.cart-table tr.expired {
    opacity: 0.66;
    background-color: #f2dede !important;
}

.block-partners .list-partners {
    border-top: none !important;
}

/*.list-updates--visual .img-wrap{
    width: 66% !important;
    margin-left: 33%;
}*/

.related-coaches--content,
.related-cases--content,
.related-updates--content {
    padding: 0 0 0 15px !important;
}

.related-coaches--content p,
.related-cases--content p,
.related-updates--content p {
    font-size: 13px;
}


.new-branding-popup .close {
    position: absolute;
    z-index: 100;
    color: white;
    right: 2%;
    top: 2%;
    font-size: 36px;
    font-weight: 700;
    opacity: 1;
}

.new-branding-modal-dialog {
    /* width: 1200px; */
    margin: 250px auto;
}

/*******************************/
/* COOKIE */
/*******************************/

.big-cookie {
    position: fixed !important;
    top: 50%;
    left: 50%;
    bottom: 50% !important;
    max-width: 700px !important;
    height: 200px;
    margin-left: -350px !important;
    margin-top: -100px !important;
}

.cookie-modal-backdrop {
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    content: "";
    opacity: .5 !important;
}

.big-cookie-expand {
    height: 300px !important;
    margin-top: -150px !important;
}

#gdpr-cookie-message {
    max-width: 450px !important;
    border-radius: 30px !important;
}

.checkbox label {
    text-transform: none !important;
}

.bwx-card.bwx-bg-dark .checkbox label a {
    color: #59ef83;
}

#trigger {
    display: none;
    float: right;
    width: 28px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100;
}

#trigger span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    margin-top: 1px;
    background: #59ef83;
}

#trigger span:nth-child(1) {
    top: 0px;
}

#trigger span:nth-child(2), #trigger span:nth-child(3) {
    top: 7px;
}

#trigger span:nth-child(4) {
    top: 14px;
}

#trigger:not(.collapsed) span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#trigger:not(.collapsed) span {
    background: #59ef83;
}

#trigger:not(.collapsed) span:nth-child(2) {
    transform: rotate(45deg);
}

#trigger:not(.collapsed) span:nth-child(3) {
    transform: rotate(-45deg);
}

#trigger:not(.collapsed) span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.b-none {
    border: none !important;
    border-color: transparent !important;
}

.b-top {
    border-top: solid 1px #58ef83  !important;
}

strong, b {
   font-family: 'Work Sans', sans-serif  !important;
   font-weight: 700  !important;
   line-height: inherit  !important;
}

.coaching-price-style {
    font-size: 30px !important;
    line-height: 35px !important;
}

.m-t-xl {
    margin-top: 100px !important;
}

@media screen and (max-width: 1200px) {
    .cta .cta-container:after {
        width: 65%;
    }

    .navbar {
        flex-wrap: wrap;
    }

    .navbar-brand,
    .navbar-brand img {
        max-width: 220px !important;
    }

    #trigger {
        display: block;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1024px) {
    footer:after {
        background-position: 0% 0px;
    }
    footer .wrap .items .item ul {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}


@media only screen and (max-width: 991px) {
    .dropdown:not(.open):hover .dropdown-menu {
        display: none;
    }

    h1 {
        font-size: 100px !important;
        line-height: 90px !important;
    }

    h2 {
        font-size: 80px !important;
        line-height: 70px !important;
    }

    h3 {
        font-size: 40px;
        line-height: 45px;
    }

    h4 {
        font-size: 22px;
        line-height: 29.65px;
    }

    .product-heading {
        font-size: 90px !important;
        line-height: 80px !important;
    }

    .flex-row {
        flex-direction: column;
    }


    .main-nav__item .navigation__link:not(.btn-nav), #navbar-collapse > ul > .dropdown > a {
        text-decoration: none;
        border-bottom: none;
    }

    .navbar .btn-nav {
        display: inline-block !important;
        margin: 0 !important;
    }

    #navbar-collapse > ul > .dropdown > a[aria-expanded=true]:before {
        width: 100% !important;
    }

    header .top-menu {
        margin-bottom: 0 !important;
    }

    header .top-menu ul li.line a {
        margin: 0;
        padding: 0;
        padding-left: 20px;
        display: block;
        position: relative;
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        font-size: 11px;
    }
    header .navbar .dropdown-menu {
        padding: 10px;
        height: auto;

    }
    header .navbar .dropdown-menu a.navigation__link:not(.btn-nav) {
        padding: 0 0 0 5px !important;
        line-height: 1.6 !important;
    }

    header .navbar .dropdown-menu li:first-of-type a.navigation__link:not(.btn-nav) {
        margin-top: 0 !important;
    }

    header .navbar .dropdown-menu li:not(:first-of-type) a.navigation__link:not(.btn-nav) {
        margin-top: 10px !important;
    }

    header .navbar .dropdown-menu a.navigation__link:not(.btn-nav):not(.active) {
        color: #ffffff !important;
    }

    .navbar-nav .dropdown:not(.open) .dropdown-menu {
        height: 0;
        transition: all 0.3s ease-in;
    }

    .navbar-nav .dropdown.open .dropdown-menu {
        height: auto;
        overflow-y: visible;
        position: inherit;
        transition: all 0.3s ease-in;

    }

    .navbar-nav .dropdown:not(.open):hover .dropdown-menu {
        display: none;
    }

    header .navbar.smaller .top-menu {
        display: block;
    }

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        background-color: transparent;
        border-color: transparent;
    }

    .navbar-collapse {
        position: absolute !important;
        top: 100% !important;
        background-color: #053f48 !important;
        width: 100% !important;
        left: 0;
    }

    .navbar-collapse .nav {
        padding: 0 50px 20px 50px !important;
    }

    .hero-detail .bg-img {
        height: 33vh;
        min-height: 33vh;
    }

    .dynamic-product-overview .example-highlight {
        width: 50% !important;
    }

    .main-nav {
        display: block !important;
        padding: 0 !important;
    }

    .main-nav li {
        float: initial !important;
        display: block !important;
        margin-left: auto !important;
        width: fit-content !important;
    }

    .main-nav .navigation__link:not(.btn-nav) {
        margin: 10px 0 !important;
    }

    .main-nav .navigation__link:not(.btn-nav):last-of-type {
        margin-bottom: 0 !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        margin: 0 0 0 auto !important;
        width: fit-content;
    }

    .navbar {
        margin-left: 0;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand,
    .navbar > .dropdown > a {
        margin-left: 0 !important;
    }

    #navbar-collapse > ul > li > a {
        margin-right: 0 !important;
        margin-top: 0;

    }

    #navbar-collapse > ul > li:not(:first-of-type) {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    #navbar-collapse > ul > li:first-of-type {
        margin-bottom: 20px !important;
    }

    .cta .cta-container {
        padding: 40px 25px;
    }

    .cta .content blockquote, .cta .content blockquote p {
        font-size: 35px !important;
        line-height: 35px !important;
    }

    /*.datepicker--cell.datepicker--cell-day:after {
        width: 33%;
    }*/

}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 90px !important;
        line-height: 80px !important;
        word-break: break-word;
    }

    h2 {
        font-size: 70px !important;
        line-height: 60px !important;
    }

    h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .product-heading {
        font-size: 80px !important;
        line-height: 70px !important;
    }

    h4,
    #gdpr-cookie-message h4 {
        font-size: 22px;
        line-height: 29.65px;
    }
    .socials-row {
        flex-direction: column;
        gap: 10px !important;
        align-items: stretch;
    }
    /*.locations-container ul.locations  {
        flex-direction: column;
    }*/


    section:first-of-type {
        margin-top: 135px;
    }

    .navbar {
        padding: 20px !important;
    }

    .navbar-brand,
    .navbar-brand img {
        max-width: 180px !important;
    }

    .section-contact {
        margin-bottom: 0 !important;
    }

    .dynamic-product-overview .example-highlight {
        width: 100% !important;
    }

    .bwx-card.bwx-card-large .bwx-card-body {
        padding: 30px !important;
    }

    .big-cookie {
        width: 300px;
        left: 400px;
        height: 400px !important;
    }

    /*.datepicker--cell.datepicker--cell-day:after {
        width: 36%;
    }*/

    .pricing {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    footer:after {
        background-position: bottom center;
        background-size: contain;
    }

    footer .wrap {
        padding: 20px 0;
    }
    footer .wrap .items {
        display: block;
        margin-bottom: 20px;
    }
    footer .wrap .items .item h4:before {
        display: none;
    }
    footer .wrap .items .item .links,
    footer .wrap .items .item .info {
        margin-bottom: 30px;
    }
    footer .wrap .items .item ul {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    footer .wrap .sub {
        position: relative;
        margin-bottom: 1.5em;
    }

    footer .wrap .sub p {
        text-align: left !important;
    }

}

@media screen and (max-width: 700px) {
  .cta .cta-container:after {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
    .navbar-brand,
    .navbar-brand img {
        max-width: 100px !important;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 80px !important;
        line-height: 70px !important;
    }

    h2 {
        font-size: 60px !important;
        line-height: 50px !important;
    }

    h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .product-heading {
        font-size: 70px !important;
        line-height: 60px !important;
    }

    h4,
    #gdpr-cookie-message h4 {
        font-size: 17px;
        line-height: 24.65px;
    }

    .locations-container {
        flex-direction: column;
    }

    /*.datepicker--cell.datepicker--cell-day:after {
        width: 50%;
    }*/
}

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

    .big-cookie {
        width: 200px;
        left: 400px;
        height: 500px !important;
        top: 250px;
    }
}
