@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
html, input, textarea, button {
  color: #000;
}
a:visited, a {
  color: #000;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #000;
}
p {
  line-height: 1.6;
}
ul > li,
ol > li {
  line-height: 1.6;
}
img {
  height: auto;
}

/* PAGE TITLE */
/* <editor-fold> */
.page-title {
  padding: 10px 0;
  margin: 65px 0 50px;
  text-align: center;
  border: none;
  position: relative;
}
.page-title:not(.m-product-title)::before {
  content: '';
  aspect-ratio: 27.8 / 7.36;
  width: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-60%, -50%);
  background-image: url('../images/icon-mountain.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.page-title .h1:first-child,
.page-title .h2:first-child,
.page-title .h3:first-child,
.page-title .h4:first-child,
.page-title .h5:first-child,
.page-title .h6:first-child,
.page-title h1:first-child,
.page-title h2:first-child,
.page-title h3:first-child,
.page-title h4:first-child,
.page-title h5:first-child,
.page-title h6:first-child {
  font-size: 24px;
  display: inline-block;
  flex: none;
  margin: 0;
}
.page-title .m-text-headline {
  width: 100%;
}
/* </editor-fold> */

/*****| PARTIALS |*****/

/* TOPBAR */
/* <editor-fold> */
.topbar {
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.topbar .topbar-container {
  height: 100%;
  padding: 0 20px;
  position: relative;
}
.topbar .topbar-container,
.topbar .topbar-container > .topbar-left,
.topbar .topbar-container > .topbar-center,
.topbar .topbar-container > .topbar-right {
  display: flex;
  align-items: center;
}
.topbar .topbar-container > .topbar-left {
  justify-content: flex-start;
  flex: 2;
}
.topbar .topbar-container > .topbar-center {
  justify-content: center;
  flex: 1;
  padding: 0 20px;
  min-width: 40%;
}
.topbar .topbar-container > .topbar-right {
  justify-content: flex-end;
  flex: 2;
}
.topbar .topbar-container > .topbar-right > * {
  margin: 0;
}
.topbar .topbar-mobile {
  display: none;
}
.topbar .list-inline > li {
  padding: 0 1em;
}
.topbar .list-inline > li img {
  margin: 0 !important;
}
.topbar .topbar-trustpilot {
  margin-left: 30px;
}
.topbar .topbar-trustpilot > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topbar .topbar-iconlink {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topbar .topbar-iconlink > svg {
  height: 24px;
}
.topbar .topbar-iconlink .count {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  font-style: normal;
}
.topbar .topbar-iconlink > small {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.topbar ul {
  margin: 0;
}
body.pageTypecheckout .topbar {
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.topbar .topbar-minitext {
  display: none;
}
/* </editor-fold> */

/* FOOTER */
/* <editor-fold> */
.footer {
  background-color: #efefef;
  padding: 30px 0;
  position: relative;
}
.footer::before {
  display: block;
  content: '';
  width: 100%;
  aspect-ratio: 1000 / 67;
  background-image: url('../images/mountains.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  position: relative;
  z-index: 1;
}
.footer::after {
  display: block;
  content: '';
  width: 100%;
  aspect-ratio: 1000 / 67;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.footer .footer-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  padding-top: 30px;
}
.footer .footer-col > strong,
.footer .footer-col > p > strong {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.footer .footer-col > strong,
.footer .footer-col > .logo {
  margin-bottom: 20px;
}
.footer .footer-menu {
  margin: 15px 0;
}
.footer .footer-menu > li a {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.footer .footer-menu > li svg {
  height: 16px;
  margin-right: 3px;
}
.footer .footer-articles > li > a:not(.seeAll) {
  display: flex;
}
.footer .footer-articles > li > a .footer-articles-img {
  margin-right: 10px;
}
.footer .footer-articles > li > a strong {
  display: block;
}
.footer .footer-paymenticons {
  margin: 0;
}
.footer .fotter-paymenticons .list-inline > li {
  padding: 0 .25em;
}
.footer .footer-paymenticons > ul {
  margin: 0;
}
.footer .footer-socials {
  margin: 0 0 0 15px;
}
.footer .footer-socials svg {
  height: 20px;
}
.footer .footer-bottom {
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0,0,0,.15);
  display: flex;
  align-items: flex-start;
}
.footer .footer-bottom-col {
  width: 50%;
  flex: none;
}
.footer .footer-bottom-col:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* </editor-fold> */

/*****| MODULES |*****/

/* BREADCRUMB */
/* <editor-fold> */
.m-breadcrumb {
  text-transform: uppercase;
  font-size: 10px;
  padding: 15px 0;
  margin: 0 0 30px;
  position: relative;
}
.m-breadcrumb::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, .1);
  box-shadow: rgb(50 50 93 / 20%) 0px 3px 6px -4px, rgb(0 0 0 / 30%) 0px 1.5px 3.5px -6px;
}
/* </editor-fold> */

/* CATEGORIES */
/* <editor-fold> */
.categorylist {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  margin: 30px 0;
}
.categorylist .category-item {
  height: auto !important;
  margin: 0;
}
.categorylist .category-item a {
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: box-shadow ease .2s, transform ease .2s;
}
.categorylist .category-item a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  transform: scale(1.02);
}
.categorylist .category-item h4 {
  color: #000;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  transition: color ease .2s;
}
/* </editor-fold> */

/* PRODUCT LIST */
/* <editor-fold> */
.angular-productlist {
  min-height: auto !important;
}
.m-category-desc {
  margin-bottom: 30px;
}
.m-category-desc-content {
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 3px;
}
.category-short-description.ck-content {
  padding: 30px;
  border-radius: 3px;
  background-color: #f6f6f6;
  margin: 30px 0;
}
.m-productlist-wrapper {
  display: flex;
    justify-content: space-between;
}
.m-productlist-wrapper .m-productlist-sidebar {
  width: 20.83333%;
  flex: none;
  margin-right: 20px;
}
.m-productlist-toggler {
  display: none;
}
.m-productlist-wrapper .m-productlist-content {
    width: 100%;
    flex: auto;
}
.m-productlist-content .m-productlist-none {
  margin-top: 30px;
}
.productItem {
  margin-bottom: 0;
}
.productItem .type-col {
  border: none;
  height: 100%;
}
.productItem .productContent {
  height: 100%;
  padding: 15px;
  border: solid rgba(0,0,0,.15);
  border-width: 0 1px 1px 0;
}
/* .productItem .productContent.soldout {
  opacity: .5;
} */
.productItem .productContent > form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.productItem .variants {

}
.productItem .product-description {
  flex: auto;
  display: flex;
  flex-direction: column;
}
.productItem .m-productlist-heading {
  flex: none;
  margin-bottom: 0;
}
.productItem .type-col .m-productlist-title {
  font-size: 14px !important;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.productItem .type-col .m-productlist-heading > small {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
}
.productItem .m-productlist-short-description {
  font-size: 13px;
  margin-bottom: 10px;
  color: #4a4a4a;
}
.productItem .type-col .description,
.productItem .type-col .m-reviews-stars,
.productItem .type-col .product-delivery,
.productItem .type-col .title {
  padding: 0;
}
.productItem .type-col .product-description {
  height: auto !important;
  margin: 0;
}
.productItem .type-col .product-transaction,
.productItem .type-col .product-action {
  padding: 0;
  background: transparent;
  border-top: none;
}
.productItem .type-col .product-transaction {
  display: flex;
  flex-direction: column;
}
.productItem .type-col .product-transaction .prices {
  margin-top: auto;
}
.m-productlist-discount {
    font-size: 12px;
}
.m-productlist-discount s, .m-productlist-discount del {
    color: #B4B4B4;
}
.productItem .type-col .product-transaction .m-productlist-price {
  font-size: 18px;
    color: #fa5714;
}
.productItem .image {
  position: relative;
  margin-bottom: 10px
}
.productItem .image .m-productlist-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffde00;
  color: #000;
  z-index: 97;
  font-size: 12px;
  font-weight: bold;
}
.productItem .image .m-productlist-splash {
  display: flex;
  margin: 0 -5px;
  left: auto;
  right: 15px;
  top: 10px;
}
.m-product .splash, .m-productlist .splash {
  z-index: 97;
}
.productItem .productContent .image .m-productlist-image:nth-of-type(2) {
  opacity: 0;
  transition: opacity ease .2s;
}
.productItem .productContent .image .m-productlist-wishlist {
  position: absolute;
  right: 0;
  bottom: 0;
}
.productItem .m-productlist-stock {
  font-size: 12px;
  text-transform: uppercase;
}
.productItem .m-productlist-stock > p > .fa-check + span {
  color: green;
}
.productItem .m-productlist-stock > p > .fa-clock-o + span {
  color: red;
}
.productItem .m-productlist-wishlist button {
  background: transparent;
  border: none;
  padding: 0;
}
.productItem .m-productlist-wishlist svg {
  width: 20px;
  height: 20px;
}
.productItem:hover .productContent .image .m-productlist-image:nth-of-type(2) {
  opacity: 1;
}
.productItem .product-buy {
  display: flex;
  margin-top: 10px;
}
.productItem .product-buy fieldset {
  margin: 0;
}
.productItem .product-buy fieldset:first-child {
  margin-right: 10px;
}
.productItem .product-buy fieldset:last-child {
  flex: auto;
}
.productItem .product-buy fieldset input {
  width: 40px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.15);
}
.productItem .m-productlist-stock {
  margin: 10px 0 0;
  border: none !important;
  font-size: 10px;
  min-height: 16px;
}
.productItem .m-productlist-stock > p {
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
}
.productItem .m-productlist-stock > p > i {
  margin-right: 4px;
  color: green;
}
.productItem .m-productlist-variantData {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease .2s;
}
.productItem:hover .m-productlist-variantData {
  opacity: 1;
  pointer-events: auto;
}
.productItem .m-productlist-variantData-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -2.5px -5px;
}
.productItem .m-productlist-variantData-items > div {
  margin: 0 2.5px 5px;
}
.productItem .m-productlist-variantData-items > div > a {
  display: block;
  padding: 2px 4px;
  border: 1px solid rgba(0,0,0,.15);
  font-size: 12px;
  background-color: #fff;
  color: #000;
  transition: background ease .2s, border ease .2s, color ease .2s;
}
.productItem .m-productlist-variantData-items > div > a:hover {
  background-color: #00b67a;
  border-color: #00b67a;
  color: #fff;
}
.m-productlist .m-productlist-none {
  grid-column-end: span 5;
}
/* SLICK */
.m-productlist:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  border: solid rgba(0,0,0,.15);
  border-width: 1px 0 0 1px;
}
.m-productlist:not(.slick-initialized) > .productItem {
  width: 25%;
}
/* PRODUCTS ONLY */
.m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem {
  width: 20%;
}
/* RELATED / ALSO BOUGHT */
.products-related .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem,
.products-also-bought .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem {
  width: 25%;
}
/* </editor-fold> */

/* SORTBAR */
/* <editor-fold> */
.sortbar {
  display: flex;
  justify-content: center;
}
.sortbar .sortbar-body {
  width: 100%;
  height: 36px;
  display: flex;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 3px;
  padding: 0 15px;
  margin-bottom: 20px;
  align-items: center;
  background-color: #fff;
}
.sortbar .sortbar-body > .sortbar-filter {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  display: none;
}
.sortbar .sortbar-body > .sortbar-filter[data-count]::after {
  content: attr(data-count);
  position: absolute;
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #c7a45a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
}
.sortbar .sortbar-body > .sortbar-filter > svg {
  height: 14px;
  margin-right: 4px;
  stroke-width: 2px;
}
.sortbar .sortbar-body > .form-input {
  border: none;
  padding: 0 25px 0 0;
  background-position: top 50% right 0px;
  font-size: 14px;
  height: auto;
  width: 100%;
}
.table th, .table-h-striped th, .table-v-striped th, .table-border th, .table td, .table-h-striped td, .table-v-striped td, .table-border td {
    border-color: #eee !important;
}
body .m-cart .m-cart-delivery-info-container .m-cart-total-line > td {
    border-top-color: #ddd !important;
}
/* </editor-fold> */

/* PRODUCT ENTITY */
/* <editor-fold> */
.m-product .m-product-splash {
  display: flex;
  margin: 0 -5px;
}
.m-product .m-product-splash > .badge {
  margin: 0 5px 10px;
}
.m-product .m-product-sale {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #fff763;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 16px;
  z-index: 99;
}
.m-product .m-product-image .thumbelina {
  position: static;
  margin-top: 20px;
}
.m-product .m-product-image .thumbelina .owl-wrapper {
  display: grid !important;
  grid-gap: 20px;
  grid-template-columns: repeat(10, 1fr);
}
.m-product .m-product-image .thumbelina .owl-item .item img {
  width: 100%;
}
.m-product .m-product-brand {
  margin: 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.m-product .m-product-brand > a {
  display: block;
  background-color: #fff;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.m-product .m-product-brand > a > img {
  margin: 0;
}
.m-product .m-product-title {
  width: 100%;
  max-width: 600px;
  text-align: left;
  padding: 0;
  margin: 0 0 5px;
  font-size: 24px !important;
}
.m-product .m-product-title::after {
  left: 0;
  transform: translate(0);
}
.m-product .m-product-variantItemNumber-value {
  display: block;
  margin: 0 0 20px;
}
.m-product .m-product-offer {
  margin-top: 20px;
}
.m-product .m-product-price-from {
  display: block;
}
.m-product .m-product-price {
  color: #fa5714;
  font-weight: bold;
  font-size: 40px;
}
.m-product .m-product-stock {
  margin: 10px 0;
}
.m-product .m-product-stock.instock {
  color: green;
}
.m-product .m-product-stock.soldout {
  color: #b6a400;
}
.m-product .m-product-stockamount {
  display: block;
  margin: 0 0 10px;
}
.m-product .m-description-short-wrap {
  margin-bottom: 10px;
}
.m-product .m-product-variants .m-product-dropdown-list {
  max-width: 320px;
  margin-bottom: 20px;
}
.m-product .m-product-transaction {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.m-product .m-product-transaction .m-transaction-input {
  width: 40px;
  text-align: center;
  height: 40px;
  user-select: none;
  border: none;
}
.m-product .m-product-transaction .m-product-transaction-amount {
  display: flex;
  position: relative;
  overflow: hidden;
  flex: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-right: 20px;
  align-items: center;
  background-color: #FFF;
}
.m-product .m-product-transaction .m-product-transaction-amount span {
  width: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
}
.m-product .m-product-transaction .m-product-transaction-amount span:first-child {
  padding-left: 10px;
}
.m-product .m-product-transaction .m-product-transaction-amount span:last-child {
  padding-right: 10px;
}
.m-product .m-product-transaction .m-product-transaction-amount span svg {
  width: 12px;
}
.m-product-transaction-button {
    width: 100%;
}
.m-product .m-product-transaction .m-product-transaction-button .button-primary {
    width: 100%;
    font-size: 20px;
    padding: 10px 20px;
}
.m-product .m-product-transaction .m-product-wishlist {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-product .m-product-transaction .m-product-wishlist button {
  padding: 0;
}
.m-product .m-product-additional-info .pane {
  border: none;
  padding: 20px;
  border: 1px solid rgba(0,0,0,.15);
}
.m-product .m-product-additional-info-container {
  margin-top: 20px;
}
.m-product .m-product-description {
  margin-top: 15px;
}
.m-product .m-product-description .description-full {
  display: none;
}
.m-product .m-product-description + .button::after {
  content: attr(data-showtext);
}
.m-product .m-product-additional-info + .button {
  margin-top: 20px;
}
#toggleDesc:checked + .m-product-description + .button::after {
  content: attr(data-hidetext);
}
/* #toggleDesc:checked + .m-product-description .description-full {
  display: block;
}
#toggleDesc:checked + .m-product-description .description-truncate {
  display: none;
} */
#toggleDesc + .m-product-description-readmore {
  height: 230px;
  overflow: hidden;
  position: relative;
}
#toggleDesc + .m-product-description-readmore::after {
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.9));
  position: absolute;
  top: 0;
  left: 0;
}
#toggleDesc:checked + .m-product-description-readmore {
  height: auto;
}
#toggleDesc:checked + .m-product-description-readmore::after {
  display: none;
}
.m-product .thumbelina li img {
  border: none;
  padding: 5px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 3px;
}
.m-product .m-product-video {
  width: 100%;
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  background-color: #f4f4f4;
  border-radius: 3px;
  overflow: hidden;
}
.m-product .m-product-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-product .viabill-pricetag {
  min-height: 25px;
}
.m-product .m-product-dropdown-list {
  min-height: 37px;
}
/* EXTRABUY */
.m-extrabuy .m-product-extrabuy-heading-all {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.m-extrabuy .m-product-extrabuy-heading-all .m-product-extrabuy-title {
  font-weight: bold;
  font-size: 16px;
}
.m-extrabuy .m-product-extrabuy-heading-large {
  border-bottom: 1px solid rgba(0,0,0,.15);
  padding: 5px 0;
  margin-bottom: 15px;
}
.m-extrabuy .m-product-extrabuy-list {
  margin: 0;
}
.m-extrabuy .m-product-extrabuy-list-item {
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.m-extrabuy .m-product-extrabuy-list-item:last-child {
  padding: 10px 0 0 !important;
  border-bottom: none;
}
.m-extrabuy .m-product-extrabuy-title {
  font-size: 14px;
}
.m-extrabuy .m-product-extrabuy-button {
  margin-left: 10px;
}
.m-extrabuy .m-product-extrabuy-stock {
  font-size: 10px;
  margin: 0;
}
.m-extrabuy .m-product-extrabuy-amount {
  margin: 0 !important;
}
.m-extrabuy .m-product-extrabuy-amount .m-product-extrabuy-input {
  height: 38px;
  width: 38px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 3px;
}
/* </editor-fold> */

/* TEXT */
/* <editor-fold> */
body.frontpage .m-text {
  padding: 60px 0;
  margin: 30px 0 0;
  position: relative;
  display: flex;
    align-items: center;
}
body.frontpage .m-text::before {
  content: '';
  display: block;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
body.frontpage .m-text > * {
  position: relative;
  z-index: 1;
}
body.frontpage .m-text > .m-text-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-right: 5%;
  flex: none;
  width: 40%;
}
body.frontpage .m-text > .m-text-image > img {
  position: absolute;
  width: 100%;
  margin: 0;
}
/* </editor-fold> */

/* CART */
/* <editor-fold> */
.m-cart .m-cart-lines {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.m-cart .m-cart-lines > li {
  background-color: #fff;
  padding: 20px;
  border: 1px solid rgba(0,0,0,.15);
  border-top: none;
  display: flex;
}
.m-cart .m-cart-content-heading {
  display: flex;
  padding: 20px;
  border: 1px solid rgba(0,0,0,.15);
}
.m-cart .m-cart-lines > li > div,
.m-cart .m-cart-content-heading > span {
  flex: none;
  display: block;
}
.m-cart .m-cart-lines > li > div:nth-child(1),
.m-cart .m-cart-content-heading > span:nth-child(1) {
  width: 55%;
}
.m-cart .m-cart-lines > li > div:nth-child(2),
.m-cart .m-cart-lines > li > div:nth-child(3),
.m-cart .m-cart-lines > li > div:nth-child(4),
.m-cart .m-cart-content-heading > span:nth-child(2),
.m-cart .m-cart-content-heading > span:nth-child(3),
.m-cart .m-cart-content-heading > span:nth-child(4) {
  width: 15%;
  text-align: right;
}
.m-cart .m-cart-lines .m-cart-product-info {
  display: flex;
  position: relative;
}
.m-cart .m-cart-lines .m-cart-product-info .m-cart-delete {
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background-color: #000;
  position: absolute;
  top: -20px;
  left: -20px;
  transform: translate(-30%, -30%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.m-cart .m-cart-lines .m-cart-product-info .m-cart-delete > svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}
.m-cart .m-cart-lines .m-cart-product-info figure {
  width: 120px;
  margin-right: 20px;
}
.m-cart .m-cart-lines .m-cart-product-info .m-cart-totalprice {
  display: none;
}
.m-cart .m-cart-amount-edit {
  display: inline-flex;
}
.m-cart .m-cart-amount-edit > .form-input {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
}
.m-cart .m-cart-amount-edit > a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,.15);
}
.m-cart .m-cart-amount-edit > a:first-child {
  border-right: none;
}
.m-cart .m-cart-amount-edit > a:last-child {
  border-left: none;
}
.m-cart .m-cart-amount-edit > a svg {
  width: 12px;
  height: 12px;
}
.m-cart .m-cart-content .placeholder-wrapper .placeholder {
  padding-top: 133.333%;
}
.m-cart .m-cart-content .m-cart-product-number {
  font-size: 10px;
}
.m-cart .m-cart-content .m-cart-product-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.m-cart .m-cart-content .m-cart-variant-title {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.m-cart .m-cart-content .m-cart-product-stock.instock {
  color: #00b67a;
}
.m-cart .m-cart-content .m-cart-product-stock.soldout {
  color: red;
}
.m-cart .m-cart-delivery-info-container .table > tbody > tr > td,
.m-cart .m-cart-delivery-info-container .table > tfoot > tr > td {
  padding-left: 0;
  padding-right: 0;
    border-bottom: 0;
}
.panel-border .t-striped > li:nth-child(odd) {
    background-color: #f6f6f6;
}
.m-cart .m-cart-delivery-info-container .m-cart-total-line > td {
  border-top-color: rgba(0,0,0,.3) !important;
}
.m-cart .m-cart-delivery-info-container .m-cart-sub-total-line > td {
  border: none;
}
.m-cart [action="/actions/cart/couponAdd"] {
  max-width: 320px;
  margin: 0 0 0 auto;
}
.m-cart .m-cart-coupon-row .button-primary,
.m-cart .m-cart-coupon-row [href="/shop/"] {
  width: 100%;
}
.m-cart .m-cart-total-price strong {
  font-size: 20px;
}
.m-cart .button.small {
    background-color: #ddd;
}
/* </editor-fold> */

/* CHECKOUT */
/* <editor-fold> */
body.pageTypecheckout header.topbar {
    justify-content: center;
    border: none;
    box-shadow: rgb(50 50 93 / 20%) 0px 3px 6px -4px, rgb(0 0 0 / 30%) 0px 1.5px 3.5px -6px;
}
body.pageTypecheckout .topbar-container > .topbar-left,
body.pageTypecheckout .topbar-container > .topbar-right,
body.pageTypecheckout .w-productmenu,
body.pageTypecheckout .highlight,
body.pageTypecheckout .m-breadcrumb,
body.pageTypecheckout .w-coporate,
body.pageTypecheckout .w-search,
body.pageTypecheckout .w-usp-mobile {
    display: none !important;
}
body.pageTypecheckout .w-logo {
  display: block !important;
}
body.pageTypecheckout .topbar-container {
  justify-content: center;
}
body.pageTypecheckout .nav-breadcrumbs {
  display: flex;
  justify-content: center;
}
body.pageTypecheckout .nav-breadcrumbs > li {
  float: none;
}
body.pageTypecheckout .panel-border {
  background: #fff;
  border: none;
}
.checkout-title {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.checkoutForm {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}
.checkoutFrame .stepColumn {
    width: 800px !important;
    max-width: 100%;
    margin: 0 auto 40px;
    float: none !important;
    border: none;
    min-height: 10px;
    padding: 30px;
    box-shadow: 0 0 50px rgba(0,0,0,.1);
    position: relative;
    background-color: #fff;
    border-radius: 3px;
}
.checkoutFrame .stepLogin {
    margin: 0 auto;
    box-shadow: none;
    padding: 0;
    z-index: 99;
}
.checkoutFrame .stepLogin form {
    width: 100%;
    background-color: #fff;
}
.checkoutFrame .stepColumn::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(255,255,255,1.00);
    position: absolute;
    top: 100%;
    left: 30px;
    z-index: 20;
}
.checkoutFrame .stepLogin::after {
    display: none;
}
.checkoutFrame .stepColumn:last-child::after {
    display: none;
}
.checkoutFrame .stepColumn .title {
    margin-bottom: 20px;
}
.checkoutFrame .stepColumn .panel {
    border: none;
}
.checkoutFrame .stepColumn .panel-body {
    padding: 0 !important;
}
.checkoutFrame .stepColumn .contactInfoContainer,
.checkoutFrame .stepColumn .deliveryContactInfo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% -2%;
    padding-bottom: 15px;
}
.checkoutFrame .stepColumn .contactInfoContainer > *,
.checkoutFrame .stepColumn .deliveryContactInfo > * {
    width: 48%;
    margin: 0 1% 2%;
}
.checkoutFrame .stepColumn .contactInfoContainer > .customer-type-dynamic-fields,
.checkoutFrame .stepColumn .contactInfoContainer > .m-checkout-customer-type {
  width: 98%;
}
.checkoutFrame .stepColumn .contactInfoContainer .m-checkout-coupon .input-group > input {
  flex: auto;
}
.checkoutFrame .stepColumn .contactInfoContainer .m-checkout-coupon .input-group > span {
  width: auto;
  flex: none;
}
.checkoutFrame .stepColumn .contactInfoContainer hr {
  display: none;
}
.checkoutFrame .customer-type-static-fields {
  display: none;
}
.checkoutFrame .stepColumn .input-group {
    border: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: stretch;
}
.checkoutFrame .stepColumn .input-group > * {
    border: none;
}
.checkoutFrame .stepColumn .input-group > .input-group-addon {
    border-right: 1px solid #dfdfdf;
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-width: 40px;
    padding: 0;
    height: inherit;
}
.checkoutFrame .stepColumn .input-group > .input-group-main {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.checkoutFrame .stepColumn .m-checkout-delivery .input-group > .input-group-main > span {
    width: 50% !important;
}
.checkoutFrame .stepColumn .m-checkout-delivery .input-group > .input-group-main > span:nth-child(2) {
    text-align: right;
}
.checkoutFrame .stepColumn .m-checkout-delivery .input-group > .input-group-main > span:last-child {
    width: 100% !important;
    font-weight: normal;
    margin-top: 5px;
}
.checkoutFrame .stepColumn .input-group > .input-group-main > .tooltip {
    margin-left: 5px;
}
.checkoutFrame .stepColumn .deliveryMethodGroupProductsHeader {
    margin-bottom: 15px;
}
.checkoutFrame .stepColumn .stepNumber {
    display: none;
}
.checkoutFrame .stepColumn .orderSummary td {
    border-color: #dfdfdf;
    padding: 5px 0;
}
.checkoutFrame .stepColumn .termsAndConditionsContainer {
    margin: 15px 0;
}
.checkoutFrame .stepColumn .buttonContainer > *:not(:last-child) {
    display: none;
}
.checkoutFrame .stepColumn .buttonContainer > button[type="submit"] {
    min-height: 45px;
    width: 100%;
}
.checkoutFrame .stepColumn textarea.form-input {
    border-color: #dfdfdf;
    min-height: 90px !important;
}
.checkoutFrame .stepColumn.column1 ::-webkit-input-placeholder {
    color: #fff;
}
.checkoutFrame .stepColumn.column1 :-moz-placeholder {
   color: #fff;
   opacity: 1;
}
.checkoutFrame .stepColumn.column1 ::-moz-placeholder {
   color: #fff;
   opacity: 1;
}
.checkoutFrame .stepColumn.column1 :-ms-input-placeholder {
   color: #fff;
}
.checkoutFrame .stepColumn .glsTitle .panel-body {
    padding: 0;
}
.checkoutFrame .stepColumn .DroppointAddressContainer .panel-heading {
    padding: 10px 0;
    border-color: #dfdfdf;
}
.checkoutFrame .stepColumn .targetContainer > ul {
    padding: 0 !important;
}
.checkoutFrame .stepColumn #orderLines {
    font-size: 12px;
}
.checkoutFrame .stepColumn #orderLines .orderLineTitle > div {
    display: flex;
    align-items: center;
}
.checkoutFrame .stepColumn #orderLines .orderLineTitle > div > div {
    margin-right: 10px;
}
.checkoutFrame .stepColumn #orderLines .orderLineTitle > div > div:last-child {
    margin-right: 0;
    flex: auto;
}
.checkoutFrame .stepColumn #orderLines .orderLineTitle > div > div:first-child > strong {
    text-transform: lowercase;
    font-size: 12px;
}
.checkoutFrame .stepColumn #orderLines .orderLineTitle > div > div img {
    margin: 0 !important;
}
.checkoutFrame .stepColumn #orderLines .orderLineTitle > div > div:last-child > div {
    display: flex;
}
.checkoutFrame .stepColumn #orderLines .orderLineTitle > div > div:last-child > div > div:last-child {
    margin-left: auto;
}
.checkoutFrame .stepColumn .stepHeaderLogin {
    position: absolute;
    top: 30px;
    right: 30px;
}
.checkoutFrame .stepColumn label[for="acceptTerms"] > a {
    margin-left: 6px;
}
.checkoutFrame .deliveryMethodGroupContainer {
  display: flex;
  flex-direction: column;
}
.checkoutFrame .deliveryMethodGroupContainer > * {
  order: 1;
}
.checkoutFrame .deliveryMethodGroupContainer > *:nth-child(2) {
  order: 999;
}
#overlayterms {
    padding: 15px !important;
}
.step-coupon {
    display: flex;
}
.step-coupon .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    flex: none;
    width: auto;
}
.step-coupon input {
    width: 100%;
    flex: auto;
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
    padding-left: 20px;
}
/* </editor-fold> */

/* BLOG LIST */
/* <editor-fold> */
.m-blog-list .m-blog-list-item {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: rgb(50 50 93 / 20%) 0px 3px 6px -4px, rgb(0 0 0 / 30%) 0px 1.5px 3.5px -6px;
}
.m-blog-list .m-blog-list-item > article {
  margin: 0;
}
/* </editor-fold> */

/* BLOG ENTITY */
/* <editor-fold> */
.m-blog-wrapper {
  display: flex;
}
.m-blog-sidebar {
  width: 20.83333%;
  flex: none;
  margin-left: 30px;
}
.m-blog-sidebar .m-blog-commets-container {
  padding: 15px;
  border: 1px solid rgba(0,0,0,.15);
}
.m-blog-content {
  width: 100%;
  flex: auto;
}
/* </editor-fold> */

/*****| WIDGETS |*****/

/* COPORATE */
/* <editor-fold> */
.w-coporate {
  border-bottom: 1px solid rgba(0,0,0,.1);
  font-size: 12px;
  padding: 10px 0;
  background-color: #fff;
}
.w-coporate .w-coporate-content {
  display: flex;
}
.w-coporate .w-coporate-left,
.w-coporate .w-coporate-right {
  flex: auto;
  display: flex;
}
.w-coporate .w-coporate-left {
  justify-content: flex-start;
}
.w-coporate .w-coporate-right {
  justify-content: flex-end;
}
.w-coporate .w-usp {
  margin-right: 20px;
}
.w-coporate ul > li.w-coporate-helpcenter {
  display: none;
}
.w-coporate ul {
  margin: 0;
}
.w-coporate ul > li svg {
  width: auto;
  height: 14px;
  stroke: #888;
  margin-right: 5px;
}
.w-coporate ul.flags > li img {
  margin: 0;
  height: 14px;
}
.w-coporate ul > li > a {
  display: flex;
  align-items: center;
}
.w-coporate ul.flags > li {
  padding: 0 .25em;
}
/* </editor-fold> */

/* USP */
/* <editor-fold> */
.w-usp-mobile {
  display: none;
}
.w-usp {
  text-align: center;
  margin: 0;
}
.w-usp li {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  flex-direction: row !important;
}
.w-usp li > img {
  height: 14px;
  margin: 0 6px 0 0;
}
.w-usp li > strong {
  margin-right: 4px;
}
/* </editor-fold> */

/* LOGO */
/* <editor-fold> */
.w-logo .h1 {
  margin-bottom: 0;
  font-size: 20px;
}
.w-logo img {
  height: 60px !important;
  width: auto !important;
  aspect-ratio: 139 / 60;
}
/* </editor-fold> */

/* SEARCH */
/* <editor-fold> */
.w-search {
  width: 100%;
  background-color: #f2f2f2;
  height: 50px;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.w-search .w-search-form {
  display: flex;
  height: 100%;
}
.w-search .form-input {
  border: none;
  background: transparent;
  padding: 0 25px;
  height: 100%;
}
.w-search .button {
  background: transparent !important;
  height: 100%;
  padding-right: 15px;
  flex: none;
  width: 50px;
}
.w-search .button svg {
  height: 20px;
}
.search-mobile {
  display: none;
}
/* </editor-fold> */

/* CART */
/* <editor-fold> */
.w-cart .quick-cart-link {
  display: flex;
  background-color: #21a56e;
  padding: 10px 15px 10px 10px;
  border-radius: 3px;
  cursor: pointer;
  flex-direction: row;
}
.w-cart .quick-cart-link > span {
  display: flex;
  align-items: center;
}
.w-cart .quick-cart-link > span:first-child {
  margin-right: 8px;
}
.w-cart .quick-cart-link svg {
  height: 20px;
  stroke: #fff;
}
.w-cart .quick-cart-link small {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.w-cart .w-cart-product {
  position: relative;
}
.w-cart .w-cart-product .w-cart-delete {
  position: absolute;
  top: 0;
  left: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  z-index: 99;
}
.w-cart .w-cart-product .w-cart-delete > svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}
.w-cart .topbar-iconlink > svg {
  stroke: #00b67a;
}
.w-cart .topbar-iconlink > small {
  color: #00b67a;
}
.w-cart .w-cart-goto-cart .button {
  background-color: #00b67a;
  color: #fff;
}
.w-cart .dropdown .dropdown-menu {
  min-width: 320px;
}
.w-cart .dropdown .dropdown-menu {
  padding: 0;
}
.w-cart .dropdown-container {
  padding: 0;
}
.w-cart .dropdown-menu ul {
  padding: 10px 0;
}
.w-cart .dropdown-container li.media {
  padding: 10px 20px;
  margin: 0;
}
.w-cart .dropdown-body {
  padding: 15px 20px;
}
.w-cart .dropdown-body .quick-cart-expanded-total > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.w-cart .dropdown-footer {
  padding: 20px;
}
/* </editor-fold> */

/* BOXES */
/* <editor-fold> */
.w-boxes {
  display: flex;
  margin-top: 20px;
}
.w-boxes .w-boxes-col:first-child {
  width: calc(75% - 20px);
  margin-right: 20px;
}
.w-boxes .w-boxes-col:last-child {
  width: 25%;
}
.w-boxes .w-boxes-item {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.w-boxes .w-boxes-col:last-child .w-boxes-item {
  margin-bottom: 20px;
}
.w-boxes .w-boxes-col:last-child .w-boxes-item:last-child {
  margin-bottom: 0;
}
.w-boxes .w-boxes-col:last-child .w-boxes-item {
  aspect-ratio: 390 / 108;
}
.w-boxes .w-boxes-col:first-child .w-boxes-item {
  aspect-ratio: 1150 / 492;
}
.w-boxes .w-boxes-item > img {
  width: 100%;
  margin: 0;
}
.w-boxes .w-boxes-item .w-boxes-item-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 15px;
  color: #fff;
  line-height: 1.4;
}
.w-boxes .w-boxes-item .w-boxes-item-overlay > div {
  width: 100%;
  display: flex;
}
.w-boxes .w-boxes-item .w-boxes-item-overlay > div > div:last-child {
  flex: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.w-boxes .w-boxes-item .w-boxes-item-overlay strong {
  font-size: 20px;
}
.w-boxes .w-boxes-item .w-boxes-item-overlay p {
  margin: 0;
  font-size: 12px;
}
.w-boxes .w-boxes-col:first-child .w-boxes-item .w-boxes-item-overlay {
  padding: 30px;
}
.w-boxes .w-boxes-col:first-child .w-boxes-item .w-boxes-item-overlay strong {
  font-size: 32px;
}
.w-boxes .w-boxes-col:first-child .w-boxes-item .w-boxes-item-overlay p {
  font-size: 16px;
  margin: 0;
}
/* </editor-fold> */

/* BRANDS */
/* <editor-fold> */
.w-brands {
  position: relative;
  border-top: 1px solid rgba(0,0,0,.15);
  border-bottom: 1px solid rgba(0,0,0,.15);
  margin-top: 30px;
}
.w-brands::before,
.w-brands::after {
  content: '';
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,.))
}
.w-brands .w-brand-items {
  overflow: hidden;
}
.w-brands .w-brand-items li {
  padding: 15px;
}
.w-brands .w-brand-items a {
  display: block;
  outline: none;
  transition: opacity ease .2s;
  padding: 0 20px;
}
.w-brands .w-brand-items img {
  max-width: 100%;
  height: auto;
  margin: 0;
  pointer-events: none;
}
.w-brands .w-brand-items strong {
  padding: 15px 0;
  text-align: center;
  display: block;
}
.w-brands + .footer {
  margin-top: 0;
}
.w-brands .slick-list {
  margin: 0 -10px;
}
.w-brands .slick-track {
  display: flex !important;
}
.w-brands .slick-slide {
  margin: 0 10px;
  height: inherit !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* CLS */
.w-brands .w-brand-items:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 20px;
}
.w-brands .w-brand-items:not(.slick-initialized) li:nth-child(n+10) {
  display: none;
}
/* </editor-fold> */

/* MOBILE MENU */
/* <editor-fold> */
.w-mobilemenu {
  display: none;
}
/* </editor-fold> */

/* NOTIFICATIONS */
/* <editor-fold> */
.w-notification {
  margin-top: 20px;
}
/* </editor-fold> */

/* PRODUCTMENU */
/* <editor-fold> */
.w-productmenu {
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,.15);
}
body.frontpage .w-productmenu {
  box-shadow: rgb(50 50 93 / 20%) 0px 3px 6px -4px, rgb(0 0 0 / 30%) 0px 1.5px 3.5px -6px;
}
.w-productmenu .w-productmenu-ul {
  margin: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.w-productmenu .w-productmenu-ul > li {
  text-align: left;
}
.w-productmenu .w-productmenu-ul > li.has-normalDropdown {
  position: relative;
}
.w-productmenu .w-productmenu-ul > li > a {
  padding: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
}
.w-productmenu .w-productmenu-ul > li > a > .marker {
  width: 12px;
  height: 12px;
  padding: 0;
  margin-left: 3px;
}
.w-productmenu .w-productmenu-ul > li > a > .marker > svg {
  width: 100%;
  height: 100%;
}
/* DROPDOWN */
.w-productmenu .w-productmenu-ul .megamenu,
.w-productmenu .w-productmenu-ul .dropdown {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 30px;
  z-index: 999;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 20px 27px -5px, rgba(0, 0, 0, 0.3) 0px 12px 16px -8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease .2s, top ease .2s;
}
.w-productmenu .w-productmenu-ul .dropdown {
  left: 0;
  min-width: 240px;
  transform: none;
  padding: 15px 20px;
}
.w-productmenu .w-productmenu-ul > li:hover .megamenu,
.w-productmenu .w-productmenu-ul > li:hover .dropdown {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
.w-productmenu .w-productmenu-ul .megamenu > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1% -2%;
}
.w-productmenu .w-productmenu-ul .megamenu > ul > li {
  width: 18%;
  margin: 0 1% 2%;
}
.w-productmenu .w-productmenu-ul .megamenu > ul > li.productbanner > img {
  width: 100%;
  margin: 0 !important;
}
.w-productmenu .w-productmenu-ul .megamenu > ul > li > a,
.w-productmenu .w-productmenu-ul .megamenu > ul > li > b {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.w-productmenu .w-productmenu-ul .dropdown > ul > li > a {
  display: block;
  padding: 5px 0;
}
.w-productmenu .w-productmenu-ul .megamenu > ul > li > ul {
  display: flex;
  flex-direction: column;
}
.w-productmenu .w-productmenu-ul .megamenu > ul > li > ul > li.seeMore {
  order: 99;
}
.w-productmenu .w-productmenu-ul .megamenu > ul > li > ul > li.seeMore > a {
  font-weight: bold;
  display: block;
  margin-top: 5px;
  color: #888;
}
.w-productmenu .w-productmenu-ul .megamenu > ul > li > ul > li > ul {
  display: none;
}
/* </editor-fold> */

/* CATEGORYTREE */
/* <editor-fold> */
.w-categorytree {
  /* padding: 10px 15px;
  border: 1px solid rgba(0,0,0,.15); */
}
.w-categorytree .w-categorytree-ul > li ul ul {
  display: none;
}
.w-categorytree .w-categorytree-ul li > a {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.w-categorytree .w-categorytree-ul li a {
  outline: none;
}
.w-categorytree .w-categorytree-ul > li.active > a {
  font-weight: bold;
}
.w-categorytree .w-categorytree-ul li.has-dropdown > a > .marker {
  margin-left: auto;
  padding: 0;
}
.w-categorytree .w-categorytree-ul li.has-dropdown > a > .marker > svg {
  width: 16px;
  height: 16px;
}
.w-categorytree .w-categorytree-ul > li ul {
  display: none;
  padding: 5px 0 5px 15px;
  border-left: 2px solid rgba(0,0,0,.2);
}
.w-categorytree .w-categorytree-ul li.active > ul {
  display: block;
}
.w-categorytree .w-categorytree-ul > li ul > li > a {
  font-size: 12px;
}
.w-categorytree .w-categorytree-ul > li ul > li.active > a {
  font-weight: bold;
}
/* </editor-fold> */

/* HELPCENTER */
/* <editor-fold> */
.w-helpcenter > label {
  cursor: pointer;
}
.w-helpcenter > label > svg {
  vertical-align: middle;
}
.w-helpcenter .w-helpcenter-dropdown {
  font-size: 14px;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 1560px;
  max-height: 90%;
  width: calc(100% - 40px);
  padding: 30px;
  background-color: #fff;
  box-shadow: rgb(50 50 93 / 25%) 0px 20px 27px -5px, rgb(0 0 0 / 30%) 0px 12px 16px -8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease .2s, transform ease .2s;
  transform: translate(-50%, 0);
  z-index: 999;
  border-radius: 3px;
}
#toggleHelp:checked + .w-helpcenter .w-helpcenter-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
.w-helpcenter .w-helpcenter-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #000;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.w-helpcenter .w-helpcenter-close > svg {
  stroke: #fff;
  width: 20px;
}
.w-helpcenter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease .2s;
  background-color: rgba(0,0,0,.5);
}
#toggleHelp:checked + .w-helpcenter + .w-helpcenter-overlay {
  opacity: 1;
  pointer-events: auto;
}
.w-helpcenter-dropdown > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
  padding: 0;
  list-style: none;
}
.w-helpcenter-dropdown > ul > li {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
}
.w-helpcenter-dropdown > ul > li > a {
  border: 1px solid rgba(0,0,0,.15);
  padding: 30px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  text-align: center;
  color: #000;
  border-radius: 3px;
  height: 100%;
}
/* </editor-fold> */

/* COUNTRYPOPUP */
/* <editor-fold> */
.w-countrypopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.w-countrypopup .w-countrypopup-content {
  padding: 30px;
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.w-countrypopup .w-countrypopup-content > strong {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.w-countrypopup .w-countrypopup-content > p {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
}
.w-countrypopup .w-countrypopup-flags {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0 30px;
  margin: 0 -10px;
}
.w-countrypopup .w-countrypopup-flags > li {
  width: calc(20% - 20px);
  margin: 0 10px;
}
.w-countrypopup .w-countrypopup-flags > li img {
  width: 100%;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 999px;
  transition: border .2s ease, padding .2s ease;
}
.w-countrypopup .w-countrypopup-flags > li input[type="radio"]:checked + img {
  padding: 5px;
  border-color: #000;
}
.w-countrypopup .w-countrypopup-delivery {
  padding: 15px 0;
}
.w-countrypopup .w-countrypopup-delivery > strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.w-countrypopup .w-countrypopup-delivery > select {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.15);
  height: 34px;
  outline: none;
}
.w-countrypopup .w-countrypopup-bottom {
  margin-top: 20px;
}
/* </editor-fold> */

/* SHIPPING */
/* <editor-fold> */
.w-shipping {
  position: relative;
  margin: -3px 15px;
}
.w-shipping .w-shipping-label {
  display: flex;
  align-items: center;
  padding: 5px 7px;
  border: 1px solid rgba(0,0,0,.15);
  font-size: 12px;
  cursor: pointer;
}
.w-shipping .w-shipping-label > svg {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.w-shipping .w-shipping-dropdown {
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 15px;
  transform-origin: top;
  transform: scaleY(0);
  z-index: 999;
  list-style: none;
  margin: 0;
  background-color: #fff;
  box-shadow: rgb(50 50 93 / 10%) 0px 30px 60px -12px, rgb(0 0 0 / 15%) 0px 18px 36px -18px;
  transition: transform .2s ease;
}
.w-shipping:hover .w-shipping-dropdown {
  transform: scaleY(1);
}
.w-shipping .w-shipping-dropdown > li > a {
  display: block;
  padding: 2.5px 0;
  cursor: pointer;
}
/* </editor-fold> */

/*****| LIBRARIES |*****/

/* HEADINGS */
/* <editor-fold> */
.h1, .h2, .h3,
h1, h2, h3 {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.h4, .h5, .h6,
h4, h5, h6 {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
/* </editor-fold> */

/* CONTAINER */
/* <editor-fold> */
.container {
  width: 100% !important;
  max-width: 1600px;
  padding: 0 20px !important;
}
/* </editor-fold> */

/* LISTS */
/* <editor-fold> */
.list-inline > li {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
/* </editor-fold> */

/* DROPDOWN */
/* <editor-fold> */
.dropdown-container {
  border: none;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 30px 60px -12px, rgba(0, 0, 0, 0.15) 0px 18px 36px -18px;
}
.dropdown-menu ul {
  padding: 7px 0;
}
.dropdown-menu ul li {
  padding: 0;
}
.dropdown-menu li > a,
.dropdown-menu li > b {
  padding: 8px 15px;
  display: block;
}
.dropdown-menu li > a {
  opacity: .7;
  transition: opacity ease .2s;
}
.dropdown-menu li > a:hover {
  opacity: 1;
}
/* </editor-fold> */

/* FORM INPUTS */
/* <editor-fold> */
select.form-input {
  padding-right: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: top 50% right 5px;
}
/* </editor-fold> */

/* BUTTONS */
/* <editor-fold> */
.button,
.button-group>li>a,
.button-primary,
.button-text,
.default .input-group-addon,
.default .input-group-button>.button,
.default .input-group-button>.button-primary,
.default .input-group-button>.button-text,
.default .input-group-image,
.default .input-group-main,
.default.button,
.default.button-group>li>a,
.default.button-primary,
.default.button-text,
.default.form-input,
.default.form-label,
.default.pager-group>.button,
.default.pager-group>.button-primary,
.default.pager-group>.button-text,
.default.pagination>li>a,
.form-input,
.form-label.input-group-main,
.input-group-addon,
.input-group-image,
.navbar-brand,
.pagination>li>a,
.table td,
.table th,
.table-border td,
.table-border th,
.table-h-striped td,
.table-h-striped th,
.table-v-striped td,
.table-v-striped th {
    font-size: 12px;
}
.small .input-group-addon,
.small .input-group-button>.button,
.small .input-group-button>.button-primary,
.small .input-group-button>.button-text,
.small .input-group-image,
.small .input-group-main,
.small.button,
.small.button-group>li>a,
.small.button-primary,
.small.button-text,
.small.form-input,
.small.form-label,
.small.pager-group>.button,
.small.pager-group>.button-primary,
.small.pager-group>.button-text,
.small.pagination>li>a,
small {
    font-size: 12px;
}
.button,
.button-primary,
.button-text,
.button-border {
  text-transform: uppercase;
  font-weight: bold !important;
  border: none;
  border-radius: 3px;
  user-select: none;
  transition: background ease .2s;
}
.button-border {
  padding: .75em 1em;
  background: transparent;
  border: 1px solid #ccc;
}
.input-group-button>.button,
.input-group-button>.button-primary,
.input-group-button>.button-text,
.button,
.button-group>li>a,
.button-primary,
.button-text,
.pager-group>.button,
.pager-group>.button-primary,
.pager-group>.button-text {
  padding: .75em 1em;
}
.large .input-group-button>.button,
.large .input-group-button>.button-primary,
.large .input-group-button>.button-text,
.large.button,
.large.button-group>li>a,
.large.button-primary,
.large.button-text,
.large.pager-group>.button,
.large.pager-group>.button-primary,
.large.pager-group>.button-text {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.button-text:hover {
  text-decoration: none;
}
.button-icon {
  padding-left: 1em !important;
}
.button-icon > svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
.button-icon.large {
  padding-left: 1.5em !important;
}
.button-icon.large > svg {
  width: 20px;
  height: 20px;
}
.button-icon.button-icon-right {
  padding-left: 1.5em !important;
  padding-right: 3.5em;
}
.button-icon.button-icon-right > svg {
  left: auto;
  right: 1em;
}
.input-group .input-group-button:last-child > .button {
  border: 1px solid rgba(0,0,0,.15);
  background: transparent;
}
/* </editor-fold> */

/* BADGES */
/* <editor-fold> */
.badge {
  padding: 0 6px 0 8px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
}
.badge.badge-succes,
.badge.badge-warning {
  border: none;
  color: #fff;
}
.badge.badge-succes {
  background-color: #000;
}
.badge.badge-warning {
  background-color: #000;
}
/* </editor-fold> */

/* FEATHER */
/* <editor-fold> */
svg.feather {
  stroke-width: 2.5px;
}
/* </editor-fold> */

/* PANELS */
/* <editor-fold> */
.panel-warning,
.panel-danger,
.panel-success {
  background: transparent;
  border-color: rgba(0,0,0,.15);
  color: #aaa;
}
/* </editor-fold> */

/* FANCYBOX */
/* <editor-fold> */
.fancybox-inner .container {
  width: 500px;
  padding: 0;
}
.fancybox-inner #overlayprivacyPolicy {
  padding: 20px;
}
/* </editor-fold> */

/* NAV TABS */
/* <editor-fold> */
.nav-tabs li > a {
  padding: 10px 15px;
  font-size: 14px;
}
.nav-tabs li.active > a {
  background-color: #fff;
}
.t-panel-clean > .pane {
  background-color: #fff;
}
.t-panel-clean > .pane p:last-of-type {
  margin-bottom: 0;
}
/* </editor-fold> */

/* TOUCH */
/* <editor-fold> */
html.touch .form-input,
html.touch .form-input.input-group-main {
  font-size: 13px;
}
/* </editor-fold> */

/* PAGINATION */
/* <editor-fold> */
.pagination {
  margin-top: 30px;
}
.pagination > li a {
  background: transparent;
}
.pagination > li.current a {
  background-color: #00b67a;
  color: #fff;
}
/* </editor-fold> */

/* PAGINATION */
/* <editor-fold> */
.select2-container {
}
.select2-container .select2-choice {
  border: none;
  height: 34px;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.15);
}
.select2-container .select2-choice .select2-arrow {
  width: 20px;
  margin-right: 5px;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 0 4px;
}
/* </editor-fold> */

@media (min-width: 959px) {

  /*****| LIBRARIES |*****/

  /* DROPDOWN */
  /* <editor-fold> */
  .dropdown-menu {
    pointer-events: none;
  }
  .dropdown:hover>.dropdown-menu {
    pointer-events: auto;
  }
  /* </editor-fold> */

}

@media (max-width: 1600px) {

  /*****| WIDGETS |*****/

  /* PRODUCTMENU */
  /* <editor-fold> */
  .w-productmenu .w-productmenu-ul > li:hover .megamenu {
    opacity: 0;
    pointer-events: none;
  }
  .w-productmenu .w-productmenu-ul > li.show > .megamenu {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
  }
  /* </editor-fold> */
}

@media (max-width: 1280px) {

  /*****| PARTIALS |*****/

  /* TOPBAR */
  /* <editor-fold> */
  .topbar .topbar-trustpilot > li img {
    width: 24px;
  }
  .topbar .topbar-trustpilot > li small {
    display: none;
  }
  /* </editor-fold> */

  /* FOOTER */
  /* <editor-fold> */
  .footer .footer-row {
    grid-template-columns: repeat(3, 1fr)
  }
  .footer .footer-row .footer-col:last-child {
    grid-area: 2 / 2 / 3 / 4;
  }
  /* </editor-fold> */

  /*****| MODULES |*****/

  /* PRODUCT LIST */
  /* <editor-fold> */
  .productItem .image .m-productlist-sale {
    top: .5em;
    left: .5em;
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .productItem .image .m-productlist-splash {
    right: .5em;
    top: .5em;
    flex-direction: column;
  }
  .productItem .image .m-productlist-splash > .badge {
    height: 16px;
    font-size: 9px;
    padding: 0 3px;
    margin: 0 5px 5px;
    align-self: flex-end;
  }
  .productItem .type-col .m-productlist-brand {
    font-size: 9px;
  }
  .productItem .type-col .m-productlist-title {
    font-size: 10px;
  }
  .productItem .m-productlist-stock {
    font-size: 10px;
  }
  .productItem .m-productlist-price {
    font-size: 12px;
  }
  .productItem .m-productlist-price-before-discount {
    font-size: 10px;
  }
  .productItem .m-productlist-wishlist svg {
    width: 16px;
    height: 16px;
  }
  /* SLICK */
  .m-productlist:not(.slick-initialized) > .productItem {
    width: 33.333%;
  }
  /* PRODUCTS ONLY */
  .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem {
    width: 25%;
  }
  /* RELATED / ALSO BOUGHT */
  .products-related .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem,
  .products-also-bought .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem {
    width: 33.333%;
  }
  /* </editor-fold> */

  /* PRODUCT BRANDS */
  /* <editor-fold> */
  .m-brands {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  /* </editor-fold> */

  /* CATEGORIES */
  /* <editor-fold> */
  .categorylist {
    grid-gap: 20px;
    margin: 20px 0;
  }
  .categorylist .category-item a {
    padding: 10px;
  }
  .categorylist .category-item h4 {
    font-size: 12px;
  }
  /* </editor-fold> */

  /* TEXT */
  /* <editor-fold> */
  body.frontpage .m-text {
    padding: 20px 0;
    margin: 30px 0 0;
  }
  body.frontpage .m-text > .m-text-image {
    display: none;
  }
  /* </editor-fold> */

  /* BLOG ENTITY */
  /* <editor-fold> */
  .m-blog-sidebar {
    width: 25%;
  }
  /* </editor-fold> */

  /*****| WIDGETS |*****/

  /* BRANDS */
  /* <editor-fold> */
  .w-brands .w-brand-items:not(.slick-initialized) {
    grid-template-columns: repeat(7, 1fr);
  }
  .w-brands .w-brand-items:not(.slick-initialized) li:nth-child(n+8) {
    display: none;
  }
  /* </editor-fold> */

  /* USP */
  /* <editor-fold> */
  .w-usp-mobile {
    display: block;
    background-color: #21a56e;
    padding: 5px 0;
  }
  .w-usp li {
    color: #fff;
    margin: 5px 0;
  }
  .w-usp li > img {
    height: 16px;
    padding: 3px;
    border-radius: 99px;
    background-color: #fff;
  }
  .w-usp li {
    display: flex !important;
    justify-content: center;
  }
  /* SLICK */
  .w-usp:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, 33.333%);
  }
  /* COPORATE USP */
  .w-coporate .w-usp {
    display: none;
  }
  /* </editor-fold> */

  /* BOXES */
  /* <editor-fold> */
  .w-boxes {
    flex-direction: column;
  }
  .w-boxes .w-boxes-col:first-child {
    width: 100%;
    margin-right: 0;
  }
  .w-boxes .w-boxes-col:last-child {
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px -20px;
  }
  .w-boxes .w-boxes-col:last-child .w-boxes-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px !important;
  }
  .w-boxes .w-boxes-item .w-boxes-item-overlay .button-primary {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
  }
  .w-boxes .w-boxes-item .w-boxes-item-overlay > div > div {
    width: 100%;
    flex: none;
  }
  .w-boxes .w-boxes-item .w-boxes-item-overlay > div > div:last-child {
    width: 0;
    flex: none;
  }
  .w-boxes .w-boxes-item .w-boxes-item-overlay .button-primary > svg {
    display: none;
  }
  /* </editor-fold> */

  /* HELPCENTER */
  /* <editor-fold> */
  .w-helpcenter-dropdown > ul > li > a {
    font-size: 16px;
  }
  .w-helpcenter-dropdown > ul > li > a > img {
    height: 60px !important;
    width: auto !important;
  }
  /* </editor-fold> */
}

@media (max-width: 960px) {

  /*****| PARTIALS | *****/

  /* TOPBAR */
  /* <editor-fold> */
  .topbar .topbar-container > .topbar-center {
    max-width: 40%;
  }
  .topbar .topbar-iconlink > small {
    display: none;
  }
  .topbar .topbar-trustpilot {
    display: flex;
  }
  /* </editor-fold> */

  /*****| MODULES |*****/

  /* PRODUCT LIST */
  /* <editor-fold> */
  .m-productlist-content .m-productlist-none {
    margin-top: 20px;
  }
  .m-productlist-list .m-productlist-sidebar {
    width: 100%;
    margin: 0 0 10px;
  }
  /* MOST SOLD */
  .mostsold {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  /* SLICK */
  .m-productlist:not(.slick-initialized) > .productItem {
    width: 33.333%;
  }
  /* PRODUCTS ONLY */
  .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem {
    width: 33.333%;
  }
  /* RELATED / ALSO BOUGHT */
  .products-related .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem,
  .products-also-bought .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem {
    width: 33.333%;
  }
  /* </editor-fold> */

  /* PRODUCT ENTITY */
  /* <editor-fold> */
  .m-product .m-product-image .thumbelina .owl-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  /* </editor-fold> */

  /* BLOG ENTITY */
  /* <editor-fold> */
  .m-blog-wrapper {
    flex-wrap: wrap;
  }
  .m-blog-sidebar {
    width: 100%;
    margin: 20px 0 0;
  }
  /* </editor-fold> */

  /*****| WIDGETS |*****/

  /* BRANDS */
  /* <editor-fold> */
  .w-brands .w-brand-items:not(.slick-initialized) {
    grid-template-columns: repeat(5, 1fr);
  }
  .w-brands .w-brand-items:not(.slick-initialized) li:nth-child(n+6) {
    display: none;
  }
  /* </editor-fold> */

  /* POPUP */
  /* <editor-fold> */
  .w-popup .w-popup-content {
    padding: 20px;
  }
  /* </editor-fold> */

  /* USP */
  /* <editor-fold> */
  .w-usp:not(.slick-initialized) {
    grid-template-columns: repeat(2, 50%);
  }
  .w-usp:not(.slick-initialized) > li:nth-child(-n+1) {
    display: none !important;
  }
  /* </editor-fold> */

  /* HELPCENTER */
  /* <editor-fold> */
  .w-helpcenter .w-helpcenter-dropdown {
    padding: 20px;
  }
  .w-helpcenter-dropdown > ul {
    margin: 0 -10px -20px;
  }
  .w-helpcenter-dropdown > ul > li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .w-helpcenter-dropdown > ul > li > a {
    font-size: 14px;
    padding: 15px;
  }
  .w-helpcenter-dropdown > ul > li > a > img {
    height: 50px !important;
  }
  /* </editor-fold> */

}

@media (min-width: 960px) {
    .h1, h1 {
        font-size: 24px;
        line-height: 1.5em;
        font-weight: 400;
        line-height: 1.25em;
    }
}


@media (max-width: 768px) {

  /* PAGE TITLE */
  /* <editor-fold> */
  .page-title {
    padding: 10px 0;
    margin: 20px 0;
  }
  .page-title .h1:first-child,
  .page-title .h2:first-child,
  .page-title .h3:first-child,
  .page-title .h4:first-child,
  .page-title .h5:first-child,
  .page-title .h6:first-child,
  .page-title h1:first-child,
  .page-title h2:first-child,
  .page-title h3:first-child,
  .page-title h4:first-child,
  .page-title h5:first-child,
  .page-title h6:first-child {
    font-size: 16px;
  }
  /* </editor-fold> */

  /*****| PARTIALS |*****/

  /* TOPBAR */
  /* <editor-fold> */
  .topbar {
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,.15);
  }
  .topbar .topbar-container {
    padding: 0 15px;
  }
  .topbar .topbar-mobile {
    display: inline-flex;
  }
  .topbar .topbar-iconlink > svg,
  .topbar .topbar-trustpilot > li img,
  .w-cart .quick-cart-link svg {
    height: 16px;
    stroke-width: 2px;
  }
  .topbar .dropdown-menu {
    display: none !important;
  }
  .topbar .topbar-iconlink > small {
    display: none;
  }
  .topbar .list-inline > li {
    padding: 0 .25em;
  }
  .topbar .topbar-trustpilot {
    margin-left: 5px;
  }
  .topbar .list-inline {
    display: flex !important;
  }
  .topbar .list-inline > li {
    flex-direction: column;
  }
  .topbar .topbar-minitext {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    white-space: nowrap;
  }
  .topbar .topbar-trustpilot > li small {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    white-space: nowrap;
  }
  /* </editor-fold> */

  /* FOOTER */
  /* <editor-fold> */
  body:not(.frontpage) .footer {
    padding: 20px 0;
    margin-top: 20px;
  }
  .footer::before {
    aspect-ratio: 1000 / 154;
    background-image: url('../images/mountains-mobile.svg');
  }
  .footer::after {
    aspect-ratio: 1000 / 154;
  }
  .footer .footer-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .footer .footer-row .footer-col:last-child {
    grid-area: auto;
  }
  .footer .footer-bottom {
    flex-direction: column;
  }
  .footer .footer-bottom-col {
    width: 100%;
  }
  .footer .footer-bottom-col:last-child {
    justify-content: flex-start;
    margin-top: 10px;
  }
  /* </editor-fold> */

  /*****| MODULES |*****/

  /* BREADCRUMB */
  /* <editor-fold> */
  .m-breadcrumb {
    margin-top: 0;
  }
  /* </editor-fold> */

  /* CATEGORIES */
  /* <editor-fold> */
  .categorylist {
    grid-template-columns: repeat(3, 1fr);
  }
  /* </editor-fold> */

  /* PRODUCT LIST */
  /* <editor-fold> */
  .m-productlist-wrapper .m-productlist-content {
    width: 100%;
  }
  .m-productlist-wrapper {
    flex-direction: column;
  }
  .m-category-desc {
    margin-bottom: 20px;
  }
  .m-category-desc-content {
    padding: 20px;
  }
  .m-category-desc-content > div {
    max-width: calc(100vw - 80px);
    padding: 20px;
  }
  .m-category-desc-media {
    flex: auto;
  }
  .category-short-description.ck-content {
    margin: 20px 0;
    padding: 20px;
  }
  /* SIDEBAR */
  .m-productlist-wrapper .m-productlist-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform ease .2s, box-shadow ease .2s;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .m-productlist-wrapper #togglePSidebar:checked + .m-productlist-sidebar {
    transform: translateX(0);
    box-shadow: rgba(0, 0, 0, 0.1) 10px 0 15px -3px, rgba(0, 0, 0, 0.05) 4px 0 6px -2px;
  }
  .m-productlist-toggler {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #21a56e;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .m-productlist-toggler > svg {
    stroke: #fff;
    width: 16px;
    height: 16px;
  }
  /* SLICK */
  .m-productlist:not(.slick-initialized) > .productItem {
    width: 50%;
  }
  /* PRODUCTS ONLY */
  .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem {
    width: 50%;
  }
  /* RELATED / ALSO BOUGHT */
  .products-related .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem,
  .products-also-bought .m-productlist.m-productlist-products-only:not(.slick-initialized) > .productItem {
    width: 50%;
  }
  /* </editor-fold> */

  /* PRODUCT ENTITY */
  /* <editor-fold> */
  .m-product .m-product-additional-info .pane {
    padding: 10px;
  }
  /* </editor-fold> */

  /* SORTBAR */
  /* <editor-fold> */
  .sortbar .sortbar-body > .sortbar-filter {
    display: flex;
  }
  /* </editor-fold> */

  /* PRODUCT BRANDS */
  /* <editor-fold> */
  .m-brands {
    grid-template-columns: repeat(3, 1fr);
  }
  /* </editor-fold> */

  /* CART */
  /* <editor-fold> */
  .m-cart .m-cart-lines > li > div:nth-child(1),
  .m-cart .m-cart-content-heading > span:nth-child(1) {
    width: 50%;
  }
  .m-cart .m-cart-lines > li > div:nth-child(2),
  .m-cart .m-cart-content-heading > span:nth-child(2) {
    width: 10%;
    text-align: left;
  }
  .m-cart .m-cart-lines > li > div:nth-child(3),
  .m-cart .m-cart-lines > li > div:nth-child(4),
  .m-cart .m-cart-content-heading > span:nth-child(3),
  .m-cart .m-cart-content-heading > span:nth-child(4) {
    width: 20%;
  }
  .m-cart .m-cart-lines .m-cart-product-info figure {
    width: 80px;
    flex: none;
  }
  .m-cart .m-cart-amount-edit > a,
  .m-cart .m-cart-amount-edit > .form-input {
    width: 26.667px;
    height: 26px;
  }
  /* </editor-fold> */

  /* CHECKOUT */
  /* <editor-fold> */
  .checkout-title {
    margin-bottom: 20px;
  }
  /* </editor-fold> */

  /*****| WIDGETS |*****/

  /* LOGO */
  /* <editor-fold> */
  .w-logo .h1 {
    font-size: 18px;
  }
  .w-logo img {
    height: 36px !important;
  }
  /* </editor-fold> */

  /* MOBILE MENU */
  /* <editor-fold> */
  .w-mobilemenu {
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    padding: 20px 0 0 0;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: opacity ease .5s, top ease .25s;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #toggleMobileMenu:checked + #mobilemenu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
  }
  .w-mobilemenu .w-mobilemenu-close {
    position: absolute;
    top: 18px;
    right: 18px;
  }
  .w-mobilemenu .w-mobilemenu-close > svg {
    width: 20px;
    height: 20px;
  }
  /* </editor-fold> */

  /* PRODUCTMENU */
  /* <editor-fold> */
  .w-productmenu {
    display: none;
  }
  .w-mobilemenu .w-productmenu {
    margin-top: 30px;
    display: block !important;
    border: none;
    background: transparent;
  }
  .w-productmenu .w-productmenu-ul {
    flex-direction: column;
  }
  .w-productmenu .w-productmenu-ul > li > a {
    padding: 10px 0;
    font-size: 14px;
    color: #000;
  }
  .w-productmenu .w-productmenu-ul > li > a > .marker {
    margin-left: auto;
    width: 16px;
    height: 16px;
  }
  .w-productmenu .w-productmenu-ul > li > .megamenu {
    display: none;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
    padding-left: 10px;
    border-left: 2px solid #aaa;
  }
  .w-productmenu .w-productmenu-ul .megamenu > ul {
    margin: 0;
  }
  .w-productmenu .w-productmenu-ul .megamenu > ul > li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .w-productmenu .w-productmenu-ul .megamenu > ul > li:last-child {
    margin: 0;
  }
  .w-productmenu .w-productmenu-ul .megamenu > ul > li > a {
    margin: 0;
  }
  .w-productmenu .w-productmenu-ul .megamenu > ul > li > ul > li {
    margin-top: 5px;
  }
  /* </editor-fold> */

  /* SEARCH */
  /* <editor-fold> */
  .w-search {
    width: 100%;
    max-width: 100%;
    height: 40px;
    border-radius: 0;
  }
  .w-search .w-search-form {
    display: flex;
  }
  .w-search > label {
    display: none !important;
  }
  .w-search .form-input {
    padding: 0 15px;
    font-size: 12px;
  }
  .w-search .button {
    width: 45px;
  }
  .w-search .button svg {
    height: 16px;
  }
  #toggleSearch:checked + .search-mobile {
    display: block;
  }
  /* </editor-fold> */

  /* BRANDS */
  /* <editor-fold> */
  .w-brands {
    margin-top: 20px;
  }
  .w-brands .w-brand-items:not(.slick-initialized) {
    grid-template-columns: repeat(4, 1fr);
  }
  .w-brands .w-brand-items:not(.slick-initialized) li:nth-child(n+5) {
    display: none;
  }
  /* </editor-fold> */

  /* CART */
  /* <editor-fold> */
  .w-cart .quick-cart-link {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  .w-cart .quick-cart-link > span {
    display: none;
  }
  .w-cart .quick-cart-link > span:first-child {
    display: flex;
  }
  .w-cart .quick-cart-link svg {
    stroke: #000;
  }
  /* </editor-fold> */

  /* USP */
  /* <editor-fold> */
  .w-usp:not(.slick-initialized) {
    grid-template-columns: 100%;
  }
  .w-usp:not(.slick-initialized) > li:nth-child(-n+2) {
    display: none !important;
  }
  /* </editor-fold> */

  /* BREADCRUMB */
  /* <editor-fold> */
  .m-breadcrumb {
    margin-bottom: 20px;
  }
  /* </editor-fold> */

  /*****| LIBRARIES |*****/

  /* LISTS */
  /* <editor-fold> */
  .list-inline > li {
    padding: 0 .5em;
  }
  /* </editor-fold> */

  /* DROPDOWN */
  /* <editor-fold> */
  .dropdown .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    padding-top: 0;
    padding-left: 15px;
    border-left: 1px solid rgba(0,0,0,.15);
  }
  .dropdown-container {
    box-shadow: none;
  }
  .dropdown-menu ul {
    padding: 0;
  }
  .dropdown-menu li > a {
    padding: 8px 0;
  }
  /* </editor-fold> */

}

@media (max-width: 600px) {

  /*****| WIDGETS |*****/

  /* BRANDS */
  /* <editor-fold> */
  .w-brands .w-brand-items:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
  .w-brands .w-brand-items:not(.slick-initialized) li:nth-child(n+3) {
    display: none;
  }
  /* </editor-fold> */

}

@media (max-width: 480px) {

  /*****| PARTIALS |*****/

  /* TOPBAR */
  /* <editor-fold> */
  .topbar .topbar-trustpilot,
  .topbar .topbar-helpcenter {
    display: none !important;
  }
  /* </editor-fold> */

  /* FOOTER */
  /* <editor-fold> */
  .footer .footer-socials {
    margin: 0;
  }
  .footer .footer-bottom-col:last-child > span {
    display: none;
  }
  /* </editor-fold> */

  /*****| MODULES |*****/

  /* PRODUCT LIST */
  /* <editor-fold> */
  .m-category-desc-extended .m-category-desc-content {
    width: 100%;
  }
  .m-category-desc-extended .m-category-desc-media {
    display: none;
  }
  .m-category-desc-extended .m-category-desc-content > div {
    color: inherit;
    background: transparent;
    padding: 0;
  }
  .m-category-desc-extended .m-category-desc-content > div a,
  .m-category-desc-extended .m-category-desc-content > div h1 {
    color: inherit;
  }
  .productItem .image .m-productlist-sale {
    top: .5em;
    left: .5em;
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .productItem .image .m-productlist-splash {
    right: .5em;
    top: .5em;
    flex-direction: column;
  }
  .productItem .image .m-productlist-splash > .badge {
    height: 16px;
    font-size: 9px;
    padding: 0 3px;
    margin: 0 5px 5px;
    align-self: flex-end;
  }
  .productItem .type-col .m-productlist-brand {
    font-size: 9px;
  }
  .productItem .type-col .m-productlist-title {
    font-size: 10px;
  }
  .productItem .m-productlist-stock {
    font-size: 10px;
  }
  .productItem .m-productlist-price {
    font-size: 12px;
  }
  .productItem .m-productlist-price-before-discount {
    font-size: 10px;
  }
  .productItem .m-productlist-wishlist svg {
    width: 16px;
    height: 16px;
  }
  .productItem .product-buy fieldset:first-child {
    display: none;
  }
  /* </editor-fold> */

  /* PRODUCTCARD */
  /* <editor-fold> */
  .m-product .m-product-title {
    font-size: 18px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  /* </editor-fold> */

  /* CATEGORIES */
  /* <editor-fold> */
  .categorylist {
    grid-template-columns: repeat(2, 1fr);
  }
  .categorylist .category-item {
    margin: 0;
  }
  /* </editor-fold> */

  /* PRODUCT BRANDS */
  /* <editor-fold> */
  .m-brands {
    grid-template-columns: repeat(2, 1fr);
  }
  /* </editor-fold> */

  /* CART */
  /* <editor-fold> */
  .m-cart .m-cart-content-heading {
    display: none;
  }
  .m-cart .m-cart-lines > li {
    flex-wrap: wrap;
  }
  .m-cart .m-cart-lines > li > div:nth-child(1) {
    width: 100%;
  }
  .m-cart .m-cart-lines > li.m-cart-coupon > div:nth-child(1) {
    margin-bottom: 10px;
  }
  .m-cart .m-cart-lines > li > div:nth-child(3),
  .m-cart .m-cart-lines > li:not(.m-cart-coupon) > div:nth-child(4) {
    display: none;
  }
  .m-cart .m-cart-lines > li.m-cart-coupon > div:nth-child(4) {
    width: 100%;
    text-align: left;
  }
  .m-cart .m-cart-lines .m-cart-product-info .m-cart-amount-edit {
    display: flex;
  }
  .m-cart .m-cart-lines .m-cart-product-info .m-cart-totalprice {
    display: block;
    margin-top: 20px;
  }
  .m-cart .m-cart-coupon-input-text {
    font-size: 12px;
  }
  .m-cart .m-cart-coupon-input-text > span {
    display: none;
  }
  .m-cart [action="/actions/cart/couponAdd"] {
    margin: 30px 0 0 0;
  }
  /* </editor-fold> */

  /* CHECKOUT */
  /* <editor-fold> */
  .checkoutFrame .stepColumn {
    padding: 20px;
  }
  .checkoutFrame .stepColumn .contactInfoContainer,
  .checkoutFrame .stepColumn .deliveryContactInfo {
    flex-direction: column;
  }
  .checkoutFrame .stepColumn .contactInfoContainer > *,
  .checkoutFrame .stepColumn .deliveryContactInfo > * {
    width: 100%;
    margin: 0 0 2%;
  }
  .checkoutFrame .stepHeaderLogin > .button {
    padding: 0;
    background-color: transparent;
    margin-top: -10px;
  }
  /* </editor-fold> */

  /*****| WIDGETS |*****/

  /* BRANDS */
  /* <editor-fold> */
  .w-brands .w-brand-items:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
  .w-brands .w-brand-items:not(.slick-initialized) li:nth-child(n+3) {
    display: none;
  }
  .w-brands .w-brand-items a {
    padding: 0;
  }
  /* </editor-fold> */

  /* COPORATE */
  /* <editor-fold> */
  .w-coporate ul.list-inline > li > a {
    font-size: 0;
  }
  .w-coporate ul > li svg {
    height: 14px;
    margin: 0;
  }
  /* </editor-fold> */

  /* BOXES */
  /* <editor-fold> */
  .w-boxes .w-boxes-col:last-child {
    width: 100%;
    margin: 20px 0 0;
    display: block;
  }
  .w-boxes .w-boxes-col:last-child .w-boxes-item {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .w-boxes .w-boxes-col:last-child .w-boxes-item:last-child {
    margin-bottom: 0 !important;
  }
  .w-boxes .w-boxes-col:first-child .w-boxes-item .w-boxes-item-overlay {
    padding: 20px;
  }
  .w-boxes .w-boxes-col:first-child .w-boxes-item .w-boxes-item-overlay strong {
    font-size: 20px;
  }
  /* </editor-fold> */

  /* COPORATE */
  /* <editor-fold> */
  .w-coporate ul > li.w-coporate-helpcenter {
    display: inline-block;
  }
  /* </editor-fold> */

  /*****| LIBRARIES |*****/

  /* FANCYBOX */
  /* <editor-fold> */
  .fancybox-inner .container {
    width: 90%;
  }
  /* </editor-fold> */

}

@media (max-width: 320px) {

  /*****| MODULES |*****/

  /* CATEGORIES */
  /* <editor-fold> */
  .categorylist {
    grid-template-columns: 1fr;
  }
  /* </editor-fold> */

  /* PRODUCT BRANDS */
  /* <editor-fold> */
  .m-brands {
    grid-template-columns: 1fr;
  }
  /* </editor-fold> */

  /*****| WIDGETS |*****/

  /* BOXES */
  /* <editor-fold> */
  .w-boxes .w-boxes-item .w-boxes-item-overlay p {
    display: none;
  }
  /* </editor-fold> */

  /* HELPCENTER */
  /* <editor-fold> */
  .w-helpcenter-dropdown > ul > li {
    width: calc(100% - 20px);
  }
  .w-helpcenter-dropdown > ul > li > a > img {
    display: none;
  }
  /* </editor-fold> */
}
