/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.custom-select {
  position: relative;
}

.custom-select select {
  /*display: none;
  hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  border-radius: 3px;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translatey(-20%);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #4a4a4a transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #4a4a4a transparent;
  top: 50%;
  transform: translatey(-60%);
}

.select-items div, .select-selected {
  color: #4a4a4a;
  padding: 7px 15px;
  border-radius: 0;
  border: 1px solid #ebebeb;
  cursor: pointer;
  box-sizing: border-box;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  box-sizing: border-box;
}

body {
  background: #f1f1f1;
}

@font-face {
  font-family: 'Arial Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Arial Bold"), url("../font/ARIALBD 1.woff") format("woff");
}

@font-face {
  font-family: 'muliregular';
  src: url("../font/muli-webfont.woff2") format("woff2"), url("../font/muli-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mulilight';
  src: url("../font/muli-light-webfont.woff2") format("woff2"), url("../font/muli-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mulibold';
  src: url("../font/muli-bold-webfont.woff2") format("woff2"), url("../font/muli-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mulisemibold';
  src: url("../font/muli-semibold-webfont.woff2") format("woff2"), url("../font/muli-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mulibolditalic';
  src: url("../font/muli-bolditalic-webfont.woff2") format("woff2"), url("../font/muli-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'muliregularitalic';
  src: url("../font/muli-italic-webfont.woff2") format("woff2"), url("../font/muli-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mulilightitalic';
  src: url("../font/muli-lightitalic-webfont.woff2") format("woff2"), url("../font/muli-light-webfont.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'mulisemibolditalic';
  src: url("../font/muli-semi-bolditalic-webfont.woff2") format("woff2"), url("../font/muli-semi-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.container {
  display: block;
  width: 100%;
  max-width: 1880px;
  margin: 0 auto;
  float: none;
  padding: 0 40px;
  font-family: "muliregular";
}

.select2-container {
  font-family: "mulilight";
  border: none;
}

.select2-container .select2-dropdown {
  border: none;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-top: 1px solid #666;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f1f1f1;
  color: #000;
}

header {
  background: #000;
}

header .main {
  display: flex;
  align-items: center;
  font-family: "mulilight";
  padding: 24px 0;
  font-size: 16px;
}

header .main .logo {
  margin-right: 3.51064%;
}

header .main .slogan {
  margin-right: 20px;
}

header .main .menu {
  flex-grow: 1;
  margin-right: 20px;
  text-align: center;
}

header .main .menu .mobile-handle {
  color: #fff;
  text-align: right;
  display: none;
}

header .main .menu .mobile-handle svg {
  display: inline-block;
}

header .main .menu .menu-wrapper a {
  color: #fff;
  text-decoration: none;
  margin-right: 38px;
  margin-right: 35px;
}
header .main .menu .menu-wrapper .megaMenu-megaMenu-2LU .submenu-submenu-1yU a {
  color: #000;
  text-align: left;
}
.productSort-root-2Nf .productSort-menu-2Rv {
  z-index: 999;
}

/*header .main .menu .menu-wrapper a:last-child {
  margin-right: 0;
}*/

header .main .menu .menu-wrapper .megaMenuItem-megaMenuItem-2TK:last-child a {
  margin-right: 0px;
}

header .main .user-menu {
  flex-grow: 1;
  max-width: 438px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 18px;
  text-align: center;
}

header .main .user-menu div a {
 /* color: #fff;*/
  text-decoration: none;
  text-align: left;
}

header .main .user-menu div a img {
  vertical-align: middle;
  margin-right: 9px;
  display: inline-block;
}

header .main .user-menu div.like a img {
  margin-right: 0;
}

header .main .user-menu div.cart a img {
  margin-right: 0;
}

header .like {
  display: block;
  margin: 0 6px;
  cursor: pointer;
  display: flex;
  align-content: center;
  align-items: center;
  align-self: center;
}
header .like .count {
  color: #fff;
}

header .banner {
  background: #fff;
  padding: 10px 0;
  overflow: hidden;
}

header .banner .container {
  text-align: center;
  font-family: "mulilight";
  font-size: 16px;
}

header .banner .container a {
  color: #000;
}

.hero-gallery {
  overflow: hidden;
  margin-bottom: 40px;
}

.hero-gallery .owl-theme .owl-nav {
  margin: 0;
  height: 0;
}

.hero-gallery .owl-nav button.owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translatey(-50%);
}

.hero-gallery .owl-nav button.owl-prev span {
  display: none;
}

.hero-gallery .owl-nav button.owl-prev:after {
  content: url(../img/hp-images/angle-left.png);
}

.hero-gallery .owl-nav button.owl-prev:hover {
  background: none;
}

.hero-gallery .owl-nav button.owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translatey(-50%);
}

.hero-gallery .owl-nav button.owl-next span {
  display: none;
}

.hero-gallery .owl-nav button.owl-next:after {
  content: url(../img/hp-images/angle-right.png);
}

.hero-gallery .owl-nav button.owl-next:hover {
  background: none;
}

.hero-gallery .hero .item .row {
  display: grid;
  grid-template-columns: 50% 50%;
}

.hero-gallery .hero .item .row .column {
  position: relative;
}

.hero-gallery .hero .item .row .column:last-child .overlay .wrapper .title {
  text-align: left;
}

.hero-gallery .hero .item .row .column:last-child .overlay .wrapper .menu {
  text-align: left;
}

.hero-gallery .hero .item .row .column .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.15s ease-out;
}

.hero-gallery .hero .item .row .column .overlay:hover .wrapper .menu {
  max-height: 3000px;
  opacity: 1;
}

.hero-gallery .hero .item .row .column .overlay .wrapper {
  padding: 0 40px;
  width: 100%;
  transition: all 1s linear;
}

.hero-gallery .hero .item .row .column .overlay .wrapper .title {
  font-family: "Arial Bold";
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}

.hero-gallery .hero .item .row .column .overlay .wrapper .menu {
  text-align: right;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s linear;
}

.hero-gallery .hero .item .row .column .overlay .wrapper .menu a {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-family: "mulilight";
}

.hero-gallery .hero .item .row .column .overlay .wrapper .menu a:hover {
  font-family: "mulisemibold";
}

.exercise {
  margin-bottom: 40px;
}

.exercise .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.exercise .row .item {
  background: transparent;
}

.exercise .row .item a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: transparent;
}

.exercise .row .item img {
  display: block;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.product-container {
  margin-bottom: 40px;
}

.product-container h2 {
  font-family: "Arial Bold";
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin: 0;
  margin-bottom: 40px;
}

.product-container .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.product-container .row .item .image-container {
  position: relative;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  min-height: 510px;
  display: flex;
  place-content: center;
  place-items: center;
  margin-bottom: 18px;
  padding: 19px 20px;
  min-height: 300px;
  /*max-height: 400px;*/
}

.product-container .row .item .image-container img {
  width: auto;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

.product-container .block.widget.block-products-list.grid .row .item .image-container img {
  width: auto;
  display: block;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.product-container .row .item .image-container .tags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 20px;
  z-index: 9;
}

.product-container .row .item .image-container .tags .category {
  font-family: "mulibold";
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.product-container .row .item .image-container .tags .category .off {
  color: #ed1c24;
}

.product-container .row .item .image-container .tags .like a:after {
  content: url(../img/listpage-assets/heart.png);
  display: block;
}

.product-container .row .item .image-container .tags .like:hover a:after {
  content: url(../img/listpage-assets/red-heart-active.png);
  display: block;
}

.product-container .row .item .image-container .tags .like.active div::after {
  content: url(../img/listpage-assets/red-heart-active.png);
  display: block;
  cursor: pointer;
}

.product-container .row .item .text .title {
  font-family: "mulibold";
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 16px;
}

.product-container .row .item .text .price {
  font-family: "mulilight";
  font-size: 16px;
  color: #000;
}

.product-container .row .item .text .price .new {
  color: #ed1c24;
  font-family: "mulibold";
  margin-right: 20px;
}

.product-container .row .item .text .price .new.simple-price {
  color: #000;
  font-family: "mulibold";
  margin-right: 20px;
}

.product-container .row .item .text .price .old {
  text-decoration: line-through;
}

.product-container .row .item .text .actions .add-to-cart {
  font-family: "mulibold";
  font-size: 16px;
  color: #ed1c24;
  margin-right: 18px;
  font-weight: bold;
}

.product-container .row .item .text .actions .view-product {
  font-family: "mulilight";
  color: #000;
  font-size: 16px;
}

.full-width-banner {
  margin-bottom: 40px;
}

.full-width-banner img {
  width: 100%;
  object-fit: cover;
}

.info-bar {
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.info-bar .row {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 30px;
  padding: 40px 0;
}

.info-bar .row .column {
  text-align: center;
}

.info-bar .row .column .title {
  font-size: 16px;
  color: #ed1c24;
  font-family: "Arial Bold";
  margin-bottom: 18px;
}

.info-bar .row .column span {
  font-size: 16px;
  font-family: "mulilight";
}

footer {
  background: #000;
  padding: 40px 0;
}

footer .logo {
  margin-bottom: 40px;
}

footer .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
}

footer .row .column .title {
  font-family: "mulibold";
  font-size: 26px;
  color: #fff;
  margin-bottom: 26px;
}

footer .row .column .adress {
  margin-bottom: 22px;
}

footer .row .column .company {
  margin-bottom: 22px;
}

footer .row .column .tel {
  margin-bottom: 22px;
}

footer .row .column .text {
  color: #fff;
  font-family: "mulilight";
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .row .column .text a {
  text-decoration: none;
  color: #fff;
  margin-bottom: 22px;
}

footer .row .column .text a:last-child {
  margin-bottom: 0;
}

footer .row .column .socials {
  font-size: 26px;
}

footer .row .column .socials a {
  color: #fff;
  margin-right: 15px;
}

footer .row .column .input-container {
  padding-top: calc(40px - 26px);
  margin-bottom: 40px;
  display: grid;
  width: 100%;
  grid-template-columns: 68.64989% 31.35011%;
  position: relative;
}

footer .row .column .input-container input {
  border: none;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #000;
  padding: 14px 20px;
  font-family: "mulilight";
}

footer .row .column .input-container input[type=submit] {
  background: #ed1c24;
  font-family: "mulibold";
  color: #fff;
}

footer .copyright {
  font-family: "mulilight";
  font-size: 16px;
  color: #fff;
}

.breadcrumbs {
  padding-top: 40px;
  margin-bottom: 40px;
  font-family: "mulilight";
  font-size: 16px;
  color: #000;
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
}

/*.breadcrumbs a:after {
  content: '/';
  margin-right: 10px;
  margin-left: 10px;
}*/

.main.sidebar .row {
  display: grid;
  grid-template-columns: 24.33333% auto;
  grid-column-gap: 30px;
}

.main.sidebar aside h2 {
  font-family: "Arial Bold";
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 40px;
}

.main.sidebar aside .filter-box {
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  margin-bottom: 40px;
}

.main.sidebar aside .filter-box.info-box .item .handle {
  justify-content: flex-start;
  align-content: center;
}

.main.sidebar aside .filter-box.info-box .item .handle .arrow {
  margin-right: 15px;
  margin-left: 0;
}

.main.sidebar aside .filter-box.info-box .item .handle span a {
  text-decoration: none;
  color: #000;
}

.main.sidebar aside .filter-box .item {
  border-bottom: 1px solid #000;
  padding-top: 20px;
}
.main.sidebar aside .filter-box .filterSidebar-root-2wp .item {
  padding-top: 0px;
}

.main.sidebar aside .filter-box .item:last-child {
  border: none;
}

.main.sidebar aside .filter-box .item .handle {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "mulilight";
  font-size: 16px;
  cursor: pointer;
}

.main.sidebar aside .filter-box .item .handle .arrow {
  margin-left: 10px;
}

.main.sidebar aside .filter-box .item .handle .arrow img {
  display: block;
}

.main.sidebar aside .filter-box .item .dropdown {
  padding-bottom: 20px;
  font-family: "mulilight";
  font-size: 16px;
  display: none;
}

.main.sidebar aside .filter-box .item .dropdown .input-container {
  margin-bottom: 10px;
}

.main.sidebar aside .filter-box .item .dropdown .input-container:last-child {
  margin-bottom: 0;
}

.main.sidebar aside .filter-box .item .dropdown .input-container.custom-checkbox {
  position: relative;
}

.main.sidebar aside .filter-box .item .dropdown .input-container.custom-checkbox input[type=checkbox] {
  display: inline;
  width: auto;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

.main.sidebar aside .filter-box .item .dropdown .input-container.custom-checkbox input[type=checkbox]:checked + label::after {
  content: '';
  display: flex;
  place-content: center;
  place-items: center;
  background: #000;
}

.main.sidebar aside .filter-box .item .dropdown .input-container.custom-checkbox label {
  padding-left: calc(15px + 10px);
}

.main.sidebar aside .filter-box .item .dropdown .input-container.custom-checkbox label::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #000;
  position: absolute;
  left: 0;
  top: 8px;
  cursor: pointer;
  border-radius: 0;
  box-sizing: border-box;
}

.main.sidebar aside .filter-box .item .dropdown .input-container.custom-radio {
  position: relative;
}

.main.sidebar aside .filter-box .item .dropdown .input-container.custom-radio input[type=radio] {
  display: inline;
  width: auto;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

.main.sidebar aside .filter-box .item .dropdown .input-container.custom-radio input[type=radio]:checked + label::after {
  content: '';
  display: flex;
  place-content: center;
  place-items: center;
  background: #000;
}

.main.sidebar aside .filter-box .item .dropdown .input-container.custom-radio label {
  padding-left: calc(15px + 10px);
}

.main.sidebar aside .filter-box .item .dropdown .input-container.custom-radio label::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #000;
  position: absolute;
  left: 0;
  top: 8px;
  cursor: pointer;
  border-radius: 100%;
  box-sizing: border-box;
}

.main.sidebar aside .filter-box .item .dropdown p {
  margin-top: 0;
}

.main.sidebar aside .filter-box .item .dropdown p:last-child {
  margin-bottom: 0;
}

.main.sidebar aside .filter-box .item .dropdown .list a {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
}

.main.sidebar aside .filter-box .item .dropdown .list a:last-child {
  margin: 0;
}

.main.sidebar aside .filter-box .item .slider-wrapper {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 9px;
}

.main.sidebar aside .filter-box .item .slider-wrapper .text {
  margin-right: 30px;
}

.main.sidebar aside .filter-box .item .slider-wrapper .slider-container {
  padding-top: 14px;
  flex-grow: 1;
  margin-right: 15px;
}

.main.sidebar aside .filter-box .item .slider-wrapper .slider-container .slider {
  height: 1px;
  background: #000;
  position: relative;
}

.main.sidebar aside .filter-box .item .slider-wrapper .slider-container .slider .ui-slider-handle {
  background: #000;
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.main.sidebar aside .filter-box .item .slider-wrapper .slider-container input {
  font-family: "mulilight";
  border: none;
  background: none;
  outline: none;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
}

.main.sidebar aside .item-box .product {
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 20px;
}

.main.sidebar aside .item-box .product a {
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.main.sidebar aside .item-box .product-item-info.item {
    display: flex;
    align-content: center;
    align-items: center;
    text-decoration: none;
}

.main.sidebar aside .item-box .product .img {
  margin-right: 20px;
}

.main.sidebar aside .item-box .product .img img {
  display: block;
}

.main.sidebar aside .item-box .product .text .title {
  font-size: 16px;
  font-family: "mulibold";
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.main.sidebar aside .item-box .product .text .description {
  font-family: "mulilight";
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.main.sidebar aside .item-box .product .text .price {
  font-size: 16px;
  font-family: "mulilight";
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.main.sidebar aside .item-box .product .text .price .off {
  font-family: "mulibold";
  color: #ed1c24;
  margin-right: 20px;
}

.main.sidebar aside .item-box .product .text .price .price-old {
  text-decoration: line-through;
  font-size: 12px;
  margin-right: 20px;
  align-self: flex-end;
}

.main.sidebar aside .item-box .product .text .price .price-new {
  color: #ed1c24;
}

.main.sidebar aside .item-box .see-more {
  margin-bottom: 40px;
}

.main.sidebar aside .item-box .see-more a {
  color: #000;
  font-family: "mulilight";
}

.main.sidebar aside .composite-box .filter-box.info-box {
  margin-bottom: 20px;
}

.main.sidebar main {
  display: flex;
  flex-direction: column;
}

.main.sidebar main h2 {
  font-family: "Arial Bold";
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

.main.sidebar main .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.main.sidebar main .title .mobile-filter-trigger {
  display: none;
  font-family: "mulilight";
  cursor: pointer;
}

.main.sidebar main .title .mobile-filter-trigger i {
  vertical-align: middle;
  font-size: 16px;
  margin-right: 10px;
}

.main.sidebar main .content {
  flex-grow: 1;
}

.main.sidebar main .shortcuts {
  margin-bottom: 40px;
}

.main.sidebar main .shortcuts.bottom {
  border-top: 2px solid #fff;
  padding-top: 40px;
  margin-bottom: 26px;
  justify-self: flex-end;
}

.main.sidebar main .shortcuts .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.main.sidebar main .shortcuts .row:last-child {
  margin: 0;
}

.main.sidebar main .shortcuts .row .input-container {
  flex-grow: 1;
  max-width: 300px;
}

.main.sidebar main .shortcuts .row .input-container.custom-select .select2-container {
  width: 100% !important;
  font-family: "mulilight";
}

.main.sidebar main .shortcuts .row .input-container.custom-select .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: none;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 11px 0;
  height: auto;
}

.main.sidebar main .shortcuts .row .input-container.custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px;
  font-family: "mulilight";
  line-height: auto;
  padding-right: 60px;
}

.main.sidebar main .shortcuts .row .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 50%;
  right: 18px;
  width: auto;
  transform: translatey(-50%);
}

.main.sidebar main .shortcuts .row .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.main.sidebar main .shortcuts .row .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: url(../img/listpage-assets/angle-down.png);
}

.main.sidebar main .shortcuts .row .product-view {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main.sidebar main .shortcuts .row .product-view .category-categoryInfo-kbZ {
  margin-right: 40px;
  font-family: "mulilight";
}

.main.sidebar main .shortcuts .row .product-view .button {
  padding: 13px 20px;
  font-family: "mulilight";
  color: #000;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: inline-block;
  max-width: 300px;
  border: none;
}

.main.sidebar main .shortcuts .row .page-nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.main.sidebar main .shortcuts .row .page-nav span {
  margin-right: 40px;
  font-family: "mulilight";
}

.main.sidebar main .shortcuts .row .page-nav .nav {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.main.sidebar main .shortcuts .row .page-nav .nav a {
  width: 30px;
  height: 30px;
  background: transparent;
  text-decoration: none;
  color: #000;
  display: flex;
  place-content: center;
  font-family: "mulilight";
  text-align: center;
  line-height: 27px;
}

.main.sidebar main .shortcuts .row .page-nav .nav a.active {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.main.sidebar main .shortcuts .row .page-nav .nav a:hover {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.main.sidebar main .shortcuts .row .page-nav .nav a.arrow {
  background: transparent;
  display: block;
  height: 20px;
  padding: 0 9px;
}

.main.sidebar main .shortcuts .row .page-nav .nav a.arrow:hover {
  background: none;
  box-shadow: none;
}

.main.sidebar main .shortcuts .row .page-nav .nav a.separator {
  line-height: 19px;
}

.main.sidebar main .shortcuts .row .page-nav .nav a.separator:hover {
  box-shadow: none;
  background-color: transparent;
}

.main.sidebar main .product-container .row {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.main.sidebar main .product-container .row .item .text .title {
  margin: 0;
}

.main.sidebar main .product-container .row .item .text .price {
  display: flex;
  padding: 5px 0;
}

.main.sidebar main .product-container .row .item .text .price .new {
  color: #ed1c24;
  font-family: "mulibold";
  margin-right: 20px;
}
.main.sidebar main .product-container .row .item .text .price .new.simple-price {
  color: #000;
  font-family: "mulibold";
  margin-right: 20px;
}

.main.sidebar main .product-container .row .item .text .price .old {
  text-decoration: line-through;
}

.main.sidebar main .exercise .row {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}

.product-view {
  margin-bottom: 90px;
  margin-bottom: 0;
}

.product-view .row {
  display: grid;
  grid-template-columns: 40.76087% auto;
  grid-column-gap: 30px;
  grid-template-columns: 49.761% auto;
}

.product-view .gallery {
  position: relative;
  margin-bottom: 20px;
}

.product-view .gallery .tags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 20px;
  z-index: 7;
}

.product-view .gallery .tags .category {
  font-family: "mulibold";
  font-size: 16px;
  color: #000;
}

.product-view .gallery .tags .category .off {
  color: #ed1c24;
}

.product-view .gallery .tags .like a:after {
  content: url(../img/listpage-assets/heart.png);
  display: block;
}

.product-view .gallery .tags .like:hover a:after {
  content: url(../img/listpage-assets/red-heart-active.png);
  display: block;
}

.product-view .gallery .tags .like.active a::after {
  content: url(../img/listpage-assets/red-heart-active.png);
  display: block;
}

.product-view .gallery .product-gallery .slick-slide > div {
  background: #fff;
  display: flex;
  place-items: center;
  place-content: center;
}

.product-view .gallery .product-gallery .slick-slide > div img {
  display: block;
  padding: 80px;
}

.product-view .gallery .owl-thumbs {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(calc(-50% + 20px));
  left: 0;
  max-width: 120px;
}

.product-view .gallery .owl-thumbs img {
  display: block !important;
  width: auto  !important;
}

.product-view .gallery .owl-thumbs .slick-list {
  padding-left: 20px;
  padding-right: 20px;
}

.product-view .gallery .owl-thumbs .slick-slide.slick-current > div img {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.product-view .gallery .owl-thumbs .slick-slide > div {
  max-width: 80px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.product-view .gallery .owl-thumbs .slick-prev.slick-arrow {
  font-size: 0;
  background: none;
  border: none;
  width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}

.product-view .gallery .owl-thumbs .slick-prev.slick-arrow:after {
  content: url(../img/productpage-assets/angle-up.png);
}

.product-view .gallery .owl-thumbs .slick-next.slick-arrow {
  font-size: 0;
  background: transparent;
  border: none;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.product-view .gallery .owl-thumbs .slick-next.slick-arrow:after {
  content: url(../img/productpage-assets/angle-down.png);
}

.product-view .gallery-wrapper .product-selection {
  display: grid;
  grid-template-columns: repeat(2, 70px);
  grid-column-gap: 20px;
  margin-left: 80px;
}

.product-view .gallery-wrapper .product-selection .input-container {
  margin-bottom: 10px;
}

.product-view .gallery-wrapper .product-selection .input-container:last-child {
  margin-bottom: 0;
}

.product-view .gallery-wrapper .product-selection .input-container.custom-checkbox {
  position: relative;
}

.product-view .gallery-wrapper .product-selection .input-container.custom-checkbox input[type=checkbox] {
  display: inline;
  width: auto;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

.product-view .gallery-wrapper .product-selection .input-container.custom-checkbox input[type=checkbox]:checked + label::after {
  content: '';
  display: flex;
  place-content: center;
  place-items: center;
  background: #000;
}

.product-view .gallery-wrapper .product-selection .input-container.custom-checkbox label {
  padding-left: calc(15px + 10px);
}

.product-view .gallery-wrapper .product-selection .input-container.custom-checkbox label::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #000;
  position: absolute;
  left: 0;
  top: 8px;
  cursor: pointer;
  border-radius: 0;
  box-sizing: border-box;
}

.product-view .gallery-wrapper .product-selection .input-container.custom-radio {
  position: relative;
}

.product-view .gallery-wrapper .product-selection .input-container.custom-radio input[type=radio] {
  display: inline;
  width: auto;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

.product-view .gallery-wrapper .product-selection .input-container.custom-radio input[type=radio]:checked + label img {
  border: 1px solid #000;
}

.product-view .gallery-wrapper .product-selection .input-container.custom-radio label img {
  display: block;
  max-width: 70px;
  border: 1px solid transparent;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.product-view .text {
  font-family: "mulilight";
}

.product-view .text .product-intro {
  display: flex;
  margin-bottom: 20px;
}

.product-view .text .product-intro .title-group {
  flex-grow: 1;
}

.product-view .text .product-intro .title-group h1 {
  margin: 0;
  margin-bottom: 40px;
  font-family: "Arial Bold";
  font-weight: bold;
}

.product-view .text .description {
  margin-bottom: 20px;
}
.product-view .text .description p {
  padding: 5px 0;
}

.product-view .text .description .text {
  margin-bottom: 20px;
}

.product-view .text .description .text span {
  font-family: "mulibold";
}

.product-view .text .stock-notifier {
  font-family: "mulibold";
  color: #ed1c24;
  margin-bottom: 20px;
}

.product-view .text .price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}

.product-view .text .price .new {
  font-size: 40px;
  color: #ed1c24;
  margin-right: 40px;
  line-height: 40px;
}

.product-view .text .price .old {
  text-decoration: line-through;
  font-size: 16px;
}

.product-view .size-selector {
  margin-bottom: 0px;
}

.product-view .size-selector .input-container {
  max-width: 300px;
}

.product-view .size-selector .input-container.custom-select .select2-container {
  width: 100% !important;
  font-family: "mulilight";
}

.product-view .size-selector .input-container.custom-select .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: none;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 11px 0;
  height: auto;
}

.product-view .size-selector .input-container.custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px;
  font-family: "mulilight";
  line-height: auto;
  padding-right: 60px;
}

.product-view .size-selector .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 50%;
  right: 18px;
  width: auto;
  transform: translatey(-50%);
}

.product-view .size-selector .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.product-view .size-selector .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: url(../img/listpage-assets/angle-down.png);
}

.product-view .quantity {
  margin-bottom: 40px;
}

.product-view .quantity .input-container {
  display: flex;
  align-items: center;
}

.product-view .quantity .input-container label {
  margin-right: 18px;
}

.product-view .quantity .input-container .composed {
  position: relative;
}

.product-view .quantity .input-container .composed .buttons {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 999;
}

.product-view .quantity .input-container .composed .buttons .button {
  height: 11px;
  display: block;
  height: 25px;
  padding-top: 0;
}

.product-view .quantity .input-container .composed .buttons .button img {
  display: block;
}

.product-view .quantity .input-container .composed .buttons .button.input-up {
  cursor: pointer;
  width: 20px;
}
.product-view .quantity .input-container .composed .fieldIcons-root-1Be {
  height: 100%;
}

.product-view .quantity .input-container .composed .buttons .button.input-down {
  cursor: pointer;
  width: 20px;
}

.product-view .quantity .input-container input {
  padding: 13px 20px;
  font-family: "mulilight";
  border: 0;
  border-radius: 0;
  color: #000;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 100%;
  display: inline-block;
  max-width: 100px;
  padding: 0px 20px;
}

.product-view .action .button {
  padding: 13px 20px;
  font-family: "mulilight";
  color: #fff;
  background: #000;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: inline-block;
  max-width: 300px;
}

.information-boxes {
  margin-bottom: 40px;
}

.information-boxes .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.information-boxes .row .box h2 {
  font-size: 40px;
  font-family: "Arial Bold";
  margin: 0;
  margin-bottom: 40px;
}

.information-boxes .row .box .table {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  /*max-height: 615px;
  overflow-y: auto;
  max-height: 500px;
  height: 100%;*/
}

.information-boxes .row .box .table.measurments .table-row {
  grid-template-columns: repeat(3, 1fr);
}

.information-boxes .row .box .table.measurments .table-row .column:first-child {
  font-family: "mulilight";
}

.information-boxes .row .box .table.measurments .table-row .column.title {
  font-family: "mulibold";
}

.information-boxes .row .box .table .table-row {
  font-family: "mulilight";
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #000;
  padding: 15px 0;
  column-gap: 20px;
}

.information-boxes .row .box .table .table-row:last-child {
  border: none;
}

.information-boxes .row .box .table .table-row .column:first-child {
  font-family: "mulibold";
}

.information-boxes .row .box .info {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
 /* height: 100%;
  max-height: 615px;
  overflow-y: auto;
  max-height: 500px;*/
}
.information-boxes .row .box button {
	background: #fff;
	padding: 10px;
	display: block;
	margin: 5px auto;
	width: 120px;
	border: 2px solid #000;
}

.information-boxes .row .box .info ul {
  margin: 0;
  padding: 0;
}

.information-boxes .row .box .info ul li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 20px;
  font-family: "mulilight";
}

.information-boxes .row .box .info ul li:before {
  content: url(../img/check.png);
  position: absolute;
  left: 0;
  top: 0;
}

.comment-section {
  margin-bottom: 40px;
}

.comment-section h2 {
  font-size: 40px;
  font-family: "Arial Bold";
  margin: 0;
  margin-bottom: 40px;
}

.comment-section .box {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.comment-section .box a {
  color: #000;
  font-family: "mulilight";
}

.product-container.product-page .row .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(calc(-50% - 40px)) rotate(-90deg);
}

.product-container.product-page .row .owl-nav button.owl-prev span {
  display: none;
}

.product-container.product-page .row .owl-nav button.owl-prev:after {
  content: url(../img/productpage-assets/angle-up.png);
}

.product-container.product-page .row .owl-nav button.owl-prev:hover {
  background: none;
}

.product-container.product-page .row .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(calc(-50% - 40px)) rotate(90deg);
}

.product-container.product-page .row .owl-nav button.owl-next span {
  display: none;
}

.product-container.product-page .row .owl-nav button.owl-next:after {
  content: url(../img/productpage-assets/angle-up.png);
}

.product-container.product-page .row .owl-nav button.owl-next:hover {
  background: none;
}

.more-categories {
  margin-bottom: 80px;
}

.more-categories h2 {
  font-size: 40px;
  font-family: "Arial Bold";
  margin: 0;
  margin-bottom: 40px;
}

.more-categories .row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  font-family: "mulilight";
}
.more-categories .row {
	display: flex;
}

.more-categories .row a {
  text-decoration: none;
  color: #000;
}

.checkout .container {
  display: block;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  float: none;
  padding: 0;
}

.checkout h1 {
  font-size: 40px;
  font-family: "Arial Bold";
  margin: 0;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.checkout .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(655px, 1fr));
}

.checkout .row .title {
  padding-right: 20px;
  font-family: "mulibold";
  font-size: 16px;
}

.checkout .row .composed {
  display: flex;
  margin-bottom: 40px;
}

.checkout .row .composed .title {
  flex-grow: 1;
  padding-right: 20px;
  font-family: "mulibold";
  font-size: 16px;
}

.checkout .row .composed .login-component {
  font-family: "mulilight";
  font-size: 16px;
}

.checkout .row .composed .login-component span {
  margin-right: 5px;
}

.checkout .row .composed .login-component a {
  color: #000;
  text-decoration: underline;
}

.checkout .row .box {
  margin: 0 auto;
  max-width: 655px;
  padding: 0 calc((655px - 595px) / 2);
}

.checkout .row .column2 {
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  padding-top: 190px;
}

.checkout .row .column1 {
  padding: 0 40px 40px;
}

.checkout .row .tab .button {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  margin-top: 40px;
}

.checkout .row .tab .composed {
  display: flex;
  margin-bottom: 40px;
  text-transform: initial;
}

.checkout .row .tab .composed .title {
  flex-grow: 1;
  padding-right: 20px;
  font-family: "mulibold";
  font-size: 16px;
}

.checkout .row .tab .composed .login-component {
  font-family: "mulilight";
  font-size: 16px;
}

.checkout .row .tab .composed .login-component span {
  margin-right: 5px;
}

.checkout .row .tab .composed .login-component a {
  color: #000;
  text-decoration: underline;
}

.checkout .row .tab .checkbox-box {
  padding-top: 40px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 10px;
}

.checkout .row .tab.active .input-wrapper {
  display: block;
}

.checkout .row .tab .input-wrapper {
  display: none;
  font-family: "mulilight";
  margin-bottom: 40px;
}

.checkout .row .tab .input-wrapper .input-container input {
  font-family: "mulilight";
  font-size: 16px;
  width: 100%;
  background: transparent;
  border: none;
  outline: 0;
  border-bottom: 2px solid #fff;
  padding: 14px 20px;
}

.checkout .row .tab .input-wrapper .input-container input:placeholder-shown {
  color: #666;
}

.checkout .row .tab .input-wrapper .input-container.custom-select .select2-container {
  width: 100% !important;
  font-family: "mulilight";
}

.checkout .row .tab .input-wrapper .input-container.custom-select .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #fff;
  background: transparent;
  padding: 11px 0;
  height: auto;
}

.checkout .row .tab .input-wrapper .input-container.custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px;
  font-family: "mulilight";
  line-height: auto;
  padding-right: 60px;
}

.checkout .row .tab .input-wrapper .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 50%;
  right: 18px;
  width: auto;
  transform: translatey(-50%);
}

.checkout .row .tab .input-wrapper .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.checkout .row .tab .input-wrapper .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: url(../img/listpage-assets/angle-down.png);
}

.checkout .row .tab .input-wrapper .input-container.custom-checkbox {
  position: relative;
  margin-bottom: 20px;
}

.checkout .row .tab .input-wrapper .input-container.custom-checkbox input[type=checkbox] {
  display: inline;
  width: auto;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

.checkout .row .tab .input-wrapper .input-container.custom-checkbox input[type=checkbox]:checked + label::after {
  content: url(../img/checkout-assets/check.png);
  display: flex;
  place-content: center;
  place-items: center;
  background: #fff;
}

.checkout .row .tab .input-wrapper .input-container.custom-checkbox label {
  display: flex;
}

/*
.checkout .row .tab .input-wrapper .input-container.custom-checkbox label {
  padding-left: calc(15px + 10px);
  display: block;
}

.checkout .row .tab .input-wrapper .input-container.custom-checkbox label::after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  cursor: pointer;
  border-radius: 0;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
*/
.checkout .row .products {
  margin-bottom: 80px;
}

.checkout .row .products .row {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f1f1f1;
  padding: 15px 0;
}

.checkout .row .products .row .image {
  max-width: 65px;
  margin-right: 28px;
}

.checkout .row .products .row .image img {
  width: 100%;
  display: block;
}
.checkout .row .products .row .image .image-placeholder-2AG {
    display: none;
}
.checkout .row .products .row .image .image-loaded-SHk {
    position: relative;
}

.checkout .row .products .row .title {
  flex-grow: 1;
  padding-right: 30px;
}

.checkout .row .products .row .price {
  font-family: "mulilight";
  min-width: 100px;
  flex-grow: 1;
  margin-right: 20px;
}

.checkout .row .products .row .action a {
  color: #000;
  font-family: "mulilight";
  text-transform: capitalize;
}

.checkout .row .subtotal {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 40px;
}

.checkout .row .subtotal .row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkout .row .subtotal .row .title {
  flex-grow: 1;
  margin-right: 20px;
}

.checkout .row .subtotal .row .red {
  color: #ed1c24;
}

.checkout .row .total {
  display: flex;
}

.checkout .row .total .title {
  flex-grow: 1;
}

.checkout .row .total .price {
  font-family: "mulibold";
  color: #ed1c24;
}

.main.cart h1 {
  font-size: 40px;
  font-family: "Arial Bold";
}

.main.cart .cart-row {
  display: grid;
  grid-template-columns: 9fr 3fr;
  grid-gap: 30px;
  margin-bottom: 80px;
}

.main.cart .cart-row .product-table .row {
  display: grid;
  grid-template-columns: calc(100% - 55.555555555556% - 30px) calc(100% - 77.777777777778% - 30px) calc(100% - 77.777777777778% - 30px) calc(100% - 88.888888888889%);
  grid-gap: 30px;
}

.main.cart .cart-row .product-table .row .column {
  width: 100%;
}

.main.cart .cart-row .product-table .row .column:last-child .tablehead {
  color: #ed1c24;
}

.main.cart .cart-row .product-table .row .column .tablehead {
  display: block;
  font-size: 16px;
  font-family: "mulibold";
  padding-bottom: 19px;
}

.main.cart .cart-row .product-table .row .column .product {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main.cart .cart-row .product-table .row .column .product .img {
  margin-right: 20px;
}

.main.cart .cart-row .product-table .row .column .product .img img {
  display: block;
  max-width: 98px;
  width: 100%;
}

.main.cart .cart-row .product-table .row .column .product .description .title {
  font-size: 16px;
  font-family: "mulibold";
  color: #000;
  margin-bottom: 29px;
}

.main.cart .cart-row .product-table .row .column .product .description .input-container {
  margin-bottom: 20px;
}

.main.cart .cart-row .product-table .row .column .product .description .input-container.custom-select .select2-container {
  width: 100% !important;
  font-family: "mulilight";
}

.main.cart .cart-row .product-table .row .column .product .description .input-container.custom-select .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: none;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 11px 0;
  height: auto;
}

.main.cart .cart-row .product-table .row .column .product .description .input-container.custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px;
  font-family: "mulilight";
  line-height: auto;
  padding-right: 60px;
}

.main.cart .cart-row .product-table .row .column .product .description .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 50%;
  right: 18px;
  width: auto;
  transform: translatey(-50%);
}

.main.cart .cart-row .product-table .row .column .product .description .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.main.cart .cart-row .product-table .row .column .product .description .input-container.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: url(../img/listpage-assets/angle-down.png);
}

.main.cart .cart-row .product-table .row .column .product .description .reference {
  font-size: 16px;
  font-family: "mulilight";
}

.main.cart .cart-row .product-table .row .column .price-item {
  font-size: 16px;
  font-family: "mulilight";
  color: #000;
}

.main.cart .cart-row .product-table .row .column .total-price {
  display: flex;
  flex-direction: column;
}

.main.cart .cart-row .product-table .row .column .total-price .price {
  font-size: 16px;
  font-family: "mulilight";
  color: #ed1c24;
  display: block;
  flex-grow: 1;
  margin-bottom: 30px;
}

.main.cart .cart-row .product-table .row .column .total-price .delete {
  font-size: 16px;
  font-family: "mulilight";
  color: #000;
  cursor: pointer;
}

.main.cart .cart-row .product-table .row .column .quantity {
  max-width: 100px;
}

.main.cart .cart-row .product-table .row .column .quantity input {
  padding: 13px 20px;
  font-family: "mulilight";
  border-radius: 0;
  color: #000;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: left;
  width: 100%;
  display: inline-block;
  max-width: 300px;
  border: none;
  outline: none;
  display: block;
  -webkit-appearance: none;
}

.main.cart .cart-row .product-table .table-content {
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}

.main.cart .cart-row .product-table .table-content .row {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0;
  align-items: center;
}

.main.cart .cart-row .summary {
  display: flex;
  flex-direction: column;
}

.main.cart .cart-row .summary .title {
  display: block;
  font-size: 16px;
  font-family: "mulibold";
  padding-bottom: 19px;
  color: #ed1c24;
}

.main.cart .cart-row .summary .box {
  padding: 20px 19px;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.main.cart .cart-row .summary .box.box-no-shadow {
  box-shadow: none;
}

.main.cart .cart-row .summary .box .input-container {
  margin-bottom: 29px;
  position: relative;
}

.main.cart .cart-row .summary .box .input-container input {
  padding: 13px 20px;
  font-family: "mulilight";
  color: #000;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: left;
  width: 100%;
  display: inline-block;
  border: none;
  outline: none;
  padding-right: 50px;
}

.main.cart .cart-row .summary .box .input-container .click {
  position: absolute;
  background-color: transparent;
  display: block;
  width: 41px;
  height: 41px;
  display: flex;
  place-content: center;
  place-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.main.cart .cart-row .summary .box .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-grow: 1;
}

.main.cart .cart-row .summary .box .row .title {
  padding: 0;
  color: #000;
}

.main.cart .cart-row .summary .box .row .price {
  color: #ed1c24;
  font-family: "mulilight";
}

.main.cart .cart-row .summary .box .row .price.final {
  font-family: "mulibold";
}

.main.cart .cart-row .summary .box .row .shipping {
  color: #000;
  font-family: "mulilight";
}

.main.cart .cart-row .summary .box .row .final {
  color: #ed1c24;
  font-family: "mulibold";
}

.main.cart .cart-row .summary .box .action {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.main.cart .cart-row .summary .box .action a {
  color: #000;
  font-family: "mulilight";
  margin-bottom: 11px;
}

.main.cart .cart-row .summary .box .action .button {
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto;
}
.header-logoContainer-2te .image-placeholder-2AG {
    position: relative;
    display: none;
}
.header-logoContainer-2te .image-loaded-SHk {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    height: 100%;
    width: 150px;
}
.hero-gallery .owl-carousel {
    display: block;
    overflow-y:hidden;
    max-height:600px;
}
.cmsBlock-content-3_m .actions-secondary {
    display: none;
}
.cmsBlock-content-3_m .price-label {
    display: none;
}

.product-container .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.cmsBlock-content-3_m .product-container .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.main.sidebar .product-items.widget-product-grid.row.product-gallery-promotion.owl-carousel.owl-theme {
    display: block;
}
.actions-primary.actions {
    display: inline-flex;
}
.product-container .product-item-details.text div {
    line-height: 23px;
}
.cartPage-body-3xb .composed {
    display: inline-flex;
    position: relative;
}
.cartPage-body-3xb .buttons {
    position: absolute;
    top: 0px;
    right: 10px;
    display: grid;
}
.cartPage-body-3xb .quantity-button-28s {
    align-items: center;
    background-color: rgb(var(--venia-global-color-gray-50));
    border: 2px solid rgb(var(--venia-global-color-gray-600));
    border-radius: 50%;
    display: inline-flex;
    height: 1.5rem;
    justify-content: center;
    stroke: rgb(var(--stroke));
    width: 2rem;
    border: 0px solid rgb(var(--venia-global-color-gray-600));
    stroke: #000;
    width: 1rem;
    padding-top: 5px;
}
.cartPage-body-3xb .accordion-root-jW9 {
    border: 2px solid rgb(var(--venia-global-color-gray-400));
    border-radius: 0.375rem;
    border: 0px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.category-root-XX- {
    padding: 1rem;
    position: relative;
}
.product-view .addToListButton-root-3TA {
    position: absolute;
    z-index: 9;
    top: 43px;
    right: 12px;
}
.product-view .carousel-root-1NL.gallery-wrapper::after {
    content: '';
    display: table;
    clear: both;
}
.checkout .row .priceSummary-lineItems-JOi {
    display: block;
	padding: 0;
}
.checkout .row .action {
	display: none;
}
.checkout .itemsReview-items_container-14L .row .action {
	display: block;
	cursor: pointer;
}
.autocomplete-root_visible-3E7.autocomplete-root-1Dq.autocomplete-visible-2q2 {
  /*display: none; */
}
.checkout .row .priceSummary-lineItems-JOi {
    display: block;
	padding: 0;
}
.checkout .row .products .row .image .item-thumbnail-2Qx {
    border: solid 0px rgb(var(--venia-global-color-border));
}
.checkout .fieldIcons-input-3Eg > input {
   padding: 14px 20px;
   color: #666;
}
.checkout .select-input-3Sw, .select-input_error-1pM {
   padding: 10px 20px;
   color: #666;
}
.checkout .custom-select select {
    display: block;
	background: transparent;
	border: none;
	outline: 0;
	border-bottom: 2px solid #fff;
}
.country-root-2Hq select {
	background: transparent;
	border: none;
	outline: 0;
	border-bottom: 2px solid #fff;
}
.dialog-body-10P .custom-select select {
    display: block;
}
.checkout .customerForm-root-7MF .button {
	display: block;
	max-width: 400px;
	margin: 0 auto;
		margin-top: 0px;
	padding: 18px;
	background: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	margin-top: 40px;
	min-width: 400px;
	margin-top: 0;
	padding: 0;
	border: 0;
}
.checkout .customerForm-root-7MF button {
	margin-top: 0;
	padding: 0;
	border: 0;
	min-width: 100px;
	min-height: 0.5rem;
	text-transform: initial;
	font-family: "mulilight";
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.checkout .priceSummary-totalPrice-2pP,.checkout .priceSummary-price-2_b.price {
    color: red;
}
.editModal-root_open-vnQ.editModal-root-20- .custom-select select {
    display: block;
}
.editModal-body-3CJ .guestForm-root-1-X .input-container {
    border-bottom: 1px solid #ccc;
}
.editModal-body-3CJ .guestForm-root-1-X .checkbox-box {
    display: none;
}
.editModal-body-3CJ .guestForm-root-1-X .cancel-button {
    width: 10rem;
    margin: auto;
    background-color: rgb(var(--venia-brand-color-1-700));
    border: none;
    font-weight: bold;
    padding: 13px 20px;
    font-family: "mulilight";
    color: #fff;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: inline-block;
    max-width: 300px;
    border-radius: 0rem;
    color: #000;
    border: 1px solid #000;
}
.editModal-body-3CJ .guestForm-root-1-X .submit-button {
    width: 10rem;
    margin: auto;
    background-color: rgb(var(--venia-brand-color-1-700));
    border: none;
    font-weight: bold;
    padding: 13px 20px;
    font-family: "mulilight";
    color: #fff;
    background: #000;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: inline-block;
    max-width: 300px;
    border-radius: 0rem;
}
.checkout .shippingMethod-form-3qe .button {
	min-width: 400px;
}
.checkout .row .tab .shippingMethod-form-3qe .button button {
    margin-top: 0;
    padding: 0;
    border: 0;
    min-width: 100px;
    min-height: 0.5rem;
    text-transform: initial;
    font-family: "mulilight";
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.my-account.login .row {
  gap: 0;
}

.my-account.login .row aside {
  max-width: 50%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}

.my-account.login .row aside .subtitle {
  font-size: 16px;
  font-family: "mulibold";
  margin-bottom: 56px;
}

.my-account.login .row aside .input-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.my-account.login .row aside .input-wrapper .input-container .text a {
  color: #000;
  font-family: "mulilight";
}

.my-account.login .row aside .action {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.my-account.login .row main {
  max-width: 100%;
}

.my-account.login .row main .subtitle {
  font-size: 16px;
  font-family: "mulibold";
  margin-bottom: 56px;
}

.my-account.login .row main .title {
  font-size: 40px;
  margin-bottom: 58px;
  font-family: "Arial Bold";
}

.my-account.login .row main .row {
  gap: 30px;
  margin-bottom: 50px;
}

.my-account.login .row main .row .input-wrapper {
  flex-grow: 1;
}

.my-account.login .row main .row .notice {
  color: #000;
  font-family: "mulilight";
}

.my-account.login .row main .row .checkboxes {
  margin-bottom: 20px;
}

.my-account .container {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  float: none;
  padding: 0;
}

.my-account .row {
  display: flex;
  flex-direction: row;
  gap: 31px;
}

.my-account .row .input-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
}

.my-account .row .input-wrapper .input-container input {
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 15px 19px;
  width: 100%;
  color: #777777;
  font-family: "mulilight";
  font-size: 16px;
}

.my-account .row .input-wrapper .input-container.passwd {
  position: relative;
}

.my-account .row .input-wrapper .input-container.passwd input {
  padding-right: 35px;
}

.my-account .row .input-wrapper .input-container.passwd .view {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}

.my-account .row .input-wrapper .input-container.passwd .view:after {
  content: url("../img/eye copy.png");
}

.my-account .row .action {
  text-align: center;
}

.my-account .row .action a {
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 400px;
  font-family: "mulilight";
  padding: 15px 19px;
}

.my-account .row aside {
  width: 100%;
  max-width: 282px;
  padding-left: 40px;
}

.my-account .row aside .title {
  font-size: 40px;
  margin-bottom: 58px;
  font-family: "Arial Bold";
}

.my-account .row aside .menu-list li {
  display: block;
  font-family: "mulibold";
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 35px;
  color: #000;
}

.my-account .row aside .menu-list li.react-tabs__tab--selected {
  color: #ed1c24;
}

.my-account .row main {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 100px 55px 80px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.my-account .row main .title {
  font-size: 16px;
  font-family: "mulibold";
  margin-bottom: 56px;
}

.my-account .row main .title.address-title {
  margin-bottom: 36px;
}

.my-account .row main .birthday {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 40px;
}

.my-account .row main .birthday .select2-container--default .select2-selection--single {
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  width: 100%;
  color: #777777;
  font-family: "mulilight";
  font-size: 16px;
  height: auto;
}

.my-account .row main .birthday .select2-container {
  width: auto !important;
  min-width: 100px;
}

.my-account .row main .birthday .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 13px 19px;
  padding-right: 40px;
}

.my-account .row main .birthday .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #777777;
  font-size: 16px;
  font-family: "mulilight";
}

.my-account .row main .birthday .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.my-account .row main .birthday .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.my-account .row main .birthday .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: url(../img/cart-assets/angle-down.png);
}

.my-account .row main .checkboxes {
  margin-bottom: 79px;
}

.my-account .row main .checkboxes .input-container.custom-checkbox {
  position: relative;
  margin-bottom: 20px;
}

.my-account .row main .checkboxes .input-container.custom-checkbox input[type=checkbox] {
  display: inline;
  width: auto;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

.my-account .row main .checkboxes .input-container.custom-checkbox input[type=checkbox]:checked + label::after {
  content: url(../img/checkout-assets/check.png);
  display: flex;
  place-content: center;
  place-items: center;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.my-account .row main .checkboxes .input-container.custom-checkbox label {
  padding-left: calc(15px + 10px);
  display: block;
}

.my-account .row main .checkboxes .input-container.custom-checkbox label::after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  cursor: pointer;
  border-radius: 0;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.my-account .row main .row {
  justify-content: space-between;
}

.my-account .row main .row .col {
  max-width: 541px;
}

.my-account .row main .row .col .address-title {
  font-size: 16px;
  color: #000;
  font-family: "mulilight";
  margin-bottom: 41px;
}

.my-account .row main .row .col .address-title a {
  color: #000;
}

.my-account .row main .row .col .address-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.my-account .row main .row .col .address-wrapper .address-box {
  max-width: 384px;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.my-account .row main .row .col .address-wrapper .address-box > div {
  margin-bottom: 20px;
  font-family: "mulilight";
  font-size: 16px;
}

.my-account .row main .row .col .address-wrapper .address-box > div:last-child {
  margin: 0;
}

.my-account .row main .row .col .address-wrapper .address-actions {
  width: 100%;
  max-width: 120px;
}

.my-account .row main .row .col .address-wrapper .address-actions a {
  font-size: 16px;
  color: #000;
  font-family: "mulilight";
  display: block;
}

.my-account .row main .row .col .address-modifier .title {
  margin-bottom: 36px;
}

.my-account .row main .row .col .address-modifier .input-container input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
  padding: 14px;
  font-family: "mulilight";
  outline: none;
}

.my-account .row main .row .col .address-modifier .input-container input::placeholder {
  color: #666;
  opacity: 1;
}

.my-account .row main .row .col .address-modifier .input-container input:focus {
  border-color: #666;
}

.my-account .row main .row .col .address-modifier .input-container .select2-container--default .select2-selection--single {
  background-color: white;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  color: #777777;
  font-family: "mulilight";
  font-size: 16px;
  height: auto;
}

.my-account .row main .row .col .address-modifier .input-container .select2-container {
  width: 100% !important;
  min-width: 100px;
}

.my-account .row main .row .col .address-modifier .input-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 12.5px;
  padding-right: 40px;
}

.my-account .row main .row .col .address-modifier .input-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #777777;
  font-size: 16px;
  font-family: "mulilight";
}

.my-account .row main .row .col .address-modifier .input-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.my-account .row main .row .col .address-modifier .input-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.my-account .row main .row .col .address-modifier .input-container .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: url(../img/cart-assets/angle-down.png);
}

.my-account .row main .row .col .address-modifier .action {
  padding-top: 80px;
  text-align: left;
}
.subscribe-root-3E0 .message-root_error-3Tf.message-root-2kZ {
    position: absolute;
    bottom: -20px;
}
.megaMenu-megaMenu-2LU .megaMenuItem-megaMenuLink-12G {
    align-items: center;
    display: inline-flex;
    min-height: 5rem;
    color: #fff;
    padding-bottom: 110px;
    display: initial;
}
.searchPage-root-4QC .image-placeholder-2AG {
    position: absolute;
}
.carousel-carouselContainer-1Bt.gallery-allimages {
    display: flex;
}
.carousel-carouselContainer-1Bt .image-placeholder-2AG {
    display: none;
}
.carousel-carouselContainer-1Bt .image-loaded-SHk {
    position: relative;
}
.carousel-carouselContainer-1Bt.gallery-allimages .carousel-thumbnailList-3iB {
    overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #959595 #e3e3e3;
}
.carousel-carouselContainer-1Bt.gallery-allimages .carousel-thumbnailList-3iB::-webkit-scrollbar {
  width: 5px;
  background-color: #e3e3e3; 
}
.carousel-carouselContainer-1Bt.gallery-allimages .carousel-thumbnailList-3iB::-webkit-scrollbar-thumb {
    background: #959595;
}

.main.sidebar .mobile aside.filterSidebar-root-2wp {
    position: relative;
    background: #fff;
    padding: 0;
}
.main.sidebar .mobile .filter-box.filter-mobile {
    padding: 0;
}

.filter-box.info-box .section-title_wrapper-HMZ {
	display: flex;
	padding: 0;
}
.filter-box.info-box .accordion-root-jW9 {
	border: none;
}
.filter-box.info-box .section-title-2bG {
	font-family: "mulilight";
	font-size: 16px;
	cursor: pointer;
}
.main.sidebar aside .filter-box.info-box .item {
	padding-top: 0px;
}
.main.sidebar aside .filter-box.info-box .item:first-child {
	padding-top: 20px;
}

.main.sidebar main .shortcuts .row .page-nav span {
  display: flex;
  align-content: center;
  align-items: center;
}
.main.sidebar main .shortcuts .row .page-nav span {
  margin-right: 0px;
  font-family: "mulilight";
}
.main.sidebar main .shortcuts .row .input-container, .custom-select select {
  background: #fff;
}

.checkoutPage-root-2iR.checkout .tab, .checkoutPage-root-2iR.checkout .checkoutPage-price_adjustments_container-FyX, .checkoutPage-root-2iR.checkout .checkoutPage-items_review_container-njR {
  margin-bottom: 40px;
}

.checkoutPage-root-2iR.checkout .tab .checkoutPage-payment_information_container-222 .radioGroup-root-1eK {
	display: flex;
	flex-wrap: wrap;
}

.checkoutPage-root-2iR.checkout .tab .paymentMethods-payment_method-2bP:first-child > label {
    padding-bottom: 1.125rem;
}
.checkoutPage-root-2iR.checkout .checkoutPage-price_adjustments_container-FyX .section-root-1aI.item:last-child {
  display: none;
}

.checkoutPage-root-2iR.checkout .checkoutPage-price_adjustments_container-FyX .section-root-1aI.item, .checkoutPage-root-2iR.checkout .checkoutPage-items_review_container-njR .item-thumbnail-2Qx {
  border: none;
}

.checkoutPage-root-2iR.checkout .checkoutPage-items_review_container-njR .item-root-26b.row {
  display: flex;
  align-content: center;
  align-items: center;
  border-bottom: 2px solid #fff;
}

.checkoutPage-checkoutContent-34w.row .column2 .subtotal {
  border-bottom: 0px solid #f1f1f1;
} 
.checkoutPage-checkoutContent-34w.row .column2 .subtotal .row:last-child{
  border-top: 2px solid #f1f1f1;
  padding-top: 40px;
}
.checkoutPage-root-2iR.checkout .billingAddress-billing_address_fields_root-2ve .field-input-2wb {
	border-bottom: 2px solid #fff;
}
.contact-page {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}
.contact-page .container-new {
    width: auto;
    max-width: 1920px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.contact-page .row {
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
    border-bottom: 1px solid #dbdbdb;
}
.contact-page .row .column:first-child {
    border-right: 1px solid #dbdbdb;
}
.contact-page .row .column {
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 45px 60px 91px 40px;
}
.contact-page .row .column h1 {
    font-family: "mulilight", sans-serif;
    font-weight: normal;
    font-size: 60px;
    text-transform: capitalize;
    text-align: left;
    flex-grow: 1;
}
.contact-page .row .column .small-title {
	font-family: "mulilight", sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    width: 85%;
}
.contact-page .row .column .text {
    font-size: 30px;
    font-family: "mulilight", sans-serif;
    line-height: 40px;
    margin-bottom: 100px;
}
.contact-page .row .column .contact-form .row {
    border: 0;
    margin: 0;
}
.contact-page .row {
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
    border-bottom: 1px solid #dbdbdb;
}
.contact-page .contact-form .row .input-row {
    width: 50%;
    display: inline-block;
}
.contact-page .contact-form .row .input-row-left .field-root-3Y5 {
    padding-right: 20px;
}
.contact-page .contact-form .row .input-row .field-root-3Y5 {
    display: inline-block !important;
    max-width: 500px;
    width: 100%;
}
.contact-form .input-container-select.contactus-select {
    margin-top: 20px;
}
.contact-page .row .column .contact-form .input-container {
    margin-bottom: 45px;
}
.contact-page .row .input-container .field-root-3Y5 {
    display: inline-block !important;
    max-width: 800px;
    width: 100%;
}
.contact-page .row .column .contact-form .input-container textarea {
    width: 100%;
    border: 0;
    padding: 10px 0;
    outline: none;
    border-bottom: 2px solid #fff;
    font-family: "mulilight", sans-serif;
    font-size: 14px;
    letter-spacing: 0.01em;
    resize: none;
    min-height: 100px;
    color: #000;
    border-radius: 0px;
    padding-top: 20px;
	font-size: 1rem;
	margin-left: 5px;
}
.contact-page .textArea-input-3Mr.field-input-2wb {
    padding-left: 5px !important;
}
.contact-page .row .column .contact-form .submit-container {
  margin-top: 40px;
}
.contact-page .row .column .contact-form .submit-container .button-root-2JQ {
    font-size: 11px;
    font-family: "mulilight", sans-serif;
    outline: none;
    background: 0;
    border-radius: 0;
    padding: 25px 100px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #ccc;
}
.contact-page .row .column .contact-form .submit-container .button-root-2JQ span {
    font-size: 11px;
    font-family: "mulilight", sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-right: 0px;
}
.contact-form .input-container-select.contactus-select .fieldIcons-input-3Eg .fieldIcons-after-3je {
  display: none;
}
.contact-page .fieldIcons-input-3Eg > input, .contact-page .fieldIcons-input-3Eg > select {
  border-bottom: 2px solid #fff;
}
.owl-carousel .owl-item img {
  object-fit: fill!important;
  height: 100%;
}
#center_column {
  margin: 10px 50px;
}
.product-view .text .product-intro .product-logo img {
  max-width: 100px;
}
.billingAddress-billing_address_fields_root-2ve .input-container {
  padding-top: 15px;
}
.mai-multe {
  padding: 18px 0;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  width: 100%;
}
.category-categoryContent-2v2 .page-nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.category-categoryContent-2v2 .page-nav span {
  align-content: center;
  display: flex;
  align-items: center;
}
.orderConfirmationPage-root-4aJ .action {
  display: none;
}
.main.sidebar main .shortcuts .row .input-container select {
  text-align: center;
}
.main.sidebar main .shortcuts .row .input-container svg {
  stroke: #000;
}
.main.sidebar main .shortcuts .row .input-container .productSort-root-2Nf {
  margin-left: 0;
}
.category-categoryContent-2v2 .page-nav {
  background: #fff;
  padding: 10px;
}
.category-categoryContent-2v2 .page-nav .tile-root_active-qd6 {
  border: 1px solid;
}
.menu-wrapper .megaMenu-megaMenu-2LU .submenu-submenuItems-1hm {
  justify-content: center;
} 
.contact-form .submit-container{margin-top:30px;}

.main.sidebar .mobile .filter-box.filter-mobile .filterSidebar-blocks-2QZ {
  padding: 1rem 1.25rem 25px;
}
.main.sidebar .mobile .close-icon {
  text-align: right;
  display: block;
}
.main.sidebar .mobile .close-icon svg {
  stroke: #fff;
  cursor: pointer;
}
.category-root-XX- .gallery-root-28Q .item-imageContainer-2hU.image-container-_fN  {

}
.hero-logo.owl-carousel.owl-theme.owl-loaded.owl-drag {
  max-height: 100px;
}
.hero-logo.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item .item img {
  display: block;
  width: 100px;
}
.hero-logo .owl-item {
  margin: 0 25px;
}
.richContent-root-2JD #center_column strong img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.hero-gallery .hero .item .row.row-mobile {
  display: none;
}
.full-width-banner.mobile-version {
  display: none;
}
.richContent-root-2JD .product-item-info.item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.richContent-root-2JD .product-item-details.text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.richContent-root-2JD .product-container .product-item-details.text .product-item-name {
  flex-grow: 1;
}
.main.sidebar main .product-container .row .item .text {
  min-height: 80px;
  display: flex;
  flex-direction: column;
}

.main.sidebar main .product-container .row .item .text .title {
  margin: 0;
  flex-grow: 1;
  align-items: flex-start;
}
.relatedProducts-root-29C .relatedProducts-item-CZr .new {
  font-weight: 600;
}
.relatedProducts-root-29C .relatedProducts-item-CZr .old {
  text-decoration: line-through;
}
.relatedProducts-root-29C .relatedProducts-item-CZr .old .relatedProducts-price-7Ps {
  font-weight: normal;
}

.relatedProducts-item-CZr .new.simple-price .relatedProducts-price-7Ps {
  font-weight: normal;
}
.relatedProducts-item-CZr .new.simple-price {
  padding-top: 0px;
  color: #000;
  font-family: "mulibold";
  margin-right: 20px;
}
.productFullDetail-root-1OT .productFullDetail-productPrice-pHY {
  display: block;
  font-size: 30px;
  color: #000;
  margin-right: 40px;
  line-height: 40px;
  font-weight: 600;
}
.product-items.widget-product-grid.row.product-gallery-promotion.owl-carousel.owl-theme .actions-primary.actions form {
  display: none;
}
.information-boxes .row .box .table.measurments .table-row.hide {
  display: none;
}
.information-boxes .row .box .table.measurments .table-row.last-show {
  border: 0;
}

.mobile .filter-box.filter-mobile .filterSidebar-root-2wp {
  display: block;
}

.landingPageContent-pageContent-1iy .category-heading-4AX {
  display: none;
}
.landingPageContent-pageContent-1iy .category-heading-4AX {
    display: none;
}

form.resetPassword-container-2C7 input {
      border: 1px solid black;
}

@media screen and (max-width: 1600px) {
  .product-view .row .gallery-wrapper .owl-thumbs {
    position: static;
    transform: translateY(0);
    max-width: 100%;
    margin-top: 20px;
  }
  .product-view .row .gallery-wrapper .gallery .owl-thumbs .slick-list {
    padding: 0;
  }
  .product-view .row .gallery-wrapper .gallery .owl-thumbs .slick-slide > div {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .product-view .row .gallery-wrapper .gallery .owl-thumbs .slick-next.slick-arrow {
    font-size: 0;
    background: transparent;
    border: none;
    width: auto;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 0;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 999;
  }
  .product-view .row .gallery-wrapper .gallery .owl-thumbs .slick-prev.slick-arrow {
    font-size: 0;
    background: transparent;
    border: none;
    width: auto;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 999;
  }
}

@media screen and (max-width: 1520px) {
  header .main .user-menu {
    flex-grow: 0;
    text-align: right;
    grid-template-columns: 22px 22px 22px 22px;
    justify-content: flex-end;
  }
  header .main .user-menu div a {
    display: flex;
    align-content: center;
  }
  header .main .user-menu div a img {
    margin: 0;
  }
  header .main .user-menu div a span {
    color: #fff;
  }
  .main.sidebar .container > .row {
    position: relative;
    display: block;
  }
  .main.sidebar aside {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 400px;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 5px;
    padding: 20px;
    /*display: none;*/
  }
  .main.sidebar aside .item-box {
    display: none;
  }
  .main.sidebar aside .filter-box {
    margin-bottom: 20px;
  }
  .main.sidebar aside h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
  }
  .main.sidebar aside h2.item-title {
    display: none;
  }
  .main.sidebar main .title .mobile-filter-trigger {
    display: block;
    background: #fff;
    padding: 13px 20px;
    font-family: "mulilight";
    color: #000;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 150px;
    border-radius: 2px;
    display: inline-block;
  }
  .main.sidebar main .title .mobile-filter-trigger i {
    vertical-align: 0px;
  }
  .main.cart .cart-row {
    display: flex;
    flex-direction: column;
  }
  .main.sidebar .row {
		display: grid;
		grid-template-columns: 100% auto;
		grid-column-gap: 30px;
	}
}

@media screen and (max-width: 1350px) {
  header .main .menu {
    position: relative;
  }
  header .main .menu .mobile-handle {
    display: block;
    cursor: pointer;
  }
  header .main .menu .menu-wrapper {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    min-width: 200px;
    padding: 20px;
    top: 63px;
    right: 0;
    border-radius: 0 0 5px 5px;
    z-index: 999;
  }
  header .main .menu .menu-wrapper a {
    display: block;
    margin: 0;
    margin-bottom: 10px;
  }
  header .main .menu .menu-wrapper a:last-child {
    margin: 0;
  }
  .product-container .row .item .image-container {
    min-height: 300px;
  }
}

@media screen and (max-width: 1250px) {
  .info-bar .row {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  footer .row {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    margin-bottom: 40px;
  }
  .product-view .row {
    display: block;
  }
  .product-view .row .gallery-wrapper {
    margin: 0 auto;
    margin-bottom: 40px;
	margin-bottom: 0;
  }
  .product-view .text .product-intro {
	margin-bottom: 0px;
  }
    .product-view .text .product-intro .title-group h1 {
	  margin: 0;
	  margin-bottom: 10px;
	}
	.product-view .text .description .text {
	  margin-bottom: 10px;
	}
	.product-view .text .price {
	  margin-bottom: 0px;
	}
	.productFullDetail-root-1OT .productFullDetail-title-2yZ {
	  padding: 0;
	}
	.product-view .size-selector {
	  margin-bottom: 0px;
	  padding: 10px 0 20px 0;
	}
	.product-view .quantity {
	  margin-bottom: 0px;
	}
	.product-view .text .description {
	  margin-bottom: 10px;
	}
	.productFullDetail-root-1OT .productFullDetail-title-2yZ.title-group {
	  padding: 0;
	}
	.product-view .size-selector .option-root-1vp {
	  padding: 10px 0px;
	}
}

@media screen and (max-width: 1150px) {
  .hero-gallery .hero .item .row .column .overlay .wrapper .title {
    font-size: 30px;
  }
  .hero-gallery .hero .item .row .column .overlay .wrapper .menu a {
    font-size: 20px;
    line-height: 30px;
  }
  .exercise .row {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0;
  }
  .exercise .row .item {
    width: calc(50% - 10px);
    flex-grow: 1;
    margin-right: 5px;
  }
  .product-container .row {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-container .row .item .image-container {
    min-height: 300px;
  }
  .main.sidebar main .exercise .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .main.sidebar main .exercise .row .item {
    width: 100%;
    flex-grow: 1;
    margin-right: 5px;
  }
  .main.cart .cart-row .product-table .row .column .product {
    flex-direction: column;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .main.sidebar main .shortcuts .row {
    flex-direction: column;
    width: 100%;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
  }
  .main.sidebar main .shortcuts .row .input-container {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .main.sidebar main .shortcuts .row .product-view {
    justify-content: flex-start;
  }
  .main.sidebar main .shortcuts .row .product-view span {
    flex-grow: 1;
  }
  .main.sidebar main .product-container .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
	.breadcrumbs-root-wV-.breadcrumbs a {
		font-size: 14px;
	}
	.breadcrumbs-text-3_C {
		padding: 3px;
		font-size: 14px;
	}
	.megaMenuItem-megaMenuItem-3VQ {
		width: 100%;
		display: block;
	}
  .landingPageContent-pageContent-1iy .shortcuts .product-view input {
    display: none !important;
  }
  .landingPageContent-pageContent-1iy .shortcuts .row .input-container.custom-select form {
    display: none !important;
  }
  .landingPageContent-pageContent-1iy .category-heading-4AX {
    display: none;
  }
  .landingPageContent-pageContent-1iy .category-heading-4AX {
      display: none;
  }
}

@media screen and (max-width: 840px) {
  .hero-gallery .hero .item .row {
    display: block;
  }
  .hero-gallery .hero .item .row .column img {
    max-height: 400px;
    object-fit: cover;
  }
  .hero-gallery .hero .item .row .column .overlay .wrapper .title {
    font-size: 30px;
  }
  .hero-gallery .hero .item .row .column .overlay .wrapper .menu a {
    font-size: 20px;
    line-height: 30px;
  }
  .exercise .row {
    display: block;
    flex-wrap: wrap;
    grid-column-gap: 0;
  }
  .exercise .row .item {
    width: 100%;
    flex-grow: 1;
    margin-bottom: 5px;
  }
  .product-container .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-container .row .item .image-container {
    min-height: 300px;
  }
  .product-view .text .product-intro {
   /*flex-direction: column-reverse;*/
    align-items: center;
  }
  .product-view .text .product-intro .product-logo {
    margin-bottom: 40px;
  }
  .product-view .text {
    text-align: center;
  }
  .product-view .text .price {
    justify-content: center;
  }
  .product-view .quantity .input-container {
    justify-content: center;
  }
  .product-view .size-selector .input-container {
    margin: 0 auto;
  }
  .main.cart .cart-row .product-table > .row {
    display: flex;
    flex-direction: column;
  }
  .main.cart .cart-row .product-table > .row:first-child {
    display: none;
  }
  .main.cart .cart-row .product-table .table-content .row {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .main.cart .cart-row .product-table .table-content .row .column .quantity {
    min-width: 200px;
    margin: 0 auto;
  }
  .hero-gallery .owl-carousel {
      max-height: 600px;
    }
  .productFullDetail-root-1OT .productFullDetail-title-2yZ.title-group {
    padding-top: 10px;
  }
  .product-view .text .product-intro {
    display: block;
  }
  .product-view .text .product-intro .product-logo {
    margin-bottom: 0px;
  }
  .product-view .row .gallery-wrapper .thumbnail-root-3Oe {
    background-color: transparent;
    border: 0px solid transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
	.breadcrumbs-root-wV- {
		font-size: 0.875rem;
		white-space: break-spaces;
	}
	.my-account .row {
	  display: block;
	}
  .product-view .size-selector {
    margin-bottom: 0px;
    padding: 10px 0 0px 0;
  }
}
@media screen and (max-width: 740px) {
  .hero-gallery .hero .item .row {
    display: block;
  }
  .hero-gallery .hero .item .row .column img {
    max-height: 400px;
    object-fit: cover;
  }
  .hero-gallery .hero .item .row .column .overlay {
    align-items: flex-end;
  }
  .hero-gallery .hero .item .row .column .overlay .wrapper {
    padding: 20px 20px;
  }
  .hero-gallery .hero .item .row .column .overlay .wrapper .title {
    font-size: 30px;
    text-align: left;
  }
  .hero-gallery .hero .item .row .column .overlay .wrapper .menu {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
  }
  .hero-gallery .hero .item .row .column .overlay .wrapper .menu a {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
  }
  .hero-gallery .hero .item .row .column .overlay .wrapper .menu a:hover {
    font-family: "mulilight";
  }
  .info-bar .row {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  footer .row {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    margin-bottom: 40px;
  }
  .main.sidebar main .shortcuts .row {
    flex-direction: column;
    width: 100%;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
  }
  .main.sidebar main .shortcuts .row .input-container {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .main.sidebar main .shortcuts .row .product-view {
    justify-content: stretch;
    flex-direction: column;
    align-items: stretch;
  }
  .main.sidebar main .shortcuts .row .product-view span {
    flex-grow: 1;
    margin-bottom: 10px;
  }
  .main.sidebar main .shortcuts .row .product-view .button {
    max-width: 100%;
  }
  .main.sidebar main .product-container .row {
    grid-template-columns: 1fr;
  }
  .main.sidebar main .exercise .row {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .checkout .row {
    display: block;
  }
  .checkout .row .products .row {
    flex-direction: column;
    align-items: flex-start;
  }
  .checkout .row .tab .composed {
    flex-direction: column;
  }
  footer .logo, footer .row {
    text-align: center;
  }
  footer .row .column .company, footer .row .column .adress, footer .row .column .tel, footer .row .column .email, footer .row .column .text a {
    margin: 0 auto;
    margin-bottom: 22px;
  }
  .main.cart .cart-row .product-table .row .column .product-details-2I8 {
    margin: 0 auto;
    width: 150px;
  }
  .main.cart .cart-row .product-table .row .column .price-item {
    width: 150px;
  }
  .main.cart .cart-row .product-table .row .column .product .description .title {
    margin-top: 10px;
  }
  .main.sidebar main .shortcuts .row .input-container.custom-select {
    margin-bottom: 0px;
  }
  .main.sidebar main .shortcuts .row .page-nav {
    display: none;
  }
  .main.sidebar main .shortcuts {
    margin-bottom: 0px;
  }
  .category-root-XX- .gallery-root-28Q .item-imageContainer-2hU.image-container-_fN {
    width: 250px;
    height: 250px;
  }
  .category-root-XX- .category-categoryContent-2v2 {
    margin-top: 20px;
  }
  .category-root-XX- .category-categoryContent-2v2 .category-heading-4AX {
    display: none;
  }
  .product-container .row .item .image-container img {
    object-fit: cover;
  }
  .product-container .row .item .image-container img.item-image-3gx.image-loaded-SHk {
    width: 250px;
    height: 250px;
  }
  .product-view .text .description {
    display: none;
  }
  .productFullDetail-root-1OT .information-boxes .row {
    margin: 0 auto;
    display: block;
  }
  .hero-gallery .hero .item .row.row-mobile {
    display: block;
  }
  .hero-gallery .hero .item .row.row-mobile img {
    max-height: 650px;
  }
  .hero-gallery .hero .item .row.row-desktop {
    display: none;
  }
  .full-width-banner.desktop-version {
    display: none;
  }
  .full-width-banner.mobile-version {
    display: block;
  }
  .contact-page .row {
    display: block;
    width: 100%;
  }
  .contact-page .row .column {
    width: 100%;
  }
  .contact-page .contact-form .row .input-row {
    width: 100%;
  }
  .contact-page .contact-form .row .input-row .field-root-3Y5 {
    max-width: 700px;
  }
  .contact-page .contact-form .row .input-row-left .field-root-3Y5 {
    padding-right: 0px;
  }
  .contact-page .row .column .contact-form .submit-container {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 0 10px;
  }
  header .main .logo {
    margin-right: 20px;
  }
  header .main .logo img {
    width: 100px;
  }
  header .main .menu .menu-wrapper {
    right: -170px;
    top: 54px;
  }
  header .main .slogan {
    display: none;
  }
  .main.sidebar main .shortcuts .row {
    flex-direction: column;
    width: 100%;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
  }
  .main.sidebar main .shortcuts .row .input-container {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .main.sidebar main .shortcuts .row .product-view {
    justify-content: stretch;
    flex-direction: column;
    align-items: stretch;
  }
  .main.sidebar main .shortcuts .row .product-view span {
    flex-grow: 1;
    margin-bottom: 10px;
  }
  .main.sidebar main .shortcuts .row .product-view .button {
    max-width: 100%;
  }
  .main.sidebar main .shortcuts .row .page-nav {
    flex-direction: column;
    align-items: center;
  }
  .main.sidebar main .shortcuts .row .page-nav span {
    margin: 0;
    margin-bottom: 20px;
  }
  .main.sidebar aside .filter-box .item .slider-wrapper .slider-container .slider .ui-slider-handle {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 420px) {
	.box {
		display: block;
		margin: 0 auto;
	}
}
.header-switchersContainer-2Zz {
  display: none !important;
}