/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("../fonts/futura/stylesheet.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.img-assets-favicon {
  background-image: url(../images/assets/favicon.ico);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.img-assets-logo-base-white {
  background-image: url(../images/assets/logo-base-white.png);
  background-size: 281px 48px;
  width: 281px;
  height: 48px;
  display: inline-block;
}

.img-assets-logo {
  background-image: url(../images/assets/logo.png);
  background-size: 281px 48px;
  width: 281px;
  height: 48px;
  display: inline-block;
}

.img-assets-logo_white {
  background-image: url(../images/assets/logo_white.png);
  background-size: 408px 78px;
  width: 408px;
  height: 78px;
  display: inline-block;
}

.img-assets-zaki {
  background-image: url(../images/assets/zaki.png);
  background-size: 130px 28px;
  width: 130px;
  height: 28px;
  display: inline-block;
}

.img-assets-zaki-sign {
  background-image: url(../images/assets/zaki-sign.png);
  background-size: 96px 16px;
  width: 96px;
  height: 16px;
  display: inline-block;
}

.img-assets-icons-arrow_left, #home-shop .slick-prev, #interior-shop .slick-prev, #brands .slick-prev, #ideas #ideas-slide .slick-prev {
  background-image: url(../images/assets/icons/arrow_left.png);
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
  display: inline-block;
}

.img-assets-icons-arrow_right, #home-shop .slick-next, #interior-shop .slick-next, #brands .slick-next, #ideas #ideas-slide .slick-next {
  background-image: url(../images/assets/icons/arrow_right.png);
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
  display: inline-block;
}

.img-assets-icons-binoculars {
  background-image: url(../images/assets/icons/binoculars.png);
  background-size: 31px 14px;
  width: 31px;
  height: 14px;
  display: inline-block;
}

.img-assets-icons-box {
  background-image: url(../images/assets/icons/box.png);
  background-size: 28px 19px;
  width: 28px;
  height: 19px;
  display: inline-block;
}

.img-assets-icons-cart {
  background-image: url(../images/assets/icons/cart.png);
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  display: inline-block;
}

.img-assets-icons-category {
  background-image: url(../images/assets/icons/category.png);
  background-size: 19px 10px;
  width: 19px;
  height: 10px;
  display: inline-block;
}

.img-assets-icons-design {
  background-image: url(../images/assets/icons/design.png);
  background-size: 34px 29px;
  width: 34px;
  height: 29px;
  display: inline-block;
}

.img-assets-icons-Facebook {
  background-image: url(../images/assets/icons/Facebook.png);
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  display: inline-block;
}

.img-assets-icons-heart {
  background-image: url(../images/assets/icons/heart.png);
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
  display: inline-block;
}

.img-assets-icons-instagram {
  background-image: url(../images/assets/icons/instagram.png);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.img-assets-icons-lens {
  background-image: url(../images/assets/icons/lens.png);
  background-size: 23px 23px;
  width: 23px;
  height: 23px;
  display: inline-block;
}

.img-assets-icons-Linkedin {
  background-image: url(../images/assets/icons/Linkedin.png);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.img-assets-icons-phone {
  background-image: url(../images/assets/icons/phone.png);
  background-size: 14px 23px;
  width: 14px;
  height: 23px;
  display: inline-block;
}

.img-assets-icons-promo {
  background-image: url(../images/assets/icons/promo.png);
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.img-assets-icons-promo_white {
  background-image: url(../images/assets/icons/promo_white.png);
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.img-assets-icons-realization {
  background-image: url(../images/assets/icons/realization.png);
  background-size: 19px 24px;
  width: 19px;
  height: 24px;
  display: inline-block;
}

.img-assets-icons-remove_item {
  background-image: url(../images/assets/icons/remove_item.png);
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.img-assets-icons-right-arrow-category, #sub-header #category-button #categories-menu .category::after {
  background-image: url(../images/assets/icons/right-arrow-category.png);
  background-size: 4px 5px;
  width: 4px;
  height: 5px;
  display: inline-block;
}

.img-assets-icons-search, #sub-header #search input, #recent-posts input, #page-not-found input {
  background-image: url(../images/assets/icons/search.png);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.img-assets-icons-search-white, #mobile-nav input {
  background-image: url(../images/assets/icons/search-white.png);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.img-assets-icons-user, #mobile-shop-nav .wrapper > span.img-assets-icons-user_with_arrow {
  background-image: url(../images/assets/icons/user.png);
  background-size: 14px 16px;
  width: 14px;
  height: 16px;
  display: inline-block;
}

.img-assets-icons-user_with_arrow {
  background-image: url(../images/assets/icons/user_with_arrow.png);
  background-size: 33px 16px;
  width: 33px;
  height: 16px;
  display: inline-block;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .img-assets-favicon {
    background-image: url(../images/assets/favicon@2x.ico);
  }

  .img-assets-logo-base-white {
    background-image: url(../images/assets/logo-base-white@2x.png);
  }

  .img-assets-logo {
    background-image: url(../images/assets/logo@2x.png);
  }

  .img-assets-logo_white {
    background-image: url(../images/assets/logo_white@2x.png);
  }

  .img-assets-zaki {
    background-image: url(../images/assets/zaki@2x.png);
  }

  .img-assets-zaki-sign {
    background-image: url(../images/assets/zaki-sign@2x.png);
  }

  .img-assets-icons-arrow_left, #home-shop .slick-prev, #interior-shop .slick-prev, #brands .slick-prev, #ideas #ideas-slide .slick-prev {
    background-image: url(../images/assets/icons/arrow_left@2x.png);
  }

  .img-assets-icons-arrow_right, #home-shop .slick-next, #interior-shop .slick-next, #brands .slick-next, #ideas #ideas-slide .slick-next {
    background-image: url(../images/assets/icons/arrow_right@2x.png);
  }

  .img-assets-icons-binoculars {
    background-image: url(../images/assets/icons/binoculars@2x.png);
  }

  .img-assets-icons-box {
    background-image: url(../images/assets/icons/box@2x.png);
  }

  .img-assets-icons-cart {
    background-image: url(../images/assets/icons/cart@2x.png);
  }

  .img-assets-icons-category {
    background-image: url(../images/assets/icons/category@2x.png);
  }

  .img-assets-icons-design {
    background-image: url(../images/assets/icons/design@2x.png);
  }

  .img-assets-icons-Facebook {
    background-image: url(../images/assets/icons/Facebook@2x.png);
  }

  .img-assets-icons-heart {
    background-image: url(../images/assets/icons/heart@2x.png);
  }

  .img-assets-icons-instagram {
    background-image: url(../images/assets/icons/instagram@2x.png);
  }

  .img-assets-icons-lens {
    background-image: url(../images/assets/icons/lens@2x.png);
  }

  .img-assets-icons-Linkedin {
    background-image: url(../images/assets/icons/Linkedin@2x.png);
  }

  .img-assets-icons-phone {
    background-image: url(../images/assets/icons/phone@2x.png);
  }

  .img-assets-icons-promo {
    background-image: url(../images/assets/icons/promo@2x.png);
  }

  .img-assets-icons-promo_white {
    background-image: url(../images/assets/icons/promo_white@2x.png);
  }

  .img-assets-icons-realization {
    background-image: url(../images/assets/icons/realization@2x.png);
  }

  .img-assets-icons-remove_item {
    background-image: url(../images/assets/icons/remove_item@2x.png);
  }

  .img-assets-icons-right-arrow-category, #sub-header #category-button #categories-menu .category::after {
    background-image: url(../images/assets/icons/right-arrow-category@2x.png);
  }

  .img-assets-icons-search, #sub-header #search input, #recent-posts input, #page-not-found input {
    background-image: url(../images/assets/icons/search@2x.png);
  }

  .img-assets-icons-search-white, #mobile-nav input {
    background-image: url(../images/assets/icons/search-white@2x.png);
  }

  .img-assets-icons-user, #mobile-shop-nav .wrapper > span.img-assets-icons-user_with_arrow {
    background-image: url(../images/assets/icons/user@2x.png);
  }

  .img-assets-icons-user_with_arrow {
    background-image: url(../images/assets/icons/user_with_arrow@2x.png);
  }
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.zaki-fancy-show {
  transform: translateY(50px);
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
}

.zaki-fancy-show.passed-by {
  transform: translateY(0);
  opacity: 1;
}

.zaki-fancy-show.scale {
  transform: scale(0.8);
  transition-duration: 0.5s;
}
.zaki-fancy-show.scale.passed-by {
  transform: scale(1);
}

.zaki-fancy-show.opacity {
  transition: opacity 0.8s;
  opacity: 0;
  transform: translateY(0);
}
.zaki-fancy-show.opacity.passed-by {
  opacity: 1;
}

strong {
  font-weight: 700;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
body {
  background-color: #fff;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: #F5F5F3;
}

#app {
  display: block;
  margin: 0 auto;
  max-width: 2560px;
  padding-top: 80px;
  width: 100%;
  background-color: #fff;
}

.row {
  display: block;
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
}
.row .wrapper {
  padding: 0px 30px;
}

#header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
#header.scrolled-by {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#header #logo {
  width: 280px;
  display: block;
  float: left;
  margin-top: 16px;
}
#header #nav {
  width: calc(100% - 400px);
  float: left;
}
#header #nav ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#header #nav ul li {
  display: inline-block;
  line-height: 48px;
  font-family: "DM Sans", sans-serif;
}
#header #nav ul li.current_page_item a, #header #nav ul li.current-page-item a, #header #nav ul li.current-menu-item a, #header #nav ul li.current_menu_item a {
  color: #262626;
  font-weight: 700;
}
#header #nav ul li#menu-item-175 a {
  color: #198cbc;
  /*font-weight: $bold;*/
}
#header #nav ul li > a {
  padding: 0px 19px;
  text-decoration: none;
  font-size: 14px;
  color: #767676;
  line-height: 80px;
  display: block;
}
#header #nav ul li > a:hover {
  color: #262626;
}
#header #phone-number {
  width: 120px;
  float: left;
  line-height: 80px;
  color: #198cbc;
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  text-align: right;
}
#header #phone-number span {
  vertical-align: middle;
  transform: translateY(-2px);
  margin-right: 10px;
}
#header #phone-number a {
  color: inherit;
  text-decoration: none;
}

#openMenu {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  display: none;
  margin: 27.5px 15px;
  margin-right: 0;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 20px;
}
#openMenu .line {
  width: 100%;
  height: 1px;
  border-top: 2px solid #383838;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.25s;
}
#openMenu .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#openMenu .line:nth-child(3) {
  top: calc(100% - 2.5px);
}
#openMenu.open .line {
  top: 50%;
  transform: translateY(-50%);
  border-color: #fff;
}
#openMenu.open .line:nth-child(1) {
  transform: rotate(45deg);
}
#openMenu.open .line:nth-child(3) {
  transform: rotate(-45deg);
}
#openMenu.open .line:nth-child(2) {
  opacity: 0;
}

#mobile-nav {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  background-color: #45707e;
  display: none;
}
#mobile-nav .img-assets-logo-base-white {
  width: 205px;
  height: 34.5px;
  background-size: 205px 34.5px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
#mobile-nav #mobile-nav-container {
  margin-top: 100px;
}
#mobile-nav #mobile-nav-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
#mobile-nav #mobile-nav-container ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}
#mobile-nav #mobile-nav-container ul li.page-shop a {
  color: #88f6fb;
}
#mobile-nav #mobile-nav-container ul li a {
  color: #fff;
  text-decoration: none;
}
#mobile-nav input {
  position: fixed;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 80%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0px 45px 0px 10px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
#mobile-nav input::placeholder {
  color: #fff;
  opacity: 1;
}
#mobile-nav input :-ms-input-placeholder {
  color: #fff;
}
#mobile-nav input::-ms-input-placeholder {
  color: #fff;
}

#mobile-shop-nav {
  width: 100%;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 15;
  height: 0;
  text-align: right;
  transition-duration: 0.5s;
  opacity: 0;
}
#mobile-shop-nav.scrolled-by {
  opacity: 1;
}
#mobile-shop-nav.scrolled-by .wrapper > span {
  opacity: 1;
  position: relative;
  cursor: pointer;
}
#mobile-shop-nav.scrolled-by .wrapper > span.active > div {
  display: block;
  top: calc(100% + 10px);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#mobile-shop-nav.scrolled-by .wrapper > span#user-icon.active #user-actions {
  display: block;
}
#mobile-shop-nav.scrolled-by .wrapper > span#user-icon #user-actions {
  cursor: default;
  position: absolute;
  right: -36px;
  top: 100%;
  width: 200px;
  /*height: 100px;*/
  display: none;
  background-color: #fff;
  z-index: 4;
}
#mobile-shop-nav.scrolled-by .wrapper > span#user-icon #user-actions a {
  display: block;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  color: #262626;
  float: left;
  text-decoration: none;
}
#mobile-shop-nav.scrolled-by .wrapper > span#user-icon #user-actions a.account-link {
  background-color: #2b2b2b;
  font-weight: 600;
  color: #fff;
}
#mobile-shop-nav.scrolled-by .wrapper > span#user-icon #user-actions {
  right: -68px;
  top: calc(100% + 10px);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#mobile-shop-nav.scrolled-by .wrapper > span a.abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#mobile-shop-nav .row,
#mobile-shop-nav .wrapper {
  height: 0px;
}
#mobile-shop-nav .wrapper > span {
  background-color: #f1f1f1;
  padding: 15px;
  border-radius: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#mobile-shop-nav .wrapper > span:first-child {
  margin-right: 20px;
}

#sub-header {
  width: 100%;
  height: 80px;
  background-color: #f5f5f3;
  margin-bottom: 7px;
}
#sub-header span {
  cursor: pointer;
}
#sub-header #category-button {
  width: 10%;
  line-height: 80px;
  position: relative;
  color: #262626;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  cursor: pointer;
  float: left;
}
#sub-header #category-button:hover #categories-menu {
  display: block;
}
#sub-header #category-button span {
  margin-right: 6px;
}
#sub-header #category-button ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sub-header #category-button ul li {
  margin: 0;
  padding: 0;
}
#sub-header #category-button #categories-menu {
  width: 265px;
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  z-index: 4;
}
#sub-header #category-button #categories-menu .category {
  width: 100%;
  height: 50px;
  float: left;
  border-bottom: 1px solid #707070;
  background: #262626;
  color: rgba(255, 255, 255, 0.7);
  line-height: 50px;
  box-sizing: border-box;
  padding: 0px 50px 0px 20px;
  transition-duration: 0.3s;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  display: block;
  text-decoration: none;
  position: relative;
}
#sub-header #category-button #categories-menu .category::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}
#sub-header #category-button #categories-menu .category:hover {
  color: #fff;
  font-weight: 600;
  padding-left: 30px;
}
#sub-header #category-button #categories-menu .category:hover::after {
  opacity: 1;
}
#sub-header #search {
  width: 80%;
  float: left;
  box-sizing: border-box;
  padding: 15px 20px;
}
#sub-header #search input {
  background-repeat: no-repeat;
  background-position: center right 20px;
  width: 100%;
  max-width: 600px;
  height: 50px;
  background-color: #fff;
  border: 0;
  outline: none;
  color: #C4C4C4;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  line-height: 50px;
  padding: 0px 20px;
  padding-right: 50px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

#shop-buttons {
  width: 10%;
  float: left;
  height: 80px;
  text-align: right;
  position: relative;
}
#shop-buttons span {
  height: 80px;
  background-repeat: no-repeat;
  position: relative;
}
#shop-buttons span.img-assets-icons-user_with_arrow {
  padding-right: 18px;
  background-position: left center;
}
#shop-buttons span.img-assets-icons-cart {
  padding-left: 18px;
  background-position: right center;
}
#shop-buttons span.img-assets-icons-cart.active #your-cart {
  display: block;
}
#shop-buttons span.img-assets-icons-cart a.abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#shop-buttons span.active #user-actions {
  display: block;
}
#shop-buttons span #user-actions {
  cursor: default;
  position: absolute;
  right: -36px;
  top: 100%;
  width: 200px;
  /*height: 100px;*/
  display: none;
  background-color: #fff;
  z-index: 4;
}
#shop-buttons span #user-actions a {
  display: block;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  color: #262626;
  float: left;
  text-decoration: none;
}
#shop-buttons span #user-actions a.account-link {
  background-color: #2b2b2b;
  font-weight: 600;
  color: #fff;
}

#your-cart {
  position: absolute;
  right: 0;
  top: 100%;
  width: 360px;
  display: none;
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
  z-index: 4;
  cursor: default;
}
#your-cart * {
  cursor: normal;
}
#your-cart .product {
  position: relative;
  width: 100%;
  background-color: #f5f5f3;
  box-sizing: border-box;
  padding: 20px;
  display: table;
}
#your-cart .product .img-assets-icons-remove_item {
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
#your-cart .product .iconCell,
#your-cart .product .productInfo {
  display: table-cell;
  float: unset;
}
#your-cart .product .iconCell {
  width: 80px;
}
#your-cart .product .icon {
  width: 80px;
  height: 80px;
  background: center center/cover no-repeat #d8d8d8;
}
#your-cart .product .productInfo {
  box-sizing: border-box;
  padding: 0px 50px 0px 20px;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
  color: #262626;
}
#your-cart .product .productInfo p {
  padding-bottom: 15px;
}
#your-cart .product .productInfo p:last-child {
  padding-bottom: 0;
}
#your-cart #cartPrice {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  float: left;
  color: #767676;
  background-color: #fff;
}
#your-cart #cartPrice #priceValue {
  width: 100%;
  float: left;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}
#your-cart #cartPrice strong {
  color: #262626;
}
#your-cart #cartPrice .button {
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #262626;
  margin-top: 20px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  display: block;
  float: left;
  text-decoration: none;
}
#your-cart #cartPrice .button:nth-child(3) {
  margin-left: 20px;
  color: #fff;
  background-color: #262626;
}

#slide {
  width: 100%;
  height: 590px;
  position: relative;
}
#slide .row {
  max-width: 1480px;
  position: relative;
}
#slide .row .wrapper {
  padding: 0px 52px;
}
#slide .row .wrapper.relative {
  position: relative;
}
#slide .row,
#slide .wrapper {
  height: 100%;
}
#slide #slide-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#slide #slide-container .slide-elements {
  width: 100%;
  height: 100%;
}
#slide #slide-container .dots {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
}
#slide #slide-container .dots .wrapper {
  position: relative;
}
#slide #slide-container .dots .wrapper .slick-dots {
  top: 157px;
  left: 0px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
#slide #slide-container .dots .wrapper .slick-dots li {
  margin: 0;
}
#slide #slide-container .dots .wrapper .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #198CBC;
  border: 0;
  outline: none;
  cursor: pointer;
}
#slide #slide-container .dots .wrapper .slick-dots li.slick-active button {
  background-color: #262626;
  cursor: default;
}
#slide .slick-list,
#slide .slick-track,
#slide .slick-slide,
#slide .slick-slide > div {
  height: 100%;
}
#slide .slick-active .slide-element .slide-content .boxes .box {
  transform: translateX(0);
  opacity: 1;
}
#slide .slick-active .slide-element .slide-content .button {
  transform: translateY(0);
  opacity: 1;
}
#slide .slide-element {
  width: 100%;
  height: 100%;
  background: center center/cover no-repeat transparent;
}
#slide .slide-element.have-promo .slide-content .button {
  transition-delay: 1.5s;
}
#slide .slide-element.lazyload, #slide .slide-element.lazyloading {
  opacity: 0;
}
#slide .slide-element .slide-content {
  width: 100%;
  height: 100%;
  position: relative;
}
#slide .slide-element .slide-content .boxes {
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 1;
}
#slide .slide-element .slide-content .boxes .box {
  font-family: "Futura PT";
  font-size: 25px;
  background-color: #fff;
  padding: 17px 20px;
  padding-right: 25px;
  text-transform: uppercase;
  color: #262626;
  float: left;
  clear: both;
  transform: translateX(-50px);
  transition-delay: 0.5s;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
#slide .slide-element .slide-content .boxes .box.is-promo {
  font-family: "DM Sans", sans-serif;
  color: #198CBC;
  font-size: 16px;
  padding: 10px;
  padding-right: 20px;
  line-height: 18px;
  line-height: 20px;
  margin-bottom: 12px;
}
#slide .slide-element .slide-content .boxes .box.is-promo span {
  vertical-align: middle;
  margin-right: 4px;
  transform: translateY(-1px);
}
#slide .slide-element .slide-content .boxes .box.is-title {
  font-size: 49px;
  color: #262626;
  font-weight: 700;
  padding: 7px 13px;
  padding-right: 27px;
  margin-bottom: 15px;
}
#slide .slide-element .slide-content .boxes .box:nth-child(2) {
  transition-delay: 0.5s;
}
#slide .slide-element .slide-content .boxes .box:nth-child(3) {
  transition-delay: 1s;
}
#slide .slide-element .slide-content .button {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  width: 185px;
  height: 50px;
  background-color: #262626;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 75px;
  left: 0px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 1s;
  outline: none;
}
@media screen and (max-width: 500px) {
  #slide .slide-element .slide-content .button {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}

#always-with-you {
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
  line-height: 80px;
  font-family: "Futura PT";
  text-align: center;
  margin-bottom: 85px;
  float: left;
}
#always-with-you .title {
  font-size: 25px;
  color: #262626;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
#always-with-you .element {
  color: #6D6D6D;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#always-with-you .element:last-child {
  margin-right: 0px;
}
#always-with-you .element span {
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1330px) {
  #always-with-you {
    padding: 20px 0px;
    line-height: 40px;
  }
  #always-with-you .title {
    width: 100%;
    line-height: 40px;
    margin-right: 0;
  }
  #always-with-you .element {
    line-height: 40px;
  }
}

#home-services-wrapper {
  margin-bottom: 60px;
}

.home-services .wrapper {
  padding: 0px 20px;
}
.home-services .home-services-container {
  margin: 0px -10px;
}
.home-services .home-services-container.half {
  margin-bottom: 40px;
  width: calc(50% - 20px);
  float: left;
}
.home-services .home-services-container.half.first {
  margin-right: 40px;
}
.home-services .home-services-container.half .service {
  width: calc(50% - 30px);
  padding: 0;
}
.home-services .home-services-container.half .service:first-child {
  margin-right: 60px;
}
.home-services .home-services-container.half .service .boxes {
  bottom: unset;
  top: 50px;
}
.home-services .home-services-container.half .service .boxes .box {
  font-size: 22px;
  line-height: 25px;
}
.home-services .service {
  width: 50%;
  box-sizing: border-box;
  padding: 0px 20px;
  float: left;
  position: relative;
}
.home-services .service.right {
  float: right;
}
.home-services .service .button {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  width: 185px;
  height: 50px;
  background-color: #262626;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: absolute;
  left: 54px;
  bottom: 9%;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .home-services .service .button {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}
.home-services .service .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  font-family: "DM Sans", sans-serif;
  color: #767676;
  font-size: 16px;
  line-height: 30px;
}
.home-services .service .boxes {
  position: absolute;
  bottom: 350px;
  left: 54px;
  box-sizing: border-box;
  padding-right: 54px;
}
@media screen and (max-width: 1200px) {
  .home-services .service .boxes {
    top: 40px;
  }
}
.home-services .service .boxes .box {
  font-family: "Futura PT";
  font-size: 39px;
  line-height: 35px;
  background-color: #fff;
  padding: 14px 20px 14px;
  padding-right: 25px;
  text-transform: uppercase;
  color: #262626;
  font-weight: 700;
  max-width: 460px;
  margin-bottom: 20px;
  float: left;
}
.home-services .service .boxes .box.subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 400;
  padding: 6.5px 20px;
}
.home-services .service .service-hinner {
  width: 100%;
  padding-top: 100%;
  background: center center/cover no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.home-services .service .service-hinner.half {
  padding-top: calc(50% - 20px);
  margin-bottom: 40px;
}
.home-services .service .service-hinner.half .boxes {
  top: 13%;
}
.home-services .service .service-hinner.half .boxes .box {
  max-width: 530px;
}
.home-services .service .service-hinner.half .button {
  bottom: 65px;
}
@media screen and (max-width: 1100px) {
  .home-services .service .service-hinner.half .boxes .box {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .home-services .service .button,
  .home-services .service .service-hinner.half .button {
    bottom: 20px;
  }
}
@media screen and (max-width: 950px) {
  .home-services .service {
    width: 100%;
    margin-bottom: 40px;
  }
  .home-services .service .service-hinner {
    padding-top: 50%;
  }
  .home-services .service .service-hinner.half {
    width: calc(50% - 20px);
    float: left;
    margin-bottom: 0;
  }
  .home-services .service .service-hinner.half:first-child {
    margin-right: 40px;
  }
}

.separator {
  display: table;
  margin-bottom: 50px;
}
.separator.extended {
  display: block;
}
.separator.extended .box {
  display: block;
  width: 100%;
}
.separator.extended .box.title {
  border: 0;
  padding: 0;
}
.separator.extended .box.description {
  padding: 0;
}
.separator.no-description .title {
  margin-bottom: 0;
}
.separator .box {
  display: table-cell;
  vertical-align: middle;
}
.separator .box.title {
  font-size: 39px;
  font-weight: 700;
  color: #262626;
  font-family: "Futura PT";
  padding-right: 25px;
  border-right: 1px solid #BDBDBD;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.separator .box.description {
  font-family: "DM Sans", sans-serif;
  color: #767676;
  font-size: 16px;
  line-height: 30px;
  padding-left: 25px;
}

#home-shop, #interior-shop {
  margin-bottom: 115px;
  position: relative;
}
#home-shop .slick-prev,
#home-shop .slick-next, #interior-shop .slick-prev,
#interior-shop .slick-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
#home-shop .slick-prev.slick-disabled,
#home-shop .slick-next.slick-disabled, #interior-shop .slick-prev.slick-disabled,
#interior-shop .slick-next.slick-disabled {
  display: none;
}
#home-shop .slick-prev, #interior-shop .slick-prev {
  position: absolute;
  left: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  outline: none;
}
#home-shop .slick-next, #interior-shop .slick-next {
  position: absolute;
  right: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  outline: none;
}
#home-shop .slick-prev,
#home-shop .slick-next, #interior-shop .slick-prev,
#interior-shop .slick-next {
  top: calc(50% - 45.5px);
}
#home-shop .slick-list, #interior-shop .slick-list {
  margin: 0px -20px;
}
#home-shop .box, #interior-shop .box {
  width: 25%;
  box-sizing: border-box;
  padding: 0px 20px;
  float: left;
}
#home-shop .box .preview, #interior-shop .box .preview {
  width: 100%;
  padding-top: 100%;
  background: center center/cover no-repeat;
  position: relative;
  margin-bottom: 30px;
}
#home-shop .box .preview .promo, #interior-shop .box .preview .promo {
  font-family: "DM Sans", sans-serif;
  color: #198CBC;
  font-size: 16px;
  padding: 10px;
  padding-right: 20px;
  line-height: 18px;
  line-height: 20px;
  margin-bottom: 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #198CBC;
  padding: 10px 15px;
  color: #fff;
  font-weight: 700;
}
#home-shop .box .preview .promo span, #interior-shop .box .preview .promo span {
  vertical-align: middle;
  margin-right: 4px;
  transform: translateY(-1px);
}
#home-shop .box .preview:hover .actions, #home-shop .box .preview:focus .actions, #interior-shop .box .preview:hover .actions, #interior-shop .box .preview:focus .actions {
  height: 40%;
}
@media screen and (max-width: 800px) {
  #home-shop .box .preview:hover .actions, #home-shop .box .preview:focus .actions, #interior-shop .box .preview:hover .actions, #interior-shop .box .preview:focus .actions {
    height: 150px;
  }
}
#home-shop .box .preview .actions, #interior-shop .box .preview .actions {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 0px;
  overflow: hidden;
  transition: height 0.2s;
}
#home-shop .box .preview .actions .actions-hinner, #interior-shop .box .preview .actions .actions-hinner {
  width: 100%;
  height: 100%;
  position: relative;
}
#home-shop .box .preview .actions .actions-hinner .actions-container, #interior-shop .box .preview .actions .actions-hinner .actions-container {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 25px;
}
#home-shop .box .preview .actions .actions-hinner .actions-container .action, #interior-shop .box .preview .actions .actions-hinner .actions-container .action {
  width: 100%;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  line-height: 21px;
  color: #767676;
  margin-bottom: 5px;
  text-align: right;
}
#home-shop .box .preview .actions .actions-hinner .actions-container .action a, #interior-shop .box .preview .actions .actions-hinner .actions-container .action a {
  text-decoration: none;
  color: #767676;
}
#home-shop .box .preview .actions .actions-hinner .actions-container .action.is-cart, #interior-shop .box .preview .actions .actions-hinner .actions-container .action.is-cart {
  font-weight: 700;
  color: #262626;
}
#home-shop .box .preview .actions .actions-hinner .actions-container .action.is-cart a, #interior-shop .box .preview .actions .actions-hinner .actions-container .action.is-cart a {
  color: #262626;
}
#home-shop .box .preview .actions .actions-hinner .actions-container .action span, #interior-shop .box .preview .actions .actions-hinner .actions-container .action span {
  margin-left: 11px;
}
#home-shop .box .preview .actions .actions-hinner .actions-container .action span.img-assets-icons-cart, #interior-shop .box .preview .actions .actions-hinner .actions-container .action span.img-assets-icons-cart {
  margin-left: 9px;
  margin-right: -2px;
  position: relative;
  top: 3px;
}
#home-shop .box .preview .actions .actions-hinner .actions-container .action .added_to_cart, #interior-shop .box .preview .actions .actions-hinner .actions-container .action .added_to_cart {
  display: none !important;
}
@media screen and (max-width: 920px) {
  #home-shop .box .preview .actions .actions-hinner .actions-container .action .img-assets-icons-heart, #interior-shop .box .preview .actions .actions-hinner .actions-container .action .img-assets-icons-heart {
    display: none;
  }
}
#home-shop .box .preview .actions .actions-hinner .actions-container .action .button, #interior-shop .box .preview .actions .actions-hinner .actions-container .action .button {
  padding: 0;
  background-color: transparent;
}
#home-shop .box .name, #interior-shop .box .name {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
#home-shop .box .name div, #interior-shop .box .name div {
  display: table-cell;
  font-family: "DM Sans", sans-serif;
}
#home-shop .box .name div:first-child, #interior-shop .box .name div:first-child {
  color: #262626;
  font-weight: 700;
  font-size: 20px;
}
#home-shop .box .name div:nth-child(2), #interior-shop .box .name div:nth-child(2) {
  color: #767676;
  font-size: 16px;
  text-align: right;
}
#home-shop .box .extra, #interior-shop .box .extra {
  color: #767676;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}

body.single-product .massive-gallery {
  margin-bottom: 0 !important;
}

* {
  outline: none !important;
}

#main-page-content {
  margin-bottom: 40px;
  max-width: 780px;
}
#main-page-content .like-h1 {
  font-family: "Futura PT";
  font-size: 39px;
  line-height: 35px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 5px !important;
}
#main-page-content h3 {
  color: #262626;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}
#main-page-content form {
  margin-bottom: 20px;
}
#main-page-content form button[type="submit"] {
  margin-bottom: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #262626;
  font-family: "DM Sans", sans-serif;
  padding: 0 20px;
  min-width: 200px;
  color: #ffffff;
  border: 0 !important;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
}
#main-page-content form button[type="submit"]:hover {
  background-color: #404040;
}
#main-page-content > .price {
  margin-bottom: 20px;
}
#main-page-content p {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  line-height: 30px;
  margin-bottom: 30px;
  color: #767676;
}
#main-page-content p ins {
  text-decoration: none;
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
#main-page-content hr {
  margin: 0 0 30px;
  border: 0;
  border-top: 1px solid #D8D8D8;
  padding: 0 !important;
  height: 0;
}

.orange-box {
  background-color: #E8993F;
  padding: 70px;
  box-sizing: border-box;
  margin-bottom: 100px;
  display: table;
  width: 100%;
}
.orange-box .left-box,
.orange-box .right-box {
  display: table-cell;
  vertical-align: middle;
}
.orange-box .left-box {
  width: 42%;
}
.orange-box .right-box {
  width: 58%;
  color: #FFFFFF;
  padding-left: 50px;
}
.orange-box .right-box .content {
  max-width: 490px;
}
.orange-box .right-box .title {
  font-size: 39px;
  line-height: 35px;
  font-family: "Futura PT";
  font-weight: 700;
  margin-bottom: 45px;
}
.orange-box .right-box .text {
  font-size: 16px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 45px;
}
.orange-box .right-box .button {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  width: 185px;
  height: 50px;
  background-color: #262626;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
  display: block;
  text-decoration: none;
  color: #262626;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .orange-box .right-box .button {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}

#brands {
  margin-bottom: 130px;
}
#brands .box {
  width: 20%;
  box-sizing: border-box;
}
#brands .box .hinner-box {
  padding-top: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
}
#brands .box .hinner-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
#brands .slick-prev,
#brands .slick-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
#brands .slick-prev.slick-disabled,
#brands .slick-next.slick-disabled {
  display: none;
}
#brands .slick-prev {
  position: absolute;
  left: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  outline: none;
}
#brands .slick-next {
  position: absolute;
  right: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  outline: none;
}
#brands .slick-prev,
#brands .slick-next {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
#brands .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px 0px 20px;
}
#brands .slick-dots li {
  margin: 0;
  display: inline-block;
  margin: 0px 5px;
}
#brands .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #198CBC;
  border: 0;
  outline: none;
  cursor: pointer;
}
#brands .slick-dots li.slick-active button {
  background-color: #262626;
  cursor: default;
}

#advices {
  margin: 0px -20px;
  margin-bottom: 130px;
}
#advices .box {
  width: 33.3333333333333333333333333333333%;
  float: left;
}
#advices .box .hinner-box {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
}
#advices .box .hinner-box .preview {
  width: 100%;
  padding-top: 80%;
  background: center center/cover;
  margin-bottom: 25px;
  display: block;
}
#advices .box .hinner-box .subtitle {
  font-family: "DM Sans", sans-serif;
  color: #262626;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
#advices .box .hinner-box .title {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  color: #262626;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}
#advices .box .hinner-box .description {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #767676;
}

#footer {
  width: 100%;
  background-color: #F5F5F3;
  padding: 60px 0px;
}
#footer .img-assets-zaki {
  width: 65px;
  height: 14px;
  background-size: 65px 14px;
}
#footer .box {
  width: 200px;
  float: left;
}
#footer .box.long {
  width: 300px;
  padding-left: 50px;
  box-sizing: border-box;
}
#footer .box .title {
  font-size: 16px;
  line-height: 23px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #262626;
  margin-bottom: 25px;
}
#footer .box .title.caps {
  text-transform: uppercase;
}
#footer .box .title.no-margin {
  margin-bottom: 6px;
}
#footer .box .title.small-margin {
  margin-bottom: 15px;
}
#footer .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .box ul li {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  color: #6D6D6D;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 6.5px;
}
#footer .box ul li a {
  color: inherit;
  text-decoration: none;
}
#footer #footer-logo {
  float: right;
}
#footer #spacer {
  width: 100%;
  height: 70px;
}
#footer #footer-socials {
  float: left;
}
#footer #footer-socials a {
  margin-right: 25px;
}
#footer #footer-socials a:last-child {
  margin-right: 0;
}
#footer #made-in-zaki {
  float: right;
}

/* //////////
/* PAGES
*/
.page-template #sub-header, .post-type-archive-product #sub-header, body.woocommerce-page #sub-header, body.search #sub-header {
  margin-bottom: 125px;
}
.page-template.page-template-page-paint #sub-header, .post-type-archive-product.page-template-page-paint #sub-header, body.woocommerce-page.page-template-page-paint #sub-header, body.search.page-template-page-paint #sub-header {
  margin-bottom: 0;
}

.no-margin-subheader #sub-header {
  margin-bottom: 0;
}

.page-title {
  font-size: 45px;
  line-height: 35px;
  font-family: "Futura PT";
  color: #262626;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.breadcrumbs {
  margin-bottom: 130px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #767676;
}
.breadcrumbs a {
  text-decoration: none;
  color: inherit;
}
.breadcrumbs.small-margin {
  margin-bottom: 60px;
}

.massive-gallery {
  margin: 0px -20px;
  margin-bottom: 75px;
}
.massive-gallery .box {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0px 20px;
  margin-bottom: 60px;
}
.massive-gallery .box .hinner-box {
  width: 100%;
  padding-top: 100%;
  background: center center/cover no-repeat;
}

.about-us-content {
  color: #262626;
  font-size: 39px;
  line-height: 52px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 130px;
}

.page-content-subtitle {
  color: #262626;
  font-size: 25px;
  line-height: 36px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-content {
  color: #767676;
  font-size: 16px;
  line-height: 25px;
  font-family: "DM Sans", sans-serif;
}
.page-content.margin {
  margin-bottom: 100px;
}

.page-subtitle {
  font-size: 39px;
  line-height: 35px;
  font-family: "Futura PT";
  font-weight: 700;
  color: #262626;
  margin-bottom: 65px;
}
.page-subtitle .delimiter {
  max-width: 1050px;
}
.page-subtitle.small-margin {
  margin-bottom: 45px;
}

#about-us-boxes {
  margin: 0px -20px;
  margin-bottom: 130px;
}
#about-us-boxes .box {
  width: 33.33333333333333%;
  box-sizing: border-box;
  padding: 0px 20px;
  float: left;
}

#ideas {
  margin-bottom: 200px;
}
#ideas #ideas-slide {
  width: 49%;
  float: left;
}
#ideas #ideas-slide .slick-prev,
#ideas #ideas-slide .slick-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
#ideas #ideas-slide .slick-prev.slick-disabled,
#ideas #ideas-slide .slick-next.slick-disabled {
  display: none;
}
#ideas #ideas-slide .slick-prev {
  position: absolute;
  left: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  outline: none;
}
#ideas #ideas-slide .slick-next {
  position: absolute;
  right: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  outline: none;
}
#ideas #ideas-slide .slick-prev {
  left: 10px;
}
#ideas #ideas-slide .slick-next {
  right: 10px;
}
#ideas #ideas-slide .slide-element {
  width: 100%;
  padding-top: 100%;
  background: center center/cover;
}
#ideas #ideas-content {
  width: 51%;
  box-sizing: border-box;
  padding-left: 75px;
  float: left;
}
#ideas #ideas-content #ideas-hinner-content {
  max-width: 505px;
}
#ideas #ideas-content #ideas-hinner-content .box {
  margin-bottom: 75px;
}

#contact .input-container {
  max-width: 768px;
}
#contact form {
  margin-bottom: 115px;
}
#contact #map {
  width: 100%;
  padding-top: 35%;
  position: relative;
  margin-bottom: 140px;
}
#contact #map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.input-container {
  margin-bottom: 25px;
}
.input-container .input-name {
  font-size: 16px;
  line-height: 23px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.input-container input,
.input-container textarea {
  width: 100%;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #F0F0F0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #767676;
  outline: none;
}
.input-container textarea {
  height: 110px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 10px 0px;
  overflow: hidden;
  resize: none;
}
.input-container input[type="submit"] {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  width: 185px;
  height: 50px;
  background-color: #262626;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .input-container input[type="submit"] {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}

#blog-articles article {
  margin-bottom: 150px;
  display: block;
  position: relative;
}
#blog-articles article .page-subtitle {
  font-size: 39px;
  line-height: 51px;
  margin-bottom: 35px;
  display: block;
  text-decoration: none;
}
#blog-articles article .article-content {
  width: calc(100% - 370px);
  box-sizing: border-box;
  padding-right: 40px;
  float: left;
}
#blog-articles article .article-content .article-content-hinner {
  max-width: 1050px;
}
#blog-articles article .preview {
  width: 370px;
  float: left;
}
#blog-articles article .preview .preview-hinner {
  width: 100%;
  padding-top: 100%;
  background: center center/cover skyblue;
  display: block;
}
#blog-articles #load-more {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  width: 185px;
  height: 50px;
  background-color: #262626;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
  border: 1px solid #262626;
  color: #262626;
  background-color: transparent;
  display: table;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  #blog-articles #load-more {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}

#article {
  margin-bottom: 115px;
}

#page-advices .articles,
#article .articles {
  width: 65%;
  float: left;
}
#page-advices .articles .articles-wrapper,
#article .articles .articles-wrapper {
  margin: 0px -20px;
}
#page-advices #article-preview,
#article #article-preview {
  width: 100%;
  padding-top: 60%;
  margin-bottom: 55px;
  background: center center/cover;
}
#page-advices #article-date,
#article #article-date {
  text-align: right;
  font-size: 14px;
  color: #767676;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 45px;
}
#page-advices .page-subtitle,
#article .page-subtitle {
  line-height: 51px;
  margin-bottom: 50px;
}
#page-advices .page-content,
#article .page-content {
  margin-bottom: 50px;
}
#page-advices #load-more,
#article #load-more {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  width: 185px;
  height: 50px;
  background-color: #262626;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 140px;
}
@media screen and (max-width: 500px) {
  #page-advices #load-more,
  #article #load-more {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}
#page-advices .box,
#article .box {
  width: 50%;
  margin-bottom: 55px;
  float: left;
}
#page-advices .box .hinner-box,
#article .box .hinner-box {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
}
#page-advices .box .hinner-box .preview,
#article .box .hinner-box .preview {
  width: 100%;
  padding-top: 80%;
  background: center center/cover;
  margin-bottom: 25px;
  display: block;
}
#page-advices .box .hinner-box .subtitle,
#article .box .hinner-box .subtitle {
  font-family: "DM Sans", sans-serif;
  color: #262626;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
#page-advices .box .hinner-box .title,
#article .box .hinner-box .title {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  color: #262626;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
#page-advices .box .hinner-box .description,
#article .box .hinner-box .description {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #767676;
}

#recent-posts {
  width: 35%;
  float: left;
  box-sizing: border-box;
  padding-left: 40px;
}
#recent-posts.shop-side-menu {
  padding-right: 40px;
  padding-left: 0;
  width: 25%;
}
#recent-posts.shop-side-menu li {
  padding-left: 0 !important;
}
#recent-posts.shop-side-menu li:before {
  display: none !important;
}
#recent-posts.shop-side-menu li a {
  color: #767676 !important;
}
#recent-posts #recent-posts-hinner {
  /*position: sticky;
  position: -webkit-sticky;*/
  top: 180px;
}
#recent-posts input {
  background-position: bottom 15px right;
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  padding-bottom: 13px;
  padding-right: 40px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #F0F0F0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #767676;
  outline: none;
  margin-bottom: 55px;
}
#recent-posts .page-content-subtitle {
  font-size: 20px;
  line-height: 26px;
}
#recent-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
#recent-posts ul li {
  margin: 0;
  padding: 0;
  line-height: 70px;
  font-size: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 20px;
  position: relative;
  font-family: "DM Sans", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #262626;
}
#recent-posts ul li a {
  color: inherit;
  text-decoration: none;
}
#recent-posts ul li a span {
  color: #767676;
}
#recent-posts ul li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 4px;
  height: 4px;
  background-color: #262626;
  border-radius: 100%;
  transform: translateY(-50%);
  content: "";
  display: block;
}

#custom-page-title {
  background-color: #E8993F;
  font-size: 45px;
  line-height: 35px;
  color: #FFFFFF;
  font-family: "Futura PT";
  text-transform: uppercase;
  font-weight: 700;
  padding: 47px 0px;
  margin-bottom: 40px;
}

#page-not-found {
  max-width: 650px;
}
#page-not-found .page-title {
  font-size: 200px;
  font-family: "DM Sans", sans-serif;
  line-height: 260px;
}
#page-not-found .page-title.big-but-not-too-much-big {
  font-size: 60px;
  line-height: 80px;
}
#page-not-found .page-content {
  margin-bottom: 20px;
}
#page-not-found input {
  background-repeat: no-repeat;
  background-position: center right 20px;
  width: 100%;
  height: 70px;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #767676;
  padding: 0px 50px 0px 20px;
  margin-bottom: 60px;
  outline: none;
}
#page-not-found .button {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  width: 185px;
  height: 50px;
  background-color: #262626;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 140px;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  #page-not-found .button {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}

#interior-shop .box {
  width: 100%;
}

body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
  margin-left: 0 !important;
  margin-right: 0 !important;
  clear: none !important;
  width: 33.333%;
}

body.archive.woocommerce #page-advices .articles, body.archive.woocommerce #article .articles {
  width: 75%;
}

.pos-rel {
  position: relative;
}
.pos-rel .all-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.pos-rel .actions {
  z-index: 10;
  position: relative;
}

.here-filters {
  margin-bottom: 40px;
}

.woocommerce .woocommerce-result-count {
  font-family: "DM Sans", sans-serif;
  color: #767676;
  padding-top: 5px;
}

.woocommerce .woocommerce-ordering select {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border: 1px solid #D8D8D8;
  color: #767676;
  margin-top: -5px;
  font-family: "DM Sans", sans-serif;
}

.woocommerce ul.products li.product .price {
  font-family: "DM Sans", sans-serif;
  color: #767676 !important;
  font-size: 16px !important;
}
.woocommerce ul.products li.product .price ins {
  font-size: 19px;
  color: #262626;
  font-weight: 600;
  margin-left: 5px;
  position: relative;
  top: 1px;
  text-decoration: none;
}

.woocommerce ul.products li.product .onsale {
  top: 20px !important;
  left: 20px !important;
  right: 0 !important;
  margin: 0 !important;
  width: 92px !important;
  height: 35px !important;
  min-height: 35px !important;
  text-align: center;
  line-height: 35px;
  background-color: #262626;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label {
  margin: 0 !important;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
}

.woo-variation-swatches.wvs-show-label .variations tr td.value {
  padding-bottom: 20px;
}
.woo-variation-swatches.wvs-show-label .variations tr td.value select {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border: 1px solid #D8D8D8;
  color: #767676;
  margin-top: -5px;
  font-family: "DM Sans", sans-serif;
  max-width: 250px !important;
  min-width: 100px !important;
  width: 100%;
  margin-top: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.woocommerce div.product form.cart .reset_variations {
  font-size: 16px;
  color: #198cbc;
  font-family: "DM Sans", sans-serif;
}
.woocommerce div.product form.cart .reset_variations:before {
  content: '[';
}
.woocommerce div.product form.cart .reset_variations:after {
  content: ']';
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0 !important;
}

.woocommerce div.product form.cart div.quantity {
  display: block;
  float: none !important;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
}
.woocommerce div.product form.cart div.quantity label {
  margin: 0 !important;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.woocommerce div.product form.cart div.quantity input[type="number"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border: 1px solid #D8D8D8;
  color: #767676;
  margin-top: -5px;
  font-family: "DM Sans", sans-serif;
  max-width: 250px !important;
  min-width: 100px !important;
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}

body.single-product .woocommerce-notices-wrapper {
  margin-top: 40px;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}
body.single-product .woocommerce-notices-wrapper a {
  color: #262626;
  text-decoration: none;
}

.woocommerce-info {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}
.woocommerce-info a {
  color: #198cbc;
  text-decoration: none;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #262626;
  font-family: "DM Sans", sans-serif;
  padding: 0 20px;
  color: #ffffff !important;
  border: 0 !important;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
  background-color: #404040;
}

.woocommerce table.shop_table {
  font-family: "DM Sans", sans-serif;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}

.woocommerce-cart-form {
  margin-bottom: 40px;
}

.woocommerce-cart table.cart th {
  background-color: #F5F5F3;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  font-family: "DM Sans", sans-serif;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
  text-align: right;
  margin-bottom: 20px;
  line-height: 26px;
  font-size: 20px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #262626 !important;
  font-family: "DM Sans", sans-serif !important;
  padding: 0 20px !important;
  color: #ffffff !important;
  border: 0 !important;
  height: 50px !important;
  font-size: 14px !important;
  max-width: 200px !important;
  line-height: 50px !important;
  float: right;
  clear: both;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #404040 !important;
}

body .woocommerce table.shop_table th, body .woocommerce table.shop_table td {
  padding: 12px 15px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  max-width: 60px;
  width: 100% !important;
}

#add_payment_method table.cart .product-thumbnail a, .woocommerce-cart table.cart .product-thumbnail a, .woocommerce-checkout table.cart .product-thumbnail a {
  display: block;
  margin: 0;
}

body .woocommerce table.shop_table th a, body .woocommerce table.shop_table td a {
  color: #262626;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
  font-size: 14px;
  margin-top: 12px;
}

.woocommerce .quantity .qty {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border: 1px solid #D8D8D8;
  color: #767676;
  margin-top: -5px;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  box-sizing: border-box;
  min-width: 100px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #D8D8D8;
  color: #767676;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  box-sizing: border-box;
  min-width: 100px;
  max-width: 162px;
  margin-right: 14px !important;
}

.woocommerce-cart .cart .button, .woocommerce-cart .cart input.button {
  background-color: transparent !important;
  padding: 20px 0 10px !important;
  font-size: 14px !important;
}

.woocommerce .cart td .coupon button.button {
  color: #198cbc !important;
}

form.checkout {
  font-family: "DM Sans", sans-serif;
}
form.checkout h3 {
  font-size: 39px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "Futura PT";
}

form.checkout .col2-set .col-1, form.checkout .col2-set .col-2 {
  max-width: 1050px !important;
  width: 100% !important;
  float: none !important;
  margin-bottom: 50px !important;
}
form.checkout .col2-set .col-1 label, form.checkout .col2-set .col-2 label {
  font-weight: 600;
  font-size: 16px;
}
form.checkout .col2-set .col-1 input[type="text"], form.checkout .col2-set .col-1 input[type="email"], form.checkout .col2-set .col-1 input[type="tel"], form.checkout .col2-set .col-1 select, form.checkout .col2-set .col-1 .select2-container--default .select2-selection--single, form.checkout .col2-set .col-1 input[type="password"], form.checkout .col2-set .col-2 input[type="text"], form.checkout .col2-set .col-2 input[type="email"], form.checkout .col2-set .col-2 input[type="tel"], form.checkout .col2-set .col-2 select, form.checkout .col2-set .col-2 .select2-container--default .select2-selection--single, form.checkout .col2-set .col-2 input[type="password"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border: 1px solid #D8D8D8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #767676;
  margin-top: -5px;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  box-sizing: border-box;
}
form.checkout .col2-set .col-1 .select2-container--default .select2-selection--single .select2-selection__rendered, form.checkout .col2-set .col-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  height: 36px;
  padding: 0;
}
form.checkout .col2-set .col-1 textarea, form.checkout .col2-set .col-2 textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  padding: 0;
  border: 1px solid #D8D8D8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #767676;
  margin-top: -5px;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  box-sizing: border-box;
}

.select2-container--open .select2-dropdown--below {
  border-color: #d8d8d8;
  font-family: "DM Sans", sans-serif;
}
.select2-container--open .select2-dropdown--below * {
  font-family: "DM Sans", sans-serif;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#add_payment_method #payment a, .woocommerce-cart #payment a, .woocommerce-checkout #payment a {
  color: #198cbc !important;
  text-decoration: none !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #262626 !important;
  font-family: "DM Sans", sans-serif !important;
  padding: 0 20px !important;
  color: #ffffff !important;
  border: 0 !important;
  height: 50px !important;
  font-size: 14px !important;
  max-width: 200px !important;
  line-height: 50px !important;
  float: none !important;
  margin-top: 30px;
  clear: both;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  background-color: #404040 !important;
}

body.woocommerce-account #article {
  font-family: "DM Sans", sans-serif;
}
body.woocommerce-account #article p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
body.woocommerce-account #article header a, body.woocommerce-account #article p a {
  color: #198cbc;
  text-decoration: none;
}
body.woocommerce-account .woocommerce-notices-wrapper {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #767676;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 600;
  color: #282828;
}

.woocommerce-account form .form-row label {
  font-weight: 600;
  font-size: 16px;
}
.woocommerce-account input[type="text"], .woocommerce-account input[type="email"], .woocommerce-account input[type="tel"], .woocommerce-account select, .woocommerce-account .select2-container--default .select2-selection--single, .woocommerce-account input[type="password"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border: 1px solid #D8D8D8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #767676;
  margin-top: -5px;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  height: 36px;
  padding: 0;
}
.woocommerce-account textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  padding: 0;
  border: 1px solid #D8D8D8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #767676;
  margin-top: -5px;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.woocommerce-account legend {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}
.woocommerce-account button[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0 !important;
  background-color: #262626 !important;
  font-family: "DM Sans", sans-serif !important;
  padding: 0 20px !important;
  color: #ffffff !important;
  border: 0 !important;
  height: 50px !important;
  font-size: 14px !important;
  max-width: 200px !important;
  line-height: 50px !important;
  float: none !important;
  margin-top: 30px;
  clear: both;
}
.woocommerce-account button[type="submit"]:hover {
  background-color: #404040 !important;
}
.woocommerce-account fieldset {
  margin-bottom: 20px !important;
}

.button.wc-backward {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0 !important;
  background-color: #262626 !important;
  font-family: "DM Sans", sans-serif !important;
  padding: 0 20px !important;
  color: #ffffff !important;
  border: 0 !important;
  height: 50px !important;
  font-size: 14px !important;
  max-width: 200px !important;
  line-height: 50px !important;
  float: none !important;
  margin-top: 30px;
  clear: both;
}
.button.wc-backward:hover {
  background-color: #404040 !important;
}

@media (max-width: 1100px) {
  body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
    width: 50%;
  }

  .woocommerce #page-advices #recent-posts {
    float: left !important;
    width: 25% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .woocommerce #page-advices .articles {
    float: left !important;
    width: 75% !important;
    height: auto !important;
  }

  .woocommerce #recent-posts .box-aside {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
}
@media (max-width: 850px) {
  .woocommerce #page-advices #recent-posts {
    display: none !important;
  }

  .woocommerce #page-advices .articles {
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 500px) {
  #interior-shop ul.products li {
    width: 100% !important;
  }

  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none !important;
    text-align: center;
  }

  .woocommerce .woocommerce-result-count {
    width: 100%;
    text-align: center;
  }
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 0 !important;
  border: 0 !important;
}

.woocommerce form .form-row label.woocommerce-form-login__rememberme {
  font-weight: 400;
  margin-bottom: 30px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  width: 200px !important;
  display: block;
}

#sub-header #search input {
  color: #282828 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-family: "DM Sans", sans-serif;
}
.woocommerce-error > a, .woocommerce-info > a, .woocommerce-message > a {
  color: #198cbc !important;
}

@media screen and (max-width: 1600px) {
  .home-services .service .text {
    box-sizing: border-box;
    padding-left: 0px;
  }

  .is-page #sub-header {
    margin-bottom: 60px;
  }

  .breadcrumbs {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .home-services .home-services-container.half {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .home-services .home-services-container.half.first {
    margin-right: 0;
  }

  .home-services .home-services-container.half .service {
    width: calc(50% - 20px);
  }

  .home-services .home-services-container.half .service:first-child {
    margin-right: 40px;
  }

  .home-services .home-services-container.half .service-hinner {
    padding-top: calc(50% - 20px);
  }

  .home-services .home-services-container.half .service .boxes {
    top: 13%;
  }

  .separator {
    display: block;
  }

  .separator .box.title {
    display: block;
    margin-right: 0;
    border: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .separator .box.description {
    display: block;
    margin-left: 0;
    padding: 0;
    text-align: center;
  }

  #home-services-wrapper {
    margin-bottom: 10px;
  }

  #footer .box,
  #footer .box.long {
    width: 25%;
  }

  #footer #footer-logo {
    width: 100%;
    text-align: center;
    padding-top: 50px;
  }

  .page-subtitle {
    margin-bottom: 40px;
  }

  #ideas #ideas-content #ideas-hinner-content .box {
    margin-bottom: 30px;
  }

  #ideas {
    margin-bottom: 200px;
  }

  #contact #map {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1100px) {
  #header #phone-number {
    display: none;
  }

  #header #nav {
    width: calc(100% - 280px);
  }

  #header #nav ul {
    text-align: right;
  }

  #header #nav ul li:last-child > a {
    padding-right: 0;
  }

  .orange-box {
    display: block;
  }

  .orange-box .left-box,
  .orange-box .right-box {
    display: block;
    width: 100%;
    text-align: center;
  }

  .orange-box .left-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  .orange-box .right-box {
    padding-left: 0;
  }

  .orange-box .right-box .content {
    margin: 0 auto;
  }

  .orange-box .right-box .button {
    display: inline-block;
  }

  .orange-box .right-box .title {
    margin-bottom: 20px;
  }

  #blog-articles article .preview {
    width: 300px;
  }

  #blog-articles article .article-content {
    width: calc(100% - 300px);
  }

  #blog-articles article .page-subtitle {
    font-size: 33px;
    line-height: 38px;
  }

  #page-advices .articles,
  #article .articles {
    width: unset;
    float: unset;
  }

  #recent-posts {
    width: unset;
    float: unset;
    padding-left: 0;
    margin: 0px -20px;
  }

  #recent-posts .box-aside {
    width: 50%;
    float: left;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  #recent-posts .box-aside.full {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #sub-header #shop-buttons,
  #sub-header #category-button {
    width: 100px;
    margin-right: -4px;
  }

  #sub-header #search {
    width: calc(100% - 200px);
    margin-right: -4px;
  }

  #openMenu {
    display: block;
    float: right;
  }

  #nav {
    display: none;
  }

  #contact #map {
    padding-top: 50%;
  }
}
@media screen and (max-width: 950px) {
  #home-services-wrapper {
    margin-bottom: 20px;
  }

  .home-services,
  .home-services .home-services-container.half,
  .home-services .home-services-container.half {
    margin-bottom: 0;
  }

  .home-services .home-services-container.half .service-hinner {
    padding-top: 100%;
  }

  #home-shop {
    margin-bottom: 60px;
  }

  .orange-box {
    margin-bottom: 60px;
  }

  .separator .box.title {
    font-size: 30px;
  }

  #brands {
    margin-bottom: 50px;
  }

  #advices {
    margin-bottom: 40px;
  }

  #advices .box {
    width: 100%;
    margin-bottom: 30px;
  }

  #advices .box .hinner-box .preview {
    width: 25%;
    padding-top: 25%;
    float: left;
    margin: 0;
  }

  #advices .box .hinner-box .subtitle,
  #advices .box .hinner-box .title,
  #advices .box .hinner-box .description {
    padding-left: 30px;
    width: 75%;
    box-sizing: border-box;
    float: right;
  }

  #advices .box .hinner-box .subtitle {
    margin-bottom: 15px;
  }

  #advices .box .hinner-box .title {
    line-height: 30px;
    margin-bottom: 15px;
  }

  #advices .box .hinner-box .description {
    line-height: 24px;
  }

  .massive-gallery {
    margin-bottom: 15px;
  }

  .about-us-content {
    margin-bottom: 60px;
  }

  #ideas {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 100px;
  }

  #ideas #ideas-slide {
    width: calc(100% - 60px);
    float: right;
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    left: 30px;
  }

  #ideas #ideas-content {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0;
  }

  #ideas #ideas-content #ideas-hinner-content {
    max-width: 100%;
    float: left;
  }
}
@media screen and (max-width: 900px) {
  #footer .box,
  #footer .box.long {
    width: 50%;
    padding-left: 0;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }

  #footer #footer-logo {
    padding-top: 0px;
  }

  #about-us-boxes .box {
    width: 100%;
    margin-bottom: 40px;
  }

  #about-us-boxes {
    margin-bottom: 60px;
  }

  #blog-articles article .preview {
    width: 250px;
  }

  #blog-articles article .article-content {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 800px) {
  #blog-articles article {
    padding-top: 240px;
    margin-bottom: 100px;
  }

  #blog-articles article .preview {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #blog-articles article .preview .preview-hinner {
    padding: 0;
    height: 200px;
  }

  #blog-articles article .article-content {
    width: 100%;
    padding: 0;
  }
  #blog-articles article .article-content .article-content-hinner {
    max-width: 100%;
  }

  #article {
    margin-bottom: 40px;
  }

  #article #article-preview,
  #article #article-date {
    margin-bottom: 30px;
  }

  #article .page-subtitle {
    line-height: 38px;
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media screen and (max-width: 670px) {
  #slide {
    height: 400px;
  }

  #slide .slide-element .slide-content .boxes {
    top: 30px;
  }

  #slide .slide-element .slide-content .button {
    bottom: 30px;
  }

  #slide #slide-container .dots .wrapper .slick-dots {
    top: 50px;
  }

  #always-with-you {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  #always-with-you .title {
    margin-bottom: 15px;
  }

  #always-with-you .element {
    width: calc(50% - 2px);
    margin: 0;
    line-height: 20px;
    margin-bottom: 20px;
  }
  #always-with-you .element span {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 5px;
  }

  .home-services .service .boxes .box {
    font-size: 26px;
    line-height: 24px;
  }

  .home-services .service .boxes,
  .home-services .service .button {
    left: 20px;
  }

  .home-services .service .service-hinner.half:first-child {
    margin-right: 0;
  }

  .home-services .service .service-hinner.half {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
    padding-top: 50%;
  }
  .home-services .service .service-hinner.half .boxes .box {
    font-size: 26px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .home-services .service .service-hinner.half:last-child {
    margin-bottom: 0;
  }

  .home-services .home-services-container.half .service {
    width: 100%;
    margin-right: 0;
  }
  .home-services .home-services-container.half .service.first {
    margin-right: 0;
  }

  .home-services .home-services-container.half .service-hinner {
    padding-top: 50%;
  }

  .home-services .home-services-container .service-hinner.have-text {
    padding-top: 0;
  }

  .home-services .service .text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
  }

  .orange-box {
    padding: 40px;
  }

  #footer .box.no-margin-if-small {
    margin-bottom: 0;
  }

  #footer .box,
  #footer .box.long {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .box .title,
  #footer .box.long .title {
    margin-bottom: 10px;
  }
  #footer .box .title.remove-if-small,
  #footer .box.long .title.remove-if-small {
    display: none;
  }

  #footer .box ul li {
    line-height: 18px;
  }

  .page-title {
    font-size: 35px;
    line-height: 28px;
  }

  .page-subtitle {
    font-size: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 700px) {
  #recent-posts .box-aside {
    width: 100%;
  }

  #page-advices #load-more {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  #header #logo {
    width: 200px;
    height: 34px;
    margin-top: 23px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

  #slide {
    height: 200px;
  }

  #slide .slide-element .slide-content .boxes {
    top: 10px;
  }

  #slide .slide-element .slide-content .boxes .box.is-promo {
    margin-bottom: 5px;
    font-size: 12px;
    padding: 5px;
    padding-right: 10px;
  }
  #slide .slide-element .slide-content .boxes .box.is-promo span {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }

  #slide .slide-element .slide-content .boxes .box {
    font-size: 13px;
    padding: 10px 20px;
    margin-bottom: 0;
  }

  #slide .slide-element .slide-content .boxes .box.is-title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .home-services .service .boxes .box {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #slide .slide-element .slide-content .button {
    bottom: 10px;
    height: 35px;
    line-height: 35px;
    width: 120px;
  }

  #slide #slide-container .dots .wrapper .slick-dots {
    top: 20px;
  }

  .home-services .service .boxes {
    top: 10px;
  }

  .home-services .service .boxes .box,
  .home-services .service .service-hinner.half .boxes .box,
  .home-services .home-services-container.half .service .boxes .box {
    font-size: 20px;
    line-height: 18px;
  }
  .home-services .service .boxes .box.subtitle,
  .home-services .service .service-hinner.half .boxes .box.subtitle,
  .home-services .home-services-container.half .service .boxes .box.subtitle {
    display: none;
  }

  .home-services .service .boxes {
    padding-right: 10px;
  }

  .home-services .service .button {
    bottom: 10px;
  }

  #sub-header #shop-buttons {
    float: right;
    margin-right: 8px;
  }

  #sub-header #search {
    display: none;
  }

  .home-services .service .service-hinner.half:first-child {
    margin-right: 0;
  }

  .orange-box .img-assets-logo_white {
    width: 220px;
    height: 41px;
    background-size: 220px 41px;
  }

  .orange-box .right-box .text {
    margin-bottom: 20px;
  }

  .orange-box .right-box .title {
    font-size: 28px;
  }

  .orange-box .right-box .text {
    line-height: 20px;
  }

  #mobile-shop-nav {
    top: unset;
    bottom: 65px;
  }

  #mobile-shop-nav.scrolled-by .wrapper > span.active > div,
  #mobile-shop-nav.scrolled-by .wrapper > span#user-icon.active #user-actions {
    bottom: calc(100% + 10px);
    top: unset;
  }

  #mobile-shop-nav.scrolled-by .wrapper > span {
    margin-bottom: 0;
    transform: translateY(3px);
  }

  #advices .box .hinner-box .preview {
    width: 100%;
    padding-top: 100%;
    float: left;
    margin-bottom: 20px;
  }

  #advices .box .hinner-box .subtitle,
  #advices .box .hinner-box .title,
  #advices .box .hinner-box .description {
    padding-left: 0;
    width: 100%;
    box-sizing: border-box;
    float: none;
  }

  #advices .box .hinner-box .description {
    line-height: 24px;
  }

  #advices .box .hinner-box .subtitle {
    margin-bottom: 5px;
    margin-bottom: 10px;
  }

  #advices .box .hinner-box .title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px;
  }

  #footer {
    padding-bottom: 100px;
  }

  .massive-gallery .box {
    width: 100%;
    margin-bottom: 40px;
  }
  .massive-gallery .box .hinner-box {
    padding-top: 60%;
  }

  .page-title {
    font-size: 28px;
    line-height: 24px;
  }

  .about-us-content {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  #ideas {
    margin-bottom: 80px;
  }

  #contact #map {
    padding-top: 100%;
  }

  #contact form {
    margin-bottom: 50px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  #blog-articles article .page-subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  #blog-articles article {
    margin-bottom: 60px;
  }

  #page-advices .box {
    margin-bottom: 30px;
  }

  #page-advices .box .hinner-box .preview {
    margin-bottom: 15px;
  }

  #page-advices .box .hinner-box .subtitle {
    margin-bottom: 10px;
  }

  #page-advices .box .hinner-box .title {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  #page-advices .box .hinner-box .description {
    line-height: 20px;
  }

  #article {
    margin-bottom: 40px;
  }

  #article #article-preview,
  #article #article-date {
    margin-bottom: 20px;
  }

  #article {
    margin-bottom: 40px;
  }

  #article .page-subtitle {
    line-height: 38px;
    margin-bottom: 40px;
    font-size: 32px;
    margin-bottom: 30px;
  }

  #article .page-content {
    margin-bottom: 35px;
  }

  .page-content.margin {
    margin-bottom: 30px;
  }

  #custom-page-title {
    padding: 24px 0px;
    font-size: 32px;
    line-height: 30px;
  }

  .page-subtitle.small-margin {
    margin-bottom: 30px;
  }

  .breadcrumbs.small-margin {
    margin-bottom: 30px;
  }

  #page-not-found .page-title {
    font-size: 100px;
    line-height: 120px;
  }
}
@media screen and (max-width: 500px) {
  #page-not-found .button {
    width: 185px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 450px) {
  #page-advices .box {
    width: 100%;
  }

  #page-advices .box .hinner-box .title {
    font-size: 20px;
    line-height: 22px;
  }

  #article .page-subtitle {
    line-height: 28px;
    margin-bottom: 40px;
    font-size: 24px;
    margin-bottom: 30px;
  }

  #article .page-content {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .orange-box {
    padding: 30px 25px;
  }
  .orange-box .img-assets-logo_white {
    width: 180px;
    height: 34px;
    background-size: 180px 34px;
  }

  #footer .img-assets-logo {
    width: 205px;
    height: 34px;
    background-size: 205px 34px;
  }

  #footer #footer-logo {
    margin-bottom: 40px;
  }

  #footer #spacer {
    display: none;
  }

  #blog-articles article .preview .preview-hinner {
    height: 150px;
  }

  #blog-articles article {
    padding-top: 180px;
  }

  #blog-articles article .page-subtitle {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-height: 480px) {
  #mobile-nav #mobile-nav-container {
    margin-top: 35px;
  }
}
@media (max-height: 405px) {
  #mobile-nav .img-assets-logo-base-white {
    display: none;
  }

  #mobile-nav input {
    bottom: 35px;
  }
}
