@font-face {
  font-family: "hwt_slabcolumbian";
  src: url("/templates/yootheme_custom/webfonts/hwt_slab_columbian-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/hwt_slab_columbian-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa Regular";
  src: url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff") format("woff");
}
@font-face {
  font-family: "Averia Serif Libre Bold";
  src: url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff") format("woff");
}
.usp .list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

h1,
h2,
h3,
.uk-heading-small {
  font-family: "hwt_slabcolumbian" !important;
}

.uk-heading-small {
  font-size: 1.8rem;
}

/*WEBSHOP*/
body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .scSelectorBuyNowForm {
  width: 100% !important;
}
body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  width: 100%;
}
body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group .pjScBtnPrimary {
  width: 100% !important;
}
body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group .pjScBtnSecondary {
  width: 100% !important;
  margin-top: 10px;
}

[id^=pjWrapperShoppingCart_theme] {
  background: rgba(0, 0, 0, 0) !important;
}
[id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day {
  color: #FFF !important;
  font-weight: bold !important;
}
[id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day.disabled {
  color: rgba(246, 230, 223, 0.5019607843) !important;
  font-weight: normal !important;
}
[id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day.active {
  background-color: #F98251 !important;
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day:hover:not(.disabled) {
  background-color: #FF4C02 !important;
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .panel,
[id^=pjWrapperShoppingCart_theme] .panel-heading,
[id^=pjWrapperShoppingCart_theme] .panel-body,
[id^=pjWrapperShoppingCart_theme] .panel-footer,
[id^=pjWrapperShoppingCart_theme] .pjScCheckout-rt .panel-heading,
[id^=pjWrapperShoppingCart_theme] .checkoutFormCustom,
[id^=pjWrapperShoppingCart_theme] .pjScCheckout-b,
[id^=pjWrapperShoppingCart_theme] .pjScHeader,
[id^=pjWrapperShoppingCart_theme] .swiper-slide {
  border: none !important;
  background: transparent !important;
}
[id^=pjWrapperShoppingCart_theme] label,
[id^=pjWrapperShoppingCart_theme] .pjScCheckout-b .text-muted {
  color: #f6E6DF !important;
  font-family: "Helvetica", sans-serif;
}
[id^=pjWrapperShoppingCart_theme] .dropdown-menu {
  background-color: #000 !important;
  box-shadow: none !important;
}
[id^=pjWrapperShoppingCart_theme] .dropdown-menu a {
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .dropdown-menu a:hover {
  background: transparent !important;
  color: #F98251 !important;
}
[id^=pjWrapperShoppingCart_theme] .dropdown .dropdown-menu {
  display: none !important;
}
[id^=pjWrapperShoppingCart_theme] .dropdown.open .dropdown-menu, [id^=pjWrapperShoppingCart_theme] .dropdown:hover .dropdown-menu {
  display: block !important;
}
[id^=pjWrapperShoppingCart_theme] .panel {
  background: rgba(0, 0, 0, 0) !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductConfirmationMsg {
  color: #f6E6DF !important;
  font-family: "Helvetica", sans-serif;
  display: flex;
  gap: 4px;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
}
[id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li > a {
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li > a:hover {
  color: #FFF !important;
  background-color: #F98251 !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li.active > a {
  background-color: #f6E6DF !important;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader {
    flex-direction: column !important;
    row-gap: 10px;
    column-gap: 0 !important;
    width: 100% !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a {
    width: 100% !important;
    text-align: center !important;
    text-transform: unset !important;
  }
}
[id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader {
  display: flex !important;
  column-gap: clamp(0.375rem, -0.787rem + 2.43vw, 1.188rem);
  row-gap: 10px;
}
[id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader .text-uppercase {
  text-transform: none !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a {
  text-decoration: none !important;
  padding: 0 clamp(1rem, -1.145rem + 4.49vw, 2.5rem) !important;
  border-radius: 13px !important;
  font-size: 16px !important;
  line-height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
  height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
}
[id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(1), [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(2) {
  font-family: "hwt_slabcolumbian", sans-serif;
  font-weight: normal !important;
  border: 1px solid #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(1):hover, [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(2):hover {
  color: #f6E6DF !important;
  background-color: transparent !important;
  border: 1px solid #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:last-of-type {
  background: #FF4C02 !important;
  font-weight: bold !important;
  border-color: #FF4C02 !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:last-of-type:hover {
  background-color: #F98251 !important;
  color: #FFF !important;
  border: 1px solid #F98251 !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScSort .active > a {
  background: #f6E6DF !important;
  color: #000 !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScSort > li {
  margin-right: 30px !important;
  margin-bottom: 10px !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScSort > li > a {
  color: #f6E6DF !important;
  font-size: 16px;
  letter-spacing: normal;
  border-radius: 6px !important;
  border: 1px solid #f6E6DF !important;
  font-family: "Helvetica", sans-serif;
}
[id^=pjWrapperShoppingCart_theme] .pjScSort > li > a:hover {
  color: #F98251 !important;
  background: #000 !important;
}
[id^=pjWrapperShoppingCart_theme] .scProductShortDesc, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc {
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 22px;
  font-size: 16px;
  color: #f6E6DF !important;
  height: 45px !important;
  text-align: left;
}
[id^=pjWrapperShoppingCart_theme] .scProductShortDesc a, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc a {
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .scProductShortDesc a:hover, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc a:hover {
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProducts {
  display: flex;
  flex-wrap: wrap;
}
[id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct {
  display: flex !important;
  flex-direction: column;
  margin-bottom: 30px;
}
[id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct > br {
  display: none;
}
[id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct .scProductShortDesc {
  margin-bottom: 15px !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct .pjScProductPrice {
  margin-top: auto !important;
}
[id^=pjWrapperShoppingCart_theme] .scSelectorProductForm > div:first-of-type {
  width: 520px !important;
}
[id^=pjWrapperShoppingCart_theme] .scSelectorProductForm > div:nth-of-type(2) {
  display: none !important;
}
[id^=pjWrapperShoppingCart_theme] .scSelectorProductForm .scSelectorAdd2Cart {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
[id^=pjWrapperShoppingCart_theme] p {
  color: #f6E6DF !important;
  font-family: "Helvetica", sans-serif;
}
[id^=pjWrapperShoppingCart_theme] .navbar {
  min-height: 45px !important;
  border: 0px;
}
[id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle {
  border-color: #f6E6DF !important;
  margin-right: 0 !important;
}
[id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle:hover, [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle:focus {
  background-color: #FF4C02 !important;
}
[id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .navbar .navbar-collapse {
  border: none !important;
  box-shadow: none !important;
}
[id^=pjWrapperShoppingCart_theme] .navbar .navbar-nav > li::before {
  content: none !important;
}
[id^=pjWrapperShoppingCart_theme] .navbar .navbar-nav .badge {
  background-color: #FF4C02 !important;
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] ul li {
  margin: 0px;
}
[id^=pjWrapperShoppingCart_theme] ul li:before {
  content: none;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductPriceWithTax {
  font-weight: bold;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .pjScProductPriceWithoutTax,
[id^=pjWrapperShoppingCart_theme] .pjScProductPriceWithoutTax {
  display: none !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-9 {
  padding-left: 30px !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-3 ul li {
  padding-right: 0px;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails img {
  width: 100%;
}
[id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
}
[id^=pjWrapperShoppingCart_theme] .pjScBtnPrimary {
  color: #f6E6DF !important;
  background: #FF4C02 !important;
  border: 1px solid #FF4C02 !important;
  font-family: "hwt_slabcolumbian", sans-serif;
  font-weight: normal !important;
}
[id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .btn {
  text-decoration: none !important;
  padding: 10px 20px !important;
  text-align: center !important;
  border: 1px solid !important;
  border-radius: 6px !important;
  font-family: "hwt_slabcolumbian", sans-serif;
  font-weight: normal !important;
}
[id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .pjScBtnPrimary {
  width: 40% !important;
  float: left !important;
  border-color: #FF4C02 !important;
}
[id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .pjScBtnSecondary {
  width: 56% !important;
  float: right !important;
  border-color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScBtnPrimary {
  color: white;
  width: auto;
}
[id^=pjWrapperShoppingCart_theme] .pjScBtnSecondary {
  border-radius: 0px !important;
  border: 0px solid transparent !important;
  background: transparent !important;
  color: #f6E6DF !important;
  width: 50%;
  text-align: left;
  padding: 0px !important;
  text-align: right;
}
[id^=pjWrapperShoppingCart_theme] .pjScBtnSecondary a {
  color: #f6E6DF;
  padding-left: 0px;
}
[id^=pjWrapperShoppingCart_theme] .pjScProduct .pjScProductImage {
  margin: 0 auto;
  min-width: 100%;
}
[id^=pjWrapperShoppingCart_theme] .pjScProduct .pjScProductPrice {
  color: #f6E6DF !important;
  font-family: "hwt_slabcolumbian", sans-serif;
  font-weight: normal !important;
  margin: 0 0 10px 0 !important;
  font-weight: 300 !important;
  letter-spacing: normal;
  font-size: 20px;
  padding-top: 0px;
  text-align: left;
}
[id^=pjWrapperShoppingCart_theme] h1,
[id^=pjWrapperShoppingCart_theme] h2,
[id^=pjWrapperShoppingCart_theme] h3,
[id^=pjWrapperShoppingCart_theme] th,
[id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName a,
[id^=pjWrapperShoppingCart_theme] h3.text-primary.text-uppercase.pjScProductTitle strong,
[id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCartTitle strong,
[id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCheckoutTitle strong,
[id^=pjWrapperShoppingCart_theme] .pjScCart .table .extra-item strong {
  font-family: "hwt_slabcolumbian", sans-serif;
  font-weight: normal !important;
  font-weight: 300 !important;
  font-style: normal !important;
  color: #f6E6DF !important;
  text-transform: none !important;
}
[id^=pjWrapperShoppingCart_theme] .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.1882352941) !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName {
  height: 60px;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
[id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName a {
  font-size: 21px !important;
  line-height: 28px;
  color: #f6E6DF !important;
  letter-spacing: normal;
  margin: 0;
  padding: 0 !important;
  white-space: wrap !important;
}
[id^=pjWrapperShoppingCart_theme] h3.text-primary.text-uppercase.pjScProductTitle strong,
[id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCartTitle strong,
[id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCheckoutTitle strong {
  color: #f6E6DF !important;
  font-size: 40px !important;
}
[id^=pjWrapperShoppingCart_theme] a.scProductLink.scSelectorProduct,
[id^=pjWrapperShoppingCart_theme] span.glyphicon.glyphicon-remove,
[id^=pjWrapperShoppingCart_theme] .pjScCart-page table.table.table-striped tr a.scProductLink.scSelectorProduct {
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .panel-heading strong,
[id^=pjWrapperShoppingCart_theme] .pjScCheckout .checkbox label {
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScCartPrice,
[id^=pjWrapperShoppingCart_theme] .pjScCheckout .pjScCheckoutPrice {
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] p.text-uppercase.pjScProductDescriptionTitle {
  display: none !important;
}
[id^=pjWrapperShoppingCart_theme] p.text-uppercase.pjScProductDescriptionTitle strong {
  color: #f6E6DF !important;
  font-size: 30px !important;
  font-family: "hwt_slabcolumbian", sans-serif;
  font-weight: normal !important;
  font-weight: 300 !important;
}
[id^=pjWrapperShoppingCart_theme] .input-group-addon {
  background: transparent !important;
  color: #F98251 !important;
  border-color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .scCaptcha {
  border-radius: 6px !important;
}
[id^=pjWrapperShoppingCart_theme] .form-control {
  color: #f6E6DF !important;
  background: rgba(0, 0, 0, 0) !important;
  border: 1px solid #f6E6DF !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
[id^=pjWrapperShoppingCart_theme] .form-control.scSelectorCategoryId {
  border-radius: 13px !important;
  height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem) !important;
  padding-left: clamp(1.125rem, -0.394rem + 3.18vw, 2.188rem) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
[id^=pjWrapperShoppingCart_theme] .form-control.scSelectorShipping, [id^=pjWrapperShoppingCart_theme] .form-control[name=code], [id^=pjWrapperShoppingCart_theme] .form-control[name=client_name], [id^=pjWrapperShoppingCart_theme] .form-control[name=url], [id^=pjWrapperShoppingCart_theme] .form-control[name=captcha] {
  border-radius: 6px !important;
  padding-left: 15px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
[id^=pjWrapperShoppingCart_theme] .form-control[name=email], [id^=pjWrapperShoppingCart_theme] .form-control[name=phone] {
  border-radius: 0 6px 6px 0 !important;
  padding-left: 15px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
[id^=pjWrapperShoppingCart_theme] a {
  color: #FF4C02 !important;
}
[id^=pjWrapperShoppingCart_theme] a:hover {
  color: #F98251 !important;
}
[id^=pjWrapperShoppingCart_theme] .panel {
  border-radius: 0px !important;
  box-shadow: none !important;
}
[id^=pjWrapperShoppingCart_theme] .panel-footer .btn {
  border: 0px !important;
}
[id^=pjWrapperShoppingCart_theme] .panel-footer a {
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScBar .btn-default {
  color: #f6E6DF !important;
  float: right;
  background: transparent !important;
}
@media screen and (max-width: 767px) {
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm {
    width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .input-group {
    margin-right: -11px;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .btn-default {
    padding-right: 0 !important;
  }
}
[id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm {
  width: clamp(85%, 100% - 5vw, 100%);
}
[id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm input {
  height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
  padding-left: clamp(1.125rem, -0.394rem + 3.18vw, 2.188rem);
  border-radius: 13px !important;
  color: #f6E6DF !important;
  background: rgba(0, 0, 0, 0) !important;
}
[id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .btn {
  border: none !important;
}
[id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .glyphicon-search::before {
  position: absolute;
  top: calc(50% - 16px);
  right: 36px;
  z-index: 9999;
  font-size: 16px;
  color: #FF4C02 !important;
}
[id^=pjWrapperShoppingCart_theme] .text-warning {
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .nav-pills > li > a {
  border-radius: 6px !important;
  padding: 9px 25px !important;
}
[id^=pjWrapperShoppingCart_theme] .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background: none !important;
  border-radius: 0px !important;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  font-size: 16px;
}
[id^=pjWrapperShoppingCart_theme] .breadcrumb a {
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .breadcrumb > li:last-of-type a, [id^=pjWrapperShoppingCart_theme] .breadcrumb li.active {
  color: #F98251 !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScHeader {
  border: none !important;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScHeader .scStoreName,
[id^=pjWrapperShoppingCart_theme] .pjScHeader a {
  font-size: 16px !important;
  font-family: "hwt_slabcolumbian", sans-serif;
  font-weight: normal !important;
  color: #f6E6DF !important;
  background-color: transparent !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScHeader .scStoreName:not(.scSelectorLocale):hover,
[id^=pjWrapperShoppingCart_theme] .pjScHeader a:not(.scSelectorLocale):hover {
  color: #FF4C02 !important;
}
[id^=pjWrapperShoppingCart_theme] .scStoreName {
  display: none;
}
[id^=pjWrapperShoppingCart_theme] .pjScCart,
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails,
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails label {
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 22px;
  font-size: 16px;
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .pjScProductTitle {
  margin-top: 0 !important;
  text-transform: none !important;
  font-size: 30px !important;
  margin-bottom: 20px !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .scSelectorPrice {
  font-family: "hwt_slabcolumbian", sans-serif;
  font-weight: normal !important;
  font-weight: 300 !important;
  font-size: 20px;
  color: #f6E6DF !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .h4 {
  margin-bottom: 20px !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .row {
  margin-bottom: 5px;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel,
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-body,
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer {
  padding: 0 !important;
  border: none !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer {
  background: transparent !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .row .scButtonSend2Friend {
  display: none !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .rowdiv:nth-of-type(1) {
  width: 100% !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .row > div:nth-of-type(2) {
  display: none !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScProductDetails > div:first-of-type .list-inline {
  display: none !important;
}
[id^=pjWrapperShoppingCart_theme] .pjScBtnApply, [id^=pjWrapperShoppingCart_theme] .pjScBtnRemoveCode {
  border-color: #FF4C02 !important;
  background: #FF4C02 !important;
  font-weight: bold;
  color: #f6E6DF !important;
}

.nieuwsbrief .convertforms .cf-content-wrap,
.nieuwsbrief .convertforms .cf-form-wrap {
  padding: 0;
}
.nieuwsbrief .convertforms .cf-input {
  background-color: transparent;
  border: 1px solid #FFF;
  padding: 8px 10px;
}
.nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
  color: #FFF;
  opacity: 0.7;
}
.nieuwsbrief .convertforms .cf-btn {
  background-color: #000 !important;
  color: #FFF !important;
  font-family: "Helvetica", sans-serif;
}
.nieuwsbrief .convertforms .cf-btn:hover {
  background-color: #FFF !important;
  color: #000 !important;
}
.nieuwsbrief .convertforms .cf-two-thirds {
  display: flex;
  align-items: center;
}
.nieuwsbrief .convertforms .cf-checkbox-group {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::before {
  background-image: linear-gradient(#b9e9b3, #a8e4a0);
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::after {
  display: block;
}
.nieuwsbrief .convertforms .cf-checkbox-group .convertforms .cf-checkbox-group {
  padding: 0px;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label {
  padding-left: 1.8em;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5607843137);
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  line-height: clamp(1rem, 2vw, 1.125rem);
  padding-left: 30px;
  font-family: "Helvetica", sans-serif;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
  color: rgba(255, 255, 255, 0.5607843137);
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  line-height: clamp(1rem, 2vw, 1.125rem);
  font-family: "Helvetica", sans-serif;
  text-decoration: underline;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
  color: #FFF;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #FFF;
  border-radius: 0px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label::after {
  content: "";
  position: absolute;
  display: none;
  left: 11px;
  top: 14px;
  width: 0.35em;
  height: 0.7em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}

/*COPYRIGHT*/
.wj-copyright {
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  line-height: clamp(1rem, 2vw, 1.125rem);
  color: #000;
  font-family: "Comfortaa Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: normal;
  width: 179px;
}
.wj-copyright a {
  color: #000;
}
.wj-copyright a:hover {
  text-decoration: underline;
}
.wj-copyright .container {
  display: flex;
  justify-content: flex-start;
  /* Zorgt voor rechtsuitlijning */
}
.wj-copyright .text-wrapper {
  width: 250px;
  /* Stel een vaste breedte in voor de tekstcontainer */
  text-align: left;
  /* Zorgt ervoor dat de tekst rechts uitgelijnd wordt */
  white-space: nowrap;
  /* Voorkom dat de tekst naar de volgende regel gaat */
}
.wj-copyright .dynamicText {
  display: inline-block;
}
.wj-copyright .cursor {
  display: inline-block;
  width: 2px;
  background-color: black;
  margin-left: 2px;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/*COOKIE CONSENT*/
.cc-revoke {
  background-color: transparent !important;
  background-image: url(/images/system/icons/cookie-bite-solid.svg);
  background-size: cover;
  width: 32px;
  height: 32px;
}

.cc-btn,
div.cc-checkboxes-container a.cc-btn.cc-allow {
  border: none;
  padding: 15px 30px 15px 30px;
  border-radius: 100px !important;
  margin-top: 10px;
}
.cc-btn:hover,
div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
  text-decoration: none !important;
}

div.cc-checkbox-container {
  width: 100%;
}

span.cc-cookie-settings-toggler {
  display: none;
}

div.cc-checkbox-container input:checked + span {
  background-color: #19a319 !important;
}

div.cc-checkbox-container input + span {
  background-color: #f7148b !important;
}

div.cc-settings-label {
  font-size: 15px !important;
  font-weight: normal !important;
  margin: 15px 0 !important;
  color: #000 !important;
  opacity: 1 !important;
}

div.cc-checkboxes-container div.cc-checkbox-container a {
  pointer-events: none !important;
}

.cc-message-text {
  line-height: 150%;
}

.cc-link {
  opacity: 1 !important;
  color: #2e1352 !important;
  text-decoration: none !important;
  line-height: 30px;
  margin-bottom: 0 !important;
}

a.cc-link.cc-cookie::before,
a.cc-link.cc-privacy::before {
  content: "";
  float: left;
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background-image: url(/images/system/icons/arrow.svg);
  background-size: cover;
}

.cc-link:hover {
  color: #000 !important;
}

.cc-highlight {
  margin-top: 50px;
}

.cc-header {
  font-size: 120%;
  color: #000;
  margin: 0;
}
.cc-header p {
  margin: 0;
}

div.cc-gdpr-component-view a.cc-btn.cc-allow {
  background-color: #FFF;
}

div.cc-gdpr-component-view a.cc-btn.cc-allowall {
  background-color: #c7fdbb;
}

.cc-custom-revoke {
  line-height: 20px;
}
.cc-custom-revoke:hover {
  opacity: 1;
}

.bottom .wj-copyright,
.bottom a,
.bottom .el-content {
  font-size: 13px;
  color: #FFF;
}
.bottom .uk-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.bottom .uk-container .copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.bottom .uk-container .copyright > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 6px;
}
.bottom .uk-container .cookies {
  margin-left: auto;
  margin-top: 0px;
}

@media (max-width: 639px) {
  @font-face {
    font-family: "hwt_slabcolumbian";
    src: url("/templates/yootheme_custom/webfonts/hwt_slab_columbian-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/hwt_slab_columbian-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Comfortaa Regular";
    src: url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Averia Serif Libre Bold";
    src: url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff") format("woff");
  }
  .usp .list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h1,
  h2,
  h3,
  .uk-heading-small {
    font-family: "hwt_slabcolumbian" !important;
  }
  .uk-heading-small {
    font-size: 1.8rem;
  }
  /*WEBSHOP*/
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .scSelectorBuyNowForm {
    width: 100% !important;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group .pjScBtnPrimary {
    width: 100% !important;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group .pjScBtnSecondary {
    width: 100% !important;
    margin-top: 10px;
  }
  [id^=pjWrapperShoppingCart_theme] {
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day {
    color: #FFF !important;
    font-weight: bold !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day.disabled {
    color: rgba(246, 230, 223, 0.5019607843) !important;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day.active {
    background-color: #F98251 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day:hover:not(.disabled) {
    background-color: #FF4C02 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel,
  [id^=pjWrapperShoppingCart_theme] .panel-heading,
  [id^=pjWrapperShoppingCart_theme] .panel-body,
  [id^=pjWrapperShoppingCart_theme] .panel-footer,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-rt .panel-heading,
  [id^=pjWrapperShoppingCart_theme] .checkoutFormCustom,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-b,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader,
  [id^=pjWrapperShoppingCart_theme] .swiper-slide {
    border: none !important;
    background: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] label,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-b .text-muted {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu {
    background-color: #000 !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu a:hover {
    background: transparent !important;
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown .dropdown-menu {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown.open .dropdown-menu, [id^=pjWrapperShoppingCart_theme] .dropdown:hover .dropdown-menu {
    display: block !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel {
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductConfirmationMsg {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
    display: flex;
    gap: 4px;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li > a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li > a:hover {
    color: #FFF !important;
    background-color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li.active > a {
    background-color: #f6E6DF !important;
    color: #000 !important;
  }
  /*COPYRIGHT*/
  /*COOKIE CONSENT*/
}
@media screen and (max-width: 639px) and (max-width: 767px) {
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader {
    flex-direction: column !important;
    row-gap: 10px;
    column-gap: 0 !important;
    width: 100% !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a {
    width: 100% !important;
    text-align: center !important;
    text-transform: unset !important;
  }
}
@media (max-width: 639px) {
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader {
    display: flex !important;
    column-gap: clamp(0.375rem, -0.787rem + 2.43vw, 1.188rem);
    row-gap: 10px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader .text-uppercase {
    text-transform: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a {
    text-decoration: none !important;
    padding: 0 clamp(1rem, -1.145rem + 4.49vw, 2.5rem) !important;
    border-radius: 13px !important;
    font-size: 16px !important;
    line-height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(1), [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(2) {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    border: 1px solid #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(1):hover, [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(2):hover {
    color: #f6E6DF !important;
    background-color: transparent !important;
    border: 1px solid #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:last-of-type {
    background: #FF4C02 !important;
    font-weight: bold !important;
    border-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:last-of-type:hover {
    background-color: #F98251 !important;
    color: #FFF !important;
    border: 1px solid #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort .active > a {
    background: #f6E6DF !important;
    color: #000 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li {
    margin-right: 30px !important;
    margin-bottom: 10px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li > a {
    color: #f6E6DF !important;
    font-size: 16px;
    letter-spacing: normal;
    border-radius: 6px !important;
    border: 1px solid #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li > a:hover {
    color: #F98251 !important;
    background: #000 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc {
    font-family: "Helvetica", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    color: #f6E6DF !important;
    height: 45px !important;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc a, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc a:hover, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc a:hover {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts {
    display: flex;
    flex-wrap: wrap;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 30px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct > br {
    display: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct .scProductShortDesc {
    margin-bottom: 15px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct .pjScProductPrice {
    margin-top: auto !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm > div:first-of-type {
    width: 520px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm > div:nth-of-type(2) {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm .scSelectorAdd2Cart {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] p {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar {
    min-height: 45px !important;
    border: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle {
    border-color: #f6E6DF !important;
    margin-right: 0 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle:hover, [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle:focus {
    background-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-collapse {
    border: none !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-nav > li::before {
    content: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-nav .badge {
    background-color: #FF4C02 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] ul li {
    margin: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] ul li:before {
    content: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductPriceWithTax {
    font-weight: bold;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .pjScProductPriceWithoutTax,
  [id^=pjWrapperShoppingCart_theme] .pjScProductPriceWithoutTax {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-9 {
    padding-left: 30px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-3 ul li {
    padding-right: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails img {
    width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnPrimary {
    color: #f6E6DF !important;
    background: #FF4C02 !important;
    border: 1px solid #FF4C02 !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .btn {
    text-decoration: none !important;
    padding: 10px 20px !important;
    text-align: center !important;
    border: 1px solid !important;
    border-radius: 6px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .pjScBtnPrimary {
    width: 40% !important;
    float: left !important;
    border-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .pjScBtnSecondary {
    width: 56% !important;
    float: right !important;
    border-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnPrimary {
    color: white;
    width: auto;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnSecondary {
    border-radius: 0px !important;
    border: 0px solid transparent !important;
    background: transparent !important;
    color: #f6E6DF !important;
    width: 50%;
    text-align: left;
    padding: 0px !important;
    text-align: right;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnSecondary a {
    color: #f6E6DF;
    padding-left: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProduct .pjScProductImage {
    margin: 0 auto;
    min-width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProduct .pjScProductPrice {
    color: #f6E6DF !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    margin: 0 0 10px 0 !important;
    font-weight: 300 !important;
    letter-spacing: normal;
    font-size: 20px;
    padding-top: 0px;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] h1,
  [id^=pjWrapperShoppingCart_theme] h2,
  [id^=pjWrapperShoppingCart_theme] h3,
  [id^=pjWrapperShoppingCart_theme] th,
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName a,
  [id^=pjWrapperShoppingCart_theme] h3.text-primary.text-uppercase.pjScProductTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCartTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCheckoutTitle strong,
  [id^=pjWrapperShoppingCart_theme] .pjScCart .table .extra-item strong {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
    color: #f6E6DF !important;
    text-transform: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.1882352941) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName {
    height: 60px;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName a {
    font-size: 21px !important;
    line-height: 28px;
    color: #f6E6DF !important;
    letter-spacing: normal;
    margin: 0;
    padding: 0 !important;
    white-space: wrap !important;
  }
  [id^=pjWrapperShoppingCart_theme] h3.text-primary.text-uppercase.pjScProductTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCartTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCheckoutTitle strong {
    color: #f6E6DF !important;
    font-size: 40px !important;
  }
  [id^=pjWrapperShoppingCart_theme] a.scProductLink.scSelectorProduct,
  [id^=pjWrapperShoppingCart_theme] span.glyphicon.glyphicon-remove,
  [id^=pjWrapperShoppingCart_theme] .pjScCart-page table.table.table-striped tr a.scProductLink.scSelectorProduct {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-heading strong,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout .checkbox label {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScCartPrice,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout .pjScCheckoutPrice {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] p.text-uppercase.pjScProductDescriptionTitle {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] p.text-uppercase.pjScProductDescriptionTitle strong {
    color: #f6E6DF !important;
    font-size: 30px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .input-group-addon {
    background: transparent !important;
    color: #F98251 !important;
    border-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scCaptcha {
    border-radius: 6px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control {
    color: #f6E6DF !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #f6E6DF !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control.scSelectorCategoryId {
    border-radius: 13px !important;
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem) !important;
    padding-left: clamp(1.125rem, -0.394rem + 3.18vw, 2.188rem) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control.scSelectorShipping, [id^=pjWrapperShoppingCart_theme] .form-control[name=code], [id^=pjWrapperShoppingCart_theme] .form-control[name=client_name], [id^=pjWrapperShoppingCart_theme] .form-control[name=url], [id^=pjWrapperShoppingCart_theme] .form-control[name=captcha] {
    border-radius: 6px !important;
    padding-left: 15px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control[name=email], [id^=pjWrapperShoppingCart_theme] .form-control[name=phone] {
    border-radius: 0 6px 6px 0 !important;
    padding-left: 15px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] a {
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] a:hover {
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel {
    border-radius: 0px !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-footer .btn {
    border: 0px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-footer a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBar .btn-default {
    color: #f6E6DF !important;
    float: right;
    background: transparent !important;
  }
}
@media screen and (max-width: 639px) and (max-width: 767px) {
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm {
    width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .input-group {
    margin-right: -11px;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .btn-default {
    padding-right: 0 !important;
  }
}
@media (max-width: 639px) {
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm {
    width: clamp(85%, 100% - 5vw, 100%);
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm input {
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
    padding-left: clamp(1.125rem, -0.394rem + 3.18vw, 2.188rem);
    border-radius: 13px !important;
    color: #f6E6DF !important;
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .btn {
    border: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .glyphicon-search::before {
    position: absolute;
    top: calc(50% - 16px);
    right: 36px;
    z-index: 9999;
    font-size: 16px;
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .text-warning {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .nav-pills > li > a {
    border-radius: 6px !important;
    padding: 9px 25px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background: none !important;
    border-radius: 0px !important;
    font-family: "Helvetica", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb > li:last-of-type a, [id^=pjWrapperShoppingCart_theme] .breadcrumb li.active {
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader {
    border: none !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader .scStoreName,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader a {
    font-size: 16px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    color: #f6E6DF !important;
    background-color: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader .scStoreName:not(.scSelectorLocale):hover,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader a:not(.scSelectorLocale):hover {
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scStoreName {
    display: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScCart,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails label {
    font-family: "Helvetica", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .pjScProductTitle {
    margin-top: 0 !important;
    text-transform: none !important;
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .scSelectorPrice {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
    font-size: 20px;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .h4 {
    margin-bottom: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .row {
    margin-bottom: 5px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-body,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer {
    padding: 0 !important;
    border: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer {
    background: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .row .scButtonSend2Friend {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .rowdiv:nth-of-type(1) {
    width: 100% !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .row > div:nth-of-type(2) {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails > div:first-of-type .list-inline {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnApply, [id^=pjWrapperShoppingCart_theme] .pjScBtnRemoveCode {
    border-color: #FF4C02 !important;
    background: #FF4C02 !important;
    font-weight: bold;
    color: #f6E6DF !important;
  }
  .nieuwsbrief .convertforms .cf-content-wrap,
  .nieuwsbrief .convertforms .cf-form-wrap {
    padding: 0;
  }
  .nieuwsbrief .convertforms .cf-input {
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 8px 10px;
  }
  .nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
    color: #FFF;
    opacity: 0.7;
  }
  .nieuwsbrief .convertforms .cf-btn {
    background-color: #000 !important;
    color: #FFF !important;
    font-family: "Helvetica", sans-serif;
  }
  .nieuwsbrief .convertforms .cf-btn:hover {
    background-color: #FFF !important;
    color: #000 !important;
  }
  .nieuwsbrief .convertforms .cf-two-thirds {
    display: flex;
    align-items: center;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::before {
    background-image: linear-gradient(#b9e9b3, #a8e4a0);
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::after {
    display: block;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .convertforms .cf-checkbox-group {
    padding: 0px;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label {
    padding-left: 1.8em;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5607843137);
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    padding-left: 30px;
    font-family: "Helvetica", sans-serif;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
    color: rgba(255, 255, 255, 0.5607843137);
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    font-family: "Helvetica", sans-serif;
    text-decoration: underline;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
    color: #FFF;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    border-radius: 0px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.05);
    opacity: 1;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::after {
    content: "";
    position: absolute;
    display: none;
    left: 11px;
    top: 14px;
    width: 0.35em;
    height: 0.7em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
  }
  .wj-copyright {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    color: #000;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
    width: 179px;
  }
  .wj-copyright a {
    color: #000;
  }
  .wj-copyright a:hover {
    text-decoration: underline;
  }
  .wj-copyright .container {
    display: flex;
    justify-content: flex-start;
    /* Zorgt voor rechtsuitlijning */
  }
  .wj-copyright .text-wrapper {
    width: 250px;
    /* Stel een vaste breedte in voor de tekstcontainer */
    text-align: left;
    /* Zorgt ervoor dat de tekst rechts uitgelijnd wordt */
    white-space: nowrap;
    /* Voorkom dat de tekst naar de volgende regel gaat */
  }
  .wj-copyright .dynamicText {
    display: inline-block;
  }
  .wj-copyright .cursor {
    display: inline-block;
    width: 2px;
    background-color: black;
    margin-left: 2px;
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .cc-revoke {
    background-color: transparent !important;
    background-image: url(/images/system/icons/cookie-bite-solid.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
  }
  .cc-btn,
  div.cc-checkboxes-container a.cc-btn.cc-allow {
    border: none;
    padding: 15px 30px 15px 30px;
    border-radius: 100px !important;
    margin-top: 10px;
  }
  .cc-btn:hover,
  div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
    text-decoration: none !important;
  }
  div.cc-checkbox-container {
    width: 100%;
  }
  span.cc-cookie-settings-toggler {
    display: none;
  }
  div.cc-checkbox-container input:checked + span {
    background-color: #19a319 !important;
  }
  div.cc-checkbox-container input + span {
    background-color: #f7148b !important;
  }
  div.cc-settings-label {
    font-size: 15px !important;
    font-weight: normal !important;
    margin: 15px 0 !important;
    color: #000 !important;
    opacity: 1 !important;
  }
  div.cc-checkboxes-container div.cc-checkbox-container a {
    pointer-events: none !important;
  }
  .cc-message-text {
    line-height: 150%;
  }
  .cc-link {
    opacity: 1 !important;
    color: #2e1352 !important;
    text-decoration: none !important;
    line-height: 30px;
    margin-bottom: 0 !important;
  }
  a.cc-link.cc-cookie::before,
  a.cc-link.cc-privacy::before {
    content: "";
    float: left;
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background-image: url(/images/system/icons/arrow.svg);
    background-size: cover;
  }
  .cc-link:hover {
    color: #000 !important;
  }
  .cc-highlight {
    margin-top: 50px;
  }
  .cc-header {
    font-size: 120%;
    color: #000;
    margin: 0;
  }
  .cc-header p {
    margin: 0;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allow {
    background-color: #FFF;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allowall {
    background-color: #c7fdbb;
  }
  .cc-custom-revoke {
    line-height: 20px;
  }
  .cc-custom-revoke:hover {
    opacity: 1;
  }
  .bottom .wj-copyright,
  .bottom a,
  .bottom .el-content {
    font-size: 13px;
    color: #FFF;
  }
  .bottom .uk-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  .bottom .uk-container .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .bottom .uk-container .copyright > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 6px;
  }
  .bottom .uk-container .cookies {
    margin-left: auto;
    margin-top: 0px;
  }
  .bottom a {
    color: #FFF;
  }
  .bottom .uk-container {
    display: flex;
    flex-direction: column;
  }
  .bottom .uk-container .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    left: unset;
    transform: unset;
    display: flex;
    align-items: center;
  }
  .bottom .uk-container .copyright > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .bottom .uk-container .cookies {
    margin-left: unset;
  }
  .bottom .cc-custom-revoke .el-item > div {
    justify-content: center;
  }
  .bottom .cc-custom-revoke .el-item > div div:nth-child(2) {
    flex: none;
    width: fit-content;
  }
  .bottom .cc-custom-revoke .el-item > div svg {
    max-width: none;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  @font-face {
    font-family: "hwt_slabcolumbian";
    src: url("/templates/yootheme_custom/webfonts/hwt_slab_columbian-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/hwt_slab_columbian-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Comfortaa Regular";
    src: url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Averia Serif Libre Bold";
    src: url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff") format("woff");
  }
  .usp .list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h1,
  h2,
  h3,
  .uk-heading-small {
    font-family: "hwt_slabcolumbian" !important;
  }
  .uk-heading-small {
    font-size: 1.8rem;
  }
  /*WEBSHOP*/
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .scSelectorBuyNowForm {
    width: 100% !important;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group .pjScBtnPrimary {
    width: 100% !important;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group .pjScBtnSecondary {
    width: 100% !important;
    margin-top: 10px;
  }
  [id^=pjWrapperShoppingCart_theme] {
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day {
    color: #FFF !important;
    font-weight: bold !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day.disabled {
    color: rgba(246, 230, 223, 0.5019607843) !important;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day.active {
    background-color: #F98251 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day:hover:not(.disabled) {
    background-color: #FF4C02 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel,
  [id^=pjWrapperShoppingCart_theme] .panel-heading,
  [id^=pjWrapperShoppingCart_theme] .panel-body,
  [id^=pjWrapperShoppingCart_theme] .panel-footer,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-rt .panel-heading,
  [id^=pjWrapperShoppingCart_theme] .checkoutFormCustom,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-b,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader,
  [id^=pjWrapperShoppingCart_theme] .swiper-slide {
    border: none !important;
    background: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] label,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-b .text-muted {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu {
    background-color: #000 !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu a:hover {
    background: transparent !important;
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown .dropdown-menu {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown.open .dropdown-menu, [id^=pjWrapperShoppingCart_theme] .dropdown:hover .dropdown-menu {
    display: block !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel {
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductConfirmationMsg {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
    display: flex;
    gap: 4px;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li > a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li > a:hover {
    color: #FFF !important;
    background-color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li.active > a {
    background-color: #f6E6DF !important;
    color: #000 !important;
  }
  /*COPYRIGHT*/
  /*COOKIE CONSENT*/
}
@media screen and (min-width: 640px) and (max-width: 959px) and (max-width: 767px) {
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader {
    flex-direction: column !important;
    row-gap: 10px;
    column-gap: 0 !important;
    width: 100% !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a {
    width: 100% !important;
    text-align: center !important;
    text-transform: unset !important;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader {
    display: flex !important;
    column-gap: clamp(0.375rem, -0.787rem + 2.43vw, 1.188rem);
    row-gap: 10px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader .text-uppercase {
    text-transform: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a {
    text-decoration: none !important;
    padding: 0 clamp(1rem, -1.145rem + 4.49vw, 2.5rem) !important;
    border-radius: 13px !important;
    font-size: 16px !important;
    line-height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(1), [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(2) {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    border: 1px solid #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(1):hover, [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(2):hover {
    color: #f6E6DF !important;
    background-color: transparent !important;
    border: 1px solid #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:last-of-type {
    background: #FF4C02 !important;
    font-weight: bold !important;
    border-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:last-of-type:hover {
    background-color: #F98251 !important;
    color: #FFF !important;
    border: 1px solid #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort .active > a {
    background: #f6E6DF !important;
    color: #000 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li {
    margin-right: 30px !important;
    margin-bottom: 10px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li > a {
    color: #f6E6DF !important;
    font-size: 16px;
    letter-spacing: normal;
    border-radius: 6px !important;
    border: 1px solid #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li > a:hover {
    color: #F98251 !important;
    background: #000 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc {
    font-family: "Helvetica", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    color: #f6E6DF !important;
    height: 45px !important;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc a, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc a:hover, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc a:hover {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts {
    display: flex;
    flex-wrap: wrap;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 30px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct > br {
    display: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct .scProductShortDesc {
    margin-bottom: 15px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct .pjScProductPrice {
    margin-top: auto !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm > div:first-of-type {
    width: 520px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm > div:nth-of-type(2) {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm .scSelectorAdd2Cart {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] p {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar {
    min-height: 45px !important;
    border: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle {
    border-color: #f6E6DF !important;
    margin-right: 0 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle:hover, [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle:focus {
    background-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-collapse {
    border: none !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-nav > li::before {
    content: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-nav .badge {
    background-color: #FF4C02 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] ul li {
    margin: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] ul li:before {
    content: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductPriceWithTax {
    font-weight: bold;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .pjScProductPriceWithoutTax,
  [id^=pjWrapperShoppingCart_theme] .pjScProductPriceWithoutTax {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-9 {
    padding-left: 30px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-3 ul li {
    padding-right: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails img {
    width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnPrimary {
    color: #f6E6DF !important;
    background: #FF4C02 !important;
    border: 1px solid #FF4C02 !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .btn {
    text-decoration: none !important;
    padding: 10px 20px !important;
    text-align: center !important;
    border: 1px solid !important;
    border-radius: 6px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .pjScBtnPrimary {
    width: 40% !important;
    float: left !important;
    border-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .pjScBtnSecondary {
    width: 56% !important;
    float: right !important;
    border-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnPrimary {
    color: white;
    width: auto;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnSecondary {
    border-radius: 0px !important;
    border: 0px solid transparent !important;
    background: transparent !important;
    color: #f6E6DF !important;
    width: 50%;
    text-align: left;
    padding: 0px !important;
    text-align: right;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnSecondary a {
    color: #f6E6DF;
    padding-left: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProduct .pjScProductImage {
    margin: 0 auto;
    min-width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProduct .pjScProductPrice {
    color: #f6E6DF !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    margin: 0 0 10px 0 !important;
    font-weight: 300 !important;
    letter-spacing: normal;
    font-size: 20px;
    padding-top: 0px;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] h1,
  [id^=pjWrapperShoppingCart_theme] h2,
  [id^=pjWrapperShoppingCart_theme] h3,
  [id^=pjWrapperShoppingCart_theme] th,
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName a,
  [id^=pjWrapperShoppingCart_theme] h3.text-primary.text-uppercase.pjScProductTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCartTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCheckoutTitle strong,
  [id^=pjWrapperShoppingCart_theme] .pjScCart .table .extra-item strong {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
    color: #f6E6DF !important;
    text-transform: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.1882352941) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName {
    height: 60px;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName a {
    font-size: 21px !important;
    line-height: 28px;
    color: #f6E6DF !important;
    letter-spacing: normal;
    margin: 0;
    padding: 0 !important;
    white-space: wrap !important;
  }
  [id^=pjWrapperShoppingCart_theme] h3.text-primary.text-uppercase.pjScProductTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCartTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCheckoutTitle strong {
    color: #f6E6DF !important;
    font-size: 40px !important;
  }
  [id^=pjWrapperShoppingCart_theme] a.scProductLink.scSelectorProduct,
  [id^=pjWrapperShoppingCart_theme] span.glyphicon.glyphicon-remove,
  [id^=pjWrapperShoppingCart_theme] .pjScCart-page table.table.table-striped tr a.scProductLink.scSelectorProduct {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-heading strong,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout .checkbox label {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScCartPrice,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout .pjScCheckoutPrice {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] p.text-uppercase.pjScProductDescriptionTitle {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] p.text-uppercase.pjScProductDescriptionTitle strong {
    color: #f6E6DF !important;
    font-size: 30px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .input-group-addon {
    background: transparent !important;
    color: #F98251 !important;
    border-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scCaptcha {
    border-radius: 6px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control {
    color: #f6E6DF !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #f6E6DF !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control.scSelectorCategoryId {
    border-radius: 13px !important;
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem) !important;
    padding-left: clamp(1.125rem, -0.394rem + 3.18vw, 2.188rem) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control.scSelectorShipping, [id^=pjWrapperShoppingCart_theme] .form-control[name=code], [id^=pjWrapperShoppingCart_theme] .form-control[name=client_name], [id^=pjWrapperShoppingCart_theme] .form-control[name=url], [id^=pjWrapperShoppingCart_theme] .form-control[name=captcha] {
    border-radius: 6px !important;
    padding-left: 15px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control[name=email], [id^=pjWrapperShoppingCart_theme] .form-control[name=phone] {
    border-radius: 0 6px 6px 0 !important;
    padding-left: 15px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] a {
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] a:hover {
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel {
    border-radius: 0px !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-footer .btn {
    border: 0px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-footer a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBar .btn-default {
    color: #f6E6DF !important;
    float: right;
    background: transparent !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) and (max-width: 767px) {
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm {
    width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .input-group {
    margin-right: -11px;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .btn-default {
    padding-right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm {
    width: clamp(85%, 100% - 5vw, 100%);
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm input {
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
    padding-left: clamp(1.125rem, -0.394rem + 3.18vw, 2.188rem);
    border-radius: 13px !important;
    color: #f6E6DF !important;
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .btn {
    border: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .glyphicon-search::before {
    position: absolute;
    top: calc(50% - 16px);
    right: 36px;
    z-index: 9999;
    font-size: 16px;
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .text-warning {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .nav-pills > li > a {
    border-radius: 6px !important;
    padding: 9px 25px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background: none !important;
    border-radius: 0px !important;
    font-family: "Helvetica", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb > li:last-of-type a, [id^=pjWrapperShoppingCart_theme] .breadcrumb li.active {
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader {
    border: none !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader .scStoreName,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader a {
    font-size: 16px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    color: #f6E6DF !important;
    background-color: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader .scStoreName:not(.scSelectorLocale):hover,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader a:not(.scSelectorLocale):hover {
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scStoreName {
    display: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScCart,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails label {
    font-family: "Helvetica", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .pjScProductTitle {
    margin-top: 0 !important;
    text-transform: none !important;
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .scSelectorPrice {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
    font-size: 20px;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .h4 {
    margin-bottom: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .row {
    margin-bottom: 5px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-body,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer {
    padding: 0 !important;
    border: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer {
    background: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .row .scButtonSend2Friend {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .rowdiv:nth-of-type(1) {
    width: 100% !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .row > div:nth-of-type(2) {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails > div:first-of-type .list-inline {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnApply, [id^=pjWrapperShoppingCart_theme] .pjScBtnRemoveCode {
    border-color: #FF4C02 !important;
    background: #FF4C02 !important;
    font-weight: bold;
    color: #f6E6DF !important;
  }
  .nieuwsbrief .convertforms .cf-content-wrap,
  .nieuwsbrief .convertforms .cf-form-wrap {
    padding: 0;
  }
  .nieuwsbrief .convertforms .cf-input {
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 8px 10px;
  }
  .nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
    color: #FFF;
    opacity: 0.7;
  }
  .nieuwsbrief .convertforms .cf-btn {
    background-color: #000 !important;
    color: #FFF !important;
    font-family: "Helvetica", sans-serif;
  }
  .nieuwsbrief .convertforms .cf-btn:hover {
    background-color: #FFF !important;
    color: #000 !important;
  }
  .nieuwsbrief .convertforms .cf-two-thirds {
    display: flex;
    align-items: center;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::before {
    background-image: linear-gradient(#b9e9b3, #a8e4a0);
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::after {
    display: block;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .convertforms .cf-checkbox-group {
    padding: 0px;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label {
    padding-left: 1.8em;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5607843137);
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    padding-left: 30px;
    font-family: "Helvetica", sans-serif;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
    color: rgba(255, 255, 255, 0.5607843137);
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    font-family: "Helvetica", sans-serif;
    text-decoration: underline;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
    color: #FFF;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    border-radius: 0px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.05);
    opacity: 1;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::after {
    content: "";
    position: absolute;
    display: none;
    left: 11px;
    top: 14px;
    width: 0.35em;
    height: 0.7em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
  }
  .wj-copyright {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    color: #000;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
    width: 179px;
  }
  .wj-copyright a {
    color: #000;
  }
  .wj-copyright a:hover {
    text-decoration: underline;
  }
  .wj-copyright .container {
    display: flex;
    justify-content: flex-start;
    /* Zorgt voor rechtsuitlijning */
  }
  .wj-copyright .text-wrapper {
    width: 250px;
    /* Stel een vaste breedte in voor de tekstcontainer */
    text-align: left;
    /* Zorgt ervoor dat de tekst rechts uitgelijnd wordt */
    white-space: nowrap;
    /* Voorkom dat de tekst naar de volgende regel gaat */
  }
  .wj-copyright .dynamicText {
    display: inline-block;
  }
  .wj-copyright .cursor {
    display: inline-block;
    width: 2px;
    background-color: black;
    margin-left: 2px;
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .cc-revoke {
    background-color: transparent !important;
    background-image: url(/images/system/icons/cookie-bite-solid.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
  }
  .cc-btn,
  div.cc-checkboxes-container a.cc-btn.cc-allow {
    border: none;
    padding: 15px 30px 15px 30px;
    border-radius: 100px !important;
    margin-top: 10px;
  }
  .cc-btn:hover,
  div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
    text-decoration: none !important;
  }
  div.cc-checkbox-container {
    width: 100%;
  }
  span.cc-cookie-settings-toggler {
    display: none;
  }
  div.cc-checkbox-container input:checked + span {
    background-color: #19a319 !important;
  }
  div.cc-checkbox-container input + span {
    background-color: #f7148b !important;
  }
  div.cc-settings-label {
    font-size: 15px !important;
    font-weight: normal !important;
    margin: 15px 0 !important;
    color: #000 !important;
    opacity: 1 !important;
  }
  div.cc-checkboxes-container div.cc-checkbox-container a {
    pointer-events: none !important;
  }
  .cc-message-text {
    line-height: 150%;
  }
  .cc-link {
    opacity: 1 !important;
    color: #2e1352 !important;
    text-decoration: none !important;
    line-height: 30px;
    margin-bottom: 0 !important;
  }
  a.cc-link.cc-cookie::before,
  a.cc-link.cc-privacy::before {
    content: "";
    float: left;
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background-image: url(/images/system/icons/arrow.svg);
    background-size: cover;
  }
  .cc-link:hover {
    color: #000 !important;
  }
  .cc-highlight {
    margin-top: 50px;
  }
  .cc-header {
    font-size: 120%;
    color: #000;
    margin: 0;
  }
  .cc-header p {
    margin: 0;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allow {
    background-color: #FFF;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allowall {
    background-color: #c7fdbb;
  }
  .cc-custom-revoke {
    line-height: 20px;
  }
  .cc-custom-revoke:hover {
    opacity: 1;
  }
  .bottom .wj-copyright,
  .bottom a,
  .bottom .el-content {
    font-size: 13px;
    color: #FFF;
  }
  .bottom .uk-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  .bottom .uk-container .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .bottom .uk-container .copyright > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 6px;
  }
  .bottom .uk-container .cookies {
    margin-left: auto;
    margin-top: 0px;
  }
  .bottom a {
    color: #FFF;
  }
  .bottom .uk-container {
    display: flex;
    flex-direction: column;
  }
  .bottom .uk-container .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    left: unset;
    transform: unset;
    display: flex;
    align-items: center;
  }
  .bottom .uk-container .copyright > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .bottom .uk-container .cookies {
    margin-left: unset;
  }
  .bottom .cc-custom-revoke .el-item > div {
    justify-content: center;
  }
  .bottom .cc-custom-revoke .el-item > div div:nth-child(2) {
    flex: none;
    width: fit-content;
  }
  .bottom .cc-custom-revoke .el-item > div svg {
    max-width: none;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  @font-face {
    font-family: "hwt_slabcolumbian";
    src: url("/templates/yootheme_custom/webfonts/hwt_slab_columbian-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/hwt_slab_columbian-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Comfortaa Regular";
    src: url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Averia Serif Libre Bold";
    src: url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff") format("woff");
  }
  .usp .list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h1,
  h2,
  h3,
  .uk-heading-small {
    font-family: "hwt_slabcolumbian" !important;
  }
  .uk-heading-small {
    font-size: 1.8rem;
  }
  /*WEBSHOP*/
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .scSelectorBuyNowForm {
    width: 100% !important;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group .pjScBtnPrimary {
    width: 100% !important;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group .pjScBtnSecondary {
    width: 100% !important;
    margin-top: 10px;
  }
  [id^=pjWrapperShoppingCart_theme] {
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day {
    color: #FFF !important;
    font-weight: bold !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day.disabled {
    color: rgba(246, 230, 223, 0.5019607843) !important;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day.active {
    background-color: #F98251 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day:hover:not(.disabled) {
    background-color: #FF4C02 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel,
  [id^=pjWrapperShoppingCart_theme] .panel-heading,
  [id^=pjWrapperShoppingCart_theme] .panel-body,
  [id^=pjWrapperShoppingCart_theme] .panel-footer,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-rt .panel-heading,
  [id^=pjWrapperShoppingCart_theme] .checkoutFormCustom,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-b,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader,
  [id^=pjWrapperShoppingCart_theme] .swiper-slide {
    border: none !important;
    background: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] label,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-b .text-muted {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu {
    background-color: #000 !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu a:hover {
    background: transparent !important;
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown .dropdown-menu {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown.open .dropdown-menu, [id^=pjWrapperShoppingCart_theme] .dropdown:hover .dropdown-menu {
    display: block !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel {
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductConfirmationMsg {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
    display: flex;
    gap: 4px;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li > a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li > a:hover {
    color: #FFF !important;
    background-color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li.active > a {
    background-color: #f6E6DF !important;
    color: #000 !important;
  }
  /*COPYRIGHT*/
  /*COOKIE CONSENT*/
}
@media screen and (min-width: 960px) and (max-width: 1199px) and (max-width: 767px) {
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader {
    flex-direction: column !important;
    row-gap: 10px;
    column-gap: 0 !important;
    width: 100% !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a {
    width: 100% !important;
    text-align: center !important;
    text-transform: unset !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader {
    display: flex !important;
    column-gap: clamp(0.375rem, -0.787rem + 2.43vw, 1.188rem);
    row-gap: 10px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader .text-uppercase {
    text-transform: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a {
    text-decoration: none !important;
    padding: 0 clamp(1rem, -1.145rem + 4.49vw, 2.5rem) !important;
    border-radius: 13px !important;
    font-size: 16px !important;
    line-height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(1), [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(2) {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    border: 1px solid #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(1):hover, [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(2):hover {
    color: #f6E6DF !important;
    background-color: transparent !important;
    border: 1px solid #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:last-of-type {
    background: #FF4C02 !important;
    font-weight: bold !important;
    border-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:last-of-type:hover {
    background-color: #F98251 !important;
    color: #FFF !important;
    border: 1px solid #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort .active > a {
    background: #f6E6DF !important;
    color: #000 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li {
    margin-right: 30px !important;
    margin-bottom: 10px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li > a {
    color: #f6E6DF !important;
    font-size: 16px;
    letter-spacing: normal;
    border-radius: 6px !important;
    border: 1px solid #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li > a:hover {
    color: #F98251 !important;
    background: #000 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc {
    font-family: "Helvetica", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    color: #f6E6DF !important;
    height: 45px !important;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc a, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc a:hover, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc a:hover {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts {
    display: flex;
    flex-wrap: wrap;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 30px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct > br {
    display: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct .scProductShortDesc {
    margin-bottom: 15px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct .pjScProductPrice {
    margin-top: auto !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm > div:first-of-type {
    width: 520px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm > div:nth-of-type(2) {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm .scSelectorAdd2Cart {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] p {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar {
    min-height: 45px !important;
    border: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle {
    border-color: #f6E6DF !important;
    margin-right: 0 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle:hover, [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle:focus {
    background-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-collapse {
    border: none !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-nav > li::before {
    content: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-nav .badge {
    background-color: #FF4C02 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] ul li {
    margin: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] ul li:before {
    content: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductPriceWithTax {
    font-weight: bold;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .pjScProductPriceWithoutTax,
  [id^=pjWrapperShoppingCart_theme] .pjScProductPriceWithoutTax {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-9 {
    padding-left: 30px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-3 ul li {
    padding-right: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails img {
    width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnPrimary {
    color: #f6E6DF !important;
    background: #FF4C02 !important;
    border: 1px solid #FF4C02 !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .btn {
    text-decoration: none !important;
    padding: 10px 20px !important;
    text-align: center !important;
    border: 1px solid !important;
    border-radius: 6px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .pjScBtnPrimary {
    width: 40% !important;
    float: left !important;
    border-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .pjScBtnSecondary {
    width: 56% !important;
    float: right !important;
    border-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnPrimary {
    color: white;
    width: auto;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnSecondary {
    border-radius: 0px !important;
    border: 0px solid transparent !important;
    background: transparent !important;
    color: #f6E6DF !important;
    width: 50%;
    text-align: left;
    padding: 0px !important;
    text-align: right;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnSecondary a {
    color: #f6E6DF;
    padding-left: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProduct .pjScProductImage {
    margin: 0 auto;
    min-width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProduct .pjScProductPrice {
    color: #f6E6DF !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    margin: 0 0 10px 0 !important;
    font-weight: 300 !important;
    letter-spacing: normal;
    font-size: 20px;
    padding-top: 0px;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] h1,
  [id^=pjWrapperShoppingCart_theme] h2,
  [id^=pjWrapperShoppingCart_theme] h3,
  [id^=pjWrapperShoppingCart_theme] th,
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName a,
  [id^=pjWrapperShoppingCart_theme] h3.text-primary.text-uppercase.pjScProductTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCartTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCheckoutTitle strong,
  [id^=pjWrapperShoppingCart_theme] .pjScCart .table .extra-item strong {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
    color: #f6E6DF !important;
    text-transform: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.1882352941) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName {
    height: 60px;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName a {
    font-size: 21px !important;
    line-height: 28px;
    color: #f6E6DF !important;
    letter-spacing: normal;
    margin: 0;
    padding: 0 !important;
    white-space: wrap !important;
  }
  [id^=pjWrapperShoppingCart_theme] h3.text-primary.text-uppercase.pjScProductTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCartTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCheckoutTitle strong {
    color: #f6E6DF !important;
    font-size: 40px !important;
  }
  [id^=pjWrapperShoppingCart_theme] a.scProductLink.scSelectorProduct,
  [id^=pjWrapperShoppingCart_theme] span.glyphicon.glyphicon-remove,
  [id^=pjWrapperShoppingCart_theme] .pjScCart-page table.table.table-striped tr a.scProductLink.scSelectorProduct {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-heading strong,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout .checkbox label {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScCartPrice,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout .pjScCheckoutPrice {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] p.text-uppercase.pjScProductDescriptionTitle {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] p.text-uppercase.pjScProductDescriptionTitle strong {
    color: #f6E6DF !important;
    font-size: 30px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .input-group-addon {
    background: transparent !important;
    color: #F98251 !important;
    border-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scCaptcha {
    border-radius: 6px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control {
    color: #f6E6DF !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #f6E6DF !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control.scSelectorCategoryId {
    border-radius: 13px !important;
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem) !important;
    padding-left: clamp(1.125rem, -0.394rem + 3.18vw, 2.188rem) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control.scSelectorShipping, [id^=pjWrapperShoppingCart_theme] .form-control[name=code], [id^=pjWrapperShoppingCart_theme] .form-control[name=client_name], [id^=pjWrapperShoppingCart_theme] .form-control[name=url], [id^=pjWrapperShoppingCart_theme] .form-control[name=captcha] {
    border-radius: 6px !important;
    padding-left: 15px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control[name=email], [id^=pjWrapperShoppingCart_theme] .form-control[name=phone] {
    border-radius: 0 6px 6px 0 !important;
    padding-left: 15px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] a {
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] a:hover {
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel {
    border-radius: 0px !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-footer .btn {
    border: 0px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-footer a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBar .btn-default {
    color: #f6E6DF !important;
    float: right;
    background: transparent !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) and (max-width: 767px) {
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm {
    width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .input-group {
    margin-right: -11px;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .btn-default {
    padding-right: 0 !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm {
    width: clamp(85%, 100% - 5vw, 100%);
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm input {
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
    padding-left: clamp(1.125rem, -0.394rem + 3.18vw, 2.188rem);
    border-radius: 13px !important;
    color: #f6E6DF !important;
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .btn {
    border: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .glyphicon-search::before {
    position: absolute;
    top: calc(50% - 16px);
    right: 36px;
    z-index: 9999;
    font-size: 16px;
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .text-warning {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .nav-pills > li > a {
    border-radius: 6px !important;
    padding: 9px 25px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background: none !important;
    border-radius: 0px !important;
    font-family: "Helvetica", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb > li:last-of-type a, [id^=pjWrapperShoppingCart_theme] .breadcrumb li.active {
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader {
    border: none !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader .scStoreName,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader a {
    font-size: 16px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    color: #f6E6DF !important;
    background-color: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader .scStoreName:not(.scSelectorLocale):hover,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader a:not(.scSelectorLocale):hover {
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scStoreName {
    display: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScCart,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails label {
    font-family: "Helvetica", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .pjScProductTitle {
    margin-top: 0 !important;
    text-transform: none !important;
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .scSelectorPrice {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
    font-size: 20px;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .h4 {
    margin-bottom: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .row {
    margin-bottom: 5px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-body,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer {
    padding: 0 !important;
    border: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer {
    background: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .row .scButtonSend2Friend {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .rowdiv:nth-of-type(1) {
    width: 100% !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .row > div:nth-of-type(2) {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails > div:first-of-type .list-inline {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnApply, [id^=pjWrapperShoppingCart_theme] .pjScBtnRemoveCode {
    border-color: #FF4C02 !important;
    background: #FF4C02 !important;
    font-weight: bold;
    color: #f6E6DF !important;
  }
  .nieuwsbrief .convertforms .cf-content-wrap,
  .nieuwsbrief .convertforms .cf-form-wrap {
    padding: 0;
  }
  .nieuwsbrief .convertforms .cf-input {
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 8px 10px;
  }
  .nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
    color: #FFF;
    opacity: 0.7;
  }
  .nieuwsbrief .convertforms .cf-btn {
    background-color: #000 !important;
    color: #FFF !important;
    font-family: "Helvetica", sans-serif;
  }
  .nieuwsbrief .convertforms .cf-btn:hover {
    background-color: #FFF !important;
    color: #000 !important;
  }
  .nieuwsbrief .convertforms .cf-two-thirds {
    display: flex;
    align-items: center;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::before {
    background-image: linear-gradient(#b9e9b3, #a8e4a0);
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::after {
    display: block;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .convertforms .cf-checkbox-group {
    padding: 0px;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label {
    padding-left: 1.8em;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5607843137);
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    padding-left: 30px;
    font-family: "Helvetica", sans-serif;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
    color: rgba(255, 255, 255, 0.5607843137);
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    font-family: "Helvetica", sans-serif;
    text-decoration: underline;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
    color: #FFF;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    border-radius: 0px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.05);
    opacity: 1;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::after {
    content: "";
    position: absolute;
    display: none;
    left: 11px;
    top: 14px;
    width: 0.35em;
    height: 0.7em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
  }
  .wj-copyright {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    color: #000;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
    width: 179px;
  }
  .wj-copyright a {
    color: #000;
  }
  .wj-copyright a:hover {
    text-decoration: underline;
  }
  .wj-copyright .container {
    display: flex;
    justify-content: flex-start;
    /* Zorgt voor rechtsuitlijning */
  }
  .wj-copyright .text-wrapper {
    width: 250px;
    /* Stel een vaste breedte in voor de tekstcontainer */
    text-align: left;
    /* Zorgt ervoor dat de tekst rechts uitgelijnd wordt */
    white-space: nowrap;
    /* Voorkom dat de tekst naar de volgende regel gaat */
  }
  .wj-copyright .dynamicText {
    display: inline-block;
  }
  .wj-copyright .cursor {
    display: inline-block;
    width: 2px;
    background-color: black;
    margin-left: 2px;
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .cc-revoke {
    background-color: transparent !important;
    background-image: url(/images/system/icons/cookie-bite-solid.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
  }
  .cc-btn,
  div.cc-checkboxes-container a.cc-btn.cc-allow {
    border: none;
    padding: 15px 30px 15px 30px;
    border-radius: 100px !important;
    margin-top: 10px;
  }
  .cc-btn:hover,
  div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
    text-decoration: none !important;
  }
  div.cc-checkbox-container {
    width: 100%;
  }
  span.cc-cookie-settings-toggler {
    display: none;
  }
  div.cc-checkbox-container input:checked + span {
    background-color: #19a319 !important;
  }
  div.cc-checkbox-container input + span {
    background-color: #f7148b !important;
  }
  div.cc-settings-label {
    font-size: 15px !important;
    font-weight: normal !important;
    margin: 15px 0 !important;
    color: #000 !important;
    opacity: 1 !important;
  }
  div.cc-checkboxes-container div.cc-checkbox-container a {
    pointer-events: none !important;
  }
  .cc-message-text {
    line-height: 150%;
  }
  .cc-link {
    opacity: 1 !important;
    color: #2e1352 !important;
    text-decoration: none !important;
    line-height: 30px;
    margin-bottom: 0 !important;
  }
  a.cc-link.cc-cookie::before,
  a.cc-link.cc-privacy::before {
    content: "";
    float: left;
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background-image: url(/images/system/icons/arrow.svg);
    background-size: cover;
  }
  .cc-link:hover {
    color: #000 !important;
  }
  .cc-highlight {
    margin-top: 50px;
  }
  .cc-header {
    font-size: 120%;
    color: #000;
    margin: 0;
  }
  .cc-header p {
    margin: 0;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allow {
    background-color: #FFF;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allowall {
    background-color: #c7fdbb;
  }
  .cc-custom-revoke {
    line-height: 20px;
  }
  .cc-custom-revoke:hover {
    opacity: 1;
  }
  .bottom .wj-copyright,
  .bottom a,
  .bottom .el-content {
    font-size: 13px;
    color: #FFF;
  }
  .bottom .uk-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  .bottom .uk-container .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .bottom .uk-container .copyright > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 6px;
  }
  .bottom .uk-container .cookies {
    margin-left: auto;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  @font-face {
    font-family: "hwt_slabcolumbian";
    src: url("/templates/yootheme_custom/webfonts/hwt_slab_columbian-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/hwt_slab_columbian-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Comfortaa Regular";
    src: url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Averia Serif Libre Bold";
    src: url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff") format("woff");
  }
  .usp .list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h1,
  h2,
  h3,
  .uk-heading-small {
    font-family: "hwt_slabcolumbian" !important;
  }
  .uk-heading-small {
    font-size: 1.8rem;
  }
  /*WEBSHOP*/
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .scSelectorBuyNowForm {
    width: 100% !important;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group .pjScBtnPrimary {
    width: 100% !important;
  }
  body:not(.xl):not(.xxl) [id^=pjWrapper] .pjScProduct .btn-group .pjScBtnSecondary {
    width: 100% !important;
    margin-top: 10px;
  }
  [id^=pjWrapperShoppingCart_theme] {
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day {
    color: #FFF !important;
    font-weight: bold !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day.disabled {
    color: rgba(246, 230, 223, 0.5019607843) !important;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day.active {
    background-color: #F98251 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .datepicker .datepicker-days .day:hover:not(.disabled) {
    background-color: #FF4C02 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel,
  [id^=pjWrapperShoppingCart_theme] .panel-heading,
  [id^=pjWrapperShoppingCart_theme] .panel-body,
  [id^=pjWrapperShoppingCart_theme] .panel-footer,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-rt .panel-heading,
  [id^=pjWrapperShoppingCart_theme] .checkoutFormCustom,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-b,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader,
  [id^=pjWrapperShoppingCart_theme] .swiper-slide {
    border: none !important;
    background: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] label,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout-b .text-muted {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu {
    background-color: #000 !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown-menu a:hover {
    background: transparent !important;
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown .dropdown-menu {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .dropdown.open .dropdown-menu, [id^=pjWrapperShoppingCart_theme] .dropdown:hover .dropdown-menu {
    display: block !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel {
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductConfirmationMsg {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
    display: flex;
    gap: 4px;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li > a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li > a:hover {
    color: #FFF !important;
    background-color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScFilterCat > li.active > a {
    background-color: #f6E6DF !important;
    color: #000 !important;
  }
  /*COPYRIGHT*/
  /*COOKIE CONSENT*/
}
@media screen and (min-width: 1200px) and (max-width: 1599px) and (max-width: 767px) {
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader {
    flex-direction: column !important;
    row-gap: 10px;
    column-gap: 0 !important;
    width: 100% !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a {
    width: 100% !important;
    text-align: center !important;
    text-transform: unset !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader {
    display: flex !important;
    column-gap: clamp(0.375rem, -0.787rem + 2.43vw, 1.188rem);
    row-gap: 10px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader .text-uppercase {
    text-transform: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a {
    text-decoration: none !important;
    padding: 0 clamp(1rem, -1.145rem + 4.49vw, 2.5rem) !important;
    border-radius: 13px !important;
    font-size: 16px !important;
    line-height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(1), [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(2) {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    border: 1px solid #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(1):hover, [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:nth-child(2):hover {
    color: #f6E6DF !important;
    background-color: transparent !important;
    border: 1px solid #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:last-of-type {
    background: #FF4C02 !important;
    font-weight: bold !important;
    border-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScNavCartHeader a:last-of-type:hover {
    background-color: #F98251 !important;
    color: #FFF !important;
    border: 1px solid #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort .active > a {
    background: #f6E6DF !important;
    color: #000 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li {
    margin-right: 30px !important;
    margin-bottom: 10px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li > a {
    color: #f6E6DF !important;
    font-size: 16px;
    letter-spacing: normal;
    border-radius: 6px !important;
    border: 1px solid #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScSort > li > a:hover {
    color: #F98251 !important;
    background: #000 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc {
    font-family: "Helvetica", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    color: #f6E6DF !important;
    height: 45px !important;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc a, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scProductShortDesc a:hover, [id^=pjWrapperShoppingCart_theme] .pjScProductShortDesc a:hover {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts {
    display: flex;
    flex-wrap: wrap;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 30px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct > br {
    display: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct .scProductShortDesc {
    margin-bottom: 15px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProduct .pjScProductPrice {
    margin-top: auto !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm > div:first-of-type {
    width: 520px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm > div:nth-of-type(2) {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorProductForm .scSelectorAdd2Cart {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] p {
    color: #f6E6DF !important;
    font-family: "Helvetica", sans-serif;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar {
    min-height: 45px !important;
    border: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle {
    border-color: #f6E6DF !important;
    margin-right: 0 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle:hover, [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle:focus {
    background-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-collapse {
    border: none !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-nav > li::before {
    content: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .navbar .navbar-nav .badge {
    background-color: #FF4C02 !important;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] ul li {
    margin: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] ul li:before {
    content: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductPriceWithTax {
    font-weight: bold;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .pjScProductPriceWithoutTax,
  [id^=pjWrapperShoppingCart_theme] .pjScProductPriceWithoutTax {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-9 {
    padding-left: 30px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .col-sm-3 ul li {
    padding-right: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails img {
    width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnPrimary {
    color: #f6E6DF !important;
    background: #FF4C02 !important;
    border: 1px solid #FF4C02 !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .btn {
    text-decoration: none !important;
    padding: 10px 20px !important;
    text-align: center !important;
    border: 1px solid !important;
    border-radius: 6px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .pjScBtnPrimary {
    width: 40% !important;
    float: left !important;
    border-color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorBuyNowForm .pjScBtnSecondary {
    width: 56% !important;
    float: right !important;
    border-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnPrimary {
    color: white;
    width: auto;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnSecondary {
    border-radius: 0px !important;
    border: 0px solid transparent !important;
    background: transparent !important;
    color: #f6E6DF !important;
    width: 50%;
    text-align: left;
    padding: 0px !important;
    text-align: right;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnSecondary a {
    color: #f6E6DF;
    padding-left: 0px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProduct .pjScProductImage {
    margin: 0 auto;
    min-width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProduct .pjScProductPrice {
    color: #f6E6DF !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    margin: 0 0 10px 0 !important;
    font-weight: 300 !important;
    letter-spacing: normal;
    font-size: 20px;
    padding-top: 0px;
    text-align: left;
  }
  [id^=pjWrapperShoppingCart_theme] h1,
  [id^=pjWrapperShoppingCart_theme] h2,
  [id^=pjWrapperShoppingCart_theme] h3,
  [id^=pjWrapperShoppingCart_theme] th,
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName a,
  [id^=pjWrapperShoppingCart_theme] h3.text-primary.text-uppercase.pjScProductTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCartTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCheckoutTitle strong,
  [id^=pjWrapperShoppingCart_theme] .pjScCart .table .extra-item strong {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
    color: #f6E6DF !important;
    text-transform: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.1882352941) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName {
    height: 60px;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProducts .pjScProductName a {
    font-size: 21px !important;
    line-height: 28px;
    color: #f6E6DF !important;
    letter-spacing: normal;
    margin: 0;
    padding: 0 !important;
    white-space: wrap !important;
  }
  [id^=pjWrapperShoppingCart_theme] h3.text-primary.text-uppercase.pjScProductTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCartTitle strong,
  [id^=pjWrapperShoppingCart_theme] h2.text-uppercase.text-primary.pjScCheckoutTitle strong {
    color: #f6E6DF !important;
    font-size: 40px !important;
  }
  [id^=pjWrapperShoppingCart_theme] a.scProductLink.scSelectorProduct,
  [id^=pjWrapperShoppingCart_theme] span.glyphicon.glyphicon-remove,
  [id^=pjWrapperShoppingCart_theme] .pjScCart-page table.table.table-striped tr a.scProductLink.scSelectorProduct {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-heading strong,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout .checkbox label {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScCartPrice,
  [id^=pjWrapperShoppingCart_theme] .pjScCheckout .pjScCheckoutPrice {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] p.text-uppercase.pjScProductDescriptionTitle {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] p.text-uppercase.pjScProductDescriptionTitle strong {
    color: #f6E6DF !important;
    font-size: 30px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .input-group-addon {
    background: transparent !important;
    color: #F98251 !important;
    border-color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scCaptcha {
    border-radius: 6px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control {
    color: #f6E6DF !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #f6E6DF !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control.scSelectorCategoryId {
    border-radius: 13px !important;
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem) !important;
    padding-left: clamp(1.125rem, -0.394rem + 3.18vw, 2.188rem) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control.scSelectorShipping, [id^=pjWrapperShoppingCart_theme] .form-control[name=code], [id^=pjWrapperShoppingCart_theme] .form-control[name=client_name], [id^=pjWrapperShoppingCart_theme] .form-control[name=url], [id^=pjWrapperShoppingCart_theme] .form-control[name=captcha] {
    border-radius: 6px !important;
    padding-left: 15px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .form-control[name=email], [id^=pjWrapperShoppingCart_theme] .form-control[name=phone] {
    border-radius: 0 6px 6px 0 !important;
    padding-left: 15px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] a {
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] a:hover {
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel {
    border-radius: 0px !important;
    box-shadow: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-footer .btn {
    border: 0px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .panel-footer a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBar .btn-default {
    color: #f6E6DF !important;
    float: right;
    background: transparent !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) and (max-width: 767px) {
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm {
    width: 100%;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .input-group {
    margin-right: -11px;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .btn-default {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm {
    width: clamp(85%, 100% - 5vw, 100%);
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm input {
    height: clamp(2.5rem, 0.355rem + 4.49vw, 4rem);
    padding-left: clamp(1.125rem, -0.394rem + 3.18vw, 2.188rem);
    border-radius: 13px !important;
    color: #f6E6DF !important;
    background: rgba(0, 0, 0, 0) !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .btn {
    border: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scSelectorSearchForm .glyphicon-search::before {
    position: absolute;
    top: calc(50% - 16px);
    right: 36px;
    z-index: 9999;
    font-size: 16px;
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .text-warning {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .nav-pills > li > a {
    border-radius: 6px !important;
    padding: 9px 25px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background: none !important;
    border-radius: 0px !important;
    font-family: "Helvetica", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb a {
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .breadcrumb > li:last-of-type a, [id^=pjWrapperShoppingCart_theme] .breadcrumb li.active {
    color: #F98251 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader {
    border: none !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader .scStoreName,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader a {
    font-size: 16px !important;
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    color: #f6E6DF !important;
    background-color: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScHeader .scStoreName:not(.scSelectorLocale):hover,
  [id^=pjWrapperShoppingCart_theme] .pjScHeader a:not(.scSelectorLocale):hover {
    color: #FF4C02 !important;
  }
  [id^=pjWrapperShoppingCart_theme] .scStoreName {
    display: none;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScCart,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails label {
    font-family: "Helvetica", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .pjScProductTitle {
    margin-top: 0 !important;
    text-transform: none !important;
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .scSelectorPrice {
    font-family: "hwt_slabcolumbian", sans-serif;
    font-weight: normal !important;
    font-weight: 300 !important;
    font-size: 20px;
    color: #f6E6DF !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .h4 {
    margin-bottom: 20px !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .row {
    margin-bottom: 5px;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-body,
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer {
    padding: 0 !important;
    border: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer {
    background: transparent !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .row .scButtonSend2Friend {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .rowdiv:nth-of-type(1) {
    width: 100% !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails .panel-footer .row > div:nth-of-type(2) {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScProductDetails > div:first-of-type .list-inline {
    display: none !important;
  }
  [id^=pjWrapperShoppingCart_theme] .pjScBtnApply, [id^=pjWrapperShoppingCart_theme] .pjScBtnRemoveCode {
    border-color: #FF4C02 !important;
    background: #FF4C02 !important;
    font-weight: bold;
    color: #f6E6DF !important;
  }
  .nieuwsbrief .convertforms .cf-content-wrap,
  .nieuwsbrief .convertforms .cf-form-wrap {
    padding: 0;
  }
  .nieuwsbrief .convertforms .cf-input {
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 8px 10px;
  }
  .nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
    color: #FFF;
    opacity: 0.7;
  }
  .nieuwsbrief .convertforms .cf-btn {
    background-color: #000 !important;
    color: #FFF !important;
    font-family: "Helvetica", sans-serif;
  }
  .nieuwsbrief .convertforms .cf-btn:hover {
    background-color: #FFF !important;
    color: #000 !important;
  }
  .nieuwsbrief .convertforms .cf-two-thirds {
    display: flex;
    align-items: center;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::before {
    background-image: linear-gradient(#b9e9b3, #a8e4a0);
  }
  .nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::after {
    display: block;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .convertforms .cf-checkbox-group {
    padding: 0px;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label {
    padding-left: 1.8em;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5607843137);
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    padding-left: 30px;
    font-family: "Helvetica", sans-serif;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
    color: rgba(255, 255, 255, 0.5607843137);
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    font-family: "Helvetica", sans-serif;
    text-decoration: underline;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
    color: #FFF;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    border-radius: 0px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.05);
    opacity: 1;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::after {
    content: "";
    position: absolute;
    display: none;
    left: 11px;
    top: 14px;
    width: 0.35em;
    height: 0.7em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
  }
  .wj-copyright {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    color: #000;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
    width: 179px;
  }
  .wj-copyright a {
    color: #000;
  }
  .wj-copyright a:hover {
    text-decoration: underline;
  }
  .wj-copyright .container {
    display: flex;
    justify-content: flex-start;
    /* Zorgt voor rechtsuitlijning */
  }
  .wj-copyright .text-wrapper {
    width: 250px;
    /* Stel een vaste breedte in voor de tekstcontainer */
    text-align: left;
    /* Zorgt ervoor dat de tekst rechts uitgelijnd wordt */
    white-space: nowrap;
    /* Voorkom dat de tekst naar de volgende regel gaat */
  }
  .wj-copyright .dynamicText {
    display: inline-block;
  }
  .wj-copyright .cursor {
    display: inline-block;
    width: 2px;
    background-color: black;
    margin-left: 2px;
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .cc-revoke {
    background-color: transparent !important;
    background-image: url(/images/system/icons/cookie-bite-solid.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
  }
  .cc-btn,
  div.cc-checkboxes-container a.cc-btn.cc-allow {
    border: none;
    padding: 15px 30px 15px 30px;
    border-radius: 100px !important;
    margin-top: 10px;
  }
  .cc-btn:hover,
  div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
    text-decoration: none !important;
  }
  div.cc-checkbox-container {
    width: 100%;
  }
  span.cc-cookie-settings-toggler {
    display: none;
  }
  div.cc-checkbox-container input:checked + span {
    background-color: #19a319 !important;
  }
  div.cc-checkbox-container input + span {
    background-color: #f7148b !important;
  }
  div.cc-settings-label {
    font-size: 15px !important;
    font-weight: normal !important;
    margin: 15px 0 !important;
    color: #000 !important;
    opacity: 1 !important;
  }
  div.cc-checkboxes-container div.cc-checkbox-container a {
    pointer-events: none !important;
  }
  .cc-message-text {
    line-height: 150%;
  }
  .cc-link {
    opacity: 1 !important;
    color: #2e1352 !important;
    text-decoration: none !important;
    line-height: 30px;
    margin-bottom: 0 !important;
  }
  a.cc-link.cc-cookie::before,
  a.cc-link.cc-privacy::before {
    content: "";
    float: left;
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background-image: url(/images/system/icons/arrow.svg);
    background-size: cover;
  }
  .cc-link:hover {
    color: #000 !important;
  }
  .cc-highlight {
    margin-top: 50px;
  }
  .cc-header {
    font-size: 120%;
    color: #000;
    margin: 0;
  }
  .cc-header p {
    margin: 0;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allow {
    background-color: #FFF;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allowall {
    background-color: #c7fdbb;
  }
  .cc-custom-revoke {
    line-height: 20px;
  }
  .cc-custom-revoke:hover {
    opacity: 1;
  }
  .bottom .wj-copyright,
  .bottom a,
  .bottom .el-content {
    font-size: 13px;
    color: #FFF;
  }
  .bottom .uk-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  .bottom .uk-container .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .bottom .uk-container .copyright > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 6px;
  }
  .bottom .uk-container .cookies {
    margin-left: auto;
    margin-top: 0px;
  }
}