/*! 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;
}

@font-face {
  font-family: 'mulibold';
  src: url("../fonts/muli-bold-webfont.woff2") format("woff2"), url("../fonts/muli-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mulilight';
  src: url("../fonts/muli-light-webfont.woff2") format("woff2"), url("../fonts/muli-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'muliregular';
  src: url("../fonts/muli-webfont.woff2") format("woff2"), url("../fonts/muli-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "mulilight", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.container {
  display: block;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

.button {
  padding: 7px 30px;
  background-color: transparent;
  font-family: "mulibold", sans-serif;
  font-size: 16px;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  text-transform: uppercase;
}

.button.white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}

.button.white-hollow {
  background-color: #fff;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.button.blue {
  background-color: #1e90ff;
  border: 1px solid #1e90ff;
  color: #fff;
}

.button.blue-hollow {
  background-color: transparent;
  border: 1px solid #1e90ff;
  color: #1e90ff;
}

h2 {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  text-align: center;
  margin: 0;
  margin-bottom: 34px;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

html {
  overflow-x: hidden;
}

.select2 {
  width: 100% !important;
  min-width: 120px;
}

.select2-container--default .select2-selection--single {
  border: none;
  border: 1px solid #000;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
}

.select2-container .select2-selection--single {
  height: auto !important;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 20px 8px 10px;
  line-height: normal;
  color: #000;
  font-weight: 500;
  border-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 8px;
  width: auto;
  right: 10px;
  transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: url("../img/product/select-arrow.png");
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
  top: 30%;
}

.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9e9e9e;
  font-size: 14px;
}

header {
  padding: 25px 0;
}

header.alternate {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

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

header .logo-menu {
  display: flex;
  align-items: center;
}

header .logo-menu .menu {
  margin-right: 19px;
}

header .logo-menu .menu img {
  display: block;
  width: auto;
  max-width: 100%;
}

header .logo-menu .logo img {
  display: block;
  width: auto;
  max-width: 100%;
}

header .login-search {
  display: flex;
  align-items: center;
}

header .login-search .search {
  margin-right: 19px;
  font-size: 16px;
  color: #000;
}

header .login-search .search a {
  color: #000;
}

header .login-search .search img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin-right: calc(10px - 3px);
}

header .login-search .login {
  font-size: 16px;
  color: #000;
}

header .login-search .login a {
  color: #000;
}

header .login-search .login img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin-right: calc(10px - 3px);
}
header .logo-menu .logo img {
    display: block;
    width: auto;
    max-width: 100%;
    width: 102px;
    height: 18px;
}

.gallery-hero .item {
  position: relative;
}

.gallery-hero .item img {
  width: 100%;
  display: block;
}

.gallery-hero .item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.2);
  justify-content: center;
  padding-top: 100px;
}

.gallery-hero .item .overlay .title {
  font-size: 61px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 62px;
}

.gallery-hero .item .overlay .text {
  font-size: 27px;
  color: #fff;
  font-family: "mulilight", sans-serif;
  margin-bottom: 59px;
  display: none;
}

.gallery-hero.owl-theme .owl-dots {
  margin: 0 !important;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 32px;
}

.gallery-hero.owl-theme .owl-dots .owl-dot.active span {
  background: #1e90ff;
}

.gallery-hero.owl-theme .owl-dots .owl-dot:hover span {
  background: #1e90ff;
}

.gallery-hero.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #fff;
}

.posts {
  display: flex;
  justify-content: space-between;
  transform: translatey(-20px);
  position: relative;
  z-index: 999;
  padding: 0 16px;
  margin-bottom: 110px;
}

.posts .post-item {
  width: 100%;
  background: #fff;
  padding-top: 20px;
  max-width: 448px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  margin-right: 33px;
  position: relative;
  height: 280px;
}

.posts .post-item:last-child {
  margin: 0;
}

.posts .post-item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 11px;
}

.posts .post-item .overlay {
  position: absolute;
  background: #000;
  background: #56595e;
  color: #fff;
  right: -16px;
  bottom: -11px;
  border-bottom: 5px solid #1e90ff;
  max-width: 273px;
  padding: 10px 13px;
}

.posts .post-item .overlay .title {
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 19px;
}

.posts .post-item .overlay .text {
  font-family: "mulilight", sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.multisplit {
  display: block;
  width: 100%;
  max-width: 1183px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.multisplit h2 {
  margin-bottom: 70px;
}

.multisplit .row {
  display: flex;
  align-items: center;
}

.multisplit .row .column {
  width: 50%;
  margin-right: 20px;
}

.multisplit .row .column:last-child {
  margin: 0;
}

.multisplit .row .column .title {
  margin-bottom: 33px;
  font-size: 18px;
  font-family: "mulilight", sans-serif;
}

.multisplit .row .column p {
  margin: 0;
  margin-bottom: 40px;
}

.multisplit .row .column .action .button {
  width: 200px;
  text-align: center;
}

.multisplit .row .column .image-composer {
  display: flex;
  text-align: center;
  justify-content: flex-end;
}

.multisplit .row .column .image-composer .image {
  text-align: center;
  margin-right: 20px;
}

.multisplit .row .column .image-composer .image:last-child {
  margin: 0;
}

.multisplit .row .column .image-composer img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.banner {
  margin-bottom: 100px;
}

.banner img {
  width: 100%;
}

.products-listed h2 {
  margin-bottom: 60px;
}

.scrollbar {
  margin: 0 0 1em 0;
  margin-bottom: 100px;
  height: 5px;
  background: #e3e3e3;
  line-height: 0;
  height: 8px;
}

.scrollbar .handle {
  height: 100%;
  background: #9a9a9a;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #9a9a9a;
}

.carousel-products .slidee {
  display: flex;
}

.carousel-products .slidee::after {
  content: '';
  display: table;
  clear: both;
}

.carousel-products .item {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  min-width: 360px;
  float: left;
}

.carousel-products .item .img-title {
  padding: 0 20px;
  height: 37px;
  display: flex;
  align-items: center;
}

.carousel-products .item .img-title img {
  width: auto;
  max-width: 100%;
}

.carousel-products .item .image {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0 25px;
}

.carousel-products .item .image img {
  width: auto;
  width: 100%;
}

.carousel-products .item .text {
  padding: 0 20px;
}

.carousel-products .item .text .title {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 27px;
}

.carousel-products .item .text .price {
  font-size: 13px;
}

.carousel-products.owl-theme .owl-dots {
  margin: 0 !important;
  display: flex;
}

.carousel-products.owl-theme .owl-dots .owl-dot {
  width: 100%;
}

.carousel-products.owl-theme .owl-dots .owl-dot.active span {
  background: #9a9a9a;
}

.carousel-products.owl-theme .owl-dots .owl-dot:hover span {
  background: #9a9a9a;
}

.carousel-products.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #ededed;
  display: block;
  border-radius: 0;
  width: 100%;
  height: 5px;
}

.favourite-brand {
  margin-bottom: 105px;
}

.favourite-brand h2 {
  margin-bottom: 60px;
}

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

.favourite-brand .row .item {
  padding: 0 20px;
}

.testimonials {
  margin-bottom: 90px;
}

.testimonials .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.testimonials .row .static {
  width: 100%;
}

.testimonials .row .static img {
  display: block;
  width: 100%;
}

.testimonials .row .testimonial-wrapper {
  width: 100%;
  max-width: 588px;
  background: #56595e;
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  border-bottom: 5px solid #1e90ff;
  min-height: 400px;
}
.banner .testimonials .row .testimonial-wrapper {
  display: grid;
  align-content: center;
}

.testimonials .row .testimonial-wrapper .title {
  font-size: 40px;
  font-weight: 600;
  font-family: "mulibold", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.testimonials .row .testimonial-wrapper .quote {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.testimonials .row .owl-carousel .item {
  font-size: 14px;
  line-height: 24px;
}

.testimonials .row .owl-carousel .item .text {
  margin-bottom: 20px;
}

.testimonials .row .owl-carousel .owl-nav {
  text-align: right;
  margin: 0;
  margin-top: -24px;
  position: relative;
  z-index: 9;
}

.testimonials .row .owl-carousel .owl-nav .owl-prev {
  margin-right: 10pxty;
}

.testimonials .row .owl-carousel .owl-nav .owl-prev:hover {
  background: none;
}

.testimonials .row .owl-carousel .owl-nav .owl-prev:after {
  content: url("/venia-static/img/arrow-left.png");
}

.testimonials .row .owl-carousel .owl-nav .owl-prev span {
  display: none;
}

.testimonials .row .owl-carousel .owl-nav .owl-next:hover {
  background: none;
}

.testimonials .row .owl-carousel .owl-nav .owl-next::after {
  content: url("/venia-static/img/arrow-left copy.png");
}

.testimonials .row .owl-carousel .owl-nav .owl-next span {
  display: none;
}

.most-used {
  margin-bottom: 100px;
}

.most-used h2 {
  margin-bottom: 90px;
}

.most-used .row {
  display: flex;
}

.most-used .row .column {
  width: 100%;
}

.most-used .row .column img {
  width: auto;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.most-used .row .column:first-child {
  margin-right: 50px;
}

.most-used .row .action {
  display: flex;
}

.most-used .row .action a {
  width: 100%;
  max-width: 200px;
  text-align: center;
}

.most-used .row .action a:first-child {
  margin-right: 26px;
}

.most-used .row .subtitle {
  font-size: 16px;
  font-family: "mulibold", sans-serif;
  margin-bottom: 40px;
  line-height: 1.65em;
}

.most-used .row ul {
  list-style: none;
  counter-reset: mycounter;
  padding: 0;
}

.most-used .row ul li {
  position: relative;
  position: relative;
  padding-left: calc(40px + 26px);
  margin-bottom: 40px;
}

.most-used .row ul li::before {
  content: counter(mycounter);
  counter-increment: mycounter;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 0px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #1e90ff;
  text-align: center;
  transform: translate(0, -50%);
}

.hp-blog {
  margin-bottom: 100px;
}

.hp-blog .posts {
  margin: 0;
  transform: translate(0, 0);
}

.hp-blog .posts .post-item {
  height: auto;
  padding-top: 0;
  box-shadow: none;
}

.hp-blog .posts .post-item img {
  width: 100%;
  display: block;
}

footer .row {
  display: flex;
}

footer .row .col {
  width: 100%;
}

footer .row .col .title {
  display: block;
  margin-bottom: 20px;
  font-family: "mulibold", sans-serif;
}

footer .row .col .links a {
  display: block;
  color: #000;
}

footer .row .col .contact {
  margin-bottom: 24px;
  display: flex;
}

footer .row .col .contact input {
  border: 1px solid #1e90ff;
  border-radius: 0;
  border-right: 0;
  padding: 10px;
  font-size: 12px;
  max-width: 100%;
  min-width: 250px;
}

footer .row .col .social-links a {
  color: #000;
  margin-right: 15px;
}

footer .copyright {
  margin-bottom: 40px;
  margin-bottom: 80px;
}

.breadcrumbs {
  margin-top: 48px;
  margin-bottom: 38px;
  font-size: 18px;
  color: #000;
}

.breadcrumbs .breadcrumbs-root-wV- {
  font-size: 18px;
  color: #000;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs a:hover {
  color: #1e90ff;
}

.breadcrumbs a:after {
  content: ' / ';
  color: #000;
}
.breadcrumbs a:after {
  content: '';
  color: #000;
}
.gallery {
    width: 100%;
}
.gallery .gallery-items-v7W {
    grid-gap: 0rem;
}
.category-header .button-root-2JQ:focus {
    box-shadow: none;
}

.category-header  .button-root-2JQ {
    --stroke: var(--venia-brand-color-1-700);
    background: none;
        background-color: rgba(0, 0, 0, 0);
    border-color: rgb(var(--stroke));
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    color: rgb(var(--stroke));
    font-size: var(--venia-global-fontSize-100);
    font-weight: var(--venia-global-fontWeight-bold);
    line-height: 1.25rem;
    max-width: 100%;
    min-width: 200px;
    min-height: 2.5rem;
    outline: none;
    padding: calc(0.5rem + 1px) 1.5rem calc(0.5rem - 1px);
    text-transform: uppercase;
    transition-duration: 256ms;
    transition-property: background-color, border-color, color;
    transition-timing-function: var(--venia-global-anim-standard);
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff;
}

.category-header .category-sortContainer-1bT {
    color: #000;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 1rem;
    display: inline-flex;
}
.category-header .category-sortContainer-1bT span {
    padding-left: 5px;
	font-weight: normal;
}

.category-header {
  text-align: center;
  margin-bottom: 100px;
  margin-bottom: 40px;
}

.category-header h2 {
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    text-align: center;
    margin: 0;
    margin-bottom: 34px;
}

.category-header .button {
  min-width: 200px;
}

.category-header .action {
  margin-bottom: 36px;
}

.category-header span {
  /*display: block;*/
}

.category-sort {
  text-align: right;
  margin-bottom: 10px;
}

.category-sort .button {
  min-width: 200px;
}

.category-sort .action {
  margin-bottom: 36px;
}
.category-sort .button-root-2JQ {
    --stroke: var(--venia-brand-color-1-700);
    background: none;
        background-color: rgba(0, 0, 0, 0);
    border-color: rgb(var(--stroke));
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    color: rgb(var(--stroke));
    font-size: var(--venia-global-fontSize-100);
    font-weight: var(--venia-global-fontWeight-bold);
    line-height: 1.25rem;
    max-width: 100%;
    min-width: 200px;
    min-height: 2.5rem;
    outline: none;
    padding: calc(0.5rem + 1px) 1.5rem calc(0.5rem - 1px);
    text-transform: uppercase;
    transition-duration: 256ms;
    transition-property: background-color, border-color, color;
    transition-timing-function: var(--venia-global-anim-standard);
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff;
}

.mobile-sidebartrigger {
  margin-bottom: 20px;
  display: none;
}

.mobile-sidebartrigger .filters {
  cursor: pointer;
}

.mobile-sidebartrigger .filters:before {
  content: '\f0b0';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  width: 16px;
  display: inline-block;
}

.mobile-sidebartrigger .filters.active:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}

.mobile-sidebartrigger .filters:hover {
  color: #1e90ff;
}

.main {
  display: flex;
  flex-direction: row;
}

.main aside {
  max-width: 225px;
  margin-right: 77px;
  width: 100%;
}

.main aside.blog {
  margin-right: 20px;
}

.main aside .title {
  font-size: 18px;
  font-family: "mulibold", sans-serif;
  padding: 16px 0 36px;
}

.main aside .filter {
  font-size: 14px;
  margin-bottom: 24px;
}

.main aside .filter .title {
  font-size: 14px;
  font-family: "mulibold", sans-serif;
  margin-bottom: 22px;
  text-transform: uppercase;
  padding: 0;
}

.main aside .filter a {
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.main aside.blog .filter a {
    line-height: 18px;
}

.main aside .filter a.active {
  color: #1e90ff;
}

.main aside .filter a:hover {
  color: #1e90ff;
}

.main aside .filter .hasmenu span {
  display: block;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main aside .filter .hasmenu span a {
  margin: 0;
}

.main aside .filter .hasmenu span .plus {
  width: 11px;
  height: 11px;
  position: relative;
}

.main aside .filter .hasmenu span .plus:hover::after {
  background: #1e90ff;
}

.main aside .filter .hasmenu span .plus:hover::before {
  background: #1e90ff;
}

.main aside .filter .hasmenu span .plus:after {
  content: '';
  width: 11px;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #000;
  position: absolute;
}

.main aside .filter .hasmenu span .plus:before {
  content: '';
  width: 1px;
  height: 11px;
  transform: translate(-50%, 0);
  right: 50%;
  background: #000;
  position: absolute;
}

.main aside .filter .hasmenu a {
  display: block;
}

.main aside .filter .hasmenu .submenu {
  display: none;
}

.main aside .filter .hasmenu .submenu.active {
  display: block;
}

.main aside .filter .input-container.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.main aside .filter .input-container.checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.main aside .filter .input-container.checkbox label:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  box-sizing: border-box;
}

.main aside .filter .input-container.checkbox input:checked + label::before {
  content: '\f00c';
}

.main aside .filter .input-container.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.main aside .filter .input-container.radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.main aside .filter .input-container.radio label:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #000;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  box-sizing: border-box;
}

.main aside .filter .input-container.radio input:checked + label::before {
  content: '\f00c';
}

.main aside .filter .color {
  display: flex;
}

.main aside .filter .color .input-container.checkbox label {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

.main aside .filter .color .input-container.checkbox label.gray {
  background: #949494;
}

.main aside .filter .color .input-container.checkbox label.black {
  background: #000;
}

.main aside .filter .color .input-container.checkbox label::before {
  display: none;
  border: none;
  width: 100%;
  margin: 0;
}

.main aside .filter .color .input-container.checkbox input:checked + label {
  border: 2px solid red;
}

.main aside .search label {
  font-size: 14px;
  margin-bottom: 14px;
  display: block;
}

.main aside .search .input-container.search {
  position: relative;
}

.main aside .search .input-container.search::after {
  position: absolute;
 /* content: url(../img/search.png);*/
  right: 10px;
  top: 55%;
  transform: translatey(-50%);
  display: block;
}

.main aside .search .input-container.search input {
  font-size: 14px;
  border: 2px solid #1e90ff;
  padding: 7px 10px;
  width: 100%;
  padding-right: 30px;
}

.main main {
  display: grid;
  margin-bottom: 26px;
  grid-template-columns: calc(100%/4) calc(100%/4) calc(100%/4) calc(100%/4);
  width: 100%;
}

.main main.blog-grid {
  grid-template-columns: calc(100%/1) calc(100%/1);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.main main.blog-grid .item {
  padding: 0;
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
}

.main main.blog-grid .item .content {
  padding: 0 19px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.main main.blog-grid .item.itemK .content {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.main main.blog-grid .item .img {
  margin-bottom: 20px;
}

.main main.blog-grid .item .img img {
  display: block;
  width: 100%;
}

.main main.blog-grid .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  flex-grow: 1;
}

.main main.blog-grid .item .date {
  font-size: 13px;
  color: #1e90ff;
  margin-bottom: 37px;
}

.main main.blog-grid .item .exerpt {
  font-size: 12px;
  line-height: 23px;
  color: #2e3333;
  margin-bottom: 28px;
}

.main main.blog-grid .item .readmore {
  display: block;
  color: #1e90ff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.main main .item {
  color: #000;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}

.main main .item .img-title {
  padding: 0 20px;
  height: 37px;
  display: flex;
  align-items: center;
}

.main main .item .img-title img {
  width: auto;
  max-width: 100%;
}

.main main .item .image {
  height: 240px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0 25px;
}

.main main .item .image img {
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main main .item .text {
  padding: 0 20px;
}

.main main .item .text .title {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 27px;
}

.main main .item .text .price {
  font-size: 13px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.main main .item .text .price .striketrough {
  text-decoration: line-through;
  margin-right: 12px;
  margin-right: 8px;
  margin-left: 4px;
}

.main main .item .text .price .new {
  color: #fe0101;
  flex-grow: 1;
}

.main main .item .text .price .price-drop {
  background: #fe0101;
  color: #fff;
  font-family: "mulibold", sans-serif;
  font-size: 14px;
  padding: 8px 10px;
}

.pagination {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
  margin-bottom: 60px;
  margin-left: calc(225px + 70px);
  text-align: center;
  font-size: 13px;
  display: flex;
  justify-content: center;
}

.pagination.blog {
  margin-left: calc(225px + 20px);
}

.pagination a {
  color: #000;
  vertical-align: middle;
  display: flex;
  place-content: center;
}

.pagination a.number {
  padding: 2px 8px;
  border: 1px solid transparent;
}

.pagination a.number.active {
  border: 1px solid #000;
}

.pagination a.arrow {
  margin-right: 20px;
}

.pagination a.arrow.back {
  transform: rotate(180deg);
}

.pagination a.arrow.inactive {
  opacity: 40%;
  cursor: not-allowed;
}

.pagination a.arrow:last-child {
  margin: 0;
}

.show-product {
  margin-bottom: 40px;
  display: block;
}

.show-product::after {
  content: '';
  display: table;
  clear: both;
}

.show-product .product-gallery {
  width: 100%;
  float: left;
  max-width: 838px;
  display: block;
}

.show-product .product-gallery::after {
  content: '';
  display: table;
  clear: both;
}

.show-product .product-gallery .owl-thumbs {
  margin-right: 20px;
  float: left;
  position: relative;
  z-index: 9;
}

.show-product .product-gallery .owl-thumbs button {
  display: block;
  background: none;
  border: none;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.show-product .product-gallery .owl-thumbs button img {
  width: auto;
  display: block;
}

.show-product .product-gallery .gallery-wrapper {
  width: calc(100% - 167px - 20px);
  float: left;
}

.show-product .product-gallery .gallery-wrapper .gallery-thumb .owl-stage-outer {
  width: 100%;
}

.show-product .product-gallery .gallery-wrapper .gallery-thumb .item {
  padding: 5px;
}

.show-product .product-gallery .gallery-wrapper .gallery-thumb img {
  width: 100%;
  max-width: 100%;
  display: block;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.show-product .product-gallery .gallery-wrapper .gallery-thumb .badge {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: none;
  width: auto;
  height: auto;
}

.show-product .product-details {
  padding-left: 30px;
  width: calc(100% - 838px);
  float: left;
}

.show-product .product-details .title {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 36px;
}

.show-product .product-details .delivery-estimation-info {
  font-size: 18px;
  color: #1e90ff;
  margin-bottom: 42px;
}

.show-product .product-details .blue-attention {
  font-size: 14px;
  color: #1e90ff;
  line-height: 24px;
  margin-bottom: 40px;
  line-height: 18px
}

.show-product .product-details .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.show-product .product-details .list .item {
  width: calc(50% - 15px);
  margin-right: 30px;
  font-size: 14px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
}

.show-product .product-details .list .item:before {
  content: url(../img/product/check.png);
  display: block;
  position: absolute;
  left: 0;
}

.show-product .product-details .list .item:nth-child(2n) {
  margin-right: 0;
}

.show-product .product-details .price {
  margin-bottom: 40px;
  font-size: 30px;
  display: flex;
  align-items: flex-end;
}

.show-product .product-details .price .current {
  font-size: 30px;
  color: #000;
  margin-right: 30px;
}

.show-product .product-details .price .new {
  color: #fe0101;
  margin-right: 30px;
}

.show-product .product-details .price .old {
  font-size: 14px;
  text-decoration: line-through;
}

.show-product .product-details .stock-notifier {
  color: #1e90ff;
  margin-bottom: 40px;
  font-size: 18px;
}

.show-product .product-details .choose-mounting {
  margin-bottom: 24px;
}

.show-product .product-details .choose-mounting .title {
  font-size: 14px;
  color: #000;
  font-family: "mulilight", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.show-product .product-details .choose-mounting .title span {
  margin-left: 70px;
  text-transform: capitalize;
}

.show-product .product-details .choose-mounting .red {
  color: #fe0101;
}

.show-product .product-details .choose-mounting .list {
  display: block;
}

.show-product .product-details .choose-mounting .list .input-container {
  margin-bottom: 14px;
}

.show-product .product-details .choose-mounting .list .input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.show-product .product-details .choose-mounting .list .input-container label {
  display: flex;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}

.show-product .product-details .choose-mounting .list .input-container label .value {
  font-size: 14px;
  color: #1e90ff;
  margin-left: 13px;
}

.show-product .product-details .choose-mounting .list .input-container label .link {
  margin-left: 80px;
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}

/*.show-product .product-details .choose-mounting .list .input-container label:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #000;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  box-sizing: border-box;
}

.show-product .product-details .choose-mounting .list .input-container input:checked + label::before {
  content: '\f00c';
}
*/
.show-product .product-details .attention {
  font-size: 12px;
  position: relative;
  padding-left: 15px;
}

.show-product .product-details .attention::before {
  content: '!';
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  line-height: 25px;
}

.show-product .product-details .action {
  margin-bottom: 40px;
}

.show-product .product-details .action .title {
  font-size: 14px;
  color: #000;
  font-family: "mulilight", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.show-product .product-details .action .row {
  display: flex;
  flex-direction: row;
}

.show-product .product-details .action .row input {
  border: 1px solid #000;
  padding: 8px 15px;
  font-size: 14px;
  margin-right: 55px;
  max-width: 80px;
}

.show-product .product-details .action .row .button {
  flex-grow: 1;
}

.show-product .product-details .share {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.show-product .product-details .share a {
  font-size: 12px;
  color: #000;
  padding-bottom: 7px;
  margin-right: 5px;
  padding-left: 27px;
  position: relative;
}
.show-product .product-details .share div.review {
  font-size: 12px;
  color: #000;
  padding-bottom: 7px;
  margin-right: 5px;
  padding-left: 27px;
  position: relative;
}
.show-product .product-details .share button.active {
  font-size: 12px;
  color: #000;
  padding-bottom: 7px;
  margin-right: 5px;
  padding-left: 27px;
  position: relative;
}

.show-product .product-details .share a:last-child {
  margin: 0;
}

.show-product .product-details .share a span {
  text-decoration: underline;
}

.show-product .product-details .share a.fav::before {
  content: url(../img/product/heart.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  filter: brightness(0%);
}
.show-product .product-details .share button.active::before {
  content: url(../img/product/heart.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  filter: brightness(0%);
}

.show-product .product-details .share a.email::before {
  content: url(../img/product/email.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  filter: brightness(0%);
}

.show-product .product-details .share a.compare::before {
  content: url(../img/product/layers.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  filter: brightness(0%);
}

.show-product .product-details .share div.review::before {
  content: url(../img/product/comment-alt.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  filter: brightness(0%);
}

.show-product .product-details .share a.active {
  color: #1e90ff;
}

.show-product .product-details .share a.active::before {
  filter: brightness(100%);
}

.show-product .product-details .share a:hover {
  color: #1e90ff;
}

.show-product .product-details .share div.review:hover::before {
  filter: brightness(100%);
}
.show-product .product-details .share div.review:hover {
  color: #1e90ff;
}

.show-product .product-details .share a:hover::before {
  filter: brightness(100%);
}
.show-product .product-details .share button.active:hover {
  color: #1e90ff;
}

.show-product .product-details .share button.active:hover::before {
  filter: brightness(100%);
}

.consultancy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  padding-bottom: 40px;
}

.consultancy .group {
  max-width: 330px;
}

.consultancy .item {
  text-align: center;
}

.consultancy .item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 26px;
}

.consultancy .item .subtitle {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
}

.consultancy .item span {
  font-size: 14px;
}

.blue-attention-led {
  font-size: 14px;
  color: #1e90ff;
  text-align: center;
  margin-left: 330px;
  transform: translatey(-35px);
  margin-bottom: 20px;
}

.multi-split-conf {
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
}

.multi-split-conf .title {
  font-size: 14px;
  font-size: 16px;
  color: #000;
  font-family: "mulilight", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.multi-split-conf .input-container {
  max-width: 299px;
}

.multi-split-conf .input-container.first {
  margin-bottom: 40px;
}

.multi-split-conf .input-container label {
  font-size: 14px;
  margin-bottom: 19px;
  display: block;
}

.multi-split-conf .row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  width: 100%;
}

.multi-split-conf .row .input-container {
  width: 25%;
  margin-right: 20px;
}

.multi-split-conf .row .input-container:first-child {
  margin-right: 40px;
  margin-right: 0px;
}

.multi-split-conf .row .input-container.straight {
  display: flex;
  align-items: center;
  max-width: calc(299px + 41px + 20px);
}

.multi-split-conf .row .input-container.straight label {
  margin: 0;
  margin-right: 20px;
}

.multi-split-conf .add-unit {
  color: #1e90ff;
  text-decoration: underline;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 40px;
}

.multi-split-conf .action {
  margin-bottom: 40px;
}

.multi-split-conf .action .button {
  width: 100%;
  max-width: 300px;
}

.multi-split-conf .input-container.custom-select select {
    width: 200px;
    border-radius: 0;
    border: 1px solid #000;
    display: block;
}
.multi-split-conf .input-container.custom-select .fieldIcons-root-1Be {
	width: auto;
}
.description {
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
}

.description .title {
  font-size: 14px;
  color: #000;
  font-family: "mulilight", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.description p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}

.technical-specs {
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
}

.technical-specs .title {
  font-size: 14px;
  color: #000;
  font-family: "mulilight", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.technical-specs .spec {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.technical-specs .spec:last-child {
  margin-bottom: 40px;
}

.technical-specs .spec .item {
  max-width: 328px;
  width: 100%;
}

.review-form {
  border-bottom: 1px solid #ededed;
  margin-bottom: 43px;
}

.review-form .title {
  font-size: 14px;
  color: #000;
  font-family: "mulilight", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.review-form p {
  font-size: 14px;
  margin-bottom: 40px;
}

.review-form .stars-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.review-form .stars-container .star-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.review-form .stars-container .star-rating .label {
  margin-right: 25px;
}

.review-form .stars-container .star-rating .stars {
  cursor: pointer;
  font-size: 14px;
}

.review-form .stars-container .star-rating .stars i:hover {
  color: #1e90ff;
}

.review-form .stars-container .star-rating .stars i.active {
  color: #1e90ff;
}

.review-form .form-container .row {
  display: flex;
  margin-bottom: 20px;
}

.review-form .form-container .row .column {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.review-form .form-container .row .column:last-child {
  margin: 0;
}

.review-form .form-container .row .column .input-container {
  margin-bottom: 20px;
}

.review-form .form-container .row .column .input-container:last-child {
  margin-bottom: 0;
}

.review-form .form-container .row .column .input-container label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
}

.review-form .form-container .row .column .input-container label sup {
  color: #fe0101;
}

.review-form .form-container .row .column .input-container input {
  border: 1px solid #000;
  padding: 8px 15px;
  margin-right: 55px;
  font-size: 14px;
  width: 100%;
  display: block;
  border-radius: 0;
}

.review-form .form-container .row .column .input-container textarea {
  border: 1px solid #000;
  padding: 8px 15px;
  margin-right: 55px;
  font-size: 14px;
  display: block;
  height: 132px;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
}

.review-form .form-container .action {
  text-align: right;
  margin-bottom: 40px;
}

.review-form .form-container .action .button {
  max-width: 445px;
  width: 100%;
}

.cart {
  background: linear-gradient(to right, #fff 50%, #f5f5f5 50%);
}

.cart-row {
  display: flex;
  margin-bottom: 100px;
}

.cart-row .column {
  width: 50%;
}

.cart-row .column h2 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-weight: bold;
}

.cart-row .column .table {
  padding-right: 40px;
}

.cart-row .column .table .header {
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  padding-bottom: 12px;
  margin-bottom: 40px;
}

.cart-row .column .table .header .total {
  text-align: center;
  justify-content: center;
}

.cart-row .column .table .row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.cart-row .column .table .data {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 434px;
}

.cart-row .column .table .data .img {
  margin-right: 20px;
}

.cart-row .column .table .data .img img {
  display: block;
  max-width: 100%;
  width: auto;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.cart-row .column .table .quantity {
  max-width: 100px;
  flex-grow: 1;
}

.cart-row .column .table .quantity input {
  max-width: 40px;
  text-align: center;
  border: 2px solid #1e90ff;
  padding: 6px 0;
  display: block;
  border-radius: 0px;
  margin: 0 20px;
}
.cart .quantity button{
	display: none;
}

.cart-row .column .table .total {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-row .column .table .total .close img {
  display: block;
  cursor: pointer;
}

.cart-row .column.second {
  background: #f5f5f5;
  padding: 40px;
  padding-top: calc(32px + 28px);
}

.cart-row .column.second .summary {
  font-size: 14px;
  padding-bottom: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 24px;
}

.cart-row .column.second .subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.cart-row .column.second .action {
  display: flex;
}

.cart-row .column.second .action .button {
  width: 50%;
  text-align: center;
}

.cart-row .column.second .action .button:first-child {
  margin-right: 25px;
}

.column.second .checkoutPage-heading-kQt {
    line-height: 1.25em;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 28px;
}
.checkout .input-wrapper .field-label-3ci, .checkout .input-wrapper .message-root-2kZ {
  display: none;
}
.checkout .input-wrapper .field-root-3Y5 {
    color: rgb(var(--venia-global-color-text));
    display: block;
    align-content: start;
}
.checkout .input-wrapper .field-input-2wb {
    background: whitesmoke;
    border: 0px solid rgb(var(--venia-global-color-gray-600));
    border-radius: 0px;
    color: inherit;
    display: inline-flex;
    flex: 0 0 100%;
    font-size: 12px;
    height: 2.5rem;
    margin: 0;
    max-width: 100%;
    padding: 0px 23px;
        padding-right: 23px;
    width: 100%;
    -webkit-appearance: none;
    border-bottom: 1px solid #fff;
	font-size: 14px;
}

.checkout .input-wrapper .fieldIcons-input-3Eg {
    align-items: center;
    display: flex;
    grid-column: before-start / after-end;
    grid-row: input-start / input-end;
    padding: 23px 0;
}

.checkout {
  background: linear-gradient(to left, #fff 50%, #f5f5f5 50%);
}

.checkout .cart-row .column.first {
  padding-top: 95px;
}

.checkout .cart-row .column.second {
  padding-top: 40px;
}

.checkout .cart-row .column.second h2 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.checkout .cart-row .column .table {
  padding-right: 0;
  padding-left: 40px;
}

.checkout .cart-row .column .table .data {
  width: 100%;
  max-width: 512px;
}

.checkout .cart-row .column .table .data img {
	max-width: 100px;
	width: 80px;
    height: auto;
    object-fit: cover;
    max-height: 80px;
}

.checkout .cart-row .column .table .header .total {
  text-align: left;
  justify-content: flex-start;
}

.checkout .price-total {
  padding-left: 40px;
}

.checkout .price-total .subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  text-transform: uppercase;
}

.checkout .price-total .total {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.checkout .form-container {
  margin-bottom: 40px;
}

.checkout .form-container .title {
  font-size: 22px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: calc(59px - 23px);
}

.checkout .form-container .title .text {
  text-transform: uppercase;
}

.checkout .form-container .title .span {
  font-size: 12px;
  text-transform: uppercase;
}

.checkout .form-container .title .span a {
  margin-left: 45px;
  text-decoration-line: underline;
  color: #666666;
}

.checkout .form-container .input-container input {
  font-size: 12px;
  padding: 23px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: 14px;
}

.checkout .form-container .input-container .select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
  font-size: 12px;
  padding: 23px;
  border-bottom: 1px solid #fff;
}

.checkout .form-container .input-container .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #717171;
}

.checkout .form-container .input-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translatey(-50%);
}

.checkout .form-container .input-container.margin {
  margin-top: 25px;
}

.checkout .form-container .input-container.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkout .form-container .input-container.checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkout .form-container .input-container.checkbox label:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  box-sizing: border-box;
}

.checkout .form-container .input-container.checkbox input:checked + label::before {
  content: '\f00c';
}

.checkout .form-container .action {
  margin-top: 60px;
  text-align: right;
}

.checkout .form-container .action .button {
  display: inline-block;
  max-width: 330px;
  width: 100%;
  text-align: center;
  background: #fff;
  margin-right: 0;
  margin-left: auto;
}
.input-container.checkbox.margin label {
    padding: 10px 0;
} 
.checkout .form-container .input-container.margin {
    margin-top: 45px;
}
.input-wrapper .action .button-content-3AN {
    font-weight: bold;
}
.checkout .column.first .button.blue-hollow,.checkout .column.first .itemsReview-total_quantity-2xx, .checkout .column.first .cost {
    display: none;
}
.checkout .column.first .priceSummary-totalLabel-3bk.priceSummary-lineItemLabel-3q-, .checkout .column.first .priceSummary-totalPrice-2pP.priceSummary-price-2_b{
    display: block;
}
.checkout .column.first .cost {
    display: flex;
}
.checkout .form-container .input-container input.checkbox-input-2Tv {
    font-size: 12px;
    padding: 0;
    border: none;
    background: transparent;
    border-bottom: 0;
    width: 100%;
}


.cart-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

.cart-overlay .cart-modal {
  background-color: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 460px;
  right: 0;
  top: 0;
  padding: 40px;
}

.cart-overlay .cart-modal .close {
  display: block;
  width: 20px;
  position: absolute;
  right: 19px;
  top: 19px;
}

.cart-overlay .cart-modal .title {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 77px;
}

.cart-overlay .cart-modal .products {
  margin-bottom: 100px;
}

.cart-overlay .cart-modal .products .product {
  position: relative;
  display: flex;
  padding-right: 20px;
  margin-bottom: 20px;
}

.cart-overlay .cart-modal .products .product .img {
  margin-right: 25px;
}

.cart-overlay .cart-modal .products .product .img img {
  max-width: 65px;
  width: 100%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.cart-overlay .cart-modal .products .product .close {
  top: 0;
  right: 0;
}

.cart-overlay .cart-modal .total {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

.cart-overlay .cart-modal .action .button {
  width: 100%;
  text-align: center;
}

.cart-overlay .cart-modal .action .button.blue-hollow {
  margin-bottom: 20px;
}

.multi-split-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.2);
}

.multi-split-overlay .mopdal-multi-split {
  background-color: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 377px;
  transform: translate(-50%, -50%);
  padding: 27px;
}

.multi-split-overlay .mopdal-multi-split .img-title {
  margin-bottom: 50px;
}

.multi-split-overlay .mopdal-multi-split .image {
  margin-bottom: 50px;
}

.multi-split-overlay .mopdal-multi-split .image img {
  margin: 0 auto;
  display: block;
  width: auto;
  max-width: 100%;
}

.multi-split-overlay .mopdal-multi-split .text .title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
}

.multi-split-overlay .mopdal-multi-split .text .price {
  display: flex;
  justify-content: space-between;
}

.multi-split-overlay .mopdal-multi-split .text .price .number {
  font-size: 14px;
}

.multi-split-overlay .mopdal-multi-split .text .price .action a {
  font-size: 16px;
  color: #1e90ff;
  text-transform: uppercase;
}
footer .row.mobile {
	display: none;
}
.product-details .row .quantity-button-28s {
    display: none;
}
.product-details .row .productFullDetail-section-2fB {
    border-color: rgb(var(--venia-global-color-border));
    border-style: solid;
    border-width: 0;
    margin: 0;
    padding: 0;
}
.product-details .row .textInput-input-3vj {
    border-radius: 0;
}
.product-details .row .quantity-root-1Zm {
    display: block;
}
.product-details .row .productFullDetail-cartActions-3pi {
    width: 100%;
}
.product-details .row .productFullDetail-cartActions-3pi .button.blue-hollow {
    padding: 11px 30px;
}
.product-details .row .productFullDetail-cartActions-3pi .button.blue-hollow .button-content-3AN {
    font-weight: bold;
}
.cart .cart-row .column.second .subtotal.cost {
	display: none;
}

.checkout .cart-row .column.second .subtotal.cost {
	display: flex;
}
.cart .cart-row .column .table .data .img img {
    display: block;
    max-width: 100%;
    width: auto;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    width: 200px;
    height: 180px;
    object-fit: cover;
	width: 150px;
	height: auto;
	object-fit: cover;
	max-height: 100px;
}
header .logo-menu .logo img {
    display: block;
    width: auto;
    max-width: 100%;
    width: 136px;
    height: 30px;
}
header .login-search .login .accountChip-root-3cE img {
    margin-right: calc(7px - 3px);
	padding-top: 3px;
}
header .login-search .login .accountChip-root-3cE span {
    margin-top: -1px;
}
header .login-search .search .searchTrigger-root-3Yr.clickable-root-1G6 img {
    padding-top: 5px;
}
.button.white-hollow {
    background-color: #fff;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    line-height: 20px;
}
.gallery-hero .item .overlay .text {
    font-size: 27px;
    color: #fff;
    font-family: "mulilight", sans-serif;
    margin-bottom: 59px;
    line-height: 33px;
}
.gallery-hero .item .overlay .title {
    font-size: 61px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #fff;
    margin-bottom: 71px;
}
.gallery-hero .item .overlay .title {
    font-size: 61px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
}

.multi-split-overlay {
   
}

.searchPage-root-4QC .gallery-root-28Q .gallery-items-v7W {
    grid-template-columns: repeat(5, 1fr);
}
header .login-search .miniCart-body-3VO .image-image-2gD {
    width: 80px;
    height: auto;
    object-fit: cover;
    max-height: 80px;
}
.miniCart-price-2Om div {
	width: 50%;
	text-transform: uppercase;
}
.miniCart-price-2Om div:last-child {
	text-align: right;
}
.navigation-root_open-1up .navigation-header-24B button {
    margin-left: 32px;
}
.navigation-root_open-1up .navigation-footer-weC .authBar-root-3yJ button {
    background: #ededed;
    margin-left: 20px;
}
.badge {
    position: relative;
}
.badge div {
    position: absolute;
    z-index: 4;
    left: 170px;
}
.product-image-th img {
	width: 150px;
}
.show-product .product-details .details-sku {
    padding: 10px 0;
}
.related-product {
    display: flex;
}
.related-product img {
    width: 100px;
}
.products-listed .richContent-root-2JD ol li::marker {
    font-size: 0;
}
.product-gallery .testimonial-gallery.product-images-th .thumbnail-image-3NU {
    max-width: 120px;
    min-width: 120px;
}
.product-gallery .testimonial-gallery.product-images-th {
    align-content: start;
    grid-auto-flow: row;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 0;
    max-height: 25rem;
    min-height: 10rem;
    overflow-y: scroll;
	max-height: 53rem;
	min-height: 41rem;
	scrollbar-width: thin;
	scrollbar-color: #959595 #e3e3e3;
}
.product-gallery .testimonial-gallery.product-images-th .image-container-_fN {
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.product-gallery .testimonial-gallery.product-images-th .image-container-_fN img {
    background: #fff;
}
.products-listed .cmsBlock-root-2zO {
    margin: 0rem;
}
.products-listed .richContent-root-2JD ol {
    padding-left: 0rem;
}
.products-listed #frames {
    overflow: hidden;
}
.filter .categoryList-content-1SB {
    display: block;
}
.categorymenu {
    width: 100%;
    display: block;
}
.filter .categoryTile-root-2VM {
    text-align: left;
    width: 100%;
}
.filter .accordion-root-jW9 {
    border: 0;
}
.filter .section-title_wrapper-HMZ {
    height: 20px;
}
.filter .hasmenu {
	position: relative;
}
.filter .hasmenu .categoryTile-root-2VM {
    position: absolute;
    z-index: 4;
    width: 75%;
}
.filter .categoryTile-root-2VM, .filter .hasmenu .submenus .categoryTile-root-2VM {
    position: relative;
    z-index: 4;
    width: 100%;
}
.main aside .filter .hasmenu .icon-root-2D0 {
	margin-bottom: 0px;
}
.filter .categoryList-root-3pu {
    padding: 0rem;
	padding-top: 7px;
}
.gallery .image-loaded-SHk {
    /*position: relative;*/
}
.container .category-root-XX- {
    padding: 0;
}
.multi-split-conf.double {
    display: none;
}
.imagemultisplit {
    width: 50px;
	cursor: pointer;
	border-bottom: 5px solid #1e90ff;
	box-shadow: 0px 0px 3px 0px rgb(247, 247, 247);
}
.elementsmultisplit {
    display: inline-flex;
	font-size: 14px;
}
.skumultisplit {
    padding-right: 5px;
	padding-right: 0px;
	margin: 10px;
}
.pricemultisplit {
	margin: 10px;
}
.related-product {
    margin-bottom: 20px;
}
.bulina_image.active {
    width: 15px;
    height: 15px;
    background: #1e90ff;
    margin: 0 auto;
    border-radius: 50%;
}
.butonactiv {
    background: #000;
    color: #fff;
}
.butonactiv span {
    background: #000;
    color: #fff;
}
.unitate_exterioara {
    display: flex;
    align-content: center;
    align-items: center;
}
.blogiconsearch {
	position: absolute;
	right: 0;
	padding: 7px;
}
.blog_listing {
    display: grid;
    grid-template-columns: calc(100%/2) calc(100%/2);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.blog-title h2 {
	font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    text-align: center;
    margin: 0;
    margin-bottom: 34px;
}
.list.product_page_list ul li {
    margin: 5px 20px;
    list-style: disc;
}
.skumultisplitvalue {
    text-decoration: underline;
    cursor: pointer;
}
.cart .column.second .priceSummary-root-L4M .priceSummary-lineItemLabel-3q-, .cart .column.second .priceSummary-root-L4M .priceSummary-price-2_b, .checkout .column.first .priceSummary-root-L4M .priceSummary-lineItemLabel-3q-, .checkout .column.first .priceSummary-root-L4M .priceSummary-price-2_b{
	display: none;
}
.checkout .column.first .priceSummary-root-L4M .total .priceSummary-lineItemLabel-3q-, .checkout .column.first .priceSummary-root-L4M .total .priceSummary-price-2_b{
	display: block;
}
.row.show-product .carousel-root-1NL .testimonial-gallery.product-images-th .thumbnail-root-3Oe {
    margin: 10px 6px 10px 12px;
}
.option-buttondetails-2W6 .tileList-root-2M- .tilesmmaxlength {
    display: grid;
    gap: 3rem;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(3rem, max-content));
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #959595 #e3e3e3;
	display: flex;
	gap: 1rem;
}
.tilesminlength {
    display: grid;
    gap: 1rem;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(3rem, max-content));
}
.gallery-hero .button.white-hollow {
    display: none;
}
.price-drop.configprod {
    margin-top: 8px;
}
.category-currentfilter-WQ8 .linkButton-root-1P5.clickable-root-1G6 {
    --stroke: var(--venia-brand-color-1-700);
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(var(--stroke));
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    color: rgb(var(--stroke));
    font-size: var(--venia-global-fontSize-100);
    font-weight: var(--venia-global-fontWeight-bold);
    line-height: 1.25rem;
    max-width: 100%;
    min-width: 200px;
    min-height: 2.5rem;
    outline: none;
    padding: calc(0.5rem + 1px) 1.5rem calc(0.5rem - 1px);
    text-transform: uppercase;
    transition-duration: 256ms;
    transition-property: background-color, border-color, color;
    transition-timing-function: var(--venia-global-anim-standard);
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff;
    text-decoration: none;
}
.category-currentfilter-WQ8 .currentFilters-root-RmZ {
    display: inline-flex;
}
.category-currentfilter-WQ8 .currentFilters-root-RmZ li {
    float: none;
    padding: 1rem 1rem 0 0;
    padding: 0 5px;
}
.category-currentfilter-WQ8 {
    display: inline-grid;
    align-content: center;
    align-items: center;
	margin-bottom: 20px;
}
.posts .post-item .overlay .title img {
    width: 100px;
    height: auto;
}
.banner-image {
    position: relative;
    width: 250px;
    height: auto;
}
.banner-image img {
    position: absolute;
    top: 0;
    left: 0;
	height: 60px;
}
.gallery-hero .overlay .banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    position: relative;
}
.indicator-global-3ae.indicator-root-3J- .image-loaded-SHk {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}
.gallery-heros .item .overlay .title {
    font-size: 61px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #fff;
    margin-bottom: 71px;
}
.gallery-heros .item {
    position: relative;
}
.gallery-heros .item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	top: 135px;
	bottom: 0;
	left: 20px;
	right: 0;
	width: 100%;
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.gallery-heros .item .overlay .text {
    font-size: 27px;
    color: #fff;
    font-family: "mulilight", sans-serif;
    margin-bottom: 59px;
    line-height: 33px;
}
.gallery-heros .item .image-full {
    object-fit: cover;
}
.product-item-details.product-some-details.text .price-label {
    font-size: 0px;
}
.product-item-details.product-some-details.text .price-label::after{
	content: "De la";
	font-size: 13px;
}
.navigation-root_open-1up.navigation-root-YFa.navigation-exit-2kV.navigation-hidden-3E2.navigation-enter-HON.navigation-visible-2Ye .navigation-header-24B {
    margin-left: 0px;
}
.navigation-root_open-1up.navigation-root-YFa.navigation-exit-2kV.navigation-hidden-3E2.navigation-enter-HON.navigation-visible-2Ye .navigation-body-1IU {
    min-height: 0;
    overflow: auto;
    transition-property: opacity, visibility;
    margin: 0 30px 0 10px;
}
.navigation-root_open-1up .navigation-footer-weC .authBar-root-3yJ button {
    background: #ededed;
    margin-left: 0px;
}
.old-price.sly-old-price.no-display {
    text-decoration: line-through;
    color: red;
}
.favourite-brand .products-listed .carousel-products .row .item {
    box-shadow: none;
}
.favourite-brand .products-listed .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 20px;
}
.testimonials .row .testimonial-wrapper .item {
    text-align: center;
}
.mobile-sidebartrigger .filters::before {
    content: "";
	width: 0px;
}

.mobile-sidebartrigger .filters button {
    --stroke: var(--venia-brand-color-1-700);
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(var(--stroke));
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    color: rgb(var(--stroke));
    font-size: var(--venia-global-fontSize-100);
    font-weight: var(--venia-global-fontWeight-bold);
    line-height: 1.25rem;
    max-width: 100%;
    min-width: 200px;
    min-height: 2.5rem;
    outline: none;
    padding: calc(0.5rem + 1px) 1.5rem calc(0.5rem - 1px);
    text-transform: uppercase;
    transition-duration: 256ms;
    transition-property: background-color, border-color, color;
    transition-timing-function: var(--venia-global-anim-standard);
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff;
}
.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;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    padding: 10px 0;
        padding-top: 10px;
        padding-left: 0px;
    outline: none;
    border-bottom: 1px solid #000;
    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;
}
.contact-page .textArea-input-3Mr.field-input-2wb {
    padding-left: 5px !important;
}
.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;
}
.show-product .product-details .choose-mounting .list .input-container .fieldIcons-root-1Be .fieldIcons-input-3Eg input[type="checkbox"]:checked + label::before, .show-product .product-details .choose-mounting .list .input-container .fieldIcons-root-1Be .fieldIcons-input-3Eg input[type="radio"]:checked + label::before {
    content: '\f00c';
}
/*.show-product .product-details .choose-mounting .list .input-container input[type="radio"]:checked {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    box-sizing: border-box;
}
.show-product .product-details .choose-mounting .list .input-container input[type="radio"]:checked {
    position: absolute;
    opacity: 0.2;
    cursor: pointer;
    position: absolute;
	opacity: 1;
	cursor: pointer;
	width: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 1px solid #000;
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 8px;
	box-sizing: border-box;
	margin-top: 17px;
	background-color: #000;
	margin-top: 21px;
}
.show-product .product-details .choose-mounting .list .radio-input-2E9:checked {
    background-color: rgb(var(--venia-brand-color-1-700));
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    box-sizing: border-box;
    background: #000;
}
.show-product .product-details .choose-mounting .list .radio-input-2E9 {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    margin-top: 10px;
}*/
/*.show-product .product-details .choose-mounting .list .input-container input:checked {
    position: absolute;
    opacity: 0.2;
    cursor: pointer;
    position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 1px solid #000;
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 8px;
	box-sizing: border-box;
	margin-top: 18px;
	background-color: #000;
}*/
/*.show-product .product-details .choose-mounting .list .input-container input[type="checkbox"] {
    position: absolute;
    opacity: 0.2;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    cursor: pointer;
    width: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    box-sizing: border-box;
    margin-top: 17px;
    /*background-color: #000;*/
	/*margin-top: 21px;
}
*/
.main aside #filter-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.main aside .filterBlock-root-2UD.filter-block:first-child {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
}
.main aside .filterBlock-root-2UD.filter-block:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.main aside .filterBlock-root-2UD.filter-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
}
.main aside .filterBlock-root-2UD.filter-block:last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
.mobile-sidebartrigger .filters button {
    --stroke: var(--venia-brand-color-1-700);
    background: none;
        background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(var(--stroke));
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    color: rgb(var(--stroke));
    font-size: var(--venia-global-fontSize-100);
    font-weight: var(--venia-global-fontWeight-bold);
    line-height: 1.25rem;
    max-width: 100%;
    min-width: 200px;
    min-height: 2.5rem;
    outline: none;
    padding: calc(0.5rem + 1px) 1.5rem calc(0.5rem - 1px);
    text-transform: uppercase;
    transition-duration: 256ms;
    transition-property: background-color, border-color, color;
    transition-timing-function: var(--venia-global-anim-standard);
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff;
}
.shippingMethod-done-2pD.shippingMethod-root-t89 {
    margin-bottom: 2rem;
}
.paymentInformation-root-12Y {
    margin-bottom: 2rem;
}
.form-container.finalize-step {
    margin-top: 2rem;
}
footer .accountMenu-root_open-amW.accountMenu-root-1FA {
    position: fixed;
    top: 0;
	max-width: 400px;
}
footer .accountMenu-root_open-amW.accountMenu-root-1FA .accountMenu-contents_open-31B {
    width: 100%;
}
footer .accountChip-root-3cE span {
    display: none;
}
.checkout .form-container .title .span .checkoutPage-signInButton-3Mr {
    margin-left: 45px;
    text-decoration-line: underline;
    color: #666666;
    border: 0;
    padding: 0;
}
.checkout #billingAddress-region-ran, .checkout #billingAddress-country-2jR, .checkout #city-select {
    background: transparent;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 1px solid #fff;
    color: #808080;
    font-size: 14px;
    border-radius: 0;
    padding-left: 20px;
}
.checkout .input-container.checkbox {
    padding: 10px 0;
}
.dialog-buttons-QOS .action .button-root-2JQ.clickable-root-1G6 {
    display: inherit;
    max-width: 330px;
    width: 100%;
    text-align: center;
    background: #fff;
    margin-right: 0;
    margin-left: auto;
    border-radius: 0;
    margin: 10px;
    color: #1e90ff;
    border-width: 1px;
    border-color: #1e90ff;
}
.dialog-buttons-QOS .action {
    display: flex;
}
.editModal-body-3CJ .action .button.blue-hollow {
    margin: 10px;
}
.checkout .input-container label {
    display: none;
}
.region-city_and_region-9_u .input-container:first-child {
    padding-bottom: 10px;
    display: block;
    margin-bottom: 5px;
}
.editModal-body-3CJ .region-city_and_region-9_u .input-container:first-child {
    padding-bottom: 10px;
    display: block;
    margin-bottom: 20px;
}
.products-listed.op10 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op10 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op11 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op11 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op20 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op20 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op21 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op21 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op22 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op22 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op30 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op30 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op31 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op31 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op32 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op32 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op40 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op40 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op41 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op41 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op42 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op42 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op43 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op43 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op44 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op44 .fas.fa-info-circle:hover+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op10 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op11 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op11 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op20 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op20 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op21 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op21 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op22 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op22 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op30 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op30 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op31 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op31 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op32 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op32 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op40 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op40 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op41 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op41 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op42 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op42 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op43 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op43 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.products-listed.op44 .cmsBlock-root-2zO {
    display: none;
}
.products-listed.op44 .fas.fa-info-circle:active+.cmsBlock-root-2zO {
    display: block;
}
.fa-info-circle::before {
    font-size: 14px;
}
.templ_opt_info {
    display: flex;
}
.templ_opt_info .products-listed {
    margin: 0 20px;
    display: block;
     /*position: relative;*/
}
.templ_opt_info .products-listed .cmsBlock-root-2zO {
    position: absolute;
	padding: 0px 10px;
	top: 25px;
	box-shadow: 0px 1px 1px 1px rgba(178,178,178,.4);
	background: #fff;
	font-size: 12px;
}

.templ_opt_info .products-listed .cmsBlock-root-2zO::before {
    background: linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 9px;
    left: 9px;
    position: absolute;
    top: 37px;
    transform: translate(-50%,-450%) rotate(135deg);
    width: 9px;
}
.templ_opt_info .products-listed .cmsBlock-root-2zO p {
    margin-bottom: 0;
}
.checkout .cart-row .column .table .content .total span {
    display: block;
    min-width: 100px;
}
.checkout .cart-row .column .table .content .data {
    display: flex;
    max-width: 170px;
}
.option_templ_form {
    display: block;
    margin: 0 auto;
    width: 100%;
}
/*.option_templ_form input {
    max-width: 50px;
}*/
.product-gallery .testimonial-gallery.product-images-th::-webkit-scrollbar {
  width: 5px;
  background-color: #e3e3e3; 
}
.product-gallery .testimonial-gallery.product-images-th::-webkit-scrollbar-thumb {
    background: #959595;
}
.option-buttondetails-2W6 .tileList-root-2M- .tilesmmaxlength::-webkit-scrollbar {
  height: 5px;
  background-color: #e3e3e3; 
}
.option-buttondetails-2W6 .tileList-root-2M- .tilesmmaxlength::-webkit-scrollbar-thumb {
    background: #959595;
}
.bulina_image.active {
    background: #000;
}
.badge {
    position: relative;
    margin-left: 25px;
}
.product-gallery .testimonial-gallery.product-images-th::-webkit-scrollbar {
  width: 5px;
  background-color: #e3e3e3; 
  width: 8px;
}
.option-buttondetails-2W6 .tileList-root-2M- .tilesmmaxlength::-webkit-scrollbar {
  height: 5px;
  background-color: #e3e3e3; 
  height: 8px;
}
.product-item-details.product-some-details.text .price-label::after {
    content: "De la";
    font-size: 13px;
	color: red;
}

.product-item-details.product-some-details.text .old-price .price-label::after {
    content: "";
    font-size: 13px;
}
.old-price.sly-old-price.no-display {
    color: #000;
}
.normal-price .price-wrapper {
    color: red;
}

.multi-split-conf .input-container.custom-select .fieldIcons-root-1Be .fieldIcons-after-3je {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px 3px;
    pointer-events: none;
    width: 1.5rem;
    z-index: 1;
    background: #fff;
    height: 2rem;
}

.multi-split-conf .input-container.custom-select .fieldIcons-root-1Be .field-input-2wb {
    -webkit-appearance: auto;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
}
.show-product .product-details .choose-mounting .list .input-container label {
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    display: inline-flex;
}
.templ_opt_info .products-listed {
    margin: 0 20px;
    display: block;
     /*position: relative;*/
    float: right;
    text-align: right;
    margin: 0 auto;
        margin-right: auto;
    margin-right: 80px;
}
.templ_opt_info {
    display: flex;
}
.imagemultisplit {
    width: 70px;
    cursor: pointer;
    border-bottom: 5px solid #1e90ff;
    box-shadow: 0px 0px 3px 0px rgb(247, 247, 247);
}
.pricemultisplit {
    margin: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
}
.banner-image {
    padding-top: 80px;
}
.multi-split-conf .input-container.custom-select .fieldIcons-root-1Be .field-input-2wb option:nth-child(3){
    -webkit-box-ordinal-group: 4;
	-moz-box-ordinal-group: 4;
	box-ordinal-group: 4;
}
.multi-split-conf .input-container.custom-select .fieldIcons-root-1Be .field-input-2wb option:nth-child(4){
    -webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	box-ordinal-group: 3;
}
.products-listed .product-items.widget-product-grid.slidee {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
}
.products-listed .product-items.widget-product-grid.slidee .product-item.item:first-child {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    box-ordinal-group: 7;
}
.products-listed .product-items.widget-product-grid.slidee .product-item.item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
}
.products-listed .product-items.widget-product-grid.slidee .product-item.item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
}
.products-listed .product-items.widget-product-grid.slidee .product-item.item:nth-child(6) {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
}
.products-listed .product-items.widget-product-grid.slidee .product-item.item:nth-child(7) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
}
.products-listed .product-items.widget-product-grid.slidee .product-item.item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.products-listed .product-items.widget-product-grid.slidee .product-item.item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
}
.hp-blog h2 {
    font-size: 1.625rem;
}
.static-page {
    margin: 0 30px;
    display: block;
    text-align: justify;
}
.filterModal-root-2jI .filterModal-blocks-3qA {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.filterModal-root-2jI .filterModal-blocks-3qA .filterBlock-root-2UD.filter-block:first-child {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
}
.filterModal-root-2jI .filterModal-blocks-3qA .filterBlock-root-2UD.filter-block:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.filterModal-root-2jI .filterModal-blocks-3qA .filterBlock-root-2UD.filter-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
	border-bottom: 2px solid rgb(var(--stroke));
}
.filterModal-root-2jI .filterModal-blocks-3qA .filterBlock-root-2UD.filter-block:last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
	border-bottom: 0px solid rgb(var(--stroke));
}
.cartPage-root-2hw .cartPage-items_container-1Ec .text {
    font-size: 16px;
}
.cartPage-root-2hw .cartPage-items_container-1Ec .text li {
    font-size: 12px;
}
.cartPage-root-2hw .cartPage-items_container-1Ec .text ul {
	margin-top: 30px;
}
header .searchBar-root_open-1m6.searchBar-root-Bf1 .textInput-input-3vj {
    padding-left: 40px;
}
.cartPage-root-2hw .quantity-root-1Zm .fieldIcons-root-1Be {
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-areas: 'before input after';
    grid-template-columns: none;
    /* height: 2.5rem; */
    width: 100%;
}
.checkout .cart-row .column .table .header .total {
    text-align: left;
    justify-content: center;
}
.cart-row .column .table .total {
    text-align: right;
}
.skumultisplit {
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
}
.is_sticky {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #fff;
    padding: 25px 15px;
	left: 0;
	right: 0;
}
.container.is_sticky {
    padding: 25px 15px;
}
.main-page-279 {
    padding-top: 72px;
}
.show-product .product-details .radioGroup-root-1eK {
    display: block;
}

.show-product .product-details .choose-mounting .list .radio-group .input-container label::before {
    content: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    box-sizing: border-box;
}

/*.show-product .product-details .choose-mounting .list .radio-group .radio-input-2E9:checked {
    background-color: rgb(var(--venia-brand-color-1-700));
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    box-sizing: border-box;
    background: #000;
}
.show-product .product-details .choose-mounting .list .radio-group .radio-icon-19K svg {
    stroke: rgb(var(--venia-global-color-gray-600));
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    box-sizing: border-box;
    display: none;
}
.show-product .product-details .choose-mounting .list .radio-group .radio-icon-19K {
    grid-area: input;
    height: 1.5rem;
    width: 1.5rem;
    z-index: 1;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    box-sizing: border-box;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    color: #0000;
    background: #fff;
    margin-top: 10px;
}
.show-product .product-details .choose-mounting .list .radio-group .radio-input-2E9 {
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	align-self: flex-start;
	margin-top: 10px;	
}*/
.show-product .product-details .choose-mounting .list .optionone-input-container .input-container label:before {
  display: none;
}
.optionone-input-container .templ_opt_info {
    display: flex;
    padding-left: 26px;
}
.optionone-input-container .checkbox-icon-2Jp {
    display: none;
}
.templ_opt_info .products-listed {
    margin: 0 20px;
    display: block;
    position: relative;
    float: right;
    text-align: right;
    margin: 0 auto;
        margin-right: auto;
    margin-right: auto;
    margin-right: 80px;
}
.templ_opt_info .products-listed {
    margin: 0 20px;
    display: block;
    position: relative;
}
.templ_opt_info .products-listed .cmsBlock-root-2zO {
    position: absolute;
    padding: 0px 10px;
    top: 25px;
    box-shadow: 0px 1px 1px 1px rgba(178,178,178,.4);
    background: #fff;
    font-size: 12px;
    left: -250px;
    z-index: 99;
    text-align: left;
	width: 430px;
}
.templ_opt_info .products-listed .cmsBlock-root-2zO::before {
    background: linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 9px;
    right: 0;
	position: absolute;
	top: 37px;
	transform: translate(-50%,-450%) rotate(135deg);
	width: 9px;
	left: 95px;
	margin: 0 auto;
}
.hp-blog .widget-title {
    display: none;
}
.hp-blog h5 {
    display: block;
    text-align: right;
    padding-top: 20px;
    color: #1e90ff;
    font-weight: normal;
    font-size: 14px;
}
.input-container.option-checkbox {
    display: flex;
}
.show-product .product-details .choose-mounting .list .input-container.option-checkbox .checkbox-icon-2Jp svg {
    stroke: rgb(var(--stroke));
    stroke: #000;
}
.miniCart-root_open-1Lu {
    z-index: 99999999;
}
/*.show-product .product-details .choose-mounting .list .radio-group .radio-input-2E9:checked {
    background-color: rgb(var(--venia-brand-color-1-700));
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    box-sizing: border-box;
    background: #000;
    text-align: center;
    margin: 0 auto;
    display: flex;
    text-align: center;
	margin-top: 4px;
}
.show-product .product-details .choose-mounting .list .radio-group .radio-icon-19K {
    grid-area: input;
    height: 1.5rem;
    width: 1.5rem;
    z-index: 1;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid #000;
    margin-right: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    box-sizing: border-box;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    color: #0000;
    background: #fff;
    margin-top: 0px;
}
*/
@media screen and (min-width: 1450px) {
  .container.is_sticky {
    padding: 25px 0px;
	display: flex;
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
}
}
@media screen and (min-width: 2900px){
	.container.is_sticky {
		padding: 25px 0px;
		display: flex;
		width: 100%;
		max-width: 1450px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1450px) {
  .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1350px) {
  .cart {
    background: none;
  }
  .checkout {
    background: none;
  }
  .cart-row {
    display: flex;
    margin-bottom: 100px;
    flex-direction: column;
  }
  .cart-row .column {
    width: 100%;
  }
  .cart-row .column .table {
    padding-right: 0;
  }
  .checkout .cart-row .column .table {
    padding-right: 0;
    padding-left: 0;
  }
  .checkout .cart-row .column .table .data {
    justify-content: center;
  }
}

@media screen and (max-width: 1250px) {
  footer .row {
    flex-wrap: wrap;
  }
  footer .row .col {
    width: calc(100%/3);
    margin-bottom: 30px;
  }
  .main main {
    grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
  }
  .consultancy {
    flex-wrap: wrap;
  }
  .consultancy .group {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .blue-attention-led {
    font-size: 14px;
    color: #1e90ff;
    text-align: center;
    margin-left: 0;
    transform: translatey(0);
    margin-bottom: 20px;
  }
  .consultancy .item {
    padding: 0 10px;
    margin-bottom: 10px;
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .show-product .product-details {
    padding-left: 30px;
    width: calc(100% - 700px);
    float: left;
	}
	.show-product .product-gallery {
		width: 100%;
		float: left;
		max-width: 700px;
		display: block;
	}
}
@media screen and (max-width: 1080px) {
.show-product .product-gallery {
    width: 100%;
    float: none;
    max-width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .show-product .product-details {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1024px) {
	.container.carousel-container {
		padding: 0;
	}
	.posts {
		padding: 0 31px;
	}
	
.slick-slider {
    display: grid !important;
	height: 100%;
}
.slick-arrow.slick-prev {
    display: inline-flex !important;
    position: absolute;
    z-index: 99;
    width: 70px;
    height: 100%;
    align-content: center;
    align-items: center;
	color: transparent;
}
.slick-arrow.slick-prev::before {
    content: "❮";
	color #fff;
	font-weight: 1000;
	font-size: 35px;
	margin-left: 15px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.slick-arrow.slick-next {
    display: inline-flex !important;
    position: absolute;
    z-index: 99;
    width: 70px;
    height: 100%;
    align-content: center;
    right: 0;
    align-items: center;
	color: transparent;
}
.slick-arrow.slick-next::after {
    content: "❯";
	color: #fff;
	font-weight: 1000;
	font-size: 35px;
	margin-right: 15px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.slick-dots {
    display: flex !important;
    margin: 0px auto;
	margin-top: 10px;
	position: absolute;
	z-index: 99;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	/*max-width: 150px;*/
}
.slick-dots li {
    margin: 5px auto;
}
.slick-slider .image-image-2gD.image-placeholder_layoutOnly-Zsn.image-placeholder-2AG {
    display: none !important;
}
.slick-dots button {
    color: transparent;
    border: 1px solid rgb(var(--venia-global-color-text));
    border-radius: 50%;
    height: 0.875rem;
    width: 0.875rem;
    box-shadow: 0 0 0 1px #ffffff;
    outline: none;
}
.slick-dots .slick-active button {
    border: 7px solid rgb(var(--venia-global-color-text));
}
.slick-slider .image-image-2gD.image-loaded-SHk {
    position: relative;
}
}

@media screen and (max-width: 1000px) {
  .gallery-hero .item .overlay .text {
    margin-bottom: 20px;
  }
  .gallery-hero .item .overlay .title {
    margin-bottom: 20px;
  }
  .posts {
    transform: translatey(0);
    padding-top: 20px;
  }
  .posts .post-item {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .posts .post-item .overlay {
    position: static;
    max-width: 100%;
    flex-grow: 1;
  }
  .multisplit .row {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .multisplit .row .column {
    margin: 0;
    width: 100%;
  }
  .multisplit .row .column .image-composer {
    justify-content: center;
  }
  .multisplit .row .column:last-child {
    margin-bottom: 50px;
  }
  .testimonials .row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .testimonials .row .testimonial-wrapper {
    max-width: 100%;
  }
  .most-used .row {
    flex-direction: column;
  }
  .most-used .row .column:first-child {
    margin: 0;
    margin-bottom: 40px;
  }
  .most-used .row {
    justify-content: center;
    align-items: center;
  }
  .most-used .row .column {
    margin: 0;
    max-width: 650px;
  }
  .most-used .row .column:last-child {
    margin: 0;
  }
  .most-used .row .column img {
    margin: 0 auto;
  }
  .main main {
    grid-template-columns: calc(100%/2) calc(100%/2);
  }
  .main main.blog-grid {
    grid-template-columns: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .review-form .form-container .row {
    flex-direction: column;
  }
  .review-form .form-container .row .column {
    width: 100%;
    margin-right: 0;
  }
  .gallery-heros .item .overlay .title {
    margin-bottom: 20px;
}
.gallery-heros .item .overlay .text {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 850px) {
  .posts {
    flex-direction: column;
  }
  .posts .post-item {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .posts .post-item img {
    margin-bottom: 0;
  }
  .mobile-sidebartrigger {
    display: block;
  }
  .pagination {
    margin-left: 0;
  }
  .pagination.blog {
    margin-left: 0;
  }
  .main {
    position: relative;
    overflow: hidden;
  }
  .main aside {
    margin: 0;
    height: calc(100% - 26px);
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.1s ease-in-out;
    background: #fff;
    transform: translatex(-225px);
    border-right: 1px solid #000;
    padding-right: 20px;
  }
  .main aside.is-open {
    transform: translatex(0);
  }
  .main main {
    transition: 0.1s ease-in-out;
  }
  .main main.is-open {
    transform: translatex(225px);
  }
  .consultancy .item {
    padding: 0 10px;
    margin-bottom: 10px;
    width: 33.33333%;
  }
  .multi-split-conf .row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .multi-split-conf .row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    flex-wrap: wrap;
	flex-direction: row;
}
  .multi-split-conf .row .input-container.straight {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 299px;
  }
  .multi-split-conf .row .input-container.straight label {
    margin-bottom: 19px;
  }
  .multi-split-conf .row .input-container:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .multi-split-conf .row .input-container {
    flex: 0 0 45%;
}
  .technical-specs .spec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 19px;
  }
  .technical-specs .spec .item::after {
    content: ':';
  }
  .review-form .stars-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .review-form .stars-container .star-rating {
    width: calc(100%/2);
    margin-bottom: 20px;
  }
  .contact-page .row {
    flex-direction: column;
    border: none;
}
.contact-page .row .column:first-child {
    border-right: 0;
}
.contact-page .row .column:first-child {
    border-bottom: 0;
}
.contact-page .row .column h1 {
    font-size: 36px;
    font-size: 40px;
    padding: 30px 0px;
    display: inline-block !important;
    max-width: 500px;
    width: 100%;
    text-align: left;
    text-transform: initial;
    margin-bottom: 5rem;
    padding: 30px 35px 0 0px;
}
.contact-page .row .column h1 {
    font-size: 36px;
}
.contact-page .row .column {
    width: 100% !important;
    padding: 0px 20px 91px 20px;
}
.contact-page .row .column {
    width: 100%;
    padding: 0px 20px 91px 20px;
}
.contact-page .row .column .small-title {
    font-family: "mulilight", sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 70px;
}
.contact-page .contact-form .row .input-row {
    width: 100%;
    display: block;
}
.contact-page .contact-form .row .input-row .field-root-3Y5 {
    display: inline-block !important;
    max-width: 700px;
    width: 100%;
}
.contact-page .contact-form .row .input-row-left .field-root-3Y5 {
    padding-right: 0px;
}
.contact-page .row .column .contact-form .submit-container {
    text-align: center;
}
.buttons-sort-filter {
    display: flex;
}
  .category-currentfilter-WQ8 .currentFilters-root-RmZ {
    display: inline-flex;
}
.category-currentfilter-WQ8 .currentFilters-root-RmZ li {
    float: none;
    padding: 1rem 1rem 0 0;
    padding: 0 5px;
}
.category-currentfilter-WQ8 {
    display: inline-grid;
    align-content: center;
    align-items: center;
	margin-bottom: 20px;
}
.mobile-sidebartrigger .filters::before {
    content: '\f0b0';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    width: 16px;
    display: inline-block;
    display: none;
}
.mobile-sidebartrigger {
    display: block;
    width: 50%;
    display: inline-block;
}
.category-sort {
    text-align: right;
    margin-bottom: 10px;
    width: 50%;
    display: inline-block;
}
.multi-split-conf .row .input-container {
    width: 25%;
    margin-right: 20px;
    width: 100%;
}
.multisplit_room {
    padding: 30px 0px;
    border-bottom: 4px solid #1e90ff;
}
.unitate_exterioara {
    padding-top: 30px;
}
.richContent-root-2JD .product-image-container-2106 span.product-image-wrapper {
    padding-bottom: 0;
    display: block;
}
.carousel-products .item {
    /*box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
    padding: 20px 0;
    min-width: 360px;*/
    float: none; 
}
}

@media screen and (max-width: 750px) {
  footer .row {
    flex-wrap: wrap;
  }
  footer .row .col {
    width: calc(100%);
    margin-bottom: 0px;
    text-align: center;
  }
  footer .row .col .contact {
    justify-content: center;
    flex-direction: column;
  }
  footer .row .col .contact input {
    width: auto;
    min-width: 100px;
    border-right: 1px solid #1e90ff;
    margin-bottom: 5px;
  }
  footer .row .col .links {
    display: none;
    margin-bottom: 30px;
  }
  footer .row .col .title {
    cursor: pointer;
  }
  footer .row .col .title.social-link::after {
    content: '';
  }
  footer .row .col .title:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 10px;
  }
  footer .row .col .social-links a:last-child {
    margin-right: 0;
  }
  footer .copyright {
    text-align: center;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 409px;
    object-fit: cover;
  }
  .gallery-hero .item .overlay .title {
    font-size: 35px;
  }
  .gallery-hero .item .overlay .text {
    font-size: 17px;
  }
  header .login-search .search span {
    display: none;
  }
  header .login-search .login span {
    display: none;
  }
  .main main {
    grid-template-columns: auto;
  }
  .consultancy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .consultancy .item {
    padding: 0 10px;
    margin-bottom: 10px;
    width: 33.33333%;
  }
  .show-product .product-details .list {
    flex-direction: column;
  }
  .show-product .product-details .list .item {
    width: 100%;
    margin-right: 0;
  }
  .show-product .product-details .action .row {
    flex-direction: column;
  }
  .show-product .product-details .action .row input {
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .show-product .product-gallery .owl-thumbs {
    margin-right: 0;
    float: none;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
  }
  .show-product .product-details .price {
    margin-bottom: 40px;
    font-size: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .show-product .product-gallery .gallery-wrapper {
    width: 100%;
    float: none;
  }
  .show-product .product-gallery {
    display: flex;
    flex-direction: column-reverse;
  }
  .show-product .product-gallery .owl-thumbs button img {
    width: auto;
    display: block;
    max-width: 100%;
  }
  .cart-row .column .table .header {
    display: none;
  }
  .cart-row .column .table .row {
    flex-direction: column;
  }
  .cart-row .column .table .row .data {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .cart-row .column .table .row .data:before {
    content: 'Produs';
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
  }
  .cart-row .column .table .row .quantity {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .cart-row .column .table .row .quantity:before {
    content: 'Cantitate';
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
  }
  .cart-row .column .table .row .quantity input {
    max-width: 100%;
    margin: 0 auto;
  }
  .cart-row .column .table .row .total {
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 200px;
  }
  .cart-row .column .table .row .total:before {
    content: 'Total';
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
  }
  .checkout .form-container .title {
    font-size: 22px;
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: calc(59px - 23px);
  }
  footer .row.desktop {
	display: none;
}
footer .row.mobile {
	display: block;
}
  footer .row.mobile .section-title_container-1bX {
    cursor: pointer;
    display: block;
    width: 100%;
}
footer .row.mobile .section-title_wrapper-HMZ {
    align-items: center;
    display: inline-flex;
    gap: 1.5rem;
    grid-auto-flow: column;
    grid-template-columns: 1fr;
    height: 4.5rem;
    justify-items: start;
    padding: 0 1.5rem;
    align-content: center;
    align-items: center;
    align-self: center;
    margin: 0 auto;
    text-align: center;
    gap: 0;
    height: 3rem;
    color: rgb(var(--venia-global-color-gray-700));
}
footer .row.mobile .section-title-2bG {
    font-size: var(--venia-global-fontSize-300);
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-bottom: 4px;
}
footer .row.mobile .accordion-root-jW9 {
    border: 0;
}
footer .row.mobile .col {
    width: calc(100%);
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
    color: #000;
}
footer .row.mobile .links {
    text-align: center;
}
.show-product .product-gallery {
	position: relative;
}
.badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 5px;
}
.badge div {
    position: relative;
    z-index: 4;
    left: 0;
    top: 0;
}
.carousel-currentImage-1mQ {
    width: 100%;
}
.show-product .carousel-root-1NL .image-loaded-SHk {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}
.show-product .image-placeholder_layoutOnly-Zsn.image-placeholder-2AG {
    max-height: 25rem;
    position: absolute;
    top: 84px;
}
.product-gallery .carousel-thumbnailList-3iB {
    display: none;
}
.product-details .row .productFullDetail-cartActions-3pi {
    width: 100%;
    margin-top: 20px;
}
.review-form .form-container .action {
    text-align: center;
    margin-bottom: 40px;
}
.owl-carousel .owl-item .banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    object-fit: fill;
	position: relative;
}
.gallery-heros .item .overlay .title {
    font-size: 35px;
}
.gallery-heros .item .overlay .text {
    font-size: 17px;
}
.posts .post-item .overlay {
    position: static;
    max-width: 100%;
    flex-grow: 1;
    width: 55%;
    margin: 0 auto;
}
.favourite-brand .products-listed .carousel-products .item {
    min-width: 200px;
}
.gallery-hero .item .overlay {
  padding-top: 0px;
  justify-content: flex-end;
  padding-bottom: 80px;
}
.testimonials .row .testimonial-wrapper {
    min-height: 200px;
}
.cartPage-root-2hw .quantity-root-1Zm {
    margin: 0 auto;
    display: block;
}
.cartPage-root-2hw .cart-row .column .table .data .img {
    margin-right: 20px;
    margin: 20px auto;
}
}
@media screen and (max-width: 720px) {
.col.absolute_position {
    position: relative;
	width: 100%;
	display: inline-flex;
	box-shadow: 0px 0px 3px 0px rgb(214, 208, 201);
	position: fixed;
	bottom: 0;
	background: #fff;
	z-index: 99999;
	max-width: 1450px;
	margin: 0 auto;
}
.col.absolute_position .social-links {
    display: inline-flex;
	width: 100%;
	margin: 0 10px;
}
.col.absolute_position .social-links a {
    padding: 20px;
    display: block;
    width: 25%;
    margin: 0 auto;
    text-align: center;
}
}
@media screen and (max-width: 640px) {
	.col.absolute_position .accountTrigger-root-1wE {
		display: grid;
	}
	.product-image-container-2106 span.product-image-wrapper {
		padding-bottom: 0;
		display: block;
	}
	.carousel-products .item .img-title img {
		margin-left: 32px;
	}
}

@media screen and (max-width: 550px) {
  .multisplit .row .column .image-composer {
    flex-direction: column;
  }
  .review-form .stars-container .star-rating {
    width: calc(100%);
    margin-bottom: 20px;
  }
  .review-form .stars-container .star-rating .label {
    width: 20%;
  }
  .cart-row .column .table .row {
    flex-direction: column;
  }
  .cart-row .column .table .row .data {
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .cart-row .column .table .row .data .img {
    margin-bottom: 20px;
  }
  .cart-row .column .table .row .data .text {
    text-align: center;
  }
  .cart-row .column.second .action {
    display: flex;
    flex-direction: column;
  }
  .cart-row .column.second .action .button {
    width: 100%;
    text-align: center;
  }
  .cart-row .column.second .action .button:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
	.multi-split-conf .row {
		display: flex;
		align-items: flex-start;
		margin-bottom: 10px;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.templ_opt_info .products-listed .cmsBlock-root-2zO::before {
		background: linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
		box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
		content: "";
		height: 9px;
		right: 0;
		position: absolute;
		top: 37px;
		transform: translate(-50%,-450%) rotate(135deg);
		width: 9px;
		left: 225px;
		margin: 0 auto;
	}
	.templ_opt_info .products-listed .cmsBlock-root-2zO {
		position: absolute;
		padding: 0px 10px;
		top: 25px;
		box-shadow: 0px 1px 1px 1px rgba(178,178,178,.4);
		background: #fff;
		font-size: 12px;
		z-index: 99;
		text-align: left;
		width: 300px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 420px) {
	.related-product {
    margin-bottom: 20px;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #959595 #e3e3e3;
	display: flex;
}
.related-product::-webkit-scrollbar {
  height: 5px;
  background-color: #e3e3e3; 
  height: 8px;
}
.related-product::-webkit-scrollbar-thumb {
    background: #959595;
}
.related-product .product {
    padding-bottom: 15px;
}
.buttons-sort-filter {
    display: block;
}
.buttons-sort-filter .category-sort , .buttons-sort-filter .mobile-sidebartrigger{
	width: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.buttons-sort-filter .category-sort .productSort-root-2Nf {
    margin-left: 0;
}
.multisplit .row .column .action a {
    margin: 5px 0;
}	
}
