﻿@charset "UTF-8";
@font-face {
  font-family: "MarydaleBlack";
  font-display: swap;
  src: url(/fonts/MarydaleBlack.ttf);
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  font-display: swap;
  src: url(/fonts/Roboto/Roboto-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  font-display: swap;
  src: url(/fonts/Roboto/Roboto-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  font-display: swap;
  src: url(/fonts/Roboto/Roboto-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Light";
  font-display: swap;
  src: url(/fonts/Roboto/Condensed/RobotoCondensed-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Regular";
  font-display: swap;
  src: url(/fonts/Roboto/Condensed/RobotoCondensed-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  font-display: swap;
  src: url(/fonts/Roboto/Condensed/RobotoCondensed-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-BoldItalic";
  font-display: swap;
  src: url(/fonts/Roboto/Condensed/RobotoCondensed-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "WorkSans-Regular";
  font-display: swap;
  src: url(/fonts/WorkSans/WorkSans-Regular.ttf);
  font-style: normal;
}
@font-face {
  font-family: "WorkSans-Bold";
  font-display: swap;
  src: url(/fonts/WorkSans/WorkSans-Bold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Light";
  font-display: swap;
  src: url(/fonts/OpenSans-Light.ttf);
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  font-display: swap;
  src: url(/fonts/OpenSans-Regular.ttf);
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  font-display: swap;
  src: url(/fonts/OpenSans-Bold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  font-display: swap;
  src: url(/fonts/OpenSans-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTPro-Black";
  font-display: swap;
  src: url(/fonts/FrutigerMap/FrutigerLTPro-Black.otf);
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTPro-BlackCn";
  font-display: swap;
  src: url(/fonts/FrutigerMap/FrutigerLTPro-BlackCn.otf);
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTPro-Bold";
  font-display: swap;
  src: url(/fonts/FrutigerMap/FrutigerLTPro-Bold.otf);
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTPro-BoldCn";
  font-display: swap;
  src: url(/fonts/FrutigerMap/FrutigerLTPro-BoldCn.otf);
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTPro-Condensed";
  font-display: swap;
  src: url(/fonts/FrutigerMap/FrutigerLTPro-Condensed.otf);
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTPro-ExtraBlackCn";
  font-display: swap;
  src: url(/fonts/FrutigerMap/FrutigerLTPro-ExtraBlackCn.otf);
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTPro-Italic";
  font-display: swap;
  src: url(/fonts/FrutigerMap/FrutigerLTPro-Italic.otf);
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTPro-Light";
  font-display: swap;
  src: url(/fonts/FrutigerMap/FrutigerLTPro-Light.otf);
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTPro-Lightitalic";
  font-display: swap;
  src: url(/fonts/FrutigerMap/FrutigerLTPro-LightItalic.otf);
  font-style: normal;
}
@font-face {
  font-family: "Linotype-FrutigerLT45Light";
  font-display: swap;
  src: url("/fonts/FrutigerMap/Linotype-FrutigerLT45Light.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Linotype-FrutigerLT65Bold";
  font-display: swap;
  src: url(/fonts/FrutigerMap/Linotype-FrutigerLT65Bold.ttf);
  font-style: normal;
}
html {
  font-family: Roboto-Regular;
  background-color: #ffffff;
  color: #000000;
}

.toast-success {
  background-color: #007dbc;
}

.toast-warning {
  background-color: #FFEA28;
}

.container-page-layout {
  font-family: Roboto-Regular;
  color: #000000;
  overflow: hidden;
}
.container-page-layout h1, .container-page-layout h2, .container-page-layout h3, .container-page-layout h4, .container-page-layout h5, .container-page-layout h6 {
  font-family: RobotoCondensed-Regular;
}
.container-page-layout h1 {
  font-size: 40px;
  line-height: 44px;
}
.container-page-layout h2 {
  font-size: 32px;
  line-height: 36px;
}
.container-page-layout h3 {
  font-size: 24px;
  line-height: 32px;
}
.container-page-layout h4 {
  font-size: 18px;
  line-height: 28px;
}
.container-page-layout h5 {
  font-size: 16px;
  line-height: 24px;
}
.container-page-layout strong {
  font-family: Roboto-Bold;
}
.container-page-layout .static-page-container {
  padding: 30px 0px;
}
.container-page-layout .static-page-container h1, .container-page-layout .static-page-container h2, .container-page-layout .static-page-container h3, .container-page-layout .static-page-container h4, .container-page-layout .static-page-container h5, .container-page-layout .static-page-container h6 {
  margin-bottom: 16px;
}
.container-page-layout .static-page-container .card-title {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}
.container-page-layout .static-page-container .card-body {
  border-top: none;
}
.container-page-layout .static-page-container .card-body p {
  margin: 16px 0px 0px 0px;
}
.container-page-layout .static-page-container .card-header {
  margin: 10px 0px;
  padding: 0px;
  background-color: transparent;
  border-bottom: none;
}
.container-page-layout .static-page-container .card-header span {
  margin-top: 20px;
  display: inline-block;
}

.container-view {
  max-width: 1200px;
}

body {
  font-size: 16px;
  font-family: Roboto-Regular;
  color: #000000 !important;
  margin-top: 10px;
}
body > div {
  overflow: hidden;
}

.mobilemenu {
  position: fixed;
  width: 100%;
  top: 60px;
  background-color: #ffffff;
  height: 100vh;
  border-top: 1px solid #D9DDE1;
  background: rgba(0, 0, 0, 0.6);
}

.table-bordered {
  border: 1px none #8bc241;
}
.table-bordered th {
  border: 1px none #8bc241;
}
.table-bordered td {
  border: 1px none #8bc241;
}

.carousel-indicators {
  bottom: 0px;
  color: #FFEA28;
}

.header-telefoon {
  margin-top: 35px;
}

.klantenservice {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}

.nomarginleft {
  margin-left: 0px;
}

.klantenserviceborder:focus {
  background-color: #ffffff;
  text-decoration: none;
  border-bottom: 3px solid #8bc241;
}
.klantenserviceborder:hover {
  background-color: #ffffff;
  text-decoration: none;
  border-bottom: 3px solid #8bc241;
}

.footer {
  background-color: #EFF1F3;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer a {
  color: #000000;
  text-decoration: none;
}
.footer a:focus {
  color: #000000;
  text-decoration: underline;
}
.footer a:hover {
  color: #000000;
  text-decoration: underline;
}

.headerdropdownmenu-item-active {
  background-color: #8bc241 !important;
}

.showtegoed {
  font-size: 24px;
  color: #8bc241;
}

.itemdrpfavorieten {
  font-size: 24px;
  color: #8bc241;
}

ul.filter li:before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #000000;
  margin: 0 5px 0 -15px;
}

.fa-heart:before {
  content: "\f004";
  color: #0f5532;
  font-size: 27px;
}

.fa-heart-o:before {
  content: "\f004";
  color: #a5cd39;
}

.show-discount-value {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin: auto;
}

.button-details {
  font-size: 20px;
  width: 90px;
  text-align: center;
  background-color: #20409a;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 0;
}

.btn {
  height: 48px;
  width: auto;
  font-size: 16px;
  line-height: 1;
}
.btn .fa-angle-right {
  height: unset;
  padding-left: 14.85px;
  line-height: inherit;
  margin-right: 0px;
}
.btn .fa-angle-right:before {
  content: url("https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/Button-Arrow.svg");
}
.btn.btn-outline-secondary .fa-angle-right:before {
  content: url("https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/Button-Arrow-Blue.svg");
}
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #FFEA28;
  font-size: 14px;
  font-family: Roboto-Bold;
  background: #FFEA28;
  border-radius: 4px;
  font-weight: 700;
  color: #000000 !important;
  border-color: transparent !important;
  padding: 14px 24px;
}
.btn-primary:hover {
  background-color: #FFF48D !important;
  border: 1px solid transparent;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.rechtsheadersize {
  font-size: 24px;
}
.rechtsheadersize img {
  height: 21px;
  width: 21px;
  margin-top: 3px;
}

.dropdown-toggle .rechtsheadersize img {
  margin-top: 10px;
}

.menu-divider {
  width: 23px;
  height: 0px;
  border: 1px solid #D9DDE1;
  transform: rotate(90deg);
  margin-top: 16px;
  background: #D9DDE1;
}

.rechtsheadersizeprofile {
  border-left: 1px solid #C2C3C3;
  font-size: unset;
  padding-left: 0;
  border: 0;
}

.rechtshover {
  border-bottom: 3px solid transparent;
}

.navbar-default .rechtshover:hover {
  border-bottom: 3px solid #8bc241;
  text-decoration: none;
}
.navbar-default .btn-link {
  color: #0f5532;
}

.product-naampunten {
  color: #E7F3F9;
  font-weight: 700;
}

.btn-success {
  color: #000000;
  background-color: #FFEA28;
  font-size: 18px;
  border-color: #FFEA28;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled):hover, .btn-success:not(:disabled):not(.disabled):active:focus {
  background-color: #FFF48D;
  color: #000000;
  border-color: #FFF48D;
  box-shadow: none;
}

.navbar-left .mega-menu-nav .active {
  border-bottom: 0px solid #000000;
}

.fa-home:before {
  content: "\f015";
  color: #0f5532;
  font-size: 30px;
}

.dropdown .btn-link {
  color: #8bc241;
}

.home-products-feature__card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  background: #ffffff;
  margin-bottom: 2em;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  position: relative;
  display: flex;
  box-shadow: 0px 0px 11px #eaf0f6;
  padding: 2em;
}

.group-sm-04 {
  padding: 15px;
}

.groupproducts {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}
.groupproducts .image-default img {
  max-width: 100%;
  width: 100%;
}
.groupproducts .home-products-feature__card--headline {
  font-family: RobotoCondensed-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 10px;
}
.groupproducts .home-products-feature__card--headline strong {
  min-height: 62px;
  display: block;
}
.groupproducts .home-products-feature__card--content {
  color: #007dbc;
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  height: fit-content;
}
.groupproducts .home-products-feature__card--content .description {
  position: relative;
  font-size: 14px !important;
  color: #000000 !important;
  line-height: 24px;
  height: 150px;
}
.groupproducts .home-products-feature__card--content .description p {
  overflow: hidden;
  box-sizing: content-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.groupproducts .home-products-feature__card--content .old-price {
  color: #8996A2;
  text-decoration: line-through;
  font-size: 16px;
  padding-right: 10px;
  font-family: RobotoCondensed-Light;
  line-height: 28px;
}
.groupproducts .home-products-feature__card--content .discount {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-family: RobotoCondensed-Light;
  line-height: 28px;
}
.groupproducts .home-products-feature__card--content .btn.btn-primary {
  display: inline-flex;
  font-size: 14px;
  line-height: 16.41px;
}
.groupproducts a {
  color: #000000;
}

.home-products-feature__card--text-wrapper {
  padding: 23px 0px;
}
.home-products-feature__card--text-wrapper h4 {
  font-size: 15px;
  line-height: 20px;
}

.h1 {
  margin-top: 6px;
}

h2 {
  margin-top: 6px;
}

h3 {
  margin-top: 6px;
}

h4 {
  margin-top: 6px;
  font-size: 1.5rem;
  font-weight: 600;
}

h5 {
  margin-top: 6px;
}

h6 {
  margin-top: 6px;
}

.home-products-feature__card--content-p {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
  border: none;
}
.home-products-feature__card--content-p .product-text .description {
  border-bottom: 1px solid #EFF1F3;
  margin-bottom: 10px;
}
.home-products-feature__card--content-p .product-text .new-price {
  color: #007dbc;
  font-family: RobotoCondensed-Regular;
}
.home-products-feature__card--content-p .product-text .new-price strong {
  font-family: RobotoCondensed-Bold;
}
.home-products-feature__card--content-p .product-text .new-price p {
  position: relative;
  display: inline-block;
  padding-top: 8px;
}
.home-products-feature__card--content-p .product-text .new-price .home-learnmore {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 0px;
}
@media (max-width: 1139px) {
  .home-products-feature__card--content-p .product-text .new-price .home-learnmore {
    float: none;
    margin-top: 15px;
  }
}
.home-products-feature__card--content-p .product-text .new-price .home-learnmore a i {
  margin-bottom: -2px;
}

.home-products-feature__features p {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 2em;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #e0e6ed;
  padding-top: 0em;
}

.set-features {
  text-align: left;
  font-size: 13px;
}

.product-body {
  margin-top: 48px;
}
.product-body .col-md-3:first-of-type {
  padding-left: 8px;
}
.product-body .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}

products-within-balance-account-body {
  padding-top: 30px;
}

.home-learnmore {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fa-gift:before {
  content: "\f06b";
  color: #007dbc;
}

.fa-user:before {
  content: "\f007";
  color: #007dbc;
}

.sub-category-menu-wrp {
  border: 1px solid #D9DDE1;
  box-sizing: border-box;
  border-radius: 4px;
  filter: none;
  background-color: #ffffff;
  font-family: Roboto-Regular;
  font-size: 18px;
  padding: 20px;
}
.sub-category-menu-wrp .list-group-item1 {
  font-family: "RobotoCondensed-Bold";
  color: #000000;
  font-size: 18px;
  line-height: 32px;
}
.sub-category-menu-wrp .scm-body a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  color: #000000;
}
.sub-category-menu-wrp .list-group-item {
  background-color: #ffffff;
}
.sub-category-menu-wrp .list-group-item:focus {
  color: #007dbc !important;
  text-decoration: underline !important;
  font-family: Roboto-Bold !important;
}
.sub-category-menu-wrp .list-group-item:hover {
  color: #007dbc !important;
  text-decoration: underline !important;
  font-family: Roboto-Bold !important;
}
.sub-category-menu-wrp .fa-user {
  display: none;
}
.sub-category-menu-wrp .fa-gift {
  display: none;
}

.badge-warning {
  background-color: #007dbc;
}

.table {
  background-color: #ffffff;
  font-size: 18px;
}
.table > thead > tr > th {
  background-color: #ffffff;
  font-weight: 500;
}

.fa-check:before {
  content: "\f00c";
  color: #007dbc;
}

.fa-shopping-cart:before {
  content: "\f07a";
  color: #a5cd39;
}

.img {
  vertical-align: middle;
  padding-top: 50px;
}

.bannercss {
  margin-top: 102px;
  padding-left: 0px;
  padding-right: 0px;
}

.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel-inner .banner.bannerMainMobile .bannerPoints p {
  padding: 8px 13px 0px 12px;
}
.carousel-inner .banner.mainPageBanner .bannerPoints p {
  padding-top: 0.525rem;
}
.carousel-inner .bannerMessage .btn.btn-primary {
  font-weight: 400;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 31pt;
  line-height: 28pt;
}

.header-nav li a:hover {
  color: #87aa2d;
  text-decoration: none;
}

.polltext_ipv_vote_button_right_answer {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #8bc241;
  font-size: 19px;
}

.dropdown-menu {
  left: -80px;
}
.dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #8bc241;
}
.dropdown-menu > li > a:hover {
  color: #ffffff;
  background-color: #8bc241;
}

.remove-right-border {
  border-right: 0px solid #ffffff;
}

.btn-default {
  font-size: 16px;
  color: #000000;
  background-color: #FFEA28;
  padding: 14px 24px;
}
.btn-default:active {
  background-color: #FFEA28;
  color: #ffffff;
  border-color: #FFEA28;
}
.btn-default:focus {
  background-color: #FFEA28;
  color: #ffffff;
  border-color: #FFEA28;
}
.btn-default:hover {
  background-color: #FFEA28;
  color: #ffffff;
  border-color: #FFEA28;
}

.nav-item {
  text-align: center;
  color: #055532;
  font-size: 18px;
}
.nav-item > a > b {
  font-weight: 400;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: auto;
  border-top-color: #ddd;
  border-top: 1px solid #ddd;
  padding: 0;
}

.card-title {
  margin-bottom: 0.75rem;
  font-size: 19px;
  background-color: #f5f5f5;
  padding-top: 8px;
  color: #ddd;
  border: 5px;
}

.home-icons-border {
  border-right: 1px solid silver;
}

.col-sm-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-left: 0px;
}

.price-block__highlight.is--discount {
  background-color: #8bc241;
}

.price-block__highlight.is--price-off-discount {
  background: #ffffff;
  color: #0f5532;
  border-radius: 8px;
  min-width: fit-content;
  min-height: fit-content;
  padding-right: 0.85em;
  padding-left: 0em;
  margin-right: 0.2rem;
}

.list-group-item {
  background-color: #ffffff;
  padding-left: 0px;
  padding-top: 1rem;
  padding-bottom: 0px;
}

.filtercategorie i {
  font-size: 26px;
}

.d-block {
  display: block !important;
  font-weight: 700;
}

.video-container {
  position: relative;
  padding-bottom: 44.25%;
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) and (max-width: 995px) {
  .video-container iframe {
    margin-top: 25px;
  }
}

.navbar {
  background-color: #ffffff !important;
  color: #ffffff !important;
  height: 64px;
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav-item .fa-heart:before {
  color: #0f5532;
  font-size: 26px;
}
.navbar .nav-item .fa-database:before {
  color: #0f5532;
}
.navbar .nav-item .fa-user:before {
  color: #0f5532;
}
.navbar .badge {
  line-height: 12px;
  position: relative;
  font-size: 12px;
  color: #ffffff;
  padding-left: 5.61px;
  padding-right: 5.61px;
  border: solid 1px #ffffff !important;
  border-radius: 18px;
  line-height: 12px;
  font-weight: 500;
  font-family: Roboto-Regular;
  top: -46px;
  right: -19px;
}
.navbar .badge-xs {
  line-height: 12px;
  position: relative;
  right: 6px;
  top: -12px;
  font-size: 12px;
  color: #ffffff;
}
.navbar .hidden-badge {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.fa-navicon:before {
  content: "\f0c9";
  color: #000000;
  font-weight: 600;
}

.fa-reorder:before {
  content: "\f0c9";
  color: #000000;
  font-weight: 600;
}

.fa-bars:before {
  content: "\f0c9";
  color: #000000;
  font-weight: 600;
}

.fa-angle-right:before {
  content: "\f105";
}

.mobile-menu-item {
  background-color: #ffffff;
  font-weight: 700;
  border: none;
  padding: 0px;
  height: inherit;
}

.mobile-menu-text-block {
  padding: 0px;
  min-width: 100%;
}

.badge-info {
  color: #ffffff;
  background: #007dbc;
  border: 1px solid #ffffff;
  border-radius: 9px;
  min-width: 18px;
  min-height: 18px;
  text-align: center;
}

.fa-database:before {
  content: "\f1c0";
  color: #a5cd39;
}

.show-consumer-price {
  display: inline-flex;
  min-height: 37px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.product-card-wrap .product-card {
  height: 100%;
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 0px;
}
.product-card-wrap .product-card ul.product-stats li {
  display: inline-table;
}
.product-card-wrap .product-card ul.product-stats li a {
  display: block;
  text-align: center;
  color: #a5cd39;
}
.product-card-wrap .product-card .product-name {
  font-size: 18px;
  font-family: Roboto-Regular;
  font-weight: 500;
  line-height: 23px;
  padding-bottom: 2em;
  height: 3.5em;
  margin-bottom: 0px;
}
.product-card-wrap .product-card .show-long-description-content {
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.product-card-wrap .product-card .show-long-description-content b {
  font-size: 23px;
  color: #000000;
  line-height: 26px;
  font-weight: 500;
}
.product-card-wrap .product-card .product-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px !important;
}
.product-card-wrap .product-card .product-title:hover {
  text-decoration: underline;
}
.product-card-wrap .product-card .product-title a span div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-wrap .product-card .product-title .info-icon-product-card {
  display: block;
  margin-top: 14px;
  min-width: 24px;
  height: 24px;
  background: url(../../images/information.svg);
  background-size: cover;
}
.product-card-wrap .product-card .product-title .info-icon-product-card:hover {
  cursor: pointer;
  background: url(../../images/information-hover.svg);
}
.product-card-wrap .product-card .product-title .info-icon-product-card:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.product-card-wrap .product-card .product-title .info-icon-product-card .tooltiptext {
  visibility: hidden;
  width: 86%;
  max-height: 100%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.34);
  background-color: #ffffff;
  color: #00572e;
  border-radius: 8px;
  padding: 26px 16px 16px 16px;
  position: absolute;
  z-index: 999;
  left: 2px;
  margin-left: 5%;
  margin-top: 40px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 16px;
}
.product-card-wrap .product-card .product-title .info-icon-product-card .tooltiptext::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 12px;
  margin-left: 5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}
.product-card-wrap .product-card .product-title .info-icon-product-card .tooltiptext p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.product-card-wrap .product-card .product-title .card-link {
  color: #000000;
  max-width: 292px;
  word-break: break-word;
}
.product-card-wrap .single-product-row.product-card .product-detail-name {
  color: #000000;
  font-size: 40px;
  font-family: RobotoCondensed-Bold;
  font-style: normal;
  line-height: 46.88px;
  font-weight: 700;
}

.product-detail-slider-content-container .lSSlideOuter .lSSlideWrapper .lSAction a {
  background-image: url(/images/slider_arrows.svg);
  background-size: 200% 100%;
  opacity: 1;
  height: 48px;
  width: 48px;
  display: block;
  cursor: pointer;
  top: 50%;
  z-index: 99;
  transition: opacity 0.35s linear 0s;
}
.product-detail-slider-content-container .lSSlideOuter .lSSlideWrapper .lSAction a.lSNext {
  background-position: -53px 0px;
}

.card-link {
  padding-bottom: 20px;
}
.card-link:focus {
  text-decoration: none;
}

.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-right: 40px;
  margin-bottom: 2rem;
  margin-top: 0.75rem;
  border-color: #a5cd39;
}
.input-group > .custom-select:not(:last-child) > .search-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-right: 40px;
  margin-bottom: 2rem;
  margin-top: 0.75rem;
  border-color: #a5cd39;
}

.container-product-overview-sort-bar {
  display: flex;
  text-align: end;
  margin-left: 0px;
  padding-top: 0rem;
}

.form-sort-order {
  height: 44px;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #D9DDE1;
  border-radius: 4px;
  font-size: 14px;
  padding: 4px 20px;
  line-height: 16.41px;
}
.form-sort-order:focus {
  outline: none;
}

.price-block__highlight.is--price-off-discount.points-only-label {
  border-radius: 0;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #ffffff;
  color: #000000;
  border: 0;
  min-width: fit-content;
  min-height: fit-content;
  padding: 0px;
  width: max-content;
}

.list-group-search-results {
  background-color: #007dbc;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
}

.list-group-searchitem-points {
  width: 100%;
  text-align: right;
  font-weight: 700;
  color: #007dbc;
  font-size: 14px;
  padding-right: 10px;
}

.general-page-description {
  padding: 0%;
}
.general-page-description .instructions-container {
  position: relative;
  background-image: linear-gradient(213.86deg, #007BBC 9.8%, #016AAF 47.29%, #0155A0 86.5%);
  color: #ffffff;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.general-page-description .instructions-container .decathlon-title {
  font-family: Roboto-Bold;
  font-weight: 700;
}
.general-page-description .instructions-container a {
  color: #ffffff;
}

.steps-container .row .col-sm-3 {
  padding: 0px 40px 0px;
}
.steps-container .row .col-sm-3 .more span {
  line-height: 20px;
  font-size: 14px;
}

.navbar-toggler-custom-icon {
  border: none;
}
.navbar-toggler-custom-icon .mobile-header-icons img {
  height: 30px;
}

.light-slider .home-products-feature__card--content-p {
  border-bottom: none;
}
.light-slider .groupproducts {
  margin: 16px 14px 16px 12px;
}
.light-slider .product-title {
  margin-bottom: 2rem;
}

.half-holder img {
  max-width: 100%;
}
.half-holder .image-right-2 {
  position: relative;
  z-index: 9999;
  right: 100px;
  bottom: -180px;
}
.half-holder p {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: #000000;
}

.random-products-container .product-title {
  line-height: 23px;
  height: 3em;
  font-weight: 500;
  font-size: 23px;
  padding: 15px 0px;
}
.random-products-container .product-title a {
  color: #000000;
}
.random-products-container .product-title a:hover {
  color: #000000;
}
.random-products-container .usingCss {
  padding-left: 12px;
}
.random-products-container a .btn {
  margin-bottom: 15px;
}
.random-products-container .product-item {
  max-width: 420px;
}
.random-products-container img {
  max-height: 220px;
  object-fit: cover;
  width: 100%;
}

.mainPageBanner {
  cursor: default;
  background-position: bottom;
  background-color: #cbedf9;
  padding-bottom: 60px;
}
.mainPageBanner > div {
  padding-left: 140px;
}
.mainPageBanner #bannerMessage {
  padding-left: 5px;
  padding-top: 1rem;
}
.mainPageBanner .bannerMessage p {
  padding-top: 30px;
  margin-bottom: 0;
}

.bannerMainMobile {
  background-color: #cbedf9;
  min-height: unset !important;
  background-repeat: repeat;
  height: fit-content !important;
}
.bannerMainMobile > div {
  padding-left: 140px;
}
.bannerMainMobile #bannerMessages p {
  margin-right: 9px;
  margin-bottom: 24px;
  margin-top: 18px !important;
}
.bannerMainMobile #bannerMessages > .row > div {
  padding-left: 9px;
}

#bannerTitle {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 39px;
  line-height: 47px;
}
#bannerTitle #points {
  font-size: 16px;
  color: #007dbc;
  font-style: italic;
  padding-top: 15px;
}
#bannerTitle #slogan {
  font-weight: 700;
  font-size: 40px;
}

.bannerPoints {
  width: fit-content;
  margin-left: 2%;
  font-size: 73px;
  line-height: 73px;
}
.bannerPoints > p {
  background-color: #ffffff;
  color: #0f5532;
  width: max-content;
  margin: 0px 0px 5px 1%;
  padding: 0px 14px 1px 13px;
  font-weight: 700;
  box-shadow: none;
}

.greetings {
  font-size: 16px;
  font-family: RobotoCondensed-BoldItalic;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  width: max-content;
  margin: 0px;
  color: #007dbc;
}

.greetings-before-login {
  font-size: 16px;
  font-family: RobotoCondensed-BoldItalic;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  width: max-content;
  margin: 0px;
  color: #007dbc;
}

#bannerMessage {
  min-width: 30%;
  margin-left: 2%;
  padding-top: 2.5%;
  color: #000000;
  font-family: Roboto-Regular;
  font-size: 16px;
  padding-bottom: 5rem;
  line-height: 31px;
}
#bannerMessage td .btn.btn-primary.btn-default {
  margin-bottom: 0px !important;
}
#bannerMessage table {
  margin-bottom: 7rem;
}
#bannerMessage .btn.btn-info {
  font-weight: 400;
}

.product-thumbnail .usingCss {
  padding: 0px;
}

h4.home-products-feature__card--headline {
  margin-bottom: 30px;
}
h4.home-products-feature__card--headline > strong {
  color: #000000;
  font-size: 23px;
  font-family: RobotoCondensed-Bold;
}

.right-pointing-arrow::after {
  font-size: 12px;
  font-weight: 700;
  content: "〉";
  padding-left: 5px;
}

.lightSlider {
  overflow: visible;
}

.dropdown-toggle::after {
  content: "";
  border: none;
}

.search-button {
  top: 11px;
  color: gray;
  border-radius: 4px;
  margin-top: 0px;
}
.search-button i:before {
  background-image: url("https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/search-bar-icon.png");
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  transform: scale(0.5);
}

input.search-input {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

a.text-dark:hover .rechtsheadersize {
  color: #000000 !important;
}
a.text-dark:focus .rechtsheadersize {
  color: #000000 !important;
}

.nav-link {
  color: #000000 !important;
}

.custom-dropdown-arrow {
  color: #0f5532;
  padding-left: 3px;
}

header {
  height: 52px;
}
header .nav-item .nav-link {
  padding: 12px 0px 12px;
}
header .nav-item .nav-link p {
  color: #8996A2;
  font-size: 14px;
  margin-top: 12px;
  margin-right: 32px;
  border-right: 1px solid;
  border-color: #D9DDE1;
  padding-right: 32px;
}
header .nav-item .nav-link p.divider {
  color: #D9DDE1;
}

.product-list-page-container .product-list-category-title-in-container {
  display: inline-block !important;
  font-family: "RobotoCondensed-Bold";
  font-size: 24px;
  line-height: 28.13px;
  padding-bottom: 25px;
  padding-top: 8px;
}
.product-list-page-container .product-card-details .product-title {
  padding: 8px 24px;
}
.product-list-page-container .product-card-details .product-title .product-name {
  height: 50px;
  padding-bottom: 8px;
}
.product-list-page-container .product-card-details .product-title .product-name div {
  font-family: "RobotoCondensed-Bold";
  font-size: 18px;
  line-height: 21.09px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-list-page-container .product-card-details .product-short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 24px;
  margin-bottom: 16px;
}
.product-list-page-container .product-card-details .link-prices {
  display: block;
  position: relative;
  padding: 16px 24px 0px 24px;
  border-top: 1px solid #EFF1F3;
}
.product-list-page-container .product-card-details .link-prices .showpoints-price {
  display: inline;
  position: initial;
  font-family: "RobotoCondensed-Regular";
  font-size: 18px;
  text-transform: uppercase;
  float: left;
  margin-left: 75px;
}
.product-list-page-container .product-card-details .link-prices .showpoints-price .product-points {
  line-height: 28px;
  color: #007dbc;
  font-weight: 400;
}
.product-list-page-container .product-card-details .link-prices .showpoints-price .product-pointsName {
  line-height: 28px;
  color: #007dbc;
  font-weight: 400;
}
.product-list-page-container .product-card-details .link-prices .show-consumer-price {
  display: inline-block;
  width: 55px;
  flex: 0 0 30%;
  max-width: 30%;
}
.product-list-page-container .product-card-details .link-prices .show-consumer-price.price-zero {
  flex: 0 0 0%;
  max-width: 0%;
}
.product-list-page-container .product-card-details .link-prices .show-discount-value {
  position: absolute;
  font-weight: 700;
  font-family: RobotoCondensed-Bold;
  font-size: 18px;
  color: #007dbc;
  margin-top: 0.5rem;
  width: max-content;
}
.product-list-page-container .product-card-details .link-prices .points-only-points {
  padding: 0 15px;
}
.product-list-page-container .product-card-details .link-prices .points-only-points span {
  color: #000000;
}
.product-list-page-container .product-card-details .link-prices .price-block {
  display: inline;
}
.product-list-page-container .product-card-details .link-prices .price-block .price-block__price {
  display: inline;
}
.product-list-page-container .product-card-details .link-prices .price-block .price-block__price .promo-price {
  font-family: "RobotoCondensed-Light";
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
  margin-top: 0px;
}
.product-list-page-container .product-card-details .link-prices .price-block .price-block__price .promo-price .percentage {
  width: max-content;
}
.product-list-page-container .product-card-details .link-prices.points-only, .product-list-page-container .product-card-details .link-prices.price-only {
  padding-top: 100px;
}
.product-list-page-container .product-card-details .link-prices.points-only .prices-and-discount, .product-list-page-container .product-card-details .link-prices.price-only .prices-and-discount {
  position: absolute;
  top: 46px;
}
.product-list-page-container .product-card-details .link-prices.points-only .prices-and-discount .price-block .price-block__price .promo-price, .product-list-page-container .product-card-details .link-prices.price-only .prices-and-discount .price-block .price-block__price .promo-price {
  font-family: RobotoCondensed-Bold;
  font-weight: 700;
  color: #007dbc;
  font-size: 18px;
}
.product-list-page-container .product-card-details .link-prices.points-only .prices-and-discount .show-discount-value, .product-list-page-container .product-card-details .link-prices.price-only .prices-and-discount .show-discount-value {
  margin-top: 0rem;
  padding: 4px;
}
.product-list-page-container .product-card-details .link-prices.points-only .showpoints-price, .product-list-page-container .product-card-details .link-prices.price-only .showpoints-price {
  position: absolute;
  bottom: 70px;
  left: 12px;
  z-index: 1;
}
.product-list-page-container .product-card-details .template2-productlist-buttons .add-to-favorite {
  justify-content: center;
}
.product-list-page-container .product-card-details .row .prices-and-discount {
  display: inline;
  width: 100%;
}
.product-list-page-container .product-card-details .show-consumer-price-value {
  display: flex;
  align-self: center;
  font-size: 16px;
  line-height: 28px;
  color: #8996A2;
  font-family: "RobotoCondensed-Light";
}

.price-block__highlight:after {
  display: none !important;
}

.add-to-favorite.fav-add {
  color: #ffffff;
  text-shadow: 0 0 2px #000000;
}
.add-to-favorite.fav-add .fa-heart-o:before {
  color: #ffffff;
  background-image: url(https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/heart-notfilledin-product-list.svg);
  width: 25px;
  height: 22px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.12));
  transform: scale(1) translate(-3px, 2px);
  display: inline-block;
}

.add-to-favorite.fav-added .fa-heart:before {
  color: #000000;
  background-image: url(https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/heart-filledin-product-list.svg);
  display: inline-block;
  width: 25px;
  height: 22px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.12));
  transform: scale(1) translate(-3px, 2px);
}

.breadcrumb {
  background-color: #ffffff;
  margin-bottom: 0.3rem;
}

#categories-mobile-menu div .categorie-navigator {
  display: flex;
  flex-direction: column;
}
#categories-mobile-menu div .categorie-navigator .category-item {
  order: 0;
}
#categories-mobile-menu div .categorie-navigator .overview-title-item {
  order: 1;
}
#categories-mobile-menu div .categorie-navigator .within-balance-item {
  order: 2;
}
#categories-mobile-menu div .categorie-navigator .visited-product-item {
  order: 3;
}
#categories-mobile-menu div .categorie-navigator .favourite-item-product {
  order: 4;
}
#categories-mobile-menu .category-item {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 6px 0px;
}
#categories-mobile-menu .category-item a:before {
  content: "›";
  padding-right: 3px;
  font-family: Roboto-Regular;
}
#categories-mobile-menu .category-item a strong {
  font-weight: 400;
}
#categories-mobile-menu .category-item span {
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
#categories-mobile-menu .category-item:nth-child(5) {
  margin-top: 12px;
}

.mobile-menu-hyperlink {
  color: #000000;
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.cart-favorite-action .fa-heart:before {
  font-size: inherit;
  background-image: url(https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/heart-notfilledin-product-list.svg);
  display: inline-block;
  width: 19px;
  height: 17px;
  content: "";
  background-size: cover;
  transform: scale(1.075);
  background-repeat: no-repeat;
}

.mobile-header-icon {
  color: #0f5532;
  font-size: 27px;
}
.mobile-header-icon:before {
  color: inherit;
}

.navbar-bottom {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border: none;
  margin: none;
}

.custom-icon-bars {
  font-size: 27px;
}

.btn-template2-productlist-add-to-favorite {
  display: flex;
  border: 0px;
  line-height: 27px;
  padding-right: 0rem;
}
.btn-template2-productlist-add-to-favorite .fa-heart:before {
  color: #a5cd39;
  font-size: inherit !important;
  padding: 1px;
}
.btn-template2-productlist-add-to-favorite.add-to-favorite.fav-add span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-long-description {
  margin-top: 0px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.show-long-description .added-to-fav-prod-detail .fa.fa-heart {
  padding-bottom: 0rem;
  margin-top: 0.2rem;
  padding-top: 0px;
  margin-top: unset;
}
.show-long-description .add-to-fav-prod-detail .fa.fa-heart-o {
  padding-top: 0px;
}

.navbar-toggler #burger-menu-icon .navbar-toggler-custom-icon-bars {
  padding: 0;
  margin: 0 !important;
  border: none;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  width: 15px;
  height: 14px;
}
.navbar-toggler #burger-menu-icon .navbar-toggler-custom-icon-bars i.mobile-menu-bars-collapsed {
  position: absolute;
  left: 25px;
  top: 22px;
}
.navbar-toggler #burger-menu-icon .navbar-toggler-custom-icon-bars i.fa.menu-bars.fa-bars {
  position: absolute;
  left: 18px;
  top: 16px;
}

.navbar-toggler .navbar-mobile-icon {
  padding-right: 5px;
  margin: 10px 20px 12px 0;
}

.mobile-logo-img {
  height: 28px;
}

.mobile-mobile-categories-dropdown {
  border: 1px solid #DBDBDB;
  text-align: center;
}
.mobile-mobile-categories-dropdown .menu-flex-box {
  justify-content: center !important;
  height: 100%;
  vertical-align: middle;
  padding: 7px;
}
.mobile-mobile-categories-dropdown .menu-flex-box b {
  line-height: 100%;
}
.mobile-mobile-categories-dropdown .menu-flex-box .mobile-burger {
  margin-left: 3px;
}
.mobile-mobile-categories-dropdown .menu-flex-box div img {
  padding-bottom: 10px;
}
.mobile-mobile-categories-dropdown > .menu-flex-box {
  line-height: 24px;
}
.mobile-mobile-categories-dropdown .fa-gift {
  display: none;
}
.mobile-mobile-categories-dropdown .fa-user {
  display: none;
}

.product-overview-sortorder {
  border-color: #DBDBDB;
}

label {
  color: #000000;
  font-weight: 600;
}

.register-container-left {
  width: 50%;
  background: #ffffff;
  padding: 160px 160px 160px 3rem;
}
.register-container-left > p {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.register-container-left input[type=checkbox]:checked + label:before {
  background-image: url(/images/register-icon.svg);
  display: inline-block;
  width: 23px;
  height: 23px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.register-container-right {
  width: 50%;
  background-color: #D1EDF7;
  margin: auto;
  padding: 160px;
}
.register-container-right > h2 {
  padding-bottom: 1rem;
  max-width: 350px;
  font-weight: 500;
  margin: auto;
}
.register-container-right > p {
  max-width: 350px;
  margin: auto auto 2rem;
}

.register-container {
  color: #000000;
  display: flex;
  font-family: Roboto-Regular;
  min-height: 100vh;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.register-container > img {
  position: absolute;
  top: 1rem;
  left: 3rem;
}
.register-container img {
  position: absolute;
  margin-left: 43px;
  margin-top: 11px;
}

.register-right-info {
  max-width: 350px;
  margin: auto;
}
.register-right-info > h5 {
  margin: 0px;
  padding: 0px;
}
.register-right-info > h5 > i {
  font-size: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #8bc241;
  border-radius: 27px;
  margin-right: 1.2em;
}
.register-right-info > h5 > i:before {
  color: #ffffff;
  background-image: url(/images/register-icon.svg);
  display: inline-block;
  width: 12px;
  height: 8px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.1rem;
  margin-top: 0.525rem;
}
.register-right-info > div {
  padding-left: 2.6em;
  color: #646464;
  padding-bottom: 1rem;
}

.showpoints-price {
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
}
.showpoints-price span {
  color: #000000;
}

.btn-template2-productlist-add-to-cart {
  font-size: 14px !important;
  background-color: #FFEA28;
  color: #000000;
  border-color: #FFEA28;
  font-weight: 700;
  padding: 16px 24px;
}

.points-only-label .promo-price {
  font-family: Roboto-Regular;
  padding: 4px;
}

.single-product-row .product-thumbnail {
  margin: auto;
}

@media (max-width: 767px) {
  .product-thumbnail {
    height: 12rem;
    overflow: hidden;
  }
  .product-thumbnail .img-fluid {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
#category-list-container .list-group-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  color: #000000;
  font-family: Roboto-Regular;
}
#category-list-container .list-group-item b {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
  color: #000000;
}

.category-breadcrumb {
  color: #000000;
  overflow: hidden;
}
.category-breadcrumb .breadcrumb-item {
  font-family: "RobotoCondensed-Regular";
  font-size: 16px;
  line-height: 18.75px;
}
.category-breadcrumb .breadcrumb-item:first-of-type a {
  font-family: RobotoCondensed-Light;
}
.category-breadcrumb .breadcrumb-item:nth-of-type(2) {
  display: flex;
}
.category-breadcrumb .breadcrumb-item:nth-of-type(2) span {
  font-family: RobotoCondensed-Bold;
}
.category-breadcrumb.breadcrub-all-products-selection {
  display: inline !important;
}
.category-breadcrumb.breadcrub-all-products-selection li span {
  font-family: RobotoCondensed-Light;
}

.banner .justify-content-center {
  font-family: Roboto-Regular;
}

.product-list-container {
  padding-top: 0.75rem;
}
.product-list-container .lSpg {
  transform: translate(0, -40px) !important;
}
.product-list-container .lSpg a {
  background-color: rgba(255, 255, 255, 0.55) !important;
}
.product-list-container .lSpg .active a {
  background-color: #ffffff !important;
}

.container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.row-half-split .half-title {
  font-weight: 700;
  color: #000000;
}

li.last {
  display: inline-flex !important;
  padding: 0px 0.5rem;
}

.add-to-fav-prod-detail > i {
  text-shadow: 0px 0px 2px #000000;
  padding: 0.5rem 0.5rem 0px;
}
.add-to-fav-prod-detail .fa {
  margin-top: unset;
  padding-top: 7px;
  line-height: 22px;
}

.added-to-favorite:hover {
  text-decoration-color: #C2C3C3;
}

.added-to-fav-prod-detail > i {
  text-shadow: 0px 0px #000000;
  padding: 0.5rem;
}
.added-to-fav-prod-detail > i:before {
  font-size: inherit !important;
}
.added-to-fav-prod-detail .fa {
  margin-top: unset;
  padding-top: 7px;
  line-height: 22px;
}
.added-to-fav-prod-detail .fa-heart:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='27' height='24' viewBox='002724' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.50C17.109014.89351.255513.53.12C12.10651.25559.89107.50C3.3645003.364507.5C015.736512.18623.44812.70523.772C12.94823.923513.2242413.524C13.7762414.05223.923514.29523.772C14.81423.4482715.7365277.5C273.364523.6355019.50Z' fill='%238BC241'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 24px;
  height: 21px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.12));
  transform: scale(1.33) translate(-3px, 2px);
}

.product-stats {
  justify-content: start;
}
.product-stats > li {
  font-size: 18px !important;
  display: inline-block;
  margin-right: 24px;
}
.product-stats .add-to-cart .btn.btn-primary {
  font-size: 14px;
  font-weight: 700;
}

.overlay {
  color: #000000;
}
.overlay .closebtn {
  top: 28px !important;
  color: #000000;
  font-size: 35px;
}

.categorie-navigator {
  padding-left: 15px !important;
}

.overlay-content {
  top: 4%;
}

#categories-toggler {
  margin: auto;
  font-size: 14px;
  line-height: 16.41px;
}

.mobile-link-active {
  color: #007dbc !important;
}

.category-item-active {
  color: #007dbc !important;
  text-decoration: underline;
}
.category-item-active a {
  color: #007dbc !important;
  text-decoration: underline;
}

.navbar-toggler {
  height: 100%;
  padding: 0px;
  border: none;
  border-radius: unset;
}
.navbar-toggler .fa-times {
  -webkit-text-stroke: 2px #ffffff;
}

.form-group {
  max-width: 30rem;
  margin-bottom: 12px;
}

#profileForm .form-group {
  max-width: 30vw;
  margin-top: 2.5rem;
  margin-left: 0;
}
#profileForm .form-group:first-of-type {
  margin-top: 0.5rem;
}
#profileForm .form-group.row {
  max-width: 100%;
}
#profileForm .form-group .form-control {
  height: 45px;
  border: 1px solid #D9DDE1;
  padding: 13px 16px;
}

.table .thead-light th {
  background-color: #ebdfcc;
}

.mobile-menu-bars-collapsed {
  width: 15px;
  height: 14px;
  display: inline-block;
}
.mobile-menu-bars-collapsed::after {
  content: url("https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/mobile-menu-close.svg");
  width: 15px;
  height: 14px;
  display: inline-block;
}

.category-active {
  color: #007dbc !important;
  text-decoration: underline;
  font-weight: 700 !important;
}

a.list-group-item:after {
  content: "";
  display: none;
}

.terms-and-conditions {
  width: 85%;
  display: inline-block;
  padding-left: 0.2em;
  text-align: justify;
}

.terms-and-conditions-agree {
  width: 85%;
  display: inline-block;
  padding-left: 0.2em;
  text-align: left;
}

#btnSave {
  padding: 0.4rem 1.3rem;
}

.btn-arrow-right:after {
  content: "›";
  display: inline-block;
  font-family: Roboto-Regular;
  transform: scale(2.6, 1.4);
  padding-left: 5px;
  font-weight: 300;
  line-height: inherit;
  margin-right: 6px;
}

.banner-no-scale {
  min-height: unset !important;
}

.price-block {
  max-height: 40px;
}

.show-long-description-content .product-thumbnail {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.question {
  display: inline;
}

.lSAction > a {
  background-image: url(/images/slider_arrows.svg);
  background-size: 200% 100%;
  opacity: 1;
  height: 48px;
  width: 48px;
}
.lSAction > .lSNext {
  background-position: -48px 0;
}
.lSAction a.disabled-arrow {
  opacity: 0.6;
}

.home-image-uitgelicht img {
  width: 100%;
}

.category-item span b {
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.category-item a b {
  font-weight: 400;
}

.categories-menu-title > b {
  color: #000000 !important;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
}

.back-col-section {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

#mobilemenu {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#mobilemenu .accordion {
  height: auto;
  background: #ffffff;
  margin-bottom: 40px;
}
#mobilemenu .accordion .card1 {
  margin-top: 36px;
  text-align: center;
}
#mobilemenu .accordion #mobile-menu-create-account {
  margin-bottom: 36px;
}
#mobilemenu .accordion .mobile-menu-bottom-item {
  display: flex;
  flex-direction: column;
  margin: 0px 12px 0px 12px;
}
#mobilemenu .accordion .mobile-menu-bottom-item .mobile-menu-bottom-image img {
  width: 21px;
  height: 21px;
}
#mobilemenu .accordion .mobile-menu-bottom-item .text-container {
  font-family: RobotoCondensed-Regular;
  font-size: 11px;
  line-height: 13px;
  margin-top: 4px;
  color: #000000;
  width: max-content;
}
#mobilemenu .accordion .mobile-menu-bottom-container {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 19px 33px 0 33px;
  border: 1px solid #D9DDE1;
  margin-top: 21px;
  height: 72px;
  vertical-align: bottom;
}
#mobilemenu .accordion .mobile-menu-bottom-container .badge {
  right: -34px;
  width: fit-content;
}
#mobilemenu .accordion .mobile-menu-submenu-indicator-column {
  display: none;
}

.lSpg a {
  background-color: #C2C3C3 !important;
}
.lSpg .active a {
  background-color: #000000 !important;
}

.template2-productlist-buttons {
  width: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
}

.template2-productlist-add-to-shoppingcart {
  flex-grow: 0.6;
  margin-right: 0;
}
.template2-productlist-add-to-shoppingcart a {
  width: 100%;
  display: inline-block;
}

.fav-add .fa-heart:before {
  color: #ffffff;
}
.fav-add > span {
  line-height: 27px;
}

.form-span {
  margin-left: 0rem;
}

.categories .categorie b {
  word-break: break-all;
}
.categories a {
  border: none;
}

.product {
  padding-bottom: 0.25rem;
}
.product div {
  margin-top: auto;
  margin-bottom: auto;
}

.cart-product-image a {
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
}

.cart-amount-row input {
  margin-right: 5px;
}

.categorie {
  font-size: 32px;
}
.categorie > b {
  font-weight: 500;
}

.search-close-button {
  top: 9px;
  color: gray;
}

.random-products-slider .product-title {
  font-size: 23px;
  line-height: 31px;
}
.random-products-slider .product-title .product-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: RobotoCondensed-Bold;
}
.random-products-slider .product-item .product-card {
  background: #ffffff;
  margin: 16px 14px 16px 12px;
}
.random-products-slider .orderactive .btn-primary {
  margin-top: 10px;
  display: inline-block;
  line-height: 16.41px;
}
.random-products-slider .orderactive .product-title {
  display: inline-block;
  width: 100%;
}

.random-products {
  padding-bottom: 79px;
}

.product-overview-sortorder-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/sort-bar-arrow.png");
  background-repeat: no-repeat;
  background-position: 80% 54%;
  background-size: 10px 6px;
  width: 180px;
  white-space: normal;
}

.product-list-mobile-small-padding .product-card img {
  width: 100%;
  min-height: 220px;
}

.container-page-products-within-account-balance .container {
  padding-left: 0rem;
  padding-right: 0rem;
}

i.menu-bars {
  width: 23.63px;
}
i.menu-bars:before {
  content: url("https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/menu-2.svg");
}

#burger-menu-icon {
  background-color: #000000;
  width: 70px;
  height: 64px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

.mobile-header-icon-container {
  transform: translateY(3px);
  display: inline-block;
}

.box-shadow-none .groupproducts {
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
.box-shadow-none .product-card {
  box-shadow: none !important;
}

.banner-more-to-the-right {
  background-color: #8bc241;
}

.nav-link.text-dark {
  font-family: "RobotoCondensed-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.nav-link.text-dark .landing-page-button b {
  color: unset;
}
.nav-link.text-dark b {
  color: #000000;
}

.navbar.navbar-expand-md .nav-link {
  width: max-content;
  padding-right: 0px;
  padding-left: 0px;
}
.navbar.navbar-expand-md .navbar-nav.menu-right {
  flex-grow: 0.7;
  justify-content: end;
}
.navbar.navbar-expand-md .navbar-nav.menu-right .nav-item {
  margin-right: 32px;
}
.navbar.navbar-expand-md .navbar-nav.menu-right .nav-item .dropdown-menu {
  top: 61px;
}
.navbar.navbar-expand-md .navbar-nav.menu-right .btn.btn-default {
  padding: 12px 16px;
  line-height: 16px;
  font-size: 14px;
  height: 40px;
}
.navbar.navbar-expand-md .navbar-nav.menu-right .nav-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  max-height: 64px;
}
.navbar.navbar-expand-md .navbar-nav.menu-right .nav-link .text-container {
  font-family: "RobotoCondensed-Regular";
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
  white-space: nowrap;
}
.navbar.navbar-expand-md .navbar-nav.menu-right .nav-link#navbarDropdownRightMenuLink {
  padding: 0px;
}
.navbar.navbar-expand-md .navbar-nav.menu-right .nav-link#navbarDropdownRightMenuLink .dropdown-toggle {
  display: inline-flex;
  flex-direction: inherit;
  align-items: center;
}
.navbar.navbar-expand-md .navbar-nav.menu-right .nav-link#navbarDropdownRightMenuLink .dropdown-toggle > img {
  position: relative;
  top: -29px;
  left: 36px;
  width: 12px;
  height: 8px;
}
.navbar.navbar-expand-md .navbar-nav.menu-right .nav-link#navbarDropdownRightMenuLink .dropdown-toggle .text-container {
  margin-top: 4px;
}
.navbar.navbar-expand-md .navbar-nav.menu-left {
  margin-right: 110px;
  align-items: center;
}
.navbar.navbar-expand-md .navbar-nav.menu-left .nav-item {
  margin-right: 48px;
}
.navbar.navbar-expand-md .navbar-brand {
  margin-right: 48px;
}

@media (max-width: 1439px) {
  .navbar.navbar-expand-md .navbar-nav.menu-left, .navbar.navbar-expand-md .navbar-nav.menu-left .nav-item, .navbar.navbar-expand-md .navbar-nav.menu-right .nav-item {
    margin-right: auto;
  }
  .navbar.navbar-expand-md .navbar-nav.menu-right .nav-item.nav-item-not-logged {
    margin-right: 0px;
  }
  .navbar.navbar-expand-md .navbar-brand {
    margin-right: 1rem;
  }
}
.datetimepicker .table-condensed th.prev::after {
  content: "<";
}
.datetimepicker .table-condensed th.next::after {
  content: ">";
}

@media (max-width: 1024px) {
  .navbar.navbar-expand-md .menu-left .nav-link {
    text-overflow: ellipsis;
    max-width: 38px;
    overflow: hidden;
    white-space: nowrap;
  }
}
.container-half-split.more-points .over-scale-image {
  image-rendering: auto;
}

.template2-productlist-add-to-favorite .fav-add .fa-heart:before {
  background-image: url(https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/heart-notfilledin-product-list.svg);
  display: inline-block;
  width: 20px;
  height: 18.5px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  transform: none !important;
}
.template2-productlist-add-to-favorite .fav-added .fa-heart:before {
  background-image: url(https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/heart-filledin-product-list.svg);
  display: inline-block;
  width: 20px;
  height: 18.5px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  transform: none !important;
}
.template2-productlist-add-to-favorite a {
  line-height: 2.2rem;
  height: 48px;
}

.loginPageBanner #bannerMessage {
  padding-bottom: 0px;
}
.loginPageBanner #bannerTitle {
  padding-top: 7rem !important;
}

.navbar-brand img {
  padding-left: 0 !important;
}

.blue-banner {
  background-color: #D1EDF7;
}

a.link-prices {
  text-decoration: none;
  color: none;
}
a.link-prices:hover {
  text-decoration: none;
  color: none;
}
a.link-prices:focus {
  text-decoration: none;
  color: none;
}

.lslide:first-of-type .groupproducts {
  margin-left: 20px;
}
.lslide:last-of-type .groupproducts {
  margin-right: 20px;
}

.lSSlideOuter .lSPager.lSGallery li.active {
  border-radius: unset;
}
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: unset;
}

.lSPager.lSGallery .active {
  opacity: 0.5;
}

.container-page-products .container {
  padding-left: 0rem;
  padding-right: 0rem;
}
.container-page-products .showpoints-price {
  text-align: left;
}

#survey-container .form-group {
  max-width: 60rem;
}
#survey-container > .row > div {
  padding-left: 0;
}

.favorite .fa-heart:before {
  background-image: url(https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/heart-filledin-product-list.svg);
  transform: scale(1);
}

.btn-white {
  background-color: #ffffff;
}
.btn-white:active {
  background-color: #0f5532;
}
.btn-white:focus {
  background-color: #0f5532;
}
.btn-white:hover {
  background-color: #0f5532;
}

.generic-banner {
  min-height: unset !important;
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.banner-yellow {
  background-color: #ffc84c;
}

.banner-skyblue {
  background-color: #d2f0fa;
}

.banner-green {
  background-color: #8cc341;
}

.generic-banner-text {
  padding-top: 0.525rem;
  text-align: center;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  margin-bottom: 5px;
  font-size: 73px;
  line-height: 78px;
  font-family: Roboto-Regular;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mobile-header-icons #shoppingquantity {
  top: -11px;
}

.terms-right-column-title {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.terms-blue-banner-subtitle {
  font-size: 16px;
  line-height: 26px;
}

.badge-content {
  transform: translate(0px, 0.75px);
}

.termsofagreement-container .terms-of-agreement-title {
  font-size: 18px;
  font-family: RobotoCondensed-Bold;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
}
.termsofagreement-container .termsofagreement-body {
  width: max-content;
}
.termsofagreement-container .termsofagreement-body .label-field.left-padding-for-label-with-checkbox {
  font-family: Roboto-Regular;
}
.termsofagreement-container .termsofagreement-body .col-sm-4.col-sm-offset-2 {
  padding-left: 0px;
  padding-right: 0px;
}
.termsofagreement-container .termsofagreement-body .form-group label {
  margin-bottom: 0rem;
}
.termsofagreement-container .termsofagreement-body #termsForm {
  position: relative;
}
.termsofagreement-container .termsofagreement-body #termsForm #terms-form-group-last-name input::placeholder {
  opacity: unset;
  color: #D9DDE1;
  font-size: 14px;
  line-height: 18px;
}
.termsofagreement-container .termsofagreement-body #termsForm #terms-form-group-email input::placeholder {
  opacity: unset;
  color: #D9DDE1;
  font-size: 14px;
  line-height: 18px;
}
.termsofagreement-container .termsofagreement-body #termsForm #terms-form-group-birthdate input::placeholder {
  opacity: unset;
  color: #D9DDE1;
  font-size: 14px;
  line-height: 18px;
}
.termsofagreement-container .termsofagreement-body #termsForm #terms-form-group-first-name {
  margin-right: 1rem;
}
.termsofagreement-container .termsofagreement-body #termsForm #terms-form-group-first-name input::placeholder {
  opacity: unset;
  color: #D9DDE1;
  font-size: 14px;
  line-height: 18px;
}
.termsofagreement-container .termsofagreement-body #termsForm #terms-form-group-last-name,
.termsofagreement-container .termsofagreement-body #termsForm #terms-form-group-first-name {
  display: inline-block;
  width: 300px;
}
.termsofagreement-container .termsofagreement-body #termsForm #form-group-newsLetterOptIn {
  margin-top: 24px;
}
.termsofagreement-container .termsofagreement-body #termsForm #form-group-newsLetterOptIn label {
  padding: 0px;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group {
  max-width: none;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group .checkbox label {
  padding: 0px;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group.row {
  margin-bottom: 1rem;
  font-family: Roboto-Bold;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.41px;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group.row .col button {
  width: 160px;
  font-size: 14px;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0.5rem;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group .form-control {
  width: 100%;
  height: 45px;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group input {
  border: 1px solid #D9DDE1;
  border-radius: 4px;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group ::placeholder {
  color: #D9DDE1;
  font-weight: 400;
  font-family: Roboto-Regular;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group :-ms-input-placeholder {
  color: #D9DDE1;
  font-weight: 400;
  font-family: Roboto-Regular;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group ::-ms-input-placeholder {
  color: #D9DDE1;
  font-weight: 400;
  font-family: Roboto-Regular;
}
.termsofagreement-container .termsofagreement-body #termsForm .form-group .i-checks {
  margin-right: 19.33px;
}

.terms-of-agreement-checkbox-group-row {
  display: flex;
}

@media (max-width: 767px) {
  .termsofagreement-container .terms-of-agreement-title {
    line-height: 24px;
  }
  .termsofagreement-container .termsofagreement-body {
    width: auto;
  }
  .termsofagreement-container .termsofagreement-body #termsForm #form-group-last-name,
  .termsofagreement-container .termsofagreement-body #termsForm #form-group-first-name {
    width: 100%;
  }
  .termsofagreement-container .termsofagreement-body #termsForm #form-group-newsLetterOptIn label {
    width: 85%;
  }
  .termsofagreement-container .termsofagreement-body #termsForm .form-group {
    max-width: none;
    width: 100% !important;
  }
  .termsofagreement-container .termsofagreement-body #termsForm .form-group .checkbox label {
    width: 85%;
  }
  .termsofagreement-container .termsofagreement-body #termsForm .form-group.row .col button {
    width: 100%;
  }
  .termsofagreement-container .termsofagreement-body #termsForm .form-group label {
    font-size: 16px;
  }
  .terms-agreement-body .container .row .col-sm img {
    display: none;
  }
}
.banner.mainPageBanner.loginPageBanner {
  padding-bottom: 5rem;
}

.empty-orderlist-text {
  display: block;
  padding-left: 0.15rem;
}

.empty-points-text {
  display: block;
  padding-left: 0.15rem;
}

.container.how-it-works {
  padding-top: 3rem;
}

.product-filters {
  z-index: 20;
}

#bannerMessages {
  color: #646464;
}
#bannerMessages p.ballance-zero.visible-zero + p {
  margin-top: 0 !important;
}

.nopaddingleft {
  padding-left: 0px;
}

.contact-page-container {
  font-family: Roboto-Regular;
  padding-top: 40px;
  font-weight: 400;
}
.contact-page-container .text-container {
  padding-bottom: 24px;
}
.contact-page-container .text-container .contact-title {
  font-size: 24px;
  line-height: 28.13px;
  font-family: RobotoCondensed-Bold;
  font-weight: 700;
}
.contact-page-container .text-container .contact-subtitle {
  font-size: 16px;
  line-height: 18.75px;
  font-weight: 400;
}
.contact-page-container .row {
  padding-bottom: 24px;
}
.contact-page-container .row .col-md-6 {
  padding: 0px 8px 0px;
  position: relative;
}
.contact-page-container .row .col-md-6 .card {
  border: 1px solid #D9DDE1;
  border-radius: 0;
  height: 220px;
  width: 469px;
}
.contact-page-container .row .col-md-6 .card .card-body {
  border-top: none;
  padding: 40px;
}
.contact-page-container .row .col-md-6 .card .card-body h3 {
  font-size: 18px;
  font-family: Roboto-Bold;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 19px;
}
.contact-page-container .row .col-md-6 .card .card-body h3 span {
  margin-right: 13px;
  margin-bottom: 1px;
}
.contact-page-container .row .col-md-6 .card .card-body .card-text {
  font-size: 14px;
  margin-bottom: 35px;
  line-height: 20px;
}
.contact-page-container .row .col-md-6 .card .card-body p.link-text {
  padding-top: 14px;
}
.contact-page-container .row .col-md-6 .card .card-body .link-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  font-family: Roboto-Bold;
  color: #007dbc !important;
}
.contact-page-container .row .col-md-6 .card .card-body .btn-primary {
  background-color: #E7F3F9;
}
.contact-page-container .row .col-md-6 .card .card-body .btn-primary:hover {
  background-color: #DEEFF7 !important;
}
@media (max-width: 1000px) {
  .contact-page-container .row .col-md-6 .card {
    width: 327px;
    margin-bottom: 16px;
  }
}
@media (min-width: 577px) and (max-width: 645px) {
  .contact-page-container .row .col-md-6 .card {
    left: 20%;
  }
}
.contact-page-container .contact-footer {
  font-size: 12px;
  line-height: 20px;
}

.default-not-logged {
  margin-bottom: 5.55% !important;
}
.default-not-logged .mainPageBanner #bannerMessage {
  padding-left: 0px;
}
.default-not-logged h1 {
  color: #000000 !important;
  padding-left: 15px;
}
.default-not-logged h2 {
  color: #000000 !important;
}
.default-not-logged h3 {
  color: #000000 !important;
  font-family: RobotoCondensed-Bold;
}
.default-not-logged h4 {
  color: #000000 !important;
}
.default-not-logged h5 {
  color: #000000 !important;
}
.default-not-logged .text-col-container {
  padding-left: 5.58%;
}
.default-not-logged .row .col-md-6 h3 {
  margin-bottom: 1rem;
}
@media (min-width: 769px) and (max-width: 995px) {
  .default-not-logged .row .col-md-6 h3 {
    font-size: 18px;
  }
  .default-not-logged .row .col-md-6 p {
    font-size: 12px;
  }
}
.default-not-logged .row .col-sm-4 .groupproducts .image-default {
  overflow: hidden;
}
.default-not-logged .row .col-sm-4 .groupproducts .image-default a img {
  object-fit: cover;
  max-height: 320px;
  width: 100%;
}
@media (min-width: 995px) and (max-width: 1450px) {
  .default-not-logged .row h3 {
    font-size: 20px;
  }
  .default-not-logged .row p {
    font-size: 14px;
  }
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  color: #000000;
  text-decoration: underline;
}

.add-to-favorite {
  color: #ff0000;
}
.add-to-favorite:hover {
  text-decoration: none;
}

.loginbody #msg {
  color: #ff0000;
}

.categories1 {
  background-color: #ffffff;
}
.categories1 a {
  border: none;
}

.categorie-title-background {
  color: #474540;
  text-transform: uppercase;
}

.points-only-product-name:hover {
  text-decoration: underline;
}

.text-dark.active-link-title,
.text-dark.active-link-title:hover,
.text-dark.active-link-title b,
.text-dark.active-link-title:hover b {
  color: #007dbc !important;
  font-weight: 700;
}

.a {
  color: #000000;
}

.navbar-nav .nav-item .nav-link b {
  color: #000000;
}

.loyaltypoint-header-v1 {
  color: #0f5532;
}

.list-group-searchitem strong {
  color: #007dbc;
}

btn-success.active {
  background-color: #0f5532;
  color: #ffffff;
  border-color: #0f5532;
}

.open > .dropdown-toggle.btn-success {
  background-color: #0f5532;
  color: #ffffff;
  border-color: #0f5532;
}
.open > .dropdown-toggle.btn-primary {
  background-color: #0f5532;
  color: #ffffff;
  border-color: #0f5532;
}
.open > .dropdown-toggle.btn-default {
  background-color: #0f5532;
  color: #ffffff;
  border-color: #0f5532;
}

.btn-outline-secondary {
  background-color: #E7F3F9 !important;
  color: #00689D !important;
  font-weight: 700;
  font-family: Roboto-Bold;
  border-color: #00689D !important;
  padding: 14px 24px;
  font-size: 18px;
  border-radius: 4px;
}
.btn-outline-secondary:hover {
  background-color: #E7F3F9;
  color: #00689D;
  border-color: #00689D;
  box-shadow: none;
}
.btn-outline-secondary:active {
  background-color: #E7F3F9;
  color: #00689D;
  border-color: #00689D;
  box-shadow: none !important;
}
.btn-outline-secondary:focus {
  background-color: #E7F3F9;
  color: #00689D;
  border-color: #00689D;
  box-shadow: none;
}

.btn-default.active {
  background-color: #0f5532;
  color: #ffffff;
  border-color: #0f5532;
}

.btn-template2-productdetail-add-to-cart {
  background-color: #0f5532;
  color: #ffffff;
  border-color: #0f5532;
}

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

.pollvraag {
  font-size: 19px;
}

.pollantwoorden {
  font-size: 19px;
}

bestelkleur:hover {
  text-decoration: none;
}

.product-card .link-prices {
  text-decoration: none;
}

link-prices:hover {
  text-decoration: none;
}
link-prices:focus {
  text-decoration: none;
}

.half-holder.align-self-center .btn.btn-primary {
  font-weight: 400;
  display: flex;
  align-self: center;
  width: fit-content;
}

.text-dark {
  color: #000000 !important;
}

.onlydisplayonmobile {
  display: none;
}

#Zoekproduct + .search-close-button {
  display: none;
}

.show-consumer-price.invisible {
  display: none;
}

.price-block.disable-price-block {
  display: none;
}

.label-sort-by {
  display: none;
}

.price-zero {
  display: none;
}

.product-overview-title {
  display: none;
}

.h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.question-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.usingCss {
  padding: 10px;
}

.d-md-block .navbar-brand img {
  padding: 10px;
}

.navbar-collapse .navbar-nav.flex-grow-1 .nav-item {
  line-height: 22px;
}

fav-added > span {
  line-height: 27px;
}

.product-card-wrap.temp1 .price-block__highlight .promo-price {
  line-height: 27px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url("https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/category-breadcrumb-arrow.png");
  transform: scale(0.6);
}

.cart-item-row {
  padding-top: 0px;
}

.group-item-active {
  color: #007dbc !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
}

.showpoints-price.points-only-points {
  text-decoration-color: #8bc241;
}

.showpoints-price.price-zero-points {
  text-decoration-color: #00572e;
}

.item-points {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.item-price {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.cart-item-qty {
  margin-bottom: 0rem;
}

.cart-item-points {
  margin-bottom: 0rem;
}

.cart-item-price {
  margin-bottom: 0rem;
}

.btn.focus {
  box-shadow: none;
}

.product-body.has-hidden-menu {
  box-shadow: none !important;
}
.product-body.has-hidden-menu .product-card-wrap .product-card {
  box-shadow: none !important;
}

.add-to-fav-prod-detail-text {
  display: inline-block;
}

.added-to-fav-prod-detail-text {
  display: inline-block;
}

.added-to-favorite.fav-added .fa-heart-o:before {
  display: inline-block;
}

.d-flex.justify-content-center.USP-banner {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
}

.d-flex.justify-content-center.text-center {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
}
.d-flex.justify-content-center.text-center span {
  margin: auto;
  font-weight: 400;
}

.mobile-menu-header {
  widows: 100vw;
  display: none;
}

.people-story-background-card {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
}
.people-story-background-card:hover > .people-story-card-content > p {
  text-decoration: underline;
}
.people-story-background-card #backgroundPicture {
  display: none;
}
.people-story-background-card .gradient-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(47, 49, 50, 0) 38.54%, #2f3132 100%);
  transform: scale(2);
}
.people-story-background-card .top-left-button {
  background: #ffffff;
  color: #000000;
  position: absolute;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: Roboto-Regular;
  margin: 0;
  padding: 11px 16px;
  border-radius: 0 0 4px 0;
  text-transform: uppercase;
}
.people-story-background-card .people-story-card-content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 34px 23px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: end;
  word-break: break-word;
}
.people-story-background-card .people-story-card-content .people-story-card-header {
  display: flex;
  margin-bottom: 4px;
  margin: 0 auto;
  color: #ffffff;
}
.people-story-background-card .people-story-card-content .people-story-card-header img {
  object-fit: cover;
  border-radius: 50%;
  min-height: 36px;
  height: 36px;
  width: 36px;
  margin-right: 12px;
}
.people-story-background-card .people-story-card-content .people-story-card-header p {
  font-family: MarydaleBlack;
  font-weight: 400;
  font-size: 23px;
  line-height: 40px;
  margin: 0;
}
.people-story-background-card .people-story-card-content p {
  text-align: center;
  font-family: Roboto-Regular;
  font-weight: 700;
  font-size: 23px;
  line-height: 31px;
  color: #ffffff;
}

.people-story-card {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #8bc241;
}
.people-story-card .top-left-button {
  background: #ffffff;
  color: #000000;
  position: absolute;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: Roboto-Regular;
  margin: 0;
  padding: 11px 16px;
  border-radius: 0 0 4px 0;
  text-transform: uppercase;
}
.people-story-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.people-story-card .people-story-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 23px;
  justify-content: space-between;
}
.people-story-card .people-story-card-content:hover > p {
  text-decoration: underline;
}
.people-story-card .people-story-card-content .people-story-card-header {
  display: flex;
  margin-bottom: 4px;
}
.people-story-card .people-story-card-content .people-story-card-header img {
  object-fit: cover;
  border-radius: 50%;
  max-height: 36px;
  min-height: 36px;
  height: 36px;
  width: 36px;
  margin-right: 12px;
}
.people-story-card .people-story-card-content .people-story-card-header p {
  font-family: MarydaleBlack;
  font-weight: 400;
  font-size: 23px;
  line-height: 40px;
  margin: 0;
}
.people-story-card .people-story-card-content p {
  margin: 4px 0 16px 0;
  font-family: Roboto-Regular;
  font-weight: 700;
  font-size: 23px;
  line-height: 31px;
}
.people-story-card .people-story-card-content button {
  display: flex;
  align-items: center;
  height: 45px;
  width: 152px;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  background: #ffffff;
  font-family: Roboto-Regular;
  font-size: 18px;
  line-height: 22px;
  color: #2f3123;
}
.people-story-card .people-story-card-content button:hover {
  cursor: pointer;
  background: #e4e4e4;
}
.people-story-card .people-story-card-content button:focus {
  outline: none;
}
.people-story-card .people-story-card-content button:active {
  background: #e4e4e4;
}
.people-story-card .people-story-card-content button .fa-angle-right {
  transform: scale(2.6, 1.4);
  font-weight: 300;
  line-height: inherit;
  margin-left: 8px;
}
.people-story-card .people-story-card-content button .fa-angle-right:before {
  content: "›";
  font-family: Roboto-Regular;
}

.category-left-menu-container {
  display: flex;
  flex-direction: column-reverse;
}

.filtercategorie-title-background {
  text-transform: uppercase;
}

.people-story-details-page {
  max-width: 1440px;
  margin: 0.17rem auto 7.5rem auto;
  font-family: Roboto-Regular;
}
.people-story-details-page iframe {
  width: 100%;
  max-width: 560px;
}
.people-story-details-page img {
  width: 100%;
  max-width: 700px;
  height: fit-content;
}
.people-story-details-page .text-style {
  margin: 2rem 0;
}
.people-story-details-page .text-style p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 2rem 0;
}
.people-story-details-page .text-style h2 {
  color: #2F3132;
  max-width: 495px;
  line-height: 42px;
  font-size: 32px;
  font-weight: 800;
  margin: 48px 0;
}
.people-story-details-page .text-style h3 {
  color: #2F3132;
  margin: 0 0 1rem 0;
}
.people-story-details-page .text-style a {
  margin: 17px 0 0 0;
  color: #0F5532;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.people-story-details-page .text-style a:hover {
  cursor: pointer;
}
.people-story-details-page .text-style a .fa-angle-right {
  transform: scale(2.6, 1.4);
  font-weight: 300;
  line-height: inherit;
  font-size: 13px;
  margin-right: 10px;
}
.people-story-details-page .text-style a .fa-angle-right:before {
  content: "›";
  font-family: Roboto-Regular;
}
.people-story-details-page .media-style img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}
.people-story-details-page .media-style iframe {
  display: block;
  margin: auto;
  border: none;
}

.gc-banner-container {
  height: 246px;
  width: 100%;
  background: #8BC241;
  display: flex;
  flex-direction: row;
}
.gc-banner-container p {
  max-width: 30.625rem;
  margin: 5.4375rem auto 5.4375rem 16.25rem;
  color: #00572e;
  font-family: Roboto-Regular;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.gc-banner-container .gc-banner-image {
  margin: 0 15% 0 auto;
  height: 246px;
  width: auto;
}

.page-content {
  margin: 0;
}

.gc-banner-container-cover {
  height: 340px;
  width: 100%;
}
.gc-banner-container-cover .gc-banner-text-area {
  display: grid;
  grid-gap: 12px;
  position: absolute;
  left: calc((100vw - 1440px) / 2);
  margin-top: 3.5rem;
}
.gc-banner-container-cover .gc-banner-text-area p {
  display: block;
  width: fit-content;
  font-size: 63px;
  font-weight: 400;
  font-family: Roboto-Regular;
  text-transform: uppercase;
  color: #0F5532;
  line-height: 52px;
  background: white;
  padding: 8px;
  margin: 0;
}
.gc-banner-container-cover .gc-banner-image-cover {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.d-flex-row {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.d-flex-row:nth-child(2) {
  margin: 10px 60px;
}
.d-flex-row img {
  margin-right: 4px;
}
.d-flex-row p {
  font-weight: 400;
  margin: auto auto auto 0;
}
.d-flex-row span {
  display: flex;
  align-self: center;
}

#peoples-page-video iframe {
  height: 400px;
}

#categories-form #Zoekproduct {
  color: #B4B4B4;
  font-size: 14px;
  line-height: 16.41px;
  border: 1px solid #D9DDE1;
  height: 44px;
  padding-left: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.07);
}
#categories-form #ZoekDivContent {
  font-size: 14px;
  color: #007dbc;
}
#categories-form #ZoekDivContent .list-group-searchitem-body .list-group-searchitem {
  color: #000000;
}
#categories-form #ZoekDivContent .list-group-searchitem-body .list-group-searchitem .list-group-searchitem-container {
  text-align: right;
}
#categories-form #ZoekDivContent .list-group-searchitem-body .list-group-searchitem .list-group-searchitem-container .list-group-searchitem-title {
  text-align: start;
  padding-bottom: 4px;
}
#categories-form #ZoekDivContent .list-group-searchitem-body .list-group-searchitem .list-group-searchitem-container .list-group-searchitem-points {
  display: inline-block;
  margin-left: 15px;
  width: max-content;
  float: right;
  font-weight: 400;
  font-family: RobotoCondensed-Regular;
  text-transform: uppercase;
}
#categories-form #ZoekDivContent .list-group-searchitem-body .list-group-searchitem .list-group-searchitem-container .list-group-searchitem-points .list-group-searchitem-points-name {
  margin-left: 5px;
}
#categories-form #ZoekDivContent .list-group-searchitem-body .list-group-searchitem .list-group-searchitem-container .list-group-searchitem-price {
  display: inline-block !important;
  font-weight: 700;
  font-family: RobotoCondensed-Bold;
  color: #007dbc;
}
#categories-form #ZoekDivContent .list-group-searchitem-body .list-group-searchitem .list-group-searchitem-container .list-group-searchitem-price .list-group-searchitem-price-symbol {
  margin-right: 5px;
}

@media (max-width: 767px) {
  #categories-form .form-group {
    margin-bottom: 0px;
  }
  .home-page-popular-deals .product-text p {
    height: unset !important;
  }
}
.showpoints-price {
  text-align: left !important;
}

.tooltiptext b {
  font-weight: 400;
}

.banner-info-line {
  display: flex;
  justify-content: center;
}

.swal2-styled.swal2-confirm {
  background: #8BC241;
}

swal2-styled:active.swal2-confirm:active {
  outline: none;
  border: none;
}

.swal2-container {
  font-family: Roboto-Regular;
}
.swal2-container .swal2-html-container {
  font-size: 16px;
  color: #000000;
}
.swal2-container .swal2-actions .swal2-confirm {
  background-color: #007dbc;
}
.swal2-container .swal2-actions .swal2-confirm:focus {
  box-shadow: none;
}
.swal2-container .swal2-actions .swal2-cancel {
  background-color: #8996A2;
}

#profileForm .form-group {
  margin-left: 0;
}

.product-card-details .link-prices {
  height: calc(100% - 97px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card-details .link-prices .template2-productlist-buttons {
  padding-bottom: 19px;
}

.decathlon-title {
  margin-top: 40px;
  font-size: 32px !important;
  line-height: 38px !important;
  font-family: RobotoCondensed-Bold !important;
  font-weight: 700;
  padding-left: 15px;
}

/**Home page logged in**/
.home-page-link-images-container .home-page-top-image-link {
  width: inherit;
  height: 100%;
}
.home-page-link-images-container .home-page-top-image-link img {
  width: inherit;
  height: 100%;
}

.home-page-popular-deals .groupproducts img {
  max-height: 320px;
  object-fit: cover;
  width: 100%;
}
.home-page-popular-deals .groupproducts .home-products-feature__card--headline {
  min-height: 62px;
}
.home-page-popular-deals .groupproducts .home-products-feature__card--headline strong {
  overflow: hidden;
  box-sizing: content-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-page-logged-in-bottom-container {
  margin-bottom: 234px;
  margin-top: 33px;
}
.home-page-logged-in-bottom-container .half-title {
  font-family: "RobotoCondensed-Bold";
  font-size: 24px;
  line-height: 28.13px;
}
.home-page-logged-in-bottom-container .home-content-p {
  font-size: 16px;
  line-height: 24px;
}
.home-page-logged-in-bottom-container .btn-outline-secondary {
  border: none;
  font-size: 16px;
  line-height: 18.75px;
}

/** Product slider detailed**/
.product-detailed-slider-card-container {
  padding: 0px;
}
.product-detailed-slider-card-container .product-detailed-slider-short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  height: 90px;
  margin-bottom: 16px;
  font-size: 14px;
}
.product-detailed-slider-card-container .product-detailed-slider-priceblock-container {
  padding-top: 16px;
  border-top: 1px solid #EFF1F3;
  margin-bottom: 16px;
  font-family: "RobotoCondensed-Regular";
  font-size: 18px;
  line-height: 28px;
  height: 74px;
}
.product-detailed-slider-card-container .product-detailed-slider-priceblock-container .product-detailed-slider-discount-details {
  display: flex;
  margin-bottom: 8px;
  font-family: RobotoCondensed-Light;
}
.product-detailed-slider-card-container .product-detailed-slider-priceblock-container .product-detailed-slider-discount-details .product-detailed-slider-price-before-discount-currency {
  color: #D9DDE1;
  text-decoration: line-through;
}
.product-detailed-slider-card-container .product-detailed-slider-priceblock-container .product-detailed-slider-discount-details .product-detailed-slider-price-before-discount {
  color: #D9DDE1;
  text-decoration: line-through;
  margin-right: 10px;
}
.product-detailed-slider-card-container .product-detailed-slider-priceblock-container .slider-money-price-block {
  display: inline-flex;
  font-family: RobotoCondensed-Bold;
}
.product-detailed-slider-card-container .product-detailed-slider-priceblock-container .slider-money-price-block .product-detailed-slider-price-currency {
  font-weight: bold;
  color: #007dbc;
}
.product-detailed-slider-card-container .product-detailed-slider-priceblock-container .slider-money-price-block .product-detailed-slider-price {
  font-weight: bold;
  color: #007dbc;
}
.product-detailed-slider-card-container .product-detailed-slider-priceblock-container .slider-points-price-block {
  color: #007dbc;
  text-transform: uppercase;
  display: inline-block;
}
.product-detailed-slider-card-container .product-detailed-slider-priceblock-container.price-only, .product-detailed-slider-card-container .product-detailed-slider-priceblock-container.points-only {
  display: block;
  vertical-align: bottom;
  padding-top: 52px;
}

.product-details-body {
  width: 100% !important;
  border-left: 13rem solid transparent;
  border-image: linear-gradient(213.86deg, #007BBC 9.8%, #016AAF 47.29%, #0155A0 86.5%) 0 0 0 50 repeat;
}
.product-details-body .product-body {
  margin-top: 0px;
}
.product-details-body .product-body .product-list-container {
  padding-top: 0px;
}
.product-details-body .show-long-description .price-block {
  margin-bottom: 8px;
  height: 28px;
}
.product-details-body .show-long-description .price-block .points-only-label {
  display: none;
}
.product-details-body .show-long-description .price-block .price-block__price {
  width: 135px;
  justify-content: end;
}
.product-details-body .show-long-description .price-block .price-block__price .price-block__highlight {
  margin-right: 0rem;
  padding-right: 0rem;
}
.product-details-body .show-long-description .price-block .price-block__price .price-block__highlight .promo-price {
  font-family: RobotoCondensed-Light;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.product-details-body .show-long-description .show-consumer-price {
  display: inline-block;
  min-height: 28px;
  position: relative;
}
.product-details-body .show-long-description .show-consumer-price .show-consumer-price-value {
  font-family: RobotoCondensed-Light;
  font-size: 16px;
  line-height: 28px;
  color: #8996A2;
  font-weight: 300;
  position: absolute;
  top: -33.5px;
}
.product-details-body .show-long-description .show-consumer-price .show-discount-value {
  color: #007dbc;
  font-family: RobotoCondensed-Bold;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.product-details-body .show-long-description .showpoints-price {
  height: 28px;
  margin-bottom: 24px;
  display: inline-flex;
  margin-left: 4px;
}
.product-details-body .show-long-description .showpoints-price .product-points {
  font-family: RobotoCondensed-Regular;
  font-size: 24px;
  line-height: 28px;
  color: #007dbc;
  font-weight: 400;
  margin-right: 4px;
}
.product-details-body .show-long-description .showpoints-price .product-pointsName {
  font-family: RobotoCondensed-Regular;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #007dbc;
}
.product-details-body .show-long-description .product-details-qty {
  margin-bottom: 40px;
}
.product-details-body .show-long-description .product-details-qty .product-details-qty-text {
  display: flex;
  align-items: center;
}
.product-details-body .show-long-description .product-details-qty .product-details-qty-text label {
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 400;
  margin-bottom: 0px;
}
.product-details-body .show-long-description .product-details-qty .product-details-qty-container #product-details-qty-field {
  border: 1px solid #D9DDE1;
  width: 98px;
  height: 44px;
  border-radius: 4px;
  padding: 14px 20px;
}
.product-details-body .show-long-description .product-stats li {
  margin-right: 18px;
}
.product-details-body .show-long-description .product-stats li.last {
  padding-left: 0px;
}
.product-details-body .show-long-description .product-stats .add-to-cart {
  text-align: left;
}
.product-details-body .show-long-description .product-stats .add-to-cart .btn {
  font-family: Roboto-Bold;
  font-size: 14px;
  width: 160px;
  line-height: 16.41px;
  padding: 14px 19px;
}
.product-details-body .show-long-description .product-stats .add-to-favorite {
  text-shadow: none;
  border: 2px solid #D9DDE1;
  border-radius: 4px;
  padding: 14px 24px;
  height: 48px;
  width: max-content;
}
.product-details-body .show-long-description .product-stats .add-to-favorite .added-to-fav-prod-detail .icon-text-position .fa-heart {
  line-height: 14px;
}
.product-details-body .show-long-description .product-stats .add-to-favorite .added-to-fav-prod-detail .icon-text-position .fa-heart:before {
  background-image: url("https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/Added-to-favorite-icon.svg");
  width: 16px;
  height: 18px;
  transform: scale(1);
  filter: none;
}
.product-details-body .show-long-description .product-stats .add-to-favorite .added-to-fav-prod-detail .added-to-fav-prod-detail-text {
  font-family: Roboto-Bold;
  font-weight: 700;
  font-size: 14px;
  color: #00689D;
  line-height: 16.41px;
  vertical-align: top;
  padding-left: 9.67px;
}
.product-details-body .show-long-description .product-stats .add-to-favorite .add-to-fav-prod-detail {
  height: 16px;
  width: max-content;
}
.product-details-body .show-long-description .product-stats .add-to-favorite .add-to-fav-prod-detail .icon-text-position .fa-heart-o {
  line-height: 14px;
}
.product-details-body .show-long-description .product-stats .add-to-favorite .add-to-fav-prod-detail .icon-text-position .fa-heart-o:before {
  background-image: url("https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/Add-to-favorite-icon.svg");
  width: 16px;
  height: 18px;
  transform: scale(1);
  filter: unset;
}
.product-details-body .show-long-description .product-stats .add-to-favorite .add-to-fav-prod-detail .add-to-fav-prod-detail-text {
  font-family: Roboto-Bold;
  font-weight: 700;
  font-size: 14px;
  color: #00689D;
  line-height: 16.41px;
  vertical-align: top;
  padding-left: 9.67px;
}
.product-details-body .show-long-description .product-detail-description-content-container {
  padding-top: 40px;
  padding-right: 65px !important;
}
.product-details-body .show-long-description .product-detail-description-content-container .product-detail-slider-long-desc-container {
  font-size: 16px;
  line-height: 24px;
}
.product-details-body .show-long-description .product-detail-description-content-container.price-only .show-consumer-price {
  padding-top: 36px;
}
.product-details-body .show-long-description .product-detail-description-content-container.price-only .show-consumer-price .show-consumer-price-value {
  display: none;
}
.product-details-body .show-long-description .product-detail-description-content-container.points-only .show-consumer-price.invisible {
  visibility: visible !important;
  display: inline !important;
}
.product-details-body .show-long-description .product-detail-description-content-container.points-only .show-consumer-price.invisible .show-consumer-price-value {
  display: none;
}

.shopping-cart-body {
  background-color: #F4F4F4;
  padding-top: 40px;
  min-height: calc(100vh - 70px - 64px);
}
.shopping-cart-body .container:first-of-type {
  width: calc(100% - 240px);
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm {
  position: relative;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items {
  border: 1px solid #D9DDE1;
  background-color: #ffffff;
  padding: 40px 40px;
  width: calc(100% - 400px);
  max-width: calc(100% - 400px);
  margin-bottom: 24px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row {
  border: none;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row + .cart-item-row {
  border-top: 1px solid #D9DDE1;
  border-bottom: none;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product {
  justify-content: space-between;
  font-family: RobotoCondensed-Regular;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  position: relative;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-image {
  padding-left: 0px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-image a img {
  max-width: 101px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail {
  width: 33.33%;
  padding-top: 10px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details {
  display: block;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-detail-description {
  width: calc(100% - 15px);
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-detail-description p {
  margin: 0px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-title {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-family: RobotoCondensed-Bold;
  font-weight: 700;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-discounts {
  visibility: visible !important;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-discounts p {
  margin: 0px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-discounts .cart-discount-title {
  display: none;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-discounts .cart-discount-desc {
  font-size: 0px;
  color: #8996A2;
  font-family: RobotoCondensed-Light;
  font-weight: 300;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-discounts .cart-discount-desc span {
  font-size: 14px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-discounts .cart-amount-saved {
  font-family: RobotoCondensed-Light;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions {
  width: 50%;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions {
  position: relative;
  height: 101px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount {
  padding-left: 0px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row {
  display: unset;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row fieldset div label {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 14px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row fieldset div input {
  border: 1px solid #D9DDE1;
  border-radius: 4px;
  padding: 14px 20px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row fieldset:first-of-type {
  margin-top: 24px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-price {
  width: max-content;
  position: absolute;
  margin-right: 0px;
  bottom: -2px;
  right: 100px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-price .fluid-grid__item:first-of-type {
  display: none;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-price .item-price {
  font-family: RobotoCondensed-Bold;
  color: #007dbc;
  width: max-content;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-points {
  text-transform: uppercase;
  color: #007dbc;
  font-family: RobotoCondensed-Regular;
  display: flex;
  flex-direction: row-reverse;
  margin-right: 0px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-points .cart-item-points {
  text-transform: uppercase;
  color: #007dbc;
  margin-right: 0px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-points .item-points span {
  display: inline !important;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row .fluid-grid__item .cart-item-qty-width {
  width: 103px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row .fluid-grid__item .cart-item-qty {
  margin-right: 16px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-option {
  width: max-content !important;
  position: absolute;
  top: 10px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-option .cart-favorite-action {
  display: none !important;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-option .cart-delete-action a span {
  font-size: 0px;
  margin-right: 0px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-option .cart-delete-action a span i {
  font-size: 16px;
  margin-right: 0px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-option .cart-delete-action a span i:before {
  content: url("https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/Shopping-Cart-Trash-Icon.svg");
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row {
  display: block;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  flex: unset;
  max-width: 100%;
  width: 371px;
  padding: 40px;
  border: 1px solid #D9DDE1;
  background: #ffffff;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview {
  background-color: #ffffff;
  border-radius: 0px;
  font-family: RobotoCondensed-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0px;
  margin-bottom: 0px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .overview-title {
  font-family: Roboto-Bold;
  font-weight: 700;
  font-size: 18px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .cart-overview-table tr td {
  padding: 16px 0px;
  font-size: 14px;
  font-family: RobotoCondensed-Light;
  line-height: 24px;
  font-weight: 300 !important;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .cart-overview-table tr td:last-of-type {
  font-family: RobotoCondensed-Bold;
  font-weight: 700 !important;
  font-size: 16px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .cart-overview-table tr td:last-of-type span {
  display: inline !important;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .cart-overview-table tr td:last-of-type.shopping-cart-total-points-value, .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .cart-overview-table tr td:last-of-type.shopping-cart-payable-amount {
  color: #007dbc;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .cart-overview-table .total {
  border-top: 1px solid #D9DDE1;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container {
  border: 1px solid #D9DDE1;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-family: Roboto-Regular;
  font-weight: 400;
  flex: unset;
  max-width: calc(100% - 400px);
  padding: 40px;
  margin-bottom: 120px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shipping-title {
  font-size: 18px;
  line-height: 24px;
  font-family: Roboto-Bold;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .form-group {
  max-width: 100%;
  display: inline-grid;
  margin-bottom: 16px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .form-group label {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 14px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .form-group input {
  border: 1px solid #D9DDE1;
  border-radius: 4px;
  padding: 13px 16px;
  height: 45px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .form-group input::placeholder {
  opacity: unset;
  color: #D9DDE1;
  font-size: 14px;
  line-height: 18px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shopping-cart-form-email-address {
  width: 100%;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shopping-cart-form-firstname, .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shopping-cart-form-postal-code, .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shopping-cart-form-address1 {
  width: calc(50% - 4px);
  padding-right: 4px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shopping-cart-form-lastname, .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shopping-cart-form-city {
  width: 50%;
  padding-left: 8px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shopping-cart-form-house-number {
  width: calc(30% - 8px);
  padding-left: 8px;
  padding-right: 8px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shopping-cart-form-house-number-addition {
  width: 20%;
  margin-left: 4px;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shopping-cart-form-recipient-options {
  display: inline-block;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shopping-cart-form-recipient-options input {
  height: unset;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .place-order-button-container {
  width: max-content;
  position: absolute;
  top: 360px;
  right: 0px;
  margin-right: 0px !important;
}
.shopping-cart-body .shoppingcart-body #shoppingCartForm .place-order-button-container button {
  padding: 16px 33.5px;
}

.orderlist-body table:first-of-type {
  border: 1px solid #D9DDE1;
}
.orderlist-body table:first-of-type thead.thead-points-orders {
  color: #ffffff;
  background-color: #007dbc !important;
}
.orderlist-body table:first-of-type thead.thead-points-orders tr th {
  background-color: unset;
}
.orderlist-body table:first-of-type tbody tr.order-row {
  background-color: #ffffff;
}
.orderlist-body table:first-of-type tbody tr.expanded-order-details {
  background-color: #F4F4F4;
}
.orderlist-body table:first-of-type tbody tr.expanded-order-details .order-items .order-item-header {
  font-family: Roboto-Bold;
}
.orderlist-body table:first-of-type tbody tr.expanded-order-details .order-items .detailed-order-data table {
  background-color: #ffffff !important;
  border: 0px;
}
.orderlist-body table:first-of-type tbody tr.expanded-order-details .order-items .detailed-order-data table .thead-points-orders tr th {
  font-size: 16px;
  font-weight: 700;
  font-family: Roboto-Bold;
  color: #000000;
  text-align: center;
}
.orderlist-body table:first-of-type tbody tr.expanded-order-details .order-items .detailed-order-data table .thead-points-orders tr th.order-items-table-points-header, .orderlist-body table:first-of-type tbody tr.expanded-order-details .order-items .detailed-order-data table .thead-points-orders tr th.order-items-table-price-header {
  color: #007dbc;
}
.orderlist-body table:first-of-type tbody tr.expanded-order-details .order-items .detailed-order-data table tbody tr .order-items-td {
  font-size: 14px;
  text-align: center;
}
.orderlist-body table:first-of-type tbody tr.expanded-order-details .order-items .detailed-order-data table tbody tr .order-items-td.order-items-table-points, .orderlist-body table:first-of-type tbody tr.expanded-order-details .order-items .detailed-order-data table tbody tr .order-items-td.order-items-table-price {
  color: #007dbc;
  font-family: Roboto-Bold;
}
.orderlist-body table:first-of-type tbody tr.expanded-order-details .order-items .detailed-order-data table tr {
  background-color: #F4F4F4 !important;
}
.orderlist-body table:first-of-type tbody tr.expanded-order-details .order-items .detailed-order-data table th {
  background-color: #ffffff !important;
  border: unset;
  border-color: unset !important;
}

@media (max-width: 425px) {
  .table {
    font-size: 16px;
  }
  body {
    font-size: 18px;
  }
  .container-page-layout h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .form-group {
    max-width: 100% !important;
  }
  .bannerMijnProfiel {
    height: 160px;
    background-size: cover;
  }
  .over-scale-image {
    transform: scale(1.3);
    padding: 3rem 0;
  }
  .product-overview-title {
    display: none;
  }
  .terms-and-conditions-title {
    margin-top: 3.5rem;
  }
  .bannerMainMobile > div {
    padding-left: 0;
  }
  h4.home-products-feature__card--headline {
    min-height: unset !important;
  }
  h4.home-products-feature__card--headline > strong {
    font-size: 18px;
    line-height: 26px;
    height: unset;
    -webkit-line-clamp: unset !important;
    min-height: unset !important;
  }
  .home-products-feature__card--content a {
    font-size: 18px;
    line-height: 22px;
  }
  .home-content-p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  #bannerMessage {
    padding-bottom: 10%;
  }
  .light-slider .home-products-feature__card--headline {
    line-height: 24px;
    font-size: 18px;
  }
  .light-slider .home-products-feature__card--content {
    line-height: 24px;
    font-size: 16px;
  }
  .bannerPoints {
    font-size: 40px;
    line-height: 40px;
  }
  .loginPageBanner .bannerPoints {
    font-size: 34px;
  }
  .loginPageBanner #bannerMessage {
    padding-left: 0px;
  }
  #bannerMessages {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #bannerMessages .btn-primary {
    width: 100%;
  }
  .half-holder {
    padding: 1rem;
  }
  .half-holder p {
    font-size: 16px;
  }
  .row-half-split .half-titel {
    line-height: 23px !important;
    padding-top: 10px;
  }
  .product-body {
    padding-top: 0px;
  }
  products-within-balance-account-body {
    padding-top: 0px;
  }
  .category-breadcrumb {
    margin-bottom: 0px;
    padding: 0px;
  }
  .breadcrumb {
    padding-left: 0.2rem;
  }
  .product-card-wrap .product-card .show-long-description-content {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
  }
  .product-card-wrap .product-card .show-long-description-content b {
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    font-weight: 500;
  }
  .promo-price {
    margin-top: 0px;
  }
  .show-long-description .showpoints-price {
    text-decoration: unset;
  }
  .show-long-description .promo-price {
    font-size: 18px;
    line-height: 28px;
  }
  .product-overview-sortorder {
    border: none;
  }
  .product-overview-sortorder > div {
    border: solid 1px #DBDBDB;
    border-radius: 0.25rem;
  }
  .register-container img {
    margin-left: 10px;
  }
  html {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail {
    padding-left: 0px;
    width: max-content !important;
    max-width: 180px;
    min-width: 180px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions {
    width: max-content !important;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions {
    height: unset;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-amount .cart-amount-row fieldset:first-of-type {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .onlydisplayonmobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .product-stats {
    display: inline-flex !important;
    padding-bottom: 2.7rem !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: none;
  }
  .lSSlideOuter {
    margin: auto;
  }
  .home-page-logged-in-body .container {
    width: calc(100% - 210px);
  }
  .random-products-container {
    width: calc(100% - 240px) !important;
  }
  .home-page-logged-in-bottom-container {
    width: calc(100% - 210px) !important;
  }
  .homePageBanner > div:first-of-type {
    padding-left: 120px;
  }
  .default-not-logged {
    width: calc(100% - 240px) !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .default-not-logged .video-col-container {
    padding-left: 0px !important;
    padding-right: 0xp !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: none;
    width: 95%;
  }
  footer .container {
    max-width: none;
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 990px) {
  .product-card-wrap .product-card .product-name {
    height: 4.7em;
  }
}
@media only screen and (max-width: 768px) {
  .single-product-row .product-pointsName {
    font-size: 18px;
    font-weight: 500;
  }
  .single-product-row .btn-template2-productlist-add-to-cart {
    font-size: 16px !important;
  }
  .single-product-row .show-consumer-price-value {
    font-size: 16px;
  }
  .single-product-row .show-discount-value {
    font-size: 18px;
  }
  .single-product-row .showpoints-price {
    font-size: 18px;
  }
  .product-card-wrap .single-product-row.product-card .product-detail-name {
    font-size: 23px;
    line-height: 32px;
  }
  .product-card-wrap .product-card .price-block {
    margin: 0;
  }
  .product-details-body .show-long-description .show-consumer-price .show-consumer-price-value {
    top: -29px;
  }
  .register-container-left {
    width: 100%;
    padding: 1.2rem;
  }
  .register-container-right {
    width: 100%;
    background-color: #D1EDF7;
    padding: 10%;
  }
  .register-container {
    display: inherit;
  }
  .row-half-split .half-titel {
    font-size: 23px !important;
  }
  #product-list-container .single-product-row {
    box-shadow: none;
  }
  .category-breadcrumb {
    font-size: 16px;
  }
  .container-product-overview-sort-bar {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5%;
    width: 150px;
  }
  .product-list-container .row.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .template2-productlist-buttons {
    flex-direction: unset;
  }
  .template2-productlist-buttons div {
    margin-top: 10px;
  }
  .product-stats > li {
    width: 100% !important;
    display: table-cell;
    padding: 0.5rem 0 0;
  }
  ul.product-stats {
    display: grid !important;
  }
  .container-page-layout {
    padding: 0rem;
  }
  .add-to-favorite {
    width: 100%;
  }
  .added-to-favorite {
    width: 100%;
  }
  .home-page-popular-deals .product-text .description {
    height: 250px;
  }
  .home-page-popular-deals .product-text .description p {
    height: unset;
    overflow: hidden;
    box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 992px) {
  .cart-favorite-action .fa-heart:before {
    font-size: inherit;
    background-image: url(https://d2gb0ewkgftmsb.cloudfront.net/generic/Default/Images/heart-notfilledin-product-list.svg);
    display: inline-block;
    width: 20px;
    height: 18.5px;
    content: "";
    background-size: cover;
    transform: scale(1.075);
    background-repeat: no-repeat;
  }
  .favorite a:nth-child(2) i:before {
    font-size: inherit;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='27' height='24' viewBox='0 0 27 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5 0C17.109 0 14.8935 1.2555 13.5 3.12C12.1065 1.2555 9.891 0 7.5 0C3.3645 0 0 3.3645 0 7.5C0 15.7365 12.186 23.448 12.705 23.772C12.948 23.9235 13.224 24 13.5 24C13.776 24 14.052 23.9235 14.295 23.772C14.814 23.448 27 15.7365 27 7.5C27 3.3645 23.6355 0 19.5 0Z' fill='%230f5532'/%3E%3C/svg%3E%0A");
    display: inline-block;
    width: 20px;
    height: 18.5px;
    content: "";
    background-size: cover;
    transform: scale(1.075);
    background-repeat: no-repeat;
  }
  .orderlist-body table .thead-points-orders {
    display: none;
  }
  .orderlist-body table tbody .order-row .td-points-orders {
    border-bottom: 1px solid #F4F4F4;
    text-align: center;
  }
  .orderlist-body table tbody .order-row .td-points-orders .td-myorders {
    font-family: Roboto-Bold;
  }
  .orderlist-body table tbody .expanded-order-details .order-items .detailed-order-data .order-items-td .td-myorders-builtin {
    font-family: Roboto-Bold;
    color: #000000;
  }
  .orderlist-body table tbody .expanded-order-details .order-items .detailed-order-data .order-items-td.order-items-table-points .td-myorders-builtin, .orderlist-body table tbody .expanded-order-details .order-items .detailed-order-data .order-items-td.order-items-table-price .td-myorders-builtin {
    color: #007dbc;
  }
}
@media (max-width: 1024px) {
  .navbar > .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  .fixed-top {
    height: 64px;
    padding: 0;
  }
}
@media screen and (max-width: 660px) {
  .cart-actions-option .action-btn-link {
    margin-right: 0rem;
  }
  .cart-actions-amount .cart-item-qty-width {
    width: 36px;
  }
  .product-list-container .lightSlider img {
    object-fit: cover !important;
  }
  .product-body .back-btn-row {
    display: none;
  }
  .product-body .product-list-container {
    padding-top: 0;
  }
  .product-body .product-thumbnail {
    margin-top: 0;
  }
  .product-body > .row > div:nth-child(2) {
    margin-top: 0;
  }
  #ZoekDivContent {
    top: 150px;
    left: 0px;
  }
  .search-close-button {
    top: 87px;
  }
  .list-group.searchitems {
    max-width: 100%;
    width: 100%;
  }
  .list-group-searchitem-title {
    white-space: normal;
  }
}
@media screen and (max-width: 350px) {
  .cart-actions-amount .cart-item-qty-width {
    width: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .product-body .row .col-md-3 {
    padding: 0;
  }
  .gc-banner-container {
    display: flex;
    flex-direction: row;
  }
  .gc-banner-container p {
    display: block;
    margin: 48px auto auto 15px;
    width: 240px;
    font-family: Roboto-Regular;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .gc-banner-container .gc-banner-image {
    height: 240px;
    width: auto;
    margin: auto 8% 0 auto;
  }
  .carouselContainer {
    height: auto;
  }
  .home-icons-border {
    border-right: none;
  }
  .product-card-wrap {
    padding-top: 0px;
  }
  .show-long-description-content .product-thumbnail {
    margin-top: 0;
  }
  .col-md-3.product-filters {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .product-body .btn.search-button .fa.fa-search {
    font-size: 27px;
    -webkit-text-stroke: 1px #ffffff;
  }
}
@media screen and (max-width: 425px) {
  .carousel-inner p .btn.btn-primary {
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .container-page-products-within-account-balance .products-within-balance-account-body {
    margin-top: 2.3rem;
  }
  .container-page-products-within-account-balance .products-within-balance-account-body .product-overview-sortorder {
    padding-right: 15px !important;
  }
  .container-page-products-within-account-balance .products-within-balance-account-body .row.col-sm-12.col-md-12.pl-0.pr-0 {
    padding-top: 40px;
  }
  .container-page-products-within-account-balance .products-within-balance-account-body .col-md-3.d-none.d-sm-none.d-md-block.product-filters .form-group {
    margin-bottom: 2.1rem;
  }
  .container-page-products .product-body .row.col-sm-12.col-md-12.pl-0.pr-0 {
    padding-top: 40px;
  }
  .container-page-products .product-body .col-md-3.d-none.d-sm-none.d-md-block.product-filters .form-group {
    margin-bottom: 2.1rem;
  }
  .container-page-products .favorite-product-body {
    margin-top: 2.3rem;
  }
  .container-page-products .favorite-product-body .product-overview-sortorder {
    padding-right: 15px !important;
  }
  .container-page-products .favorite-product-body .row.col-sm-12.col-md-12.pl-0.pr-0 {
    padding-top: 40px;
  }
  .container-page-products .favorite-product-body .col-md-3.d-none.d-sm-none.d-md-block.product-filters .form-group {
    margin-bottom: 2.1rem;
  }
  .container-page-products .visited-product-body {
    margin-top: 36px;
  }
  .container-page-products .visited-product-body .product-overview-sortorder {
    padding-right: 15px !important;
  }
  .container-page-products .visited-product-body .row.col-sm-12.col-md-12.pl-0.pr-0 {
    padding-top: 40px;
  }
  .container-page-products .visited-product-body .col-md-3.d-none.d-sm-none.d-md-block.product-filters .form-group {
    margin-bottom: 2.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .product-list-container .container-product-overview-sort-bar .float-md-right {
    width: 205%;
  }
  .tooltiptext {
    font-size: 14px;
  }
  .people-story-details-page {
    margin: 0 160px 40px 160px;
  }
  .d-flex-row {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
  }
  .d-flex-row:nth-child(1) {
    display: none;
  }
  .d-flex-row:nth-child(2) {
    display: none;
  }
  .gc-banner-container p {
    margin-left: 240px;
    font-size: 20px;
  }
  .gc-banner-container .gc-banner-image {
    margin: 0;
  }
  #Zoekproduct .search-button i::before {
    margin-top: 6px;
  }
}
@media (min-width: 576px) {
  nav .container {
    max-width: unset !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: none;
    width: 85%;
  }
}
@media (min-width: 800px) {
  .lSSlideOuter {
    margin-left: -20px;
    margin-right: -20px;
  }
  .single-product-row .lSSlideOuter {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .template2-productlist-add-to-favorite a {
    width: 100% !important;
    max-width: 100%;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .template2-productlist-add-to-favorite a {
    width: 100% !important;
    max-width: 100%;
  }
  .template2-productlist-add-to-shoppingcart {
    flex: unset;
  }
  .template2-productlist-add-to-shoppingcart .btn.btn-primary {
    font-size: 16px;
    padding: 16px 12px;
  }
  .product-list-page-container .product-card-details .link-prices .showpoints-price {
    margin: 25px 0px 0px 0px;
  }
}
@media (max-width: 990px) {
  .template2-productlist-add-to-favorite a {
    width: 100% !important;
    max-width: 100%;
  }
  .product-list-page-container .product-card-details .link-prices.points-only .showpoints-price, .product-list-page-container .product-card-details .link-prices.price-only .showpoints-price {
    bottom: 82px;
  }
}
@media (min-width: 1500px) {
  .template2-productlist-add-to-favorite {
    flex-grow: 0.45;
  }
  .template2-productlist-add-to-favorite a {
    padding-left: 0.9rem;
  }
}
@media (max-width: 1024px) {
  .default-not-logged .home-products-feature__card--text-wrapper {
    padding: 10px;
  }
  .mainPageBanner > div {
    padding-left: 10%;
  }
  .bannerMainMobile > div {
    padding-left: 13px;
  }
  .loginPageBanner > div {
    padding-left: 10%;
  }
}
@media (min-width: 990px) {
  .container-page-products-within-account-balance .link-prices .show-consumer-price.col-8.no-padding {
    max-width: 64%;
  }
}
@media (max-width: 1500px) and (min-width: 1350px) {
  .template2-productlist-add-to-favorite {
    flex-grow: 0.25;
  }
}
@media (max-width: 990px) and (min-width: 420px) {
  .template2-productlist-add-to-favorite {
    flex-grow: 0.31;
  }
}
@media (max-width: 420px) and (min-width: 320px) {
  .template2-productlist-add-to-favorite {
    flex-grow: 0.21;
  }
}
@media (max-width: 320px) {
  .add-to-favorite.fav-added {
    padding-right: 0.2rem;
  }
  .add-to-favorite.fav-add {
    padding-right: 0.2rem;
  }
  .bannerMijnProfiel {
    height: 130px;
  }
  .people-story-details-page .text-style h2 {
    font-size: 22px !important;
  }
}
@media (max-width: 1200px) and (min-width: 990px) {
  .template2-productlist-buttons .fa.fa-heart {
    padding-top: 3px;
    margin-left: 1.1vw;
  }
  .row.prices-and-discount .show-consumer-price-value {
    width: max-content;
  }
  .row.prices-and-discount .show-discount-value {
    font-size: 18px;
    line-height: 26px;
  }
  .price-block__highlight.is--price-off-discount {
    margin-left: 0.8em;
    padding-top: 0em;
  }
  .price-block__highlight.is--price-off-discount .promo-price {
    font-size: 17px;
    line-height: 25px;
  }
  .show-consumer-price-value {
    padding-right: 0em;
  }
  .price-block__highlight.is--price-off-discount.points-only-label .promo-price {
    font-size: 23px;
    line-height: 31px;
  }
  .btn.btn-template2-productlist-add-to-favorite.add-to-favorite.fav-add {
    padding: 0.1rem 0.2rem;
  }
  .btn.btn-template2-productlist-add-to-favorite.add-to-favorite.fav-added {
    padding: 0.1rem 0.2rem;
  }
}
@media (max-width: 1200px) and (min-width: 1050px) {
  .template2-productlist-buttons .fa.fa-angle-right {
    padding-left: 2px;
  }
  .btn-template2-productlist-add-to-cart {
    font-size: 14px !important;
  }
}
@media (max-width: 1050px) and (min-width: 990px) {
  .template2-productlist-buttons .fa.fa-angle-right {
    padding-left: 1px;
  }
  .btn-template2-productlist-add-to-cart {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .product-body {
    padding-left: 3.22vw;
    padding-right: 3.22vw;
  }
  .product-list-page-container .container-product-overview-sort-bar {
    width: 100%;
    margin-left: 0px;
  }
  .product-list-page-container .col-md-3:first-of-type {
    padding: 0px;
  }
  .visited-product-body {
    padding-left: 3.22vw;
    padding-right: 3.22vw;
  }
  .products-within-balance-account-body {
    padding-left: 3.22vw;
    padding-right: 3.22vw;
  }
  .favorite-product-body {
    padding-left: 3.22vw;
    padding-right: 3.22vw;
  }
  #categories-form .search-button {
    height: 56px;
    top: 87px;
  }
  #categories-form #Zoekproduct {
    height: 56px;
    box-shadow: none;
    margin-bottom: 1rem;
    margin-top: 87px;
  }
  .product-overview-sortorder {
    width: max-content;
    margin-left: unset;
  }
  .product-overview-sortorder .form-sort-order {
    border-radius: 4px;
    width: 156px !important;
    height: 56px;
    padding-right: 30px;
  }
  .mobile-mobile-categories-dropdown {
    width: 156px;
    border-radius: 4px;
  }
  .mobile-mobile-categories-dropdown #category-nav .overlay-content {
    flex-direction: column-reverse;
  }
  .mobile-mobile-categories-dropdown #categories-toggler .category-title-in-product-list {
    display: none;
  }
  .mobile-mobile-categories-dropdown #categories-toggler .current-category-title-in-product-list {
    display: inline-block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px;
    margin-top: 10px;
  }
  .product-list-page-container .product-list-category-title-in-container {
    display: none !important;
  }
  .product-list-page-container #product-list-container .category-breadcrumb {
    position: absolute;
    top: -134px;
  }
  .product-list-page-container .product-card .product-card-details .link-prices {
    border-top: 0px;
  }
  .product-list-page-container .product-card .product-card-details .template2-productlist-add-to-shoppingcart .btn-template2-productlist-add-to-cart {
    text-align: left;
    max-width: 171px;
  }
  .product-list-page-container .product-card .product-card-details .template2-productlist-add-to-shoppingcart .btn-template2-productlist-add-to-cart .products-desktop-button-text {
    display: none;
  }
  .product-list-page-container .product-card .product-card-details .template2-productlist-add-to-shoppingcart .btn-template2-productlist-add-to-cart .products-mobile-button-text {
    display: inline-block !important;
  }
  .home-page-logged-in-container .decathlon-title, .random-products-container .decathlon-title, .default-not-logged .decathlon-title {
    font-size: 24px !important;
    line-height: 28.13px !important;
    font-family: RobotoCondensed-Bold !important;
  }
  .home-page-logged-in-bottom-container {
    margin-bottom: 0px;
    padding: 0px;
  }
  .home-page-logged-in-bottom-container .row-half-split {
    padding-bottom: 356px !important;
    -webkit-justify-content: flex-end;
    position: relative;
  }
  .home-page-logged-in-bottom-container .row-half-split .half-holder {
    padding: 0px;
  }
  .home-page-logged-in-bottom-container .row-half-split .half-holder:nth-of-type(2) {
    position: absolute;
    background-color: white;
    width: 356px;
    border-radius: 4px 0px 0px 4px;
    padding: 5px 5px 24px 24px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    top: 350px;
  }
  .home-page-logged-in-bottom-container .row-half-split .half-holder:nth-of-type(2) .half-title {
    font-size: 18px;
    margin-top: 0px;
    padding-top: 24px;
  }
  .home-products-feature__card--content-p .product-text .description {
    border-bottom: 0px;
    height: unset;
  }
  .home-products-feature__card--content-p .product-text .home-products-discount-details {
    position: absolute;
    right: 24px;
  }
  .home-products-feature__card--content-p .product-text .new-price p {
    margin: 0px;
    display: block;
    padding: 0px;
  }
  .home-products-feature__card--content-p .product-text .new-price .home-learnmore {
    float: left;
    padding: 0px;
  }
  .contact-page-container {
    text-align: left;
    padding: 40px 24px 0px;
  }
  .contact-page-container .text-container .contact-title {
    font-size: 23px;
    line-height: 26.95px;
  }
  .contact-page-container .text-container .contact-subtitle {
    line-height: 24px;
  }
  .contact-page-container .contact-footer {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-page-container .row .col-md-6 {
    padding: 0px;
  }
  .contact-page-container .row .col-md-6 .card {
    padding: 0px;
    left: 25%;
  }
  .product-details-body {
    border-left: 0px;
  }
  .product-details-body .product-body {
    padding: 0px;
  }
  .product-details-body .product-card-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-details-body .product-card-wrap .product-card {
    border-radius: 0px;
  }
  .product-details-body .show-long-description {
    padding: 0 !important;
  }
  .product-details-body .show-long-description .show-consumer-price .show-consumer-price-value {
    top: -36.5px;
  }
  .product-details-body .show-long-description .product-details-qty .product-details-qty-text label {
    font-size: 16px;
    line-height: 18.75px;
  }
  .product-details-body .show-long-description .product-details-qty .product-details-qty-container #product-details-qty-field {
    margin-left: 16px;
  }
  .product-details-body .show-long-description .product-stats {
    justify-content: normal;
  }
  .product-details-body .show-long-description .product-stats li {
    margin-right: 0px;
  }
  .product-details-body .show-long-description .product-stats .add-to-cart .btn {
    width: 100%;
    height: unset;
    padding: 17px 24px;
  }
  .product-details-body .show-long-description .product-stats .add-to-favorite {
    width: 100%;
    height: 54px;
    padding: 17px 24px;
  }
  .product-details-body .show-long-description .product-stats .add-to-favorite .add-to-fav-prod-detail {
    display: contents;
    height: 16px;
  }
  .product-details-body .show-long-description .product-stats .add-to-favorite .added-to-fav-prod-detail {
    height: 16px;
  }
  .product-details-body .show-long-description .product-detail-description-content-container {
    padding: 0px 24px !important;
  }
  .product-details-body .show-long-description .product-detail-description-content-container .price-block {
    margin-bottom: 8px;
  }
  .product-details-body .show-long-description .product-detail-description-content-container .product-det-title .product-detail-name {
    line-height: 28.13px;
    font-size: 24px;
    margin-bottom: 24px;
  }
  .product-details-body .show-long-description .product-detail-slider-content-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-details-body .show-long-description .product-detail-slider-content-container .product-thumbnail {
    width: 100%;
    height: max-content;
  }
  .product-details-body .product-detail-slider-long-desc-container {
    margin-top: 10px;
  }
  .shopping-cart-body .container:first-of-type {
    padding: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container {
    padding: 24px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .cart-overview-table {
    margin-top: 16px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .cart-overview-table tr td {
    font-size: 16px;
    padding: 16px 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .cart-overview-table tr:first-of-type td {
    padding: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container .cart-overview .cart-overview-table tr:last-of-type td {
    padding-bottom: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container {
    padding: 24px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .shipping-title {
    font-family: RobotoCondensed-Bold;
    margin-bottom: 24px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .form-group {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .form-group:last-of-type {
    margin-bottom: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container .form-group label {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items {
    padding: 24px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row {
    padding-top: 24px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row:first-of-type {
    padding-top: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product {
    margin-left: 0px;
    justify-content: start;
    font-size: 16px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-image {
    width: max-content !important;
    margin-top: 0;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-image a {
    margin: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-image a img {
    max-width: 66px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail {
    padding-top: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details {
    line-height: 20px;
    margin-left: 16px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-detail-description {
    padding-left: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-discounts {
    display: block !important;
    padding-left: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-discounts .cart-amount-saved {
    font-size: 14px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions {
    width: 100% !important;
    margin-left: 82px;
    padding-left: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions {
    display: contents;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount {
    width: 100%;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount .cart-amount-row .fluid-grid__item .cart-item-qty-width {
    width: 100% !important;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-points {
    bottom: 24px !important;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-points .fluid-grid__item:first-of-type {
    display: block !important;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-points .item-points {
    padding: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-points .cart-item-points {
    padding-left: 4px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount .cart-amount-row fieldset div label {
    font-size: 16px !important;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount .cart-amount-row fieldset:first-of-type {
    margin-bottom: 64px !important;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount .cart-amount-row fieldset:first-of-type .fluid-grid__item {
    width: 100%;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-price {
    bottom: 24px !important;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-amount .cart-amount-row .cart-amount-row-price .item-price {
    padding-right: 0.8rem;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-actions .cart-actions-option {
    top: 0px !important;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .place-order-button-container {
    padding: 0px !important;
    width: 100%;
    margin-bottom: 39px !important;
    float: unset !important;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .place-order-button-container button {
    width: 100%;
    height: 53px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .place-order-button-container button span {
    line-height: 16px;
    height: 16px;
  }
  .product-detail-slider-content-container .lSSlideOuter .lSSlideWrapper .lSAction a.lSNext {
    background-position: -48px 0px;
  }
}
@media (max-width: 768px) {
  .generic-banner-text {
    font-size: 40px;
    line-height: 41px;
    padding-top: 0.25rem;
  }
  .generic-banner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .no-max-width-container {
    max-width: unset;
  }
  .bannerPoints > p {
    padding: 5px 8px 0px 7px !important;
  }
  .mainPageBanner #bannerMessage {
    font-size: 18px;
    padding-bottom: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .container-half-split.more-points .over-scale-image {
    image-rendering: auto;
    margin: 15% 15% 15% 20%;
  }
  .shoppingcart-body .fa-trash {
    margin-left: 0.2rem;
  }
}
@media (min-width: 576px) and (max-width: 990px) {
  .container-half-split.more-points .over-scale-image {
    padding: 15%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home-page-logged-in-container, .random-products-container, .home-page-logged-in-bottom-container {
    width: calc(100% - 60px) !important;
  }
  .homePageBanner > div:first-of-type {
    padding-left: 45px;
  }
  .home-page-popular-deals .groupproducts img {
    max-height: 200px !important;
  }
}
@media (min-width: 768px) {
  .container-page-layout.container-no-padding {
    padding-top: 0px !important;
  }
  .register-container-right {
    padding-top: 17rem;
    margin: unset;
  }
  .termsofagreement-body .btn.btn-primary.btn-sm {
    line-height: 22px;
    padding: 0.6rem 1.75rem;
  }
  .termsofagreement-body .form-control {
    height: 48px;
  }
  .terms-page-title {
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
  }
  .terms-blue-banner-title {
    line-height: 32px;
    color: #000000;
  }
  .register-container > img {
    left: 2.5rem;
  }
  .container-product-overview-sort-bar {
    position: absolute;
    top: 103px;
    right: 0px;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 1000;
    padding-bottom: 0px;
  }
  .product-detail-slider-content-container {
    margin-top: 141px;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .product-detail-description-content-container {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .product-details-body {
    min-height: calc(100vh - 70px - 64px);
  }
  .product-details-body .single-product-row {
    position: unset;
  }
  .product-details-body .single-product-row .product-detail-slider-content-container {
    position: absolute;
    left: -60px;
  }
  .product-details-body .single-product-row .product-detail-slider-content-container .product-thumbnail {
    margin-top: 0rem;
  }
  .product-details-body .single-product-row .product-detail-slider-content-container .product-thumbnail .lSSlideOuter {
    transform: scale(1.1);
  }
  .product-details-body .single-product-row .product-detail-slider-content-container .product-thumbnail .lSSlideOuter .lSSlideWrapper #image-gallery li img {
    border: 2px solid transparent;
  }
}
@media (max-width: 768px) {
  .product-body {
    margin-top: 0;
  }
  #peoples-page-video iframe {
    height: 200px;
  }
  .d-flex-row {
    margin: 10px auto;
  }
  .d-flex-row:nth-child(2) {
    display: none;
  }
  .d-flex-row:nth-child(3) {
    display: none;
  }
  .product-overview-sortorder {
    padding-top: 0;
  }
  .gc-banner-container-cover {
    height: 240px;
  }
  .gc-banner-container-cover .gc-banner-text-area {
    display: grid;
    grid-gap: 8px;
    position: absolute;
    left: 15px;
    margin-top: 3.5rem;
  }
  .gc-banner-container-cover .gc-banner-text-area p {
    display: block;
    width: fit-content;
    font-size: 32px;
    font-weight: 400;
    font-family: Roboto-Regular;
    text-transform: uppercase;
    color: #0F5532;
    line-height: 32px;
    height: 40px;
    background: white;
    padding: 6px;
    margin: 0;
  }
  .gc-banner-container {
    height: 246px;
    width: 100%;
    background: #8BC241;
    display: flex;
    flex-direction: row;
  }
  .gc-banner-container p {
    position: absolute;
    max-width: 15rem;
    margin: 3rem auto auto 1rem;
    color: #00572e;
    font-family: Roboto-Regular;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
  .gc-banner-container .gc-banner-image {
    margin: 0 0 0 auto;
    width: auto;
    transform: scale(0.8) translate(20%, 20%);
  }
  .page-content {
    margin: 0;
  }
  .people-story-details-page {
    margin: 0 15px 2rem 15px;
    font-family: Roboto-Regular;
  }
  .people-story-details-page .text-style {
    margin: 2rem 0;
  }
  .people-story-details-page .text-style p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 2rem 0;
  }
  .people-story-details-page .text-style h2 {
    max-width: 495px;
    line-height: 42px;
    font-size: 30px;
    font-weight: 800;
    margin: 48px 0;
  }
  .people-story-details-page .text-style h3 {
    font-size: 20px;
    margin: 0;
  }
  .people-story-details-page .text-style a {
    margin: 17px 0 0 0;
    color: #0F5532;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  .people-story-details-page .text-style a:hover {
    cursor: pointer;
  }
  .people-story-details-page .text-style a .fa-angle-right {
    transform: scale(2.6, 1.4);
    font-weight: 300;
    line-height: inherit;
    font-size: 13px;
    margin-right: 10px;
  }
  .people-story-details-page .text-style a .fa-angle-right:before {
    content: "›";
    font-family: Roboto-Regular;
  }
  .people-story-details-page .media-style {
    width: 100%;
  }
  .people-story-details-page .media-style img {
    display: block;
    width: inherit;
    height: auto;
    margin: auto;
  }
  .people-story-background-card {
    height: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .people-story-background-card .gradient-overlay {
    width: 100%;
  }
  .people-story-card {
    width: 100%;
    margin: 0 auto;
  }
  .people-story-card img {
    width: 100;
    height: 220px;
    object-fit: cover;
  }
  .termsofagreement-body .btn.btn-primary.btn-sm {
    width: 100%;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    line-height: 22px;
    font-size: 16px;
  }
  .termsofagreement-body .form-control {
    height: 56px;
  }
  .terms-page-title {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
  }
  .terms-blue-banner-title {
    font-size: 23px;
    line-height: 31px;
    color: #000000;
  }
  .register-container > img {
    position: unset;
    margin-top: 1rem;
    left: 3rem;
    margin-left: 0.3em;
  }
  .terms-and-conditions-title {
    margin-top: 2.5rem;
  }
  .container-page-layout.container-no-padding {
    padding: 0rem;
  }
  .container.static-page-container {
    padding-left: 24px;
    padding-right: 24px;
    word-break: break-word;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container-page-products .product-body .row.col-sm-12.col-md-12.pl-0.pr-0 {
    padding-bottom: 1rem;
  }
  .products-within-balance-account-body .row.col-sm-12.col-md-12.pl-0.pr-0 {
    padding-bottom: 1rem;
  }
  .visited-product-body .row.col-sm-12.col-md-12.pl-0.pr-0 {
    padding-bottom: 1rem;
  }
  .favorite-product-body .row.col-sm-12.col-md-12.pl-0.pr-0 {
    padding-bottom: 1rem;
  }
  .home-page-popular-deals .home-products-feature__card--headline {
    min-height: 90px !important;
  }
  .home-page-popular-deals .home-products-feature__card--headline strong {
    -webkit-line-clamp: 3 !important;
  }
  .home-page-popular-deals .new-price {
    display: grid;
  }
}
@media (max-width: 1024px) {
  .loginPageBanner #bannerTitle {
    padding-top: 10% !important;
  }
  .banner.mainPageBanner.loginPageBanner {
    padding-bottom: 10.5%;
  }
  #bannerMessage table {
    margin-bottom: 10%;
  }
  .shopping-cart-body {
    padding-top: 35px;
  }
  .shopping-cart-body .container:first-of-type {
    width: calc(100% - 48px);
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .cart-overview-container {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .row .shipping-details-container {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items {
    width: 100%;
    max-width: 100%;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border {
    border: none;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions {
    direction: ltr;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-actions-option {
    right: 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-actions .cart-product-actions-border .cart-actions .cart-amount-row .cart-amount-row-points {
    position: absolute;
    right: 0px;
    bottom: -2px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-discounts {
    width: max-content;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .cart-items .cart-item-row .product .cart-product-detail .cart-product-details .cart-product-detail-description {
    width: 100%;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .place-order-button-container {
    position: relative;
    top: unset;
    padding: 24px 0px 39px 0px;
  }
  .shopping-cart-body .shoppingcart-body #shoppingCartForm .place-order-button-container.row {
    margin-left: 0px !important;
    float: right;
  }
}
@media (max-width: 768px) {
  .loginPageBanner #bannerMessage {
    padding-bottom: 0px !important;
  }
  .loginPageBanner #bannerTitle {
    padding-top: 15% !important;
  }
  .loginPageBanner > div {
    padding-left: 5%;
  }
  .banner.mainPageBanner.loginPageBanner {
    padding-bottom: 6%;
  }
  .banner-info-line {
    padding: 0px;
  }
}
@media (max-width: 768px) and (min-width: 420px) {
  .loginPageBanner #bannerTitle {
    padding-top: 6% !important;
  }
}
@media (max-width: 576px) {
  .loginPageBanner table .btn.btn-primary.btn-default {
    width: 92.5% !important;
  }
  .orderlist-empty-description .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .container.how-it-works .how-it-works-text {
    padding-left: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .container.center.default-not-logged .image-default.image-center.money-image {
    margin-right: 2.8%;
  }
}
@media (max-width: 1200px) {
  .home-subtitles-1 {
    display: block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-align-last: center;
  }
  .home-subtitles-2 {
    display: block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-align-last: center;
  }
  .home-subtitles-3 {
    display: block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-align-last: center;
  }
}
@media (min-width: 1200px) {
  .home-subtitles-1 {
    display: block;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-align-last: center;
    padding-top: 0.5rem;
  }
  .home-subtitles-2 {
    display: block;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-align-last: center;
    padding-top: 0.5rem;
  }
  .home-subtitles-3 {
    display: block;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-align-last: center;
    padding-top: 0.5rem;
  }
  .pointmutation-overview-empty-description .container {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
  .product-detail-slider-content-container {
    margin-top: 141px;
    flex: 0 0 440px;
    max-width: 440px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .register-container-right {
    padding-top: 8rem;
  }
  .orderlist-body .order-row td.text-nowrap {
    width: unset;
    position: unset;
    right: unset;
  }
  .orderlist-body .expanded-order-details .order-item-header {
    display: inline !important;
    color: #000000;
  }
  .orderlist-body .expanded-order-details .order-items {
    padding: 5px;
  }
  .orderlist-body .expanded-order-details .order-items .detailed-order-data {
    margin-top: 20px;
  }
  .orderlist-body .expanded-order-details .order-items .detailed-order-data table tbody {
    width: 100%;
    display: table-row-group;
  }
  .orderlist-body .expanded-order-details .order-items .detailed-order-data table tbody tr {
    display: flex !important;
    justify-content: center;
    width: unset;
  }
  .orderlist-body .expanded-order-details .order-items .detailed-order-data table tbody tr td {
    display: block;
    margin: unset;
    padding: 15px 0px;
    border-top: 0px;
  }
  .orderlist-body .expanded-order-details .order-items .detailed-order-data table tbody tr td span {
    width: 100px;
  }
}
@media (min-width: 770px) and (max-width: 1005px) {
  .register-container-right {
    padding: 16rem 100px 100px;
  }
  .terms-and-conditions {
    text-align: left;
    padding-left: 0.5em;
  }
  .terms-and-conditions-agree {
    padding-left: 0.5em;
  }
  .register-container-left {
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .orderlist-empty-description .container {
    margin-left: 0.8em;
  }
  .pointmutation-overview-empty-description .container {
    padding-left: 0.08rem;
    padding-right: 0.08rem;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .orderlist-empty-description .container {
    margin-left: 1.3em;
  }
  .pointmutation-overview-empty-description .container {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .product-list-container .product-card-wrap {
    padding-left: 15px !important;
  }
  .product-list-container .show-consumer-price-value {
    font-size: 17px;
  }
  .product-list-container .show-discount-value {
    font-size: 21px;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .price-block__highlight.is--price-off-discount .promo-price {
    font-size: 17px;
    line-height: 25px;
  }
  .random-products-container .product-title {
    height: 3em;
  }
  .home-page-logged-in-bottom-container .half-holder:first-of-type {
    padding-left: 0px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .gc-banner-container p {
    max-width: 490px;
    width: 390px;
    margin: 72px auto 72px 18%;
    font-size: 28px;
    line-height: 34px;
  }
  .d-flex {
    height: 39px;
  }
  .d-flex .d-flex-row {
    display: flex;
    height: 25px;
  }
  .d-flex .d-flex-row span {
    display: flex;
    justify-self: center;
  }
  .d-flex .d-flex-row:nth-child(3) {
    display: none;
  }
  .d-flex .d-flex-row:nth-child(2) {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 850px) {
  .bannerHref .d-flex {
    height: 50px;
    line-height: 14px !important;
  }
  .product-body .category-breadcrumb {
    padding: 0.9rem 1rem;
    line-height: 19px;
  }
  .product-list-container {
    padding-top: 1rem;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0rem;
  }
  .sub-category-menu-wrp {
    padding-left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .d-flex {
    height: 39px;
  }
  .d-flex .d-flex-row {
    display: flex;
    height: 25px;
  }
  .d-flex .d-flex-row span {
    display: flex;
    justify-self: center;
  }
  .d-flex .d-flex-row:nth-child(3) {
    display: flex;
  }
  .d-flex .d-flex-row:nth-child(2) {
    display: flex;
  }
  .shopping-cart-body .container:first-of-type {
    width: calc(100% - 80px);
  }
  .home-page-popular-deals .new-price {
    display: grid;
  }
}
@media (max-width: 321px) {
  .gc-banner-container .gc-banner-image {
    transform: scale(0.8) translate(22%, 28%);
  }
}
@media (min-width: 769px) and (max-width: 1800px) {
  .people-story-details-page {
    margin: 32px 276px 120px 276px;
    max-width: calc(100vw - 552px);
  }
  .gc-banner-text-area {
    margin-left: calc(276px - (100vw - 1440px) / 2);
  }
  .banner-info-line {
    padding-left: 15.7%;
    justify-content: flex-start;
  }
  .d-flex-row {
    display: flex;
  }
}
@media (min-width: 1960px) {
  .random-products-container .row {
    justify-content: space-around;
  }
}
.btn-primary.disabled {
  background-color: #FFEA28 !important;
  border-color: unset;
}
.btn-primary:disabled {
  background-color: #FFEA28 !important;
  border-color: unset;
}

.forgot-password-button-row {
  max-width: unset;
}

.simple-product-card:hover {
  position: unset;
}

#bannerMessage {
  padding-right: 5rem;
}

@media screen and (min-width: 768px) {
  #bannerMessage {
    max-width: 60%;
  }
}
.order-placed-custom-container {
  margin-bottom: 0rem !important;
}

.order-placed-custom-product img {
  object-fit: cover;
}

.homePageBanner {
  display: flex;
  align-items: center;
}
.homePageBanner .home-banner-title {
  font-family: "RobotoCondensed-Bold";
  font-size: 40px;
  line-height: 40px;
  width: auto;
  font-weight: 700;
  margin-left: 0px;
  margin-bottom: 16px;
  color: #000000;
}
.homePageBanner .home-banner-title .show-balanceaccount {
  color: #007dbc;
}
.homePageBanner .home-banner-text {
  color: #000000;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
  margin: 16px 0px 16px 0px;
}
.homePageBanner .home-banner-text .home-banner-text-row {
  text-transform: initial;
  font-weight: 400;
  font-family: "Roboto-Regular";
}
.homePageBanner .home-banner-text .home-banner-text-row .home-banner-text-icon {
  margin-right: 11.33px;
}
.homePageBanner .home-banner-buttons {
  margin-left: 0px;
  text-align: left;
  font-family: Roboto;
  font-weight: bold;
}
.homePageBanner .home-banner-buttons .btn {
  width: max-content;
  line-height: 18.75px;
  text-transform: initial;
  width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .homePageBanner {
    background-size: cover;
  }
  .homePageBanner #bannerTitle {
    transform: scale(0.7);
    transform-origin: left;
  }
  .homePageBanner #bannerTitle .greetings {
    margin: 0px;
  }
  .homePageBanner #bannerTitle .home-banner-title {
    margin: 0px;
  }
  .homePageBanner #bannerTitle .home-banner-text {
    margin: 0px;
  }
  .homePageBanner #bannerTitle .home-banner-buttons {
    margin: 0px;
  }
}
@media screen and (max-width: 576px) {
  .homePageBanner {
    align-items: flex-start;
  }
  .homePageBanner > div:first-of-type {
    padding-left: 15px;
  }
  .homePageBanner .home-banner-title {
    margin-left: 0px;
    line-height: 28px;
    font-size: 24px;
    text-align: start;
  }
  .homePageBanner .home-banner-text {
    margin: 32px 0px;
  }
  .homePageBanner .home-banner-text .home-banner-text-row {
    display: flex;
  }
  .homePageBanner .home-banner-text .home-banner-text-row .home-banner-text-icon {
    margin-top: 3px;
  }
  .homePageBanner .home-banner-buttons {
    margin-left: 0px;
  }
  #bannerTitle {
    padding-top: 40px;
    padding-right: 20%;
  }
  #bannerTitle .greetings {
    margin: 0px;
  }
  .contact-page-container .row .col-md-6 .card {
    left: 0;
  }
  .order-list-container {
    padding: 5px;
  }
  .orderlist-body tbody .order-row {
    border-bottom: 1px solid #D9DDE1;
  }
  .orderlist-body tbody .order-row td {
    border: 0px !important;
    text-align: left !important;
  }
  .orderlist-body tbody .order-row td .td-myorders {
    padding-left: 0rem !important;
  }
  .orderlist-body tbody .order-row td.text-nowrap {
    right: 25px;
  }
  .orderlist-body tbody .expanded-order-details .detailed-order-data table tbody {
    gap: 0rem;
  }
  .orderlist-body tbody .expanded-order-details .detailed-order-data table tbody tr {
    width: 100%;
    padding: 15px 0px;
    border-bottom: 0.5px solid #D9DDE1;
  }
  .orderlist-body tbody .expanded-order-details .detailed-order-data table tbody tr .order-items-td {
    text-align: left !important;
    border-top: 0px;
  }
}
.btn-template2-productlist-add-to-favorite.add-to-favorite.fav-add span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-template2-productlist-add-to-favorite.add-to-favorite.fav-added span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-page-container em {
  color: #007dbc;
}