/*Theme Name: Optyk
 *Author: Dev
 *Description: Optyk
 *Version: 1.0
 *License: GNU General Public License v2 or later
 *License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *Text Domain: Optyk */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/* line 1, scss/wordpress/_theme.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 5, scss/wordpress/_theme.scss */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 10, scss/wordpress/_theme.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 15, scss/wordpress/_theme.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 21, scss/wordpress/_theme.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
/* line 26, scss/wordpress/_theme.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}
/* line 30, scss/wordpress/_theme.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
/* line 35, scss/wordpress/_theme.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 42, scss/wordpress/_theme.scss */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
/* line 49, scss/wordpress/_theme.scss */
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
/* line 53, scss/wordpress/_theme.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
/* line 57, scss/wordpress/_theme.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
/* line 66, scss/wordpress/_theme.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* line 74, scss/wordpress/_theme.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* line 86, scss/wordpress/_theme.scss */
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* line 1, scss/base/_general.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 9, scss/base/_general.scss */
html {
  font-size: 16px;
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  /* line 9, scss/base/_general.scss */
  html {
    font-size: 14px;
  }
}

/* line 18, scss/base/_general.scss */
body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: #595959;
  overflow-x: hidden;
}

/* line 25, scss/base/_general.scss */
button, input, select, textarea {
  font-family: "Montserrat", sans-serif;
}

/* line 29, scss/base/_general.scss */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  outline: 0;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  padding: 0 1em;
}
/* line 42, scss/base/_general.scss */
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
  color: #ACACAC;
}

/* line 47, scss/base/_general.scss */
textarea {
  height: initial;
  padding: 1em;
  height: 90px;
  resize: vertical;
}

/* line 54, scss/base/_general.scss */
select {
  padding: 0.4em 0.5em;
  color: #707070;
  border-color: #707070;
  border-radius: 6px;
}

/* line 61, scss/base/_general.scss */
a {
  text-decoration: none;
  color: #595959;
  transition: color 0.3s ease;
}
/* line 66, scss/base/_general.scss */
a:hover, a:focus {
  color: #CD1F30;
}

/* line 71, scss/base/_general.scss */
img {
  max-width: 100%;
}

/* line 75, scss/base/_general.scss */
fieldset {
  margin: 1em 0 2em;
  padding: 1em;
  border: 1px solid #F1F1F1;
}
/* line 80, scss/base/_general.scss */
fieldset legend {
  padding: 0 0.5em;
}

/* line 85, scss/base/_general.scss */
.container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1680px) {
  /* line 85, scss/base/_general.scss */
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 85, scss/base/_general.scss */
  .container {
    width: 96%;
  }
}
/* line 96, scss/base/_general.scss */
.container--small {
  width: 80%;
}
@media screen and (max-width: 1680px) {
  /* line 96, scss/base/_general.scss */
  .container--small {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 96, scss/base/_general.scss */
  .container--small {
    width: 96%;
  }
}

/* line 108, scss/base/_general.scss */
.section {
  padding: 4em 0 3em;
}
/* line 111, scss/base/_general.scss */
.section__title {
  font-size: 2.75rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  /* line 111, scss/base/_general.scss */
  .section__title {
    font-size: 2.5rem;
  }
}
/* line 125, scss/base/_general.scss */
.section__title::before, .section__title::after {
  content: "";
  flex-grow: 1;
  border-top: 2px solid #CD1F30;
}
@media screen and (max-width: 750px) {
  /* line 125, scss/base/_general.scss */
  .section__title::before, .section__title::after {
    top: calc(100% + 5px);
    position: absolute;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
  }
}
/* line 139, scss/base/_general.scss */
.section__title::before {
  margin-right: 20px;
  border-top-color: transparent;
}
@media screen and (max-width: 750px) {
  /* line 139, scss/base/_general.scss */
  .section__title::before {
    margin-right: 0;
  }
}
/* line 148, scss/base/_general.scss */
.section__title::after {
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  /* line 148, scss/base/_general.scss */
  .section__title::after {
    margin-left: 0;
  }
}
/* line 157, scss/base/_general.scss */
.section__title--reverse::before {
  border-top-color: #CD1F30;
}
/* line 161, scss/base/_general.scss */
.section__title--reverse::after {
  border-top-color: transparent;
}
/* line 167, scss/base/_general.scss */
.section__empty {
  color: #fff;
  background-color: #CD1F30;
  width: 100%;
  padding: 1em 1.5em;
  border-left: 4px solid #EF172C;
  margin-bottom: 4em;
  display: block;
}

/* line 178, scss/base/_general.scss */
.pageContent {
  margin: 0.7em auto 7em;
  padding: 0;
}
/* line 182, scss/base/_general.scss */
.woocommerce .pageContent {
  margin: 4em auto 0;
}
@media screen and (max-width: 900px) {
  /* line 182, scss/base/_general.scss */
  .woocommerce .pageContent {
    margin: 2em auto 0;
  }
}
/* line 190, scss/base/_general.scss */
.post-type-archive-product .pageContent {
  margin: 4em auto 12em;
}
@media screen and (max-width: 900px) {
  /* line 190, scss/base/_general.scss */
  .post-type-archive-product .pageContent {
    margin: 1.5em auto 10em;
  }
}
/* line 198, scss/base/_general.scss */
.tax-product_brand .pageContent {
  margin: 0.7em auto 11em;
}
/* line 202, scss/base/_general.scss */
.pageContent__title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1.2em;
}
/* line 208, scss/base/_general.scss */
.pageContent h1, .pageContent h2, .pageContent h3, .pageContent h4, .pageContent h5, .pageContent h6 {
  margin: 0.6em 0;
}

/* line 213, scss/base/_general.scss */
.slick-initialized .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* line 219, scss/base/_general.scss */
.loading * {
  transition: none !important;
}

/* line 224, scss/base/_general.scss */
.productContent__image .woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  list-style: none;
}
/* line 233, scss/base/_general.scss */
.productContent__image .woocommerce-product-gallery .flex-direction-nav li a {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 0;
  display: block;
  width: 16px;
  height: 29px;
  background: url(img/icons.png) -157px -8px;
  transform: rotate(180deg);
  filter: brightness(1.7);
  cursor: pointer;
}
/* line 246, scss/base/_general.scss */
.productContent__image .woocommerce-product-gallery .flex-direction-nav li:last-child {
  margin-left: auto;
}
/* line 248, scss/base/_general.scss */
.productContent__image .woocommerce-product-gallery .flex-direction-nav li:last-child a {
  transform: rotate(0deg);
}

/* line 256, scss/base/_general.scss */
.contact-form-so {
  text-align: center;
}

/* line 259, scss/base/_general.scss */
.contact-form-so p {
  margin-bottom: 25px !important;
}

/* line 262, scss/base/_general.scss */
.contact-form-so label span {
  padding-top: 10px;
  display: block;
}

/* line 266, scss/base/_general.scss */
.contact-form-so input[type="submit"] {
  width: 150px;
  height: 50px;
  background: #cd2030;
  font-size: 16px;
  border: 0;
  border-radius: 10px;
  color: #fff;
}

/* line 275, scss/base/_general.scss */
.custom-baner {
  height: 500px;
  position: relative;
  width: 100%;
}
/* line 279, scss/base/_general.scss */
.custom-baner img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  position: relative;
  z-index: -1;
  width: 100%;
}
/* line 287, scss/base/_general.scss */
.custom-baner .content {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
/* line 295, scss/base/_general.scss */
.custom-baner .content .title {
  font-weight: bold;
  font-size: 32px;
}
/* line 299, scss/base/_general.scss */
.custom-baner .content .subtitle {
  margin-top: 15px;
  font-size: 24px;
}

/* line 305, scss/base/_general.scss */
.container--smallest {
  max-width: 1170px;
}
@media (max-width: 1050px) {
  /* line 305, scss/base/_general.scss */
  .container--smallest {
    margin-top: 0 !important;
  }
}

/* line 1, scss/components/_hamburger.scss */
.hamburger {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 0;
  display: none;
  margin-left: auto;
  position: relative;
  z-index: 1003;
}
/* line 12, scss/components/_hamburger.scss */
.hamburger .back {
  display: none;
}
@media screen and (max-width: 1050px) {
  /* line 1, scss/components/_hamburger.scss */
  .hamburger {
    display: block;
  }
}
/* line 20, scss/components/_hamburger.scss */
.hamburger--active {
  padding: 5px 0;
  width: calc(100% + 20px);
  background: #cd1f30;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -10px;
  top: 0px;
  color: #fff;
  font-size: 20px;
}
/* line 32, scss/components/_hamburger.scss */
.hamburger--active .hamburger__box {
  width: 100%;
}
/* line 47, scss/components/_hamburger.scss */
.hamburger--active .hamburger__inner {
  background-color: transparent;
}
/* line 50, scss/components/_hamburger.scss */
.hamburger--active .back {
  display: block;
}
/* line 53, scss/components/_hamburger.scss */
.hamburger--active .hamburger__inner {
  display: none;
}
/* line 57, scss/components/_hamburger.scss */
.hamburger--active:before {
  transform: translateY(10px) rotate(45deg);
}
/* line 61, scss/components/_hamburger.scss */
.hamburger--active:after {
  transform: translateY(-10px) rotate(-45deg);
}
/* line 66, scss/components/_hamburger.scss */
.hamburger__box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
/* line 74, scss/components/_hamburger.scss */
.hamburger__inner {
  width: 100%;
  height: 3px;
  background-color: #595959;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.1s 0.2s ease-in-out;
}
/* line 82, scss/components/_hamburger.scss */
.hamburger__inner::before, .hamburger__inner::after {
  width: 100%;
  height: 3px;
  background-color: #595959;
  position: absolute;
  content: "";
  left: 0;
  transition: transform 0.2s 0.2s ease-in-out;
}
/* line 90, scss/components/_hamburger.scss */
.hamburger__inner::before {
  top: -10px;
}
/* line 94, scss/components/_hamburger.scss */
.hamburger__inner::after {
  top: 10px;
}

/* line 1, scss/components/_buttons.scss */
.button {
  padding: 0 2em;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: 1px solid #000000;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.06rem;
  width: fit-content;
  transition: all 0.3s ease;
  cursor: pointer;
}
/* line 17, scss/components/_buttons.scss */
.button:hover, .button:focus {
  background-color: #CD1F30;
  color: #fff;
  border-color: #CD1F30;
}
/* line 23, scss/components/_buttons.scss */
.button--classic {
  color: #fff;
  background-color: #595959;
  border-radius: 8px;
  height: 35px;
  border: 0;
  font-size: 1.12rem;
  padding: 0 1.5em;
}
/* line 33, scss/components/_buttons.scss */
.button--red {
  background-color: #CD1F30;
  border-color: #CD1F30;
  color: #fff;
}
/* line 38, scss/components/_buttons.scss */
.button--red:hover, .button--red:focus {
  background-color: #595959;
  border-color: #595959;
}
/* line 44, scss/components/_buttons.scss */
.button--woocommerce {
  height: 62px;
  border: 0;
  background-color: #CD1F30;
  padding: 1em 1.5em;
  color: #fff;
  font-size: 1.125rem;
  justify-content: flex-start;
  border-radius: 15px;
}
@media (max-width: 800px) {
  /* line 54, scss/components/_buttons.scss */
  .button--woocommerce.productContent__button {
    width: 300px;
    display: flex;
    justify-content: center;
  }
  /* line 59, scss/components/_buttons.scss */
  .button--woocommerce.productContent__button span {
   /* width: 100%; */
  }
}
/* line 65, scss/components/_buttons.scss */
.button--woocommerce:hover, .button--woocommerce:focus {
  background-color: #595959;
}
/* line 69, scss/components/_buttons.scss */
.button--woocommerce:nth-child(2) {
  background-color: #595959;
}
/* line 72, scss/components/_buttons.scss */
.button--woocommerce:nth-child(2):hover, .button--woocommerce:nth-child(2):focus {
  background-color: #CD1F30;
}

/* line 1, scss/sections/_header.scss */
.header {
  font-size: 1.06rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
/* line 8, scss/sections/_header.scss */
.header:after {
  content: '';
  width: 200vw;
  left: -50vw;
  position: absolute;
  height: 100%;
  box-shadow: 0px 20px 23px -13px rgba(0, 0, 0, 0.06);
  bottom: 0;
  z-index: -1;
  display: none;
}
/* line 19, scss/sections/_header.scss */
.header__main {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
/* line 27, scss/sections/_header.scss */
.header__main > * {
  z-index: 3;
}
/* line 30, scss/sections/_header.scss */
.header__main:after {
  content: '';
  width: 200vw;
  left: -50vw;
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 767px) {
  /* line 19, scss/sections/_header.scss */
  .header__main {
    flex-wrap: wrap;
    height: unset;
    min-height: 95px;
    z-index: 9999999;
  }
  /* line 47, scss/sections/_header.scss */
  .header__main > a {
    width: 100%;
    text-align: center;
  }
}
/* line 52, scss/sections/_header.scss */
.header__main.fixed {
  position: fixed;
  background: #fff;
  z-index: 999999;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 10px;
  min-height: 70px;
}
@media (max-width: 1050px) {
  /* line 62, scss/sections/_header.scss */
  .header__main.fixed + .header__hero {
    margin-top: 100px;
  }
}
/* line 73, scss/sections/_header.scss */
.header__wooShort {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1050px) {
  /* line 73, scss/sections/_header.scss */
  .header__wooShort {
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
}
/* line 86, scss/sections/_header.scss */
.header__wooShort-item {
  margin-right: 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  /* line 86, scss/sections/_header.scss */
  .header__wooShort-item {
    margin-right: 1em;
  }
}
/* line 97, scss/sections/_header.scss */
.header__wooShort-item:last-child {
  margin-right: 0;
}
/* line 108, scss/sections/_header.scss */
.header__wooShort-icon {
  max-height: 30px;
  object-fit: contain;
  object-position: center;
}
/* line 114, scss/sections/_header.scss */
.header__wooShort-counter {
  margin-left: 0.3em;
  color: #A4A4A4;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 600px) {
  /* line 114, scss/sections/_header.scss */
  .header__wooShort-counter {
    display: none;
  }
}
/* line 125, scss/sections/_header.scss */
.header__wooShort-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 130, scss/sections/_header.scss */
.header__wooShort-link::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("img/icons.png") -60px -10px;
}
@media screen and (max-width: 900px) {
  /* line 130, scss/sections/_header.scss */
  .header__wooShort-link::before {
    transform: scale(0.7);
  }
}
/* line 142, scss/sections/_header.scss */
.header__wooShort-link.header__wooShort--user-link::before {
  background-position: -10px -10px;
}
/* line 146, scss/sections/_header.scss */
.header__wooShort-link.header__wooShort--cart-link::before {
  width: 39px;
  height: 29px;
  background-position: -10px -60px;
  filter: brightness(0.65);
}
/* line 155, scss/sections/_header.scss */
.header__category {
  position: relative;
  padding: 1.5em 0;
}
/* line 159, scss/sections/_header.scss */
.header__category::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #F1F1F1;
}

/* line 167, scss/sections/_header.scss */
.nav {
  display: flex;
  flex-direction: row;
  height: 100%;
  flex-wrap: wrap;
}
/* line 173, scss/sections/_header.scss */
.nav__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  letter-spacing: 0;
  font-weight: 600;
  height: 100%;
  transition: transform 0.01s ease;
}
@media screen and (max-width: 1050px) {
  /* line 173, scss/sections/_header.scss */
  .nav__list {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    flex-direction: column;
    overflow: auto;
    padding: 1em 2em;
    padding-top: 100px;
    transform: translateX(-102%);
  }
  /* line 199, scss/sections/_header.scss */
  .nav__list--active {
    transform: translateX(0);
    left: -12px;
    width: 103vw;
  }
}
/* line 211, scss/sections/_header.scss */
.nav__item--with-submenu:hover ul {
  display: block;
}
/* line 215, scss/sections/_header.scss */
.nav__item--with-submenu ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 0 15px;
  z-index: 999;
}
/* line 222, scss/sections/_header.scss */
.nav__item--with-submenu ul li a {
  font-weight: normal;
}
@media (max-width: 1050px) {
  /* line 215, scss/sections/_header.scss */
  .nav__item--with-submenu ul {
    position: unset;
    padding: 5px 0;
  }
  /* line 230, scss/sections/_header.scss */
  .nav__item--with-submenu ul li a {
    padding: 3px 0;
    margin-top: 0;
  }
  /* line 235, scss/sections/_header.scss */
  .nav__item--with-submenu ul li:first-child a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1050px) {
  /* line 207, scss/sections/_header.scss */
  .nav__item {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
/* line 248, scss/sections/_header.scss */
.nav__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1050px) {
  /* line 248, scss/sections/_header.scss */
  .nav__item:last-child {
    margin-bottom: 0;
  }
}
/* line 258, scss/sections/_header.scss */
.nav__item--mega:hover ul {
  opacity: 1;
  pointer-events: all;
}
/* line 263, scss/sections/_header.scss */
.nav__item--mega:hover > a {
  color: #CD1F30;
}
/* line 268, scss/sections/_header.scss */
.nav__item--mega > ul {
  width: 100%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 2em 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.01s ease;
  pointer-events: none;
}
@media screen and (max-width: 1050px) {
  /* line 268, scss/sections/_header.scss */
  .nav__item--mega > ul {
    position: initial;
    transition: none;
    opacity: 1;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    top: initial;
    left: 0;
    transform: none;
    padding: 5px 0 0;
  }
}
/* line 300, scss/sections/_header.scss */
.nav__item--mega > ul::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
  box-shadow: 0px 20px 23px -13px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1050px) {
  /* line 300, scss/sections/_header.scss */
  .nav__item--mega > ul::before {
    display: none;
  }
}
/* line 320, scss/sections/_header.scss */
.nav__link {
  text-transform: uppercase;
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 2em;
}
@media screen and (max-width: 1050px) {
  /* line 320, scss/sections/_header.scss */
  .nav__link {
    height: initial;
    justify-content: flex-start;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 10px;
  }
}
/* line 336, scss/sections/_header.scss */
.nav__sub-menu {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
}
/* line 341, scss/sections/_header.scss */
.nav__sub-menu--1__link {
  margin-bottom: 1em;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  /* line 341, scss/sections/_header.scss */
  .nav__sub-menu--1__link {
    text-align: left;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
/* line 354, scss/sections/_header.scss */
.nav__sub-menu--2 {
  margin-left: -20px;
  padding-left: 20px;
  border-left: 1px solid #C7C7C7;
  line-height: 1.5em;
}
@media screen and (max-width: 1050px) {
  /* line 354, scss/sections/_header.scss */
  .nav__sub-menu--2 {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    padding-top: 10px;
    text-align: left;
  }
}
/* line 372, scss/sections/_header.scss */
.nav__sub-menu .nav__item--active .nav__sub-menu__link {
  color: #CD1F30;
}
@media (max-width: 1050px) {
  /* line 377, scss/sections/_header.scss */
  .nav .nav__item--mega .nav__sub-menu--1 {
    display: none;
  }
}
@media (max-width: 1050px) {
  /* line 386, scss/sections/_header.scss */
  .nav .nav__list > .nav__item--parent > a:after {
    content: '+';
    margin-left: auto;
  }
  /* line 394, scss/sections/_header.scss */
  .nav .nav__list > .nav__item--parent.opened > a:after {
    content: '-';
    margin-left: auto;
  }
}

/* line 408, scss/sections/_header.scss */
.hero {
  width: 100%;
  position: relative;
  height: 500px;
}
@media screen and (max-width: 1500px) {
  /* line 408, scss/sections/_header.scss */
  .hero {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 408, scss/sections/_header.scss */
  .hero {
    height: unset;
    width: 104%;
    margin-left: -2%;
  }
}
/* line 425, scss/sections/_header.scss */
.hero::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: linear-gradient(90deg, #ffe2e2 0%, #e2f0ff 100%);
}
@media (max-width: 1000px) {
  /* line 425, scss/sections/_header.scss */
  .hero::before {
    display: none;
  }
}
/* line 434, scss/sections/_header.scss */
.hero__row, .hero__single {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  /* line 434, scss/sections/_header.scss */
  .hero__row, .hero__single {
    flex-direction: column;
  }
}
/* line 442, scss/sections/_header.scss */
.hero__row {
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  /* line 442, scss/sections/_header.scss */
  .hero__row {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  /* line 442, scss/sections/_header.scss */
  .hero__row {
    flex-direction: column;
  }
}
/* line 458, scss/sections/_header.scss */
.hero__single {
  flex-basis: 40%;
  position: relative;
  align-items: center;
  max-height: 90%;
}
@media screen and (max-width: 1500px) {
  /* line 458, scss/sections/_header.scss */
  .hero__single {
    overflow: visible;
  }
}
@media screen and (max-width: 1000px) {
  /* line 458, scss/sections/_header.scss */
  .hero__single {
    flex-basis: 100%;
    width: 104%;
    background: #E4F0FE;
  }
  /* line 472, scss/sections/_header.scss */
  .hero__single:first-of-type {
    background: #FBE3E5;
  }
  /* line 476, scss/sections/_header.scss */
  .hero__single:first-of-type .hero__headline {
    justify-content: flex-end;
  }
  /* line 479, scss/sections/_header.scss */
  .hero__single:first-of-type .hero__headline + ul li {
    text-align: right;
  }
  /* line 486, scss/sections/_header.scss */
  .hero__single:last-of-type .hero__headline {
    justify-content: flex-start;
  }
  /* line 489, scss/sections/_header.scss */
  .hero__single:last-of-type .hero__headline + ul li {
    text-align: left;
  }
  /* line 495, scss/sections/_header.scss */
  .hero__single img {
    margin-left: -10%;
  }
}
/* line 500, scss/sections/_header.scss */
.hero__single:first-child {
  justify-content: flex-start;
}
/* line 504, scss/sections/_header.scss */
.hero__single:last-child {
  flex-direction: row-reverse;
}
/* line 506, scss/sections/_header.scss */
.hero__single:last-child img {
  margin-right: -10%;
}
/* line 509, scss/sections/_header.scss */
.hero__single:last-child .hero__content {
  margin-left: 0;
  left: 30%;
}
/* line 518, scss/sections/_header.scss */
.hero__content {
  margin-left: -10%;
  width: 100%;
  position: relative;
  margin-top: -15%;
}
@media screen and (max-width: 1000px) {
  /* line 518, scss/sections/_header.scss */
  .hero__content {
    margin-left: 0;
    margin-top: 0;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
  }
}
/* line 536, scss/sections/_header.scss */
.hero__headline {
  font-weight: 600;
  font-size: 1.687rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
@media (max-width: 1000px) {
  /* line 536, scss/sections/_header.scss */
  .hero__headline {
    text-align: center;
    justify-content: flex-end;
    font-size: 1.1rem;
  }
}
/* line 549, scss/sections/_header.scss */
.hero__headline::after {
  content: "";
  display: none;
  height: 2px;
  width: 100%;
  background-color: #CD1F30;
  margin-left: 10px;
}
@media screen and (max-width: 1500px) {
  /* line 549, scss/sections/_header.scss */
  .hero__headline::after {
    width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 549, scss/sections/_header.scss */
  .hero__headline::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}
/* line 571, scss/sections/_header.scss */
.hero__list {
  list-style: none;
  padding-left: 0;
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 1em;
}
/* line 579, scss/sections/_header.scss */
.hero__image {
  max-height: 100%;
  object-fit: contain;
  object-position: bottom;
  align-self: normal;
}
@media screen and (max-width: 1500px) {
  /* line 579, scss/sections/_header.scss */
  .hero__image {
    max-width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  /* line 579, scss/sections/_header.scss */
  .hero__image {
    align-self: unset;
  }
}
/* line 594, scss/sections/_header.scss */
.hero__item {
  margin-bottom: 0.4em;
}
/* line 598, scss/sections/_header.scss */
.hero__item:last-child {
  margin-bottom: 0;
}
/* line 604, scss/sections/_header.scss */
.hero__item-link {
  position: relative;
  transition: color 0.01s ease;
  color: #595959;
  font-size: 16px;
}
@media (max-width: 1000px) {
  /* line 604, scss/sections/_header.scss */
  .hero__item-link {
    font-size: 13px;
  }
}
/* line 613, scss/sections/_header.scss */
.hero__item-link::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #CD1F30;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.01s ease;
}
/* line 626, scss/sections/_header.scss */
.hero__item-link:hover, .hero__item-link.hero__item --current-link {
  color: #CD1F30;
}
/* line 629, scss/sections/_header.scss */
.hero__item-link:hover::before, .hero__item-link.hero__item --current-link::before {
  transform: scaleX(1);
}
/* line 636, scss/sections/_header.scss */
.hero--category {
  height: 460px;
}
@media (max-width: 1050px) {
  /* line 636, scss/sections/_header.scss */
  .hero--category {
    height: unset;
  }
}

/* line 644, scss/sections/_header.scss */
.searchbar {
  position: absolute;
  bottom: -65px;
  left: 50%;
  display: flex;
  flex-direction: row;
  padding: 0.5em 1em;
  background-color: #fff;
  transform: translateX(-50%) translateY(-30px);
  visibility: hidden;
  transition: all 0.01s ease;
  opacity: 0;
  z-index: 99999;
}
/* line 659, scss/sections/_header.scss */
.searchbar--active {
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  opacity: 1;
}
/* line 665, scss/sections/_header.scss */
.searchbar__search {
  border: 1px solid #C7C7C7 !important;
  width: 160px !important;
  height: 30px !important;
  outline: 0 !important;
  padding: 0 1em !important;
  border-radius: 0 !important;
}
/* line 674, scss/sections/_header.scss */
.searchbar__button {
  background-color: #000000;
  color: #fff;
  outline: 0;
  border: 0;
  height: 30px;
  padding: 0 1em;
}

@media screen and (max-width: 900px) {
  /* line 685, scss/sections/_header.scss */
  .logo__image {
    max-width: 180px;
  }
}
@media screen and (max-width: 550px) {
  /* line 685, scss/sections/_header.scss */
  .logo__image {
    max-width: 150px;
    margin-top: 15px;
  }
}
/* line 1, scss/sections/_infoBoxes.scss */
.iboxes--footer {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 900px) {
  /* line 1, scss/sections/_infoBoxes.scss */
  .iboxes--footer {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 9, scss/sections/_infoBoxes.scss */
.infoBoxes {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  /* line 9, scss/sections/_infoBoxes.scss */
  .infoBoxes {
    flex-direction: column;
    justify-content: center;
  }
}
/* line 21, scss/sections/_infoBoxes.scss */
.infoBoxes__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 2em 0;
  border: 1px solid #707070;
  background-color: #FFF5F5;
  border-radius: 25px;
  width: 33.333%;
  margin: 0 25px;
}
@media screen and (max-width: 900px) {
  /* line 21, scss/sections/_infoBoxes.scss */
  .infoBoxes__single {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 750px) {
  /* line 21, scss/sections/_infoBoxes.scss */
  .infoBoxes__single {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 2em;
  }
  /* line 44, scss/sections/_infoBoxes.scss */
  .infoBoxes__single:last-child {
    margin-bottom: 0;
  }
}
/* line 49, scss/sections/_infoBoxes.scss */
.infoBoxes__single-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.3em;
  display: flex;
  flex-direction: column;
  font-size: 1.15rem;
}
/* line 58, scss/sections/_infoBoxes.scss */
.infoBoxes__single-thin {
  font-weight: 400;
  text-transform: none;
  display: block;
  margin-top: 0.4em;
}
/* line 65, scss/sections/_infoBoxes.scss */
.infoBoxes__single-image {
  height: 120px;
  object-fit: contain;
  object-position: top;
  margin: 2em 0;
}
/* line 72, scss/sections/_infoBoxes.scss */
.infoBoxes__single-more {
  text-decoration: underline;
  font-size: 1.06rem;
}

/* line 1, scss/sections/_footer.scss */
.footer {
  color: #fff;
}
/* line 4, scss/sections/_footer.scss */
.footer a {
  color: #C7C7C7;
}
/* line 7, scss/sections/_footer.scss */
.footer a:hover, .footer a:focus {
  color: #fff;
}
/* line 12, scss/sections/_footer.scss */
.footer__main {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 8em 0 3em;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  /* line 12, scss/sections/_footer.scss */
  .footer__main {
    padding: 6em 0 3em;
  }
}
/* line 25, scss/sections/_footer.scss */
.footer__main::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: linear-gradient(180deg, #3d3d3d 0%, black 100%);
  border-bottom: 1px solid #1C1C1C;
}
/* line 33, scss/sections/_footer.scss */
.footer__single {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 320px;
}
@media screen and (max-width: 800px) {
  /* line 33, scss/sections/_footer.scss */
  .footer__single {
    flex-basis: 48%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 500px) {
  /* line 33, scss/sections/_footer.scss */
  .footer__single {
    flex-basis: 100%;
    text-align: center;
    align-items: center;
    max-width: 100%;
  }
}
/* line 53, scss/sections/_footer.scss */
.footer__headline {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1em;
}
/* line 59, scss/sections/_footer.scss */
.footer__made {
  position: relative;
  text-align: center;
  padding: 8px 0;
  font-size: 0.94rem;
}
/* line 65, scss/sections/_footer.scss */
.footer__made::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #000000;
}
/* line 72, scss/sections/_footer.scss */
.footer ul.menu {
  list-style: none;
  padding-left: 0;
}
/* line 76, scss/sections/_footer.scss */
.footer ul.menu li {
  margin-bottom: 0.65em;
}

/* line 82, scss/sections/_footer.scss */
.newsletter {
  position: relative;
  background-color: #FCCBCB;
  color: #595959;
  padding: 2em 400px 2em 5em;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -4em;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  font-size: 1.15rem;
  line-height: 1.4em;
  height: 210px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  /* line 82, scss/sections/_footer.scss */
  .newsletter {
    padding: 2em 250px 2em 5em;
  }
}
@media screen and (max-width: 1350px) {
  /* line 82, scss/sections/_footer.scss */
  .newsletter {
    padding: 2em 5em;
  }
}
@media screen and (max-width: 1200px) {
  /* line 82, scss/sections/_footer.scss */
  .newsletter {
    flex-direction: column;
    justify-content: center;
    padding: 1em 3em;
    text-align: center;
    height: initial;
  }
}
@media screen and (max-width: 800px) {
  /* line 82, scss/sections/_footer.scss */
  .newsletter {
    padding: 1.5em;
    font-size: 1.1rem;
  }
}
/* line 120, scss/sections/_footer.scss */
.newsletter__content p {
  max-width: 80%;
}
@media (max-width: 600px) {
  /* line 120, scss/sections/_footer.scss */
  .newsletter__content p {
    max-width: unset;
  }
}
/* line 128, scss/sections/_footer.scss */
.newsletter h2 {
  font-size: 2.187rem;
  font-weight: 400;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 1200px) {
  /* line 128, scss/sections/_footer.scss */
  .newsletter h2 {
    font-size: 1.7rem;
  }
}
/* line 138, scss/sections/_footer.scss */
.newsletter__image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1500px) {
  /* line 138, scss/sections/_footer.scss */
  .newsletter__image {
    width: 300px;
  }
}
@media screen and (max-width: 1350px) {
  /* line 138, scss/sections/_footer.scss */
  .newsletter__image {
    display: none;
  }
}
/* line 153, scss/sections/_footer.scss */
.newsletter__text {
  border: 0 !important;
  border-bottom: 1px solid #595959 !important;
  padding-left: 0.8em !important;
  font-size: 1.06rem !important;
  height: 38px !important;
  outline: 0 !important;
  background-color: transparent !important;
  margin-right: 1em !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 700px) {
  /* line 153, scss/sections/_footer.scss */
  .newsletter__text {
    font-size: 1rem !important;
  }
}
/* line 168, scss/sections/_footer.scss */
.newsletter__text::placeholder {
  color: #595959 !important;
  font-weight: 500;
}
/* line 174, scss/sections/_footer.scss */
.newsletter__button {
  border: 1px solid #595959;
  font-size: 0;
  outline: 0;
  width: 38px;
  height: 38px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 186, scss/sections/_footer.scss */
.newsletter__button::after {
  content: "";
  display: block;
  width: 16px;
  height: 29px;
  background: url("img/icons.png") -157px -8px;
  position: relative;
}
/* line 195, scss/sections/_footer.scss */
.newsletter__button:hover {
  background-color: #595959;
}
/* line 198, scss/sections/_footer.scss */
.newsletter__button:hover::after {
  filter: brightness(0) invert(1);
}
/* line 204, scss/sections/_footer.scss */
.newsletter__inputs {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  /* line 204, scss/sections/_footer.scss */
  .newsletter__inputs {
    margin-top: 1em;
  }
}

/* line 1, scss/pages/_home.scss */
.bestseller {
  position: relative;
  padding: 4em 0 4em;
}
/* line 8, scss/pages/_home.scss */
.bestseller--footer {
  padding-bottom: 4em;
}
/* line 11, scss/pages/_home.scss */
.bestseller--footer::before {
  background: linear-gradient(180deg, white 0%, #f1f1f1 100%);
}
/* line 16, scss/pages/_home.scss */
.bestseller__link {
  margin: 3em auto;
  width: fit-content;
  display: block;
  font-size: 1.15rem;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
/* line 26, scss/pages/_home.scss */
.bestseller .productSingle__image img {
  mix-blend-mode: darken;
}

/* line 30, scss/pages/_home.scss */
.iboxes {
  position: relative;
  padding: 0em 0 4em;
}
/* line 33, scss/pages/_home.scss */
.iboxes::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: linear-gradient(0deg, #f1f1f1 0%, white 100%);
}
/* line 38, scss/pages/_home.scss */
.iboxes--footer {
  padding-bottom: 14rem;
}

/* line 44, scss/pages/_home.scss */
.brands__list {
  margin: 5em auto 0;
  padding: 0 60px;
}
/* line 49, scss/pages/_home.scss */
.brands__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* line 64, scss/pages/_home.scss */
.brands__image {
  max-height: 230px;
  object-fit: contain;
  object-position: top;
}
/* line 70, scss/pages/_home.scss */
.brands__title {
  text-transform: uppercase;
  font-size: 1.15rem;
}
/* line 75, scss/pages/_home.scss */
.brands__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 84, scss/pages/_home.scss */
.brands .slick-slide {
  margin: 0 10px;
}
/* line 88, scss/pages/_home.scss */
.brands .slick-list {
  margin: 0 -10px;
}
/* line 92, scss/pages/_home.scss */
.brands .slick-arrow {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 0;
  display: block;
  width: 16px;
  height: 29px;
  background: url("img/icons.png") -157px -8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(1.7);
  cursor: pointer;
}
/* line 107, scss/pages/_home.scss */
.brands .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 10px;
}
/* line 112, scss/pages/_home.scss */
.brands .slick-arrow.slick-next {
  right: 10px;
}

/* line 119, scss/pages/_home.scss */
.home .blogSingle:after {
  content: '';
  background: #ccc;
  width: 90%;
  height: 1px;
  left: 5%;
  position: absolute;
  bottom: 0;
}
/* line 129, scss/pages/_home.scss */
.home .blogSingle:last-child:after {
  display: none;
}

/* line 2, scss/pages/_blog.scss */
.blogSingle {
  position: relative;
  padding: 3em 0;
}
/* line 6, scss/pages/_blog.scss */
.blogSingle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  height: 1px;
  background-color: #C7C7C7;
  display: none;
}
/* line 18, scss/pages/_blog.scss */
.blogSingle__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  /* line 18, scss/pages/_blog.scss */
  .blogSingle__row {
    flex-direction: column-reverse;
  }
}
/* line 28, scss/pages/_blog.scss */
.blogSingle__content, .blogSingle__image, .blogSingle__blank {
  width: 49%;
}
@media screen and (max-width: 1050px) {
  /* line 28, scss/pages/_blog.scss */
  .blogSingle__content, .blogSingle__image, .blogSingle__blank {
    width: 100%;
  }
}
/* line 36, scss/pages/_blog.scss */
.blogSingle__blank {
  background-color: #C7C7C7;
  color: #CD1F30;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
/* line 48, scss/pages/_blog.scss */
.blogSingle__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  /* line 48, scss/pages/_blog.scss */
  .blogSingle__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
/* line 64, scss/pages/_blog.scss */
.blogSingle__headline {
  font-weight: 500;
  font-size: 2.185rem;
  line-height: 1.22;
}
@media screen and (max-width: 1050px) {
  /* line 64, scss/pages/_blog.scss */
  .blogSingle__headline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
  }
}
/* line 79, scss/pages/_blog.scss */
.blogSingle__headline::after {
  content: "";
  width: 490px;
  height: 2px;
  background-color: #CD1F30;
  display: block;
  margin-top: 0.6em;
}
@media screen and (max-width: 1050px) {
  /* line 79, scss/pages/_blog.scss */
  .blogSingle__headline::after {
    width: 100%;
  }
}
/* line 92, scss/pages/_blog.scss */
.blogSingle__headline-bold {
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  /* line 92, scss/pages/_blog.scss */
  .blogSingle__headline-bold {
    margin-left: 0.3em;
  }
}
/* line 101, scss/pages/_blog.scss */
.blogSingle__description {
  font-size: 1.07rem;
  line-height: 1.17em;
  margin: 1em 0 2em;
}
/* line 107, scss/pages/_blog.scss */
.blogSingle__image {
  display: block;
  object-fit: cover;
}

/* line 1, scss/pages/_woo.scss */
.productSingle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
  flex-basis: 31%;
}
/* line 28, scss/pages/_woo.scss */
.productSingle__image {
  margin-bottom: 1.5em;
  position: relative;
}
/* line 32, scss/pages/_woo.scss */
.productSingle__image img {
  max-height: 230px;
  object-fit: contain;
  object-position: center;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
/* line 41, scss/pages/_woo.scss */
.productSingle__title {
  text-transform: uppercase;
  font-size: 1.15rem;
}
/* line 46, scss/pages/_woo.scss */
.productSingle__price {
  font-size: 1.5625rem;
  margin-top: 0.3em;
}
/* line 50, scss/pages/_woo.scss */
.productSingle__price del {
  display: none;
}
/* line 54, scss/pages/_woo.scss */
.productSingle__price ins {
  text-decoration: none;
}
/* line 59, scss/pages/_woo.scss */
.productSingle__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 68, scss/pages/_woo.scss */
.productSingle__sale {
  background-color: #CD1F30;
  color: #fff;
  padding: 0.3em 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  z-index: 2;
}

/* line 80, scss/pages/_woo.scss */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #F1F1F1;
  border-top-color: #CD1F30;
  padding: 1.2em 2em 1.1em 1.5em;
  margin-bottom: 2em;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
/* line 90, scss/pages/_woo.scss */
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  margin-left: 1em;
}
/* line 94, scss/pages/_woo.scss */
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  margin-right: 0.5em;
  font-weight: bold;
  color: #CD1F30;
}

/* line 102, scss/pages/_woo.scss */
.woocommerce-NoticeGroup-checkout .woocommerce-error, .woocommerce-NoticeGroup-checkout .woocommerce-info, .woocommerce-NoticeGroup-checkout .woocommerce-message {
  flex-direction: column;
  line-height: 1.6;
  list-style: none;
}

/* line 109, scss/pages/_woo.scss */
.shopFilters {
  position: relative;
}
/* line 111, scss/pages/_woo.scss */
.shopFilters > button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #F55E4F;
  border: 6px solid #F55E4F;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: fixed;
  right: 15px;
  top: 80px;
  display: none;
  z-index: 999;
}
/* line 126, scss/pages/_woo.scss */
.shopFilters .shopFilters__nav--button-item {
  position: sticky;
  bottom: -.5em;
  right: 0;
  background: #fff;
  display: flex;
  width: calc(100% + 1em);
  border: 0;
  border-radius: 0;
  padding: 5px;
}
/* line 137, scss/pages/_woo.scss */
.shopFilters .shopFilters__nav--button-item a {
  margin: auto;
}
/* line 141, scss/pages/_woo.scss */
.shopFilters > div {
  padding: 0em 0 6em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 980px;
  margin: 0 auto 3em auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  /* line 141, scss/pages/_woo.scss */
  .shopFilters > div {
    max-width: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 0 2.5em;
    display: none;
    position: fixed;
    right: 20px;
    top: 85px;
    z-index: 998;
    width: 70%;
    background: #fff;
    border: 6px solid #F55E4F;
    border-radius: 10px;
    transition: display .5s;
  }
  /* line 166, scss/pages/_woo.scss */
  .shopFilters > div.showed {
    transition: display .5s;
    display: flex;
    padding: 15px;
  }
}
/* line 174, scss/pages/_woo.scss */
.shopFilters::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #C7C7C7;
}
/* line 185, scss/pages/_woo.scss */
.shopFilters__filter {
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 1em;
}
/* line 192, scss/pages/_woo.scss */
.shopFilters__filter:last-child {
  margin-right: 0;
}
/* line 197, scss/pages/_woo.scss */
.shopFilters__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  margin-top: 2em;
}
/* line 208, scss/pages/_woo.scss */
.shopFilters__single {
  width: 20%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  /* line 208, scss/pages/_woo.scss */
  .shopFilters__single {
    flex-basis: 46%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
    flex-direction: column;
    width: unset;
  }
}
@media screen and (max-width: 650px) {
  /* line 208, scss/pages/_woo.scss */
  .shopFilters__single {
    flex-basis: 100%;
  }
  /* line 227, scss/pages/_woo.scss */
  .shopFilters__single:nth-child(3) {
    margin-bottom: 1em;
  }
}
/* line 232, scss/pages/_woo.scss */
.shopFilters__single:nth-child(5) {
  margin-right: 0;
}
/* line 237, scss/pages/_woo.scss */
.shopFilters__name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 33px;
  padding: 0 0.7em;
  border: 1px solid #707070;
  color: #707070;
  border-radius: 8px;
  background-color: transparent;
  min-width: 120px;
  font-size: 1.07rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* line 253, scss/pages/_woo.scss */
.shopFilters__name--active, .shopFilters__name:hover {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
}
/* line 257, scss/pages/_woo.scss */
.shopFilters__name--active .shopFilters__arrow, .shopFilters__name:hover .shopFilters__arrow {
  transform: rotate(180deg);
}
/* line 263, scss/pages/_woo.scss */
.shopFilters__nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  padding: 0.5em;
  border: 1px solid #E2E2E2;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 290px;
  border-radius: 8px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 9999;
  background-color: #fff;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 650px) {
  /* line 263, scss/pages/_woo.scss */
  .shopFilters__nav {
    left: 50%;
    transform: translateY(-30px) translateX(-50%);
  }
}
/* line 289, scss/pages/_woo.scss */
.shopFilters__nav--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  visibility: visible;
}
@media screen and (max-width: 650px) {
  /* line 289, scss/pages/_woo.scss */
  .shopFilters__nav--active {
    transform: translateY(0) translateX(-50%);
  }
}
/* line 300, scss/pages/_woo.scss */
.shopFilters__nav-item {
  border-radius: 8px;
  margin-bottom: 0.4em;
  display: flex;
  flex-direction: row;
  height: 26px;
  cursor: pointer;
  border: 1px solid #E2E2E2;
}
/* line 309, scss/pages/_woo.scss */
.shopFilters__nav-item:last-child {
  margin-bottom: 0;
}
/* line 314, scss/pages/_woo.scss */
.shopFilters__nav-item.shopFilters__nav--selected-item .shopFilters__nav-value {
  border-color: #A4A4A4;
  font-weight: bold;
}
/* line 320, scss/pages/_woo.scss */
.shopFilters__nav-item.shopFilters__nav--button-item {
  height: initial;
  margin: 5px 0 5px auto;
}
/* line 325, scss/pages/_woo.scss */
.shopFilters__nav-item.shopFilters__nav--color-item {
  border: 0;
}
/* line 328, scss/pages/_woo.scss */
.shopFilters__nav-item.shopFilters__nav--color-item .shopFilters__nav-value {
  border: 1px solid #E2E2E2;
  border-radius: 0 8px 8px 0;
  border-left: 0;
}
/* line 336, scss/pages/_woo.scss */
.shopFilters__nav-color {
  border-radius: 10px 0 0 10px;
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #E2E2E2;
}
/* line 344, scss/pages/_woo.scss */
.shopFilters__nav-value {
  padding-left: 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
/* line 352, scss/pages/_woo.scss */
.shopFilters__nav-selected {
  width: 23px;
  height: 19px;
  background: url(img/icons.png) -236px -289px;
  transform: scale(0.8);
  display: block;
  margin-right: 4px;
}
/* line 362, scss/pages/_woo.scss */
.shopFilters__arrow {
  width: 14px;
  height: 9px;
  background: url(img/icons.png) -158px -89px;
  transition: transform 0.3s ease;
}
/* line 369, scss/pages/_woo.scss */
.shopFilters__clear {
  margin-top: 0.7em;
  display: block;
  font-size: 1.06rem;
  text-decoration: underline;
  text-align: center;
  display: none;
}

/* line 379, scss/pages/_woo.scss */
.shopFiltersSet {
  display: none;
}

/* line 384, scss/pages/_woo.scss */
.productContent__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  /* line 384, scss/pages/_woo.scss */
  .productContent__row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/* line 395, scss/pages/_woo.scss */
.productContent img {
  height: auto;
}
/* line 399, scss/pages/_woo.scss */
.productContent__image, .productContent__content {
  width: 47%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  /* line 399, scss/pages/_woo.scss */
  .productContent__image, .productContent__content {
    width: 100%;
  }
}
/* line 409, scss/pages/_woo.scss */
.productContent__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 1200px) {
  /* line 409, scss/pages/_woo.scss */
  .productContent__top {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
/* line 424, scss/pages/_woo.scss */
.productContent__top-brand {
  flex-basis: 35%;
  display: flex;
  justify-content: flex-end;
}
/* line 430, scss/pages/_woo.scss */
.productContent__top-info {
  flex-basis: 63%;
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
/* line 437, scss/pages/_woo.scss */
.productContent__top-title {
  font-size: 1.5625rem;
  margin-bottom: 0.5em;
}
/* line 442, scss/pages/_woo.scss */
.productContent__top-cost {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  /* line 442, scss/pages/_woo.scss */
  .productContent__top-cost {
    justify-content: center;
  }
}
/* line 452, scss/pages/_woo.scss */
.productContent__top-cost del {
  display: none;
}
/* line 456, scss/pages/_woo.scss */
.productContent__top-cost ins {
  text-decoration: none;
}
/* line 461, scss/pages/_woo.scss */
.productContent__top-price {
  font-size: 1.15rem;
  display: block;
  margin-right: 1em;
  color: #707070;
}
/* line 469, scss/pages/_woo.scss */
.productContent__image {
  position: relative;
}
@media screen and (max-width: 800px) {
  /* line 469, scss/pages/_woo.scss */
  .productContent__image {
    margin-bottom: 1em;
  }
}
/* line 476, scss/pages/_woo.scss */
.productContent__image .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #CD1F30;
  color: #fff;
  z-index: 2;
  padding: 0.3em 0.5em;
  font-weight: 300;
}
/* line 488, scss/pages/_woo.scss */
.productContent__additional {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 2em;
  margin-bottom: 2em;
}
/* line 495, scss/pages/_woo.scss */
.productContent__additional-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5em;
}
/* line 501, scss/pages/_woo.scss */
.productContent__additional-item:last-child {
  margin-bottom: 0;
}
/* line 506, scss/pages/_woo.scss */
.productContent__additional-image {
  width: 44px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin-right: 1.2em;
}
/* line 514, scss/pages/_woo.scss */
.productContent__additional-description {
  font-size: 1rem;
  line-height: 1.18em;
}
/* line 520, scss/pages/_woo.scss */
.productContent__buttons {
  display: flex;
  flex-direction: row;
  margin: auto 0 0 auto;
  max-width: 530px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  /* line 520, scss/pages/_woo.scss */
  .productContent__buttons {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    margin-left: 0;
  }
}
/* line 536, scss/pages/_woo.scss */
.productContent__button {
  margin-right: 1em;
}
@media screen and (max-width: 1200px) {
  /* line 536, scss/pages/_woo.scss */
  .productContent__button {
    margin-right: 0;
    margin-bottom: 0.3em;
  }
}
/* line 544, scss/pages/_woo.scss */
.productContent__button::after {
  content: "";
  display: block;
  width: 26px;
  height: 23px;
  background: url(img/icons.png) -292px -418px;
  margin-left: 1em;
}
/* line 553, scss/pages/_woo.scss */
.productContent__button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  /* line 553, scss/pages/_woo.scss */
  .productContent__button:last-child {
    margin-bottom: 0;
  }
}
/* line 561, scss/pages/_woo.scss */
.productContent__button-text {
  max-width: 180px;
  text-align: center;
}
/* line 567, scss/pages/_woo.scss */
.productContent__tabs {
  margin-top: 4em;
}

/* line 572, scss/pages/_woo.scss */
.flex-control-nav {
  list-style: none;
  margin-top: 1em;
  padding: 0 40px;
  position: relative;
}
/* line 578, scss/pages/_woo.scss */
.flex-control-nav .slick-slide {
  margin: 0 10px;
}
/* line 582, scss/pages/_woo.scss */
.flex-control-nav .slick-list {
  margin: 0 -10px;
}
/* line 586, scss/pages/_woo.scss */
.flex-control-nav .slick-arrow {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 0;
  display: block;
  width: 16px;
  height: 29px;
  background: url("img/icons.png") -157px -8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  filter: brightness(1.7);
  cursor: pointer;
}
/* line 601, scss/pages/_woo.scss */
.flex-control-nav .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg) scale(0.7);
  left: 10px;
}
/* line 606, scss/pages/_woo.scss */
.flex-control-nav .slick-arrow.slick-next {
  right: 10px;
}
/* line 611, scss/pages/_woo.scss */
.flex-control-nav img {
  height: 82px;
  object-fit: contain;
  object-position: center;
}

/* line 618, scss/pages/_woo.scss */
.woocommerce-product-gallery__trigger {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #F1F1F1;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
}
/* line 633, scss/pages/_woo.scss */
.woocommerce-product-gallery__trigger:hover, .woocommerce-product-gallery__trigger:focus {
  background-color: #F1F1F1;
}

/* line 638, scss/pages/_woo.scss */
.woocommerce-product-gallery__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* line 644, scss/pages/_woo.scss */
.wc-tabs {
  list-style: none;
  padding-left: 0;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-bottom: 2em;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 800px) {
  /* line 644, scss/pages/_woo.scss */
  .wc-tabs {
    align-items: center;
    justify-content: center;
    margin-bottom: 12rem;
    flex-direction: column;
    height: unset;
  }
  /* line 660, scss/pages/_woo.scss */
  .wc-tabs:before {
    display: none;
  }
  /* line 663, scss/pages/_woo.scss */
  .wc-tabs .recommended_products_tab {
    display: none;
  }
}
/* line 668, scss/pages/_woo.scss */
.wc-tabs::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #F1F1F1;
}
/* line 674, scss/pages/_woo.scss */
.wc-tabs li {
  margin-right: 2em;
}
/* line 677, scss/pages/_woo.scss */
.wc-tabs li:last-child {
  margin-right: 0;
}
/* line 681, scss/pages/_woo.scss */
.wc-tabs li.active {
  font-weight: bold;
}
/* line 685, scss/pages/_woo.scss */
.wc-tabs li a:hover, .wc-tabs li a:focus, .wc-tabs li.active a {
  text-decoration: underline;
  color: #595959;
}
@media (max-width: 767px) {
  /* line 674, scss/pages/_woo.scss */
  .wc-tabs li {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  /* line 691, scss/pages/_woo.scss */
  .wc-tabs li > a {
    font-size: 24px;
    padding: 25px 0 15px;
    display: block;
  }
  /* line 697, scss/pages/_woo.scss */
  .wc-tabs li:first-child > a {
    padding-top: 0;
  }
  /* line 704, scss/pages/_woo.scss */
  .wc-tabs li > div {
    display: block !important;
  }
}

/* line 711, scss/pages/_woo.scss */
.woocommerce-Tabs-panel {
  margin-bottom: 3em;
}
@media screen and (max-width: 800px) {
  /* line 711, scss/pages/_woo.scss */
  .woocommerce-Tabs-panel {
    margin-bottom: 1.5em;
  }
  /* line 716, scss/pages/_woo.scss */
  .woocommerce-Tabs-panel > h2, .woocommerce-Tabs-panel .holders__title {
    display: none;
  }
  /* line 719, scss/pages/_woo.scss */
  .woocommerce-Tabs-panel#tab-recommended_products {
    display: block !important;
  }
}
/* line 725, scss/pages/_woo.scss */
.woocommerce-Tabs-panel:last-child {
  margin-bottom: 0;
}
/* line 729, scss/pages/_woo.scss */
.woocommerce-Tabs-panel h2 {
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  /* line 729, scss/pages/_woo.scss */
  .woocommerce-Tabs-panel h2 {
    text-align: center;
  }
}
/* line 739, scss/pages/_woo.scss */
.woocommerce-Tabs-panel p {
  line-height: 1.18em;
}
@media (min-width: 768px) {
  /* line 743, scss/pages/_woo.scss */
  .woocommerce-Tabs-panel--display {
    display: block !important;
  }
}

/* line 751, scss/pages/_woo.scss */
.holder__grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  /* line 751, scss/pages/_woo.scss */
  .holder__grid {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  /* line 751, scss/pages/_woo.scss */
  .holder__grid {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/* line 771, scss/pages/_woo.scss */
.holder__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2em;
}
@media screen and (max-width: 700px) {
  /* line 771, scss/pages/_woo.scss */
  .holder__single {
    margin-right: 0;
  }
}
/* line 782, scss/pages/_woo.scss */
.holder__single:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  /* line 771, scss/pages/_woo.scss */
  .holder__single {
    margin-bottom: 1em;
  }
}
/* line 790, scss/pages/_woo.scss */
.holder__single-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
  margin-bottom: 1.5em;
}
/* line 798, scss/pages/_woo.scss */
.holder__single-dimensions {
  font-weight: bold;
}

/* line 803, scss/pages/_woo.scss */
.additional-info {
  width: 100%;
}
/* line 805, scss/pages/_woo.scss */
.additional-info__single {
  display: flex;
  flex-direction: row;
  background: #f9f9f9;
}
/* line 812, scss/pages/_woo.scss */
.additional-info__single:nth-child(even) {
  background: #fff;
}
/* line 815, scss/pages/_woo.scss */
.additional-info__single .left {
  font-weight: 700;
  width: 50%;
  padding: 10px 15px 10px 10px;
}
@media (max-width: 768px) {
  /* line 815, scss/pages/_woo.scss */
  .additional-info__single .left {
    padding: 5px;
  }
}
/* line 824, scss/pages/_woo.scss */
.additional-info__single .right {
  padding: 10px 0;
  width: 75%;
}
@media (max-width: 768px) {
  /* line 824, scss/pages/_woo.scss */
  .additional-info__single .right {
    width: 50%;
    padding: 5px;
    border-bottom: 0;
  }
}

/* line 837, scss/pages/_woo.scss */
.woocommerce.single-product .newsletter {
  margin-top: -8em;
}

/* line 841, scss/pages/_woo.scss */
.shop_table {
  width: 100%;
  border: 1px solid #C7C7C7;
}
/* line 845, scss/pages/_woo.scss */
.shop_table th {
  border-bottom: 1px solid #C7C7C7;
  padding: 10px 0;
  font-size: 0.93rem;
  text-align: center;
}
/* line 856, scss/pages/_woo.scss */
.shop_table td {
  text-align: center;
}
/* line 859, scss/pages/_woo.scss */
.shop_table td.product-thumbnail img {
  object-fit: contain;
  max-height: 110px;
  max-width: 110px;
  object-position: center center;
}
/* line 866, scss/pages/_woo.scss */
.shop_table td.product-remove {
  padding-left: 2em;
}
/* line 870, scss/pages/_woo.scss */
.shop_table td .remove {
  display: block;
  width: 19px;
  height: 24px;
  background: url(img/icons.png) -8px -149px;
  font-size: 0;
  transition: transform 0.3s ease;
  transform: translateY(0);
}
/* line 879, scss/pages/_woo.scss */
.shop_table td .remove:hover {
  transform: translateY(-3px);
}
/* line 885, scss/pages/_woo.scss */
.shop_table .coupon {
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 885, scss/pages/_woo.scss */
  .shop_table .coupon {
    float: initial;
  }
}
/* line 892, scss/pages/_woo.scss */
.shop_table .coupon .button {
  display: inline-block;
}
/* line 897, scss/pages/_woo.scss */
.shop_table .actions {
  padding: 1em 2em;
  border-top: 1px solid #C7C7C7;
}
/* line 901, scss/pages/_woo.scss */
.shop_table .actions button, .shop_table .actions input[type="submit"] {
  border: 0;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  /* line 901, scss/pages/_woo.scss */
  .shop_table .actions button, .shop_table .actions input[type="submit"] {
    margin: 0 auto;
  }
}
/* line 912, scss/pages/_woo.scss */
.shop_table .singleCart__update {
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 912, scss/pages/_woo.scss */
  .shop_table .singleCart__update {
    float: initial;
  }
}

/* line 921, scss/pages/_woo.scss */
.cart-collaterals {
  max-width: 592px;
  margin-left: auto;
  margin-top: 3em;
}
/* line 926, scss/pages/_woo.scss */
.cart-collaterals h2 {
  margin-bottom: 1em;
}
/* line 930, scss/pages/_woo.scss */
.cart-collaterals td, .cart-collaterals th {
  border-bottom: 1px solid #C7C7C7;
  padding: 0.5em 1em;
  font-weight: bold;
}
/* line 936, scss/pages/_woo.scss */
.cart-collaterals td {
  text-align: right;
}
/* line 941, scss/pages/_woo.scss */
.cart-collaterals .order-total td, .cart-collaterals .order-total th {
  border-bottom: 0;
}
/* line 946, scss/pages/_woo.scss */
.cart-collaterals .checkout-button {
  margin-top: 1em;
  width: 330px;
  margin-left: auto;
  height: 43px;
}
@media (max-width: 767px) {
  /* line 946, scss/pages/_woo.scss */
  .cart-collaterals .checkout-button {
    width: 70%;
    margin: 1em auto 0;
  }
}

/* line 958, scss/pages/_woo.scss */
.quantity .qty {
  width: 80px;
}

/* line 962, scss/pages/_woo.scss */
.breadcrumbs {
  font-size: 0.77rem;
  margin-top: 15px;
}

/* line 967, scss/pages/_woo.scss */
.woocommerce-cart-form {
  min-width: 600px;
}
@media screen and (max-width: 640px) {
  /* line 967, scss/pages/_woo.scss */
  .woocommerce-cart-form {
    min-width: unset;
  }
}

/* line 975, scss/pages/_woo.scss */
.woocommerce-MyAccount-navigation {
  width: 30%;
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 975, scss/pages/_woo.scss */
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
/* line 983, scss/pages/_woo.scss */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
/* line 987, scss/pages/_woo.scss */
.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 990, scss/pages/_woo.scss */
.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}
/* line 994, scss/pages/_woo.scss */
.woocommerce-MyAccount-navigation li a {
  padding: 0.8em 1.5em;
  background-color: #F1F1F1;
  display: block;
  transition: color 0.3s ease, background-color 0.3s ease;
}
/* line 1000, scss/pages/_woo.scss */
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li a:focus {
  background-color: #CD1F30;
  color: #fff;
}

/* line 1008, scss/pages/_woo.scss */
.woocommerce-MyAccount-content {
  width: 68%;
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 1008, scss/pages/_woo.scss */
  .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 1em;
  }
}

/* line 1018, scss/pages/_woo.scss */
.section .woocommerce::after {
  content: "";
  display: block;
  clear: both;
}

/* line 1025, scss/pages/_woo.scss */
.woocommerce-MyAccount-content h3 {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
/* line 1030, scss/pages/_woo.scss */
.woocommerce-MyAccount-content .woocommerce-form-row, .woocommerce-MyAccount-content .form-row {
  margin-bottom: 0.3em;
  display: flex;
  flex-direction: column;
}
/* line 1035, scss/pages/_woo.scss */
.woocommerce-MyAccount-content .woocommerce-form-row input, .woocommerce-MyAccount-content .woocommerce-form-row .select2-container--default .select2-selection--single, .woocommerce-MyAccount-content .form-row input, .woocommerce-MyAccount-content .form-row .select2-container--default .select2-selection--single {
  width: 100%;
  margin: 0.7em 0;
}
@media screen and (max-width: 768px) {
  /* line 1035, scss/pages/_woo.scss */
  .woocommerce-MyAccount-content .woocommerce-form-row input, .woocommerce-MyAccount-content .woocommerce-form-row .select2-container--default .select2-selection--single, .woocommerce-MyAccount-content .form-row input, .woocommerce-MyAccount-content .form-row .select2-container--default .select2-selection--single {
    margin: 0.3em 0;
  }
}
/* line 1044, scss/pages/_woo.scss */
.woocommerce-MyAccount-content .woocommerce-form-row:last-child, .woocommerce-MyAccount-content .form-row:last-child {
  margin-bottom: 0;
}
/* line 1048, scss/pages/_woo.scss */
.woocommerce-MyAccount-content .woocommerce-form-row span, .woocommerce-MyAccount-content .form-row span {
  color: #C7C7C7;
  margin-bottom: 0.4em;
}
/* line 1053, scss/pages/_woo.scss */
.woocommerce-MyAccount-content .woocommerce-form-row .required, .woocommerce-MyAccount-content .form-row .required {
  color: #CD1F30;
}
/* line 1058, scss/pages/_woo.scss */
.woocommerce-MyAccount-content button {
  cursor: pointer;
  margin-left: auto;
}

/* line 1064, scss/pages/_woo.scss */
.select2-container--default .select2-selection--single {
  border: 0;
}

/* line 1068, scss/pages/_woo.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
}

/* line 1072, scss/pages/_woo.scss */
#billing_address_2_field input {
  margin-top: 0;
}

/* line 1076, scss/pages/_woo.scss */
#billing_address_1_field input {
  margin-bottom: 0;
}

/* line 1080, scss/pages/_woo.scss */
.col2-set {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  /* line 1080, scss/pages/_woo.scss */
  .col2-set {
    flex-direction: column;
  }
}
/* line 1091, scss/pages/_woo.scss */
.col2-set .col-1, .col2-set .col-2 {
  flex-basis: 49%;
}
/* line 1095, scss/pages/_woo.scss */
.col2-set .form-row {
  display: flex;
}

/* line 1101, scss/pages/_woo.scss */
.woocommerce .woocommerce-billing-fields h3, .woocommerce .woocommerce-additional-fields h3 {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  /* line 1101, scss/pages/_woo.scss */
  .woocommerce .woocommerce-billing-fields h3, .woocommerce .woocommerce-additional-fields h3 {
    margin-top: 0.7em;
  }
}
/* line 1109, scss/pages/_woo.scss */
.woocommerce #order_review_heading {
  margin: 1.5em 0;
}
/* line 1113, scss/pages/_woo.scss */
.woocommerce .woocommerce-checkout-payment {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  /* line 1113, scss/pages/_woo.scss */
  .woocommerce .woocommerce-checkout-payment {
    margin-top: 0.7em;
  }
}
/* line 1120, scss/pages/_woo.scss */
.woocommerce .woocommerce-checkout-payment .button {
  background-color: #595959;
  color: #fff;
  margin-left: auto;
  border: 0;
}
/* line 1126, scss/pages/_woo.scss */
.woocommerce .woocommerce-checkout-payment .button:hover, .woocommerce .woocommerce-checkout-payment .button:focus {
  background-color: #CD1F30;
}
/* line 1132, scss/pages/_woo.scss */
.woocommerce .woocommerce-form {
  display: flex;
  flex-direction: column;
  border: 1px solid #C7C7C7;
  border-radius: 6px;
  padding: 1em;
}
/* line 1140, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-row, .woocommerce .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  /* line 1140, scss/pages/_woo.scss */
  .woocommerce .woocommerce-form-row, .woocommerce .form-row {
    margin-bottom: 0.5em;
  }
}
/* line 1149, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-row.create-account, .woocommerce .form-row.create-account {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  /* line 1149, scss/pages/_woo.scss */
  .woocommerce .woocommerce-form-row.create-account, .woocommerce .form-row.create-account {
    margin-bottom: 0.5em;
  }
}
/* line 1157, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-row:last-child, .woocommerce .form-row:last-child {
  margin-bottom: 0;
}
/* line 1161, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-row input, .woocommerce .woocommerce-form-row textarea, .woocommerce .form-row input, .woocommerce .form-row textarea {
  width: 100%;
}
/* line 1165, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-row input[type="radio"],
.woocommerce .woocommerce-form-row input[type="checkbox"], .woocommerce .form-row input[type="radio"],
.woocommerce .form-row input[type="checkbox"] {
  width: initial;
}
/* line 1170, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-row label, .woocommerce .form-row label {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  /* line 1170, scss/pages/_woo.scss */
  .woocommerce .woocommerce-form-row label, .woocommerce .form-row label {
    margin-bottom: 0.4em;
  }
}
/* line 1180, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row--wide) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 1185, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row--wide) .woocommerce-form__label {
  order: 2;
  margin-left: 1em;
}
/* line 1190, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row--wide) .woocommerce-form-login__submit {
  order: 1;
}
/* line 1195, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-login .lost_password {
  margin: 1em 0 0.4em;
}
/* line 1198, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-login .lost_password a {
  color: #CD1F30;
  font-weight: bold;
}
/* line 1202, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-login .lost_password a:hover, .woocommerce .woocommerce-form-login .lost_password a:focus {
  color: #595959;
}
/* line 1210, scss/pages/_woo.scss */
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  margin: 1em 0 0.5em;
}

/* line 1216, scss/pages/_woo.scss */
.u-columns h2 {
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  /* line 1216, scss/pages/_woo.scss */
  .u-columns h2 {
    text-align: center;
  }
}

/* line 1224, scss/pages/_woo.scss */
.woocommerce-checkout-review-order-table {
  border-spacing: 0;
}
/* line 1227, scss/pages/_woo.scss */
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
  text-align: left;
  padding: 1em 2em;
  border-bottom: 1px solid #C7C7C7;
}
/* line 1234, scss/pages/_woo.scss */
.woocommerce-checkout-review-order-table tfoot tr:last-child td, .woocommerce-checkout-review-order-table tfoot tr:last-child th {
  border-bottom: 0;
}

/* line 1240, scss/pages/_woo.scss */
#billing_address_1_field {
  margin-top: 1.7em;
}

/* line 1244, scss/pages/_woo.scss */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-template-rows: auto;
  grid-gap: 2em;
}
@media screen and (max-width: 1600px) {
  /* line 1244, scss/pages/_woo.scss */
  .products {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 1250px) {
  /* line 1244, scss/pages/_woo.scss */
  .products {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-row-gap: 1em;
  }
}
@media screen and (max-width: 1150px) {
  /* line 1244, scss/pages/_woo.scss */
  .products {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}

/* line 1267, scss/pages/_woo.scss */
.bestseller__products .products li:nth-child(n+4) {
  display: none;
}

/* line 1273, scss/pages/_woo.scss */
.woocommerce-checkout-payment {
  margin-top: 3em;
}
/* line 1276, scss/pages/_woo.scss */
.woocommerce-checkout-payment .wc_payment_methods {
  list-style: none;
}
/* line 1280, scss/pages/_woo.scss */
.woocommerce-checkout-payment .input-radio {
  display: block !important;
  margin-right: 1em;
}
/* line 1285, scss/pages/_woo.scss */
.woocommerce-checkout-payment .wc_payment_method {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2em 1.5em;
  background-color: #F1F1F1;
  border-radius: 10px;
  margin-bottom: 1em;
}
/* line 1295, scss/pages/_woo.scss */
.woocommerce-checkout-payment .payment_box {
  flex-basis: 100%;
  margin-top: 1em;
  line-height: 1.5;
}

/* line 1302, scss/pages/_woo.scss */
.woocommerce-pagination {
  margin-top: 2em;
}
/* line 1305, scss/pages/_woo.scss */
.woocommerce-pagination-arrow {
  display: block;
  width: 8px;
  height: 13px;
  background: url(img/icons.png) -340px -237px;
}
/* line 1311, scss/pages/_woo.scss */
.woocommerce-pagination-arrow--right {
  transform: rotate(180deg);
}
/* line 1316, scss/pages/_woo.scss */
.woocommerce-pagination .page-numbers {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #A4A4A4;
}
/* line 1325, scss/pages/_woo.scss */
.woocommerce-pagination .page-numbers li {
  margin-right: 1em;
  font-size: 1.375rem;
  font-weight: bold;
}
/* line 1330, scss/pages/_woo.scss */
.woocommerce-pagination .page-numbers li:last-child {
  margin-right: 0;
}
/* line 1335, scss/pages/_woo.scss */
.woocommerce-pagination .page-numbers .current {
  color: #CD1F30;
  text-decoration: underline;
}
/* line 1340, scss/pages/_woo.scss */
.woocommerce-pagination .page-numbers a {
  color: #A4A4A4;
}
/* line 1343, scss/pages/_woo.scss */
.woocommerce-pagination .page-numbers a:hover, .woocommerce-pagination .page-numbers a:focus {
  color: #CD1F30;
  text-decoration: underline;
}

/* line 1351, scss/pages/_woo.scss */
.shopFilters__nav {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 1358, scss/pages/_woo.scss */
.shopFilters__clear {
  width: 120px;
}

/* line 1363, scss/pages/_woo.scss */
.cont-404 h1 {
  padding: 40px 0;
  font-size: 28px;
  text-align: center;
}
/* line 1368, scss/pages/_woo.scss */
.cont-404 .page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 1373, scss/pages/_woo.scss */
.cont-404 .page-content p {
  margin-bottom: 20px;
}
/* line 1376, scss/pages/_woo.scss */
.cont-404 .page-content form {
  margin-bottom: 40px;
}
/* line 1378, scss/pages/_woo.scss */
.cont-404 .page-content form .inner-content {
  display: flex;
}
/* line 1380, scss/pages/_woo.scss */
.cont-404 .page-content form .inner-content input {
  border-radius: 0;
  margin: 0;
  height: 40px;
}
/* line 1386, scss/pages/_woo.scss */
.cont-404 .page-content form .inner-content input[type="submit"] {
  border: 0;
  background: #CD1F30;
  color: #fff;
  padding: 0 25px;
}

/* line 1397, scss/pages/_woo.scss */
.wc-item-meta, .woocommerce-order-overview {
  list-style-type: none !important;
}

/* line 1401, scss/pages/_woo.scss */
.bestsellers-page .woocommerceContent__filter {
  display: none;
}

/* line 1, scss/pages/_price.scss */
.price_slider {
  margin-bottom: 1em;
}

/* line 5, scss/pages/_price.scss */
.price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
/* line 10, scss/pages/_price.scss */
.price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}

/* line 16, scss/pages/_price.scss */
.ui-slider {
  position: relative;
  text-align: left;
}
/* line 20, scss/pages/_price.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #A4A4A4;
  border: 1px solid #707070;
  cursor: pointer;
  outline: none;
  top: -0.3em;
}
/* line 32, scss/pages/_price.scss */
.ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
/* line 37, scss/pages/_price.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: none repeat scroll 0 0 #E2E2E2;
}

/* line 46, scss/pages/_price.scss */
.price_slider_wrapper .ui-widget-content {
  margin-top: 1.5em;
  background-color: #707070;
}

/* line 51, scss/pages/_price.scss */
.price_slider_wrapper {
  display: flex;
  flex-direction: column-reverse;
}

/* line 56, scss/pages/_price.scss */
.ui-slider-horizontal {
  height: 3px;
}
/* line 59, scss/pages/_price.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
/* line 64, scss/pages/_price.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
/* line 68, scss/pages/_price.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/* line 73, scss/pages/_price.scss */
.price_label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 78, scss/pages/_price.scss */
.price_label span {
  min-width: 100px;
  height: 33px;
  border: 1px solid #A4A4A4;
  border-radius: 6px;
  padding: 0 1em;
  font-size: 1.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2, scss/pages/_lenses.scss */
.lenses-product h1 {
  display: none;
}
/* line 4, scss/pages/_lenses.scss */
.lenses-product h1 + .price {
  display: none !important;
}
/* line 8, scss/pages/_lenses.scss */
.lenses-product .lenses__buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* line 11, scss/pages/_lenses.scss */
  .lenses-product .lenses__buttons .lenses__button {
    margin-bottom: 1rem;
  }
}
/* line 16, scss/pages/_lenses.scss */
.lenses-product .lenses__buttons .woocommerce-variation {
  order: 1;
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-bottom: 2rem;
  color: #CD1F30;
  font-weight: bold;
}
/* line 25, scss/pages/_lenses.scss */
.lenses-product .lenses__buttons .button--red {
  order: 2;
}
/* line 28, scss/pages/_lenses.scss */
.lenses-product .lenses__buttons .woocommerce-variation-add-to-cart {
  order: 3;
}
/* line 30, scss/pages/_lenses.scss */
.lenses-product .lenses__buttons .woocommerce-variation-add-to-cart p {
  display: none;
}

/* line 37, scss/pages/_lenses.scss */
.lenses__form {
  margin-bottom: 16rem;
}
/* line 39, scss/pages/_lenses.scss */
.lenses__form .single_add_to_cart_button {
  background-color: #CD1F30;
  border-color: #CD1F30;
  color: #fff;
}
/* line 44, scss/pages/_lenses.scss */
.lenses__form .single_add_to_cart_button:hover, .lenses__form .single_add_to_cart_button:focus {
  background-color: #595959;
  border-color: #595959;
}
/* line 49, scss/pages/_lenses.scss */
.lenses__form .quantity {
  display: none !important;
}
/* line 52, scss/pages/_lenses.scss */
.lenses__form .variations {
  display: none;
}
/* line 56, scss/pages/_lenses.scss */
.lenses .product_meta {
  display: none;
}
/* line 59, scss/pages/_lenses.scss */
.lenses__title {
  font-size: 1.15rem;
  text-transform: uppercase;
  border-bottom: 2px solid #595959;
  padding-bottom: 5px;
  margin-bottom: 0.7em;
}
/* line 65, scss/pages/_lenses.scss */
.lenses__title.valid {
  display: flex;
}
/* line 67, scss/pages/_lenses.scss */
.lenses__title.valid:after {
  content: '\2713';
  color: green;
  margin-left: 5px;
}
/* line 79, scss/pages/_lenses.scss */
.lenses__kind {
  max-width: 590px;
  margin: 3em auto 2em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 1em;
}
@media screen and (max-width: 600px) {
  /* line 79, scss/pages/_lenses.scss */
  .lenses__kind {
    grid-template-columns: 1fr;
  }
}
/* line 90, scss/pages/_lenses.scss */
.lenses__kind-single {
  padding: 0 1em;
  display: flex;
  height: 36px;
  flex-direction: row;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 10px;
  width: 170px;
  margin: 0 auto;
  justify-content: center;
}
/* line 103, scss/pages/_lenses.scss */
.lenses__kind-radio {
  margin-right: 12px;
}
/* line 108, scss/pages/_lenses.scss */
.lenses__table {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: fit-content;
  margin: 3em auto 2em;
}
/* line 116, scss/pages/_lenses.scss */
.lenses__spacing {
  display: block;
  width: fit-content;
  margin: 3em auto;
  text-decoration: underline;
}
/* line 123, scss/pages/_lenses.scss */
.lenses__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
}
/* line 131, scss/pages/_lenses.scss */
.lenses__error {
  width: 100%;
  display: block;
  background-color: #CD1F30;
  margin-top: 2em;
  color: #fff;
  padding: 1em 2em;
}
/* line 140, scss/pages/_lenses.scss */
.lenses__wrong {
  border-color: #CD1F30;
  box-shadow: 0px 0px 9px -2px rgba(237, 14, 14, 0.27);
}
/* line 145, scss/pages/_lenses.scss */
.lenses__correct {
  border-color: #1FCD1F;
  box-shadow: 0px 0px 9px -2px rgba(31, 205, 31, 0.27);
}
/* line 150, scss/pages/_lenses.scss */
.lenses__button, .lenses .single_add_to_cart_button {
  margin-right: 1.5em;
  height: 62px;
}
/* line 154, scss/pages/_lenses.scss */
.lenses__button::after, .lenses .single_add_to_cart_button::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  width: 24px;
  height: 24px;
  background: url(img/icons.png) -10px -109px;
}
/* line 164, scss/pages/_lenses.scss */
.lenses .single_add_to_cart_button:after {
  background-position: -110px -55px;
}

/* line 173, scss/pages/_lenses.scss */
.table__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 100%;
}
/* line 181, scss/pages/_lenses.scss */
.table__row--nowrap {
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  /* line 181, scss/pages/_lenses.scss */
  .table__row--nowrap {
    white-space: inherit;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0.6em 0;
  }
}
/* line 194, scss/pages/_lenses.scss */
.table__row--nowrap .table__single--title {
  margin-left: -3.7em;
}
@media screen and (max-width: 800px) {
  /* line 194, scss/pages/_lenses.scss */
  .table__row--nowrap .table__single--title {
    margin-left: 0;
  }
}
/* line 204, scss/pages/_lenses.scss */
.table__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 800px) {
  /* line 204, scss/pages/_lenses.scss */
  .table__label {
    position: initial;
    transform: none;
    top: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* line 219, scss/pages/_lenses.scss */
  .table__label input {
    margin-bottom: 0.4em;
  }
}
/* line 225, scss/pages/_lenses.scss */
.table__single {
  margin-bottom: 0.7em;
  flex-basis: 30%;
}
/* line 229, scss/pages/_lenses.scss */
.table__single--bold {
  font-weight: bold;
  text-align: center;
}
/* line 234, scss/pages/_lenses.scss */
.table__single--title {
  font-weight: bold;
  text-align: right;
}
/* line 239, scss/pages/_lenses.scss */
.table__single--bigger {
  flex-basis: 66.6%;
  margin-left: 1.1em;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  /* line 239, scss/pages/_lenses.scss */
  .table__single--bigger {
    margin-left: 0;
    flex-basis: auto;
    flex-grow: 1;
  }
}
/* line 252, scss/pages/_lenses.scss */
.table__single--select {
  width: 130px;
}
/* line 256, scss/pages/_lenses.scss */
.table__single select {
  width: 100%;
}

/* line 262, scss/pages/_lenses.scss */
.lensesType {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 2em 4em;
  margin: 3em 0 2em;
}
@media screen and (max-width: 1100px) {
  /* line 262, scss/pages/_lenses.scss */
  .lensesType {
    grid-gap: 1em;
  }
}
/* line 272, scss/pages/_lenses.scss */
.lensesType__name {
  text-align: left;
}
/* line 276, scss/pages/_lenses.scss */
.lensesType--anti {
  grid-gap: 2em;
}
@media screen and (max-width: 1100px) {
  /* line 276, scss/pages/_lenses.scss */
  .lensesType--anti {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
  /* line 282, scss/pages/_lenses.scss */
  .lensesType--anti .lensesBox__description {
    grid-column: auto;
  }
}

/* line 289, scss/pages/_lenses.scss */
.lensesBox {
  background-color: #FBFBFB;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 3px solid #5493FF;
}
/* line 295, scss/pages/_lenses.scss */
.lensesBox.default-ar {
  display: none;
}
/* line 300, scss/pages/_lenses.scss */
.lensesBox .lensesBox__label label > .price {
  display: none;
}
/* line 305, scss/pages/_lenses.scss */
.lensesBox__header {
  padding: 2em 1em;
  display: flex;
  margin-bottom: 1em;
  flex-direction: column;
  align-items: center;
}
/* line 313, scss/pages/_lenses.scss */
.lensesBox__stars {
  display: none;
  flex-direction: row;
  justify-content: center;
}
/* line 319, scss/pages/_lenses.scss */
.lensesBox__title {
  font-size: 1.15rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.4em;
  text-align: center;
}
/* line 327, scss/pages/_lenses.scss */
.lensesBox__description {
  text-align: left;
  grid-column: auto / 1;
  list-style: none;
}
@media screen and (max-width: 900px) {
  /* line 327, scss/pages/_lenses.scss */
  .lensesBox__description {
    display: none;
  }
}
/* line 338, scss/pages/_lenses.scss */
.lensesBox__description-item {
  height: 128px;
  display: flex;
  align-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
/* line 345, scss/pages/_lenses.scss */
.lensesBox__description--anti .lensesBox__description-item {
  height: 48px;
}
/* line 351, scss/pages/_lenses.scss */
.lensesBox__name {
  padding: 15px 0;
  display: block;
}
/* line 356, scss/pages/_lenses.scss */
.lensesBox__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding-bottom: 2em;
  font-size: 1.15rem;
}
/* line 365, scss/pages/_lenses.scss */
.lensesBox__label input {
  width: 26px;
  height: 26px;
}
/* line 370, scss/pages/_lenses.scss */
.lensesBox__label label {
  margin-top: 1em;
}
/* line 375, scss/pages/_lenses.scss */
.lensesBox__options {
  margin-bottom: 2em;
  list-style: none;
  padding: 0 10px;
}
/* line 382, scss/pages/_lenses.scss */
.lensesBox__options-item {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 128px;
}
/* line 393, scss/pages/_lenses.scss */
.lensesBox__options--checklist {
  padding: 3px 0;
}
/* line 396, scss/pages/_lenses.scss */
.lensesBox__options--checklist .lensesBox__options-item {
  height: 48px;
  border-bottom: 0;
}
/* line 400, scss/pages/_lenses.scss */
.lensesBox__options--checklist .lensesBox__options-item:last-child {
  border-bottom: 1px solid #E2E2E2;
}
/* line 407, scss/pages/_lenses.scss */
.lensesBox__checked {
  width: 24px;
  height: 18px;
  background: url(img/icons.png) -234px -108px;
  display: block;
  margin: 0 auto;
  transform: scale(0.9);
}
/* line 416, scss/pages/_lenses.scss */
.lensesBox__star {
  display: block;
  width: 24px;
  height: 29px;
  background: url(img/icons.png) -61px -60px;
  margin-left: 10px;
}
/* line 423, scss/pages/_lenses.scss */
.lensesBox__star:first-child {
  margin-left: 0;
}
/* line 427, scss/pages/_lenses.scss */
.lensesBox__star--gray {
  background: url(img/icons.png) -111px -10px;
}
/* line 432, scss/pages/_lenses.scss */
.lensesBox--green {
  border-top-color: #62CE3C;
}
/* line 436, scss/pages/_lenses.scss */
.lensesBox--yellow {
  border-top-color: #E9C200;
}
/* line 440, scss/pages/_lenses.scss */
.lensesBox--red {
  border-top-color: #CD1F30;
}

/* line 448, scss/pages/_lenses.scss */
.lenses-cart-row .product-name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 453, scss/pages/_lenses.scss */
.lenses-cart-row .product-name .variation {
  margin-left: 5px;
}
@media (max-width: 767px) {
  /* line 453, scss/pages/_lenses.scss */
  .lenses-cart-row .product-name .variation {
    margin-left: 0;
  }
}
/* line 458, scss/pages/_lenses.scss */
.lenses-cart-row .product-name .variation dt {
  display: inline-block;
}

/* line 465, scss/pages/_lenses.scss */
.shop_table td.product-thumbnail img {
  max-height: 60px;
}
@media (max-width: 767px) {
  /* line 465, scss/pages/_lenses.scss */
  .shop_table td.product-thumbnail img {
    width: 60px;
    height: auto;
    padding: 5px;
  }
}

/* line 474, scss/pages/_lenses.scss */
.shop_table td {
  padding: 5px;
}
@media (max-width: 767px) {
  /* line 478, scss/pages/_lenses.scss */
  .shop_table .product-name {
    padding: 5px;
  }
  /* line 481, scss/pages/_lenses.scss */
  .shop_table td.product-remove {
    padding-left: 1em;
  }
}
/* line 486, scss/pages/_lenses.scss */
.shop_table .separator {
  min-height: 40px;
}
/* line 489, scss/pages/_lenses.scss */
.shop_table .product-name {
  text-align: left;
}
/* line 492, scss/pages/_lenses.scss */
.shop_table .prescription-container {
  text-align: left;
}
/* line 494, scss/pages/_lenses.scss */
.shop_table .prescription-container > td {
  padding: 15px 35px;
  text-align: left;
}
/* line 497, scss/pages/_lenses.scss */
.shop_table .prescription-container > td .prescription-header {
  margin-bottom: 10px;
}
/* line 500, scss/pages/_lenses.scss */
.shop_table .prescription-container > td table {
  width: 40%;
}
/* line 504, scss/pages/_lenses.scss */
.shop_table .prescription-container > td table .head td {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
/* line 511, scss/pages/_lenses.scss */
.shop_table .prescription-container > td table tr td {
  text-align: left;
  padding: 10px;
}

/* line 521, scss/pages/_lenses.scss */
.how-to-pd {
  margin-top: 15px;
}
/* line 523, scss/pages/_lenses.scss */
.how-to-pd .table__label {
  padding-left: 5px;
}
/* line 525, scss/pages/_lenses.scss */
.how-to-pd .table__label a {
  text-decoration: underline;
}

/* line 530, scss/pages/_lenses.scss */
.prescription-alerts {
  background: #CD1F30;
  padding: 15px;
  color: #fff;
  width: 30%;
  margin: auto;
  display: none;
}
@media (max-width: 767px) {
  /* line 530, scss/pages/_lenses.scss */
  .prescription-alerts {
    width: 100%;
  }
}

/* line 541, scss/pages/_lenses.scss */
.lensesBox__options--checklist-mobile {
  list-style-type: none;
  margin-bottom: 15px;
}
/* line 544, scss/pages/_lenses.scss */
.lensesBox__options--checklist-mobile li {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 541, scss/pages/_lenses.scss */
  .lensesBox__options--checklist-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 551, scss/pages/_lenses.scss */
  .lensesBox__options--checklist {
    display: none;
  }
}

/* line 556, scss/pages/_lenses.scss */
.table__single--title {
  text-align: left;
}

/* line 559, scss/pages/_lenses.scss */
.table__label.links {
  display: flex;
  flex-direction: row;
}
/* line 563, scss/pages/_lenses.scss */
.table__label.links a:last-child {
  margin-left: 15px;
}

/* line 568, scss/pages/_lenses.scss */
.nikon-link {
  text-align: center;
  margin: 15px 0 25px 0;
}
/* line 571, scss/pages/_lenses.scss */
.nikon-link a {
  text-decoration: underline;
}

/* line 2, scss/pages/_single.scss */
.singlePost__headline {
  font-size: 2rem;
  margin: 0.5em 0;
}
/* line 7, scss/pages/_single.scss */
.singlePost__image {
  width: 100%;
  object-position: center;
  object-fit: cover;
}

/* Mój CSS ///////////////////////////////////////////////////////////*/
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 1024px) {
	.cennik-lista {
		max-width: 60%;
	}
}
.cennik-lista {
	max-width: 90%;
	padding: 20px 0;
	margin-left: auto;
	margin-right: auto;
}
.cennik-img img{
	text-align: center;
	max-width: 400px !important;
	margin-left: auto; !important;
	margin-right: auto; !important;
	margin: 20px 0;
}
.cennik-img .wp-block-media-text__media{
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.cennik-img img{
	margin: 20px 0;
	}
}
.cennik-tekst3 {
	padding: 20px 0;
	text-align: center;
}
.cennik-tekst3 a{
	color: #ff0000;
	font-weight: 700;
}
.cennik-tekst3 a: hover{
	text-decoration: underline;
}
.cennik-tekst4 {
	padding: 30px 0;
	text-align: center;
}
.cennik-tabela table tr td{
	padding: 8px 15px;
}
.cennik-tabela {
	border: 0px solid black;
	margin-bottom: 30px;
}
.cennik-tabela table {
    border-spacing: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
.cennik-legenda {
	margin-top: 7px;
	margin-bottom: 7px
}
@media screen and (min-width: 1024px) {
	.cennik-legenda {
		margin-left: auto;
		margin-right: auto;
		max-width: 70%;
	}
}
@media screen and (min-width: 1024px) {
.header__main {
	height: 80px;
	}
}
@media screen and (min-width: 1024px) {
	.bestseller .section__title {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
.nav__link {
	padding-right: 1em;
	padding-left: 1em; 
}
.price {
	font-weight: 300;
}
.productSingle__price {
    font-size: 1.35rem;
}
.newsletter {
	border-radius: 5px; 
}


.shopFilters__name {
    border-radius: 2px;
}
.shopFilters__nav {
	border-radius: 2px;
}
.shopFilters__nav-item{
	border-radius: 2px;
}
.shopFilters__nav-color {
	border-radius: 2px 0 0 2px;
}
.shopFilters__nav-item.shopFilters__nav--color-item .shopFilters__nav-value {
	border-radius: 0 2px 2px 0; 
}
.price_label span {
	border-radius: 2px;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.3em;
}
.ui-slider .ui-slider-handle:last-child {
    margin-left: -.7em;
}
.shopFilters::after {
    background-color: #fff;
}
.woocommerce-pagination .page-numbers {
	font-weight: 400;
}
.shopFilters > div {
    padding: 0em 0 0em;
}
@media screen and (max-width: 1000px){
.hero__single img {
    margin-left: -40%;
	}}
.brands__title { 
color: white;	
}
.custom-baner .content .title {
text-shadow: 0em 0em 0.15em rgba(0,0,0,0.8);
text-transform: uppercase;
font-size: 35px;
}
.custom-baner {
    height: 335px; 
	max-height: 335px;
}
.shopFilters__filter {
	text-decoration: none;
}
.shopFilters__filter:hover {
	text-decoration: underline;
	color: #595959;
}
.shopFilters__filter:first-child {
    background-color: #CD1F30;
	padding: 10px 20px;
	color: #FFF;
	border-radius: 5px;
}

.shopFilters__filter:first-child:hover {
	background-color: #db0f23;
	text-decoration: none;
}
/*  Dlaczego warto kupić okulary... */
.title-dlaczego {
	margin-top: 0px !important;
}

.line-dlaczego {
	width: 15%; !important;
	border: #cf2e2e solid 1px; 
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 1024px) {
.text-dlaczego {
	width: 75%;
	margin-left: auto!important;
	margin-right: auto!important;
	}}

.okulary-przez-internet-lista {
	margin-left: 20px;
}

@media screen and (max-width: 1024px) {
.img-dlaczego {
	margin-top: 40px;
	}}

/*  ////////////////////////////////// */

@media screen and (max-width: 1024px) {
.custom-baner .content .title { 
font-size: 28px;
	}}

@media screen and (max-width: 1024px) {
.custom-baner .content .subtitle {
    font-size: 20px;
	}}


.button {
    border-radius: 0px;
	
}

.blogSingle__button{
	margin-left: auto;
	margin-right: auto;
}


.productContent__buttons {
    display: block !important;
    flex-direction: row!important;
    margin: auto 0 0 0!important;
    max-width: 100%!important;
}
.productContent__button-text {
    max-width: 100%!important;
}
.button--woocommerce { 
	justify-content: center!important;
}

/* kup oprawę z soczewkami*/
.lenses-buy {
	width: 100%;
	border-radius: 3px;
}
/* kup oprawę*/
.product_type_simple {
	width: 100%;
	margin-top: 10px;
	border-radius: 3px;
}

@media (max-width: 800px){
	.button--woocommerce.productContent__button { 
	width: 100%;
}}



/* wróć do oprawek */
.lenses__button{
	border-radius: 3px;
	background-color: #595959;
	border-color: #595959;
}
.lenses__button:hover {
	background-color: #CD1F30!important;
	border-color: #CD1F30!important;
}

/* Soczewki / Dodaj do koszyka */
.single_add_to_cart_button {
	border-radius: 3px;
}

@media (max-width: 800px){
.lenses__button, .lenses .single_add_to_cart_button { 
	margin-right: 0px;
	width: 100%;
	}}
@media (max-width: 800px){
	.lenses-product .lenses__buttons .woocommerce-variation-add-to-cart  {
		width: 100%!important;
	}
}

#shipping_method { 
	list-style: none;
}
#shipping_method label {
	padding-left: 5px;
}

.page-id-17 .infoBoxes {
    width: 100%;
}

@media (min-width: 800px){
	.container--small {
    width: 80%;
	max-width: 1170px; 
}
}
@media (max-width: 800px){
.lensesBox__header {
	padding: 1em 1em;
    margin-bottom: 0em;
}

.lensesBox__options-item { 
 height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	}}

.lensesBox__label {
	flex-direction: row;
}
.lensesBox__label label {
	margin-top: 0px;
	margin-left: 1em;
}
.lensesBox__options--checklist-mobile{
	border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
	padding-top: 15px;
    padding-bottom: 15px;
}

.lensesBox__options--checklist-mobile {
    margin-bottom: 2em;
	margin-left: 10px;
	margin-right: 10px;
}
.lensesBox__label .price {
	font-weight: 700;
}
}

.cart-totals table tr td {
	font-weight: 400;
}
.woocommerce-shipping-totals td {
	font-weight: 400;
}

.woocommerce-shipping-calculator {
	margin-top: 10px;
	font-weight: 700;
}
.select2-container { 
	margin: 15px 0;
}
#open-geowidget { 
	margin-left: 10px;
	font-weight: 700;
}



/* ---------------------------------------------------- 
 * ----------------------------------------------------  
 * ---------------------------------------------------- Custom Code */
@font-face {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    src: 
    url('/wp-content/themes/Optyk/fonts/icomoon/font/IcoMoon.woff') format('woff'),
    url('/wp-content/themes/Optyk/fonts/icomoon/font/IcoMoon.ttf') format('truetype'),
    url('/wp-content/themes/Optyk/fonts/icomoon/font/IcoMoon.otf') format('opentype');
    font-weight: normal;
}
p {
	line-height: 24px;
}
@media screen and (min-width: 1080px) {
	li.nav__item.nav__item--parent:not(.nav__item--mega) .nav__sub-menu {
		display: none;
	}
	li.nav__item.nav__item--parent:not(.nav__item--mega):hover .nav__sub-menu {
		display: block;
		position: absolute;
		background: #fff;
		padding: 15px;
		border: solid 1px #ddd;
	}
	ul:not(.buttonLabel) li.nav__item.nav__item--parent a {
		position: relative;
	}
	li.nav__item.nav__item--parent a:after {
		content: '\f078';
		font-family: FontAwesome;
		display: inline-block;
		position: absolute;
		font-size: 12px;
		right: 0;
	}
	li.nav__item.nav__item--parent ul li a:after {
		display: none;
	}
}
.main section .container .text-content ul {
	margin: 20px 0;
	padding-left: 20px;
}
.main section .container .text-content a {
	color: #CD1F30;
}
.main section .container .text-content a:hover {
	color: #333;
}

/* ---------------------------------------------------- Produkt */
@media screen and (min-width: 1000px) {
	.productContent__image .woocommerce-product-gallery .flex-direction-nav {
		top: 35%;
	}
	.flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider button {
		display: none;
	}
}

/* ---------------------------------------------------- Oferta - Single */
body.single-oferta #breadcrumbs {
	display: none;
}
body.single-oferta .secondContent {
	background-color: #fafbfc;
}
body.single-oferta .offerContent .container,
body.single-oferta .secondContent .container,
body.single-oferta .lastContent {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
body.single-oferta .leftColumn,
body.single-oferta .rightColumn {
	width: 50%;
}
body.single-oferta .leftColumn {
	width: 45.5%;
	margin-right: 4.5%;
}
body.single-oferta #post-content .column.right {
	display: none;
}
body.single-oferta .quote {
	max-width: 1200px;
	margin: 0 auto;
}
body.single-oferta .quote blockquote,
body.single-oferta .titleColumn blockquote {
	max-width: 70%;
	margin: 30px auto;
	padding-left: 15px;
	text-align: center;
	border-left: solid 5px #e02b20;
	color: #353535;
	font-weight: 600;
	font-size: 18px;
}
.tresc-full.container {
	flex-direction: column;
}
.tresc-full.container h2,	
.tresc-full.container p {
	max-width: 80%;
	margin: 0 auto;
}
.tresc-full.container h2,
.titleColumn h2 {
	position: relative;
	margin-bottom: 40px;
}
.tresc-full.container h2:after,
.titleColumn h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100px;
	margin-bottom: -10px;
	height: 2px;
	background-color: #e02b20;
	left: calc(50% - 50px);
}
/* Hasła */
body.single-oferta section.bgContent {
	height: 400px;
	padding: 50px 0;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body.single-oferta section.bgContent:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
body.single-oferta section.bgContent .container {
	max-width: 80%;
	padding: 0 10%;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
body.single-oferta section.bgContent .container p {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
body.single-oferta section.bgContent .container p a:hover {
	opacity: .5;
}
body.single-oferta section.bgContent .container p a {
	border: solid 1px #fff;
	padding: 8px 15px;
	color: #fff;
	text-transform: uppercase;
	transition-duration: .3s;
	min-width: 250px;
	position: relative;
	display: block;
	margin-left: 50px;
}
body.single-oferta section.bgContent .container a:hover {
	background-color: #fff;
	color: #6d6d6d;
}
/* Last Content */
.offerContent .titleColumn h2 {
	text-align: center;
	margin-top: 50px;
}
.offerContent:nth-child(odd) .lastContent {
	flex-direction: row-reverse;
}
.offerContent:nth-child(odd) .lastContent .leftColumn {
	width: 50%;
	margin-right: 0;
}
.offerContent:nth-child(odd) .lastContent .rightColumn {
	width: 45.5%;
	margin-right: 4.5%;
}
body.single-oferta .rightColumn img {
	width: 100%;
	display: block; 
}
/* Promocje */
	body.three-four.single-oferta .leftColumn {
		width: 30%;
	}
	body.three-four.single-oferta .rightColumn {
		width: 65%;
	}

/* ---------------------------------------------------- Salony - All */
#main-content {
	padding: 80px 0;
}
#main-content .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main-content .container .text-content {
	max-width: 65%;
}
#main-content .container .main-featured {
	max-width: 35%;
}
#salons-list {
	background-color: #fafbfc;
	padding: 50px 0;
}
#salons-list .container {
	display: flex;
	flex-wrap: wrap;
}
#salons-list .single-salon {
	width: 22.75%;
	margin-right: 3%;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
}
#salons-list .single-salon:nth-child(4n) {
	margin-right: 0;
}
#salons-list .single-salon h2 {
	position: relative;
	margin-bottom: 20px;
}
#salons-list .single-salon h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	margin-bottom: -8px;
	width: 20%;
	transition-duration: .3s;
	background-color: #595959;
}
#salons-list .single-salon:hover h2:after {
	width: 80%;
}
#salons-list .single-salon .street,
#salons-list .single-salon .hours,
#salons-list .single-salon .phone {
	position: relative;
	padding-left: 40px;
	margin: 10px 0;
	display: flex;
	align-items: center;
}
#salons-list .single-salon .street:before,
#salons-list .single-salon .hours:before,
#salons-list .single-salon .phone:before {
	content: '';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	font-size: 20px;
	display: flex;
	align-items: center;
}
#salons-list .single-salon .street:before {
	content: '\f041';
}
#salons-list .single-salon .hours:before {
	content: '\f017';
}
#salons-list .single-salon .phone:before {
	content: '\f095';
}
#salons-list .single-salon a.link {
	color: #e00404;
	font-weight: 600;
	text-align: center;
	display: block;
	margin: 15px 0;
} 
#salons-list .single-salon a.link:hover {
	opacity: 0.8;
}
#mapa-google iframe {
	max-width: 100%;
}

/* ---------------------------------------------------- Salony - Header */

body.salony-template-default.single .main .titles h2,
body.salony-template-default.single .main .titles h3 {
	margin-bottom: 20px;
}
body.salony-template-default.single .main .titles h3 {
	margin-top: 30px;
}
#title-header {
	position: relative;	
}
#title-header,
#title-header img {
	max-height: 335px;	
}
#title-header .titles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: radial-gradient(circle at center,rgba(99,99,99,0.48) 100%,rgba(117,117,117,0.84) 100%);
}
#title-header .titles h1,
#title-header .titles p {
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 800;
	color: #fff;
	text-align: center;
	text-shadow: 0em 0em 0.15em rgba(0,0,0,0.8);
}
#title-header .titles h1 {
	font-size: 40px;
	text-transform: uppercase;
}
#title-header .titles p {
	font-size: 30px;
	position: relative;
	padding-top: 10px;
}
#title-header .titles p:before {
	content: '';
	height: 4px;
	width: 90px;
	background-color: #CD1F30;
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%);
}
#title-header .titles .secondAddress {
	margin-left: 20px;
	padding-left: 10px;
	position: relative;
}
#title-header .titles .secondAddress:before {
	content: '/';
	color: #CD1F30;
	position: absolute;
	top: 5px;
	left: -10px;
	display: inline-block;
}
body.single-salony .container .breadcrumbs {
	display: none;
}

/* ---------------------------------------------------- Salony - Main Info Content */
#toc_container a {
	color: #CD1F30;
}	
.mainInfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto;
}
.mainInfo > div {
	position: relative;
	padding-left: 80px;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.mainInfo > div:before {
	content: '';
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	padding: 10px;
	color: #fff;
	/* background-color: #CD1F30; */
	border-radius: 100%;
	font-size: 30px;
	text-align: center;
	background-repeat: no-repeat;
}
.mainInfo .place:before {
	/* content: '\f041'; */
	background-image: url('/wp-content/uploads/2021/12/placeholder.svg');
	background-size: 50px;
}
.mainInfo .place,
.mainInfo .phone {
	transition-duration: .3s;
}
.mainInfo .place:hover,
.mainInfo .phone:hover {
	transform: scale(1.1);
}
.mainInfo .phone:before {
	/* content: '\f095'; */
	background-image: url('/wp-content/uploads/2021/12/phone.svg');
	background-size: 50px;
}
.mainInfo .time:before {
	/* content: '\f017'; */
	background-image: url('/wp-content/uploads/2021/12/time.svg');
	background-size: 50px;
	background-color: transparent;
	padding: 0;
	color: #CD1F30;
	font-size: 50px;
}

/* ---------------------------------------------------- Salony - Main Content */
body.single-salony .pageContent {
	margin: 0 auto;
}
section.mainContent {
	background-color: #fafbfc;
	padding: 40px 0;
}
section.mainContent #toc_container.toc_transparent {
	display: block !important;
	border: none;
}
section.mainContent .container {
	display: flex;
	align-items: flex-start;
}
section.mainContent .side-content,
section.mainContent .side-image {
	width: 47.25%;
	margin-right: 5.5%;
}
section.mainContent > div:first-child {
	margin-right: 5.5%;
}
.side-content .text-content {
	margin-right: 5.5%;
}

/* ---------------------------------------------------- Salony - Social Content */
.socialContent {
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}	
.socialContent > div {
	width: 47.25%;
}
.socialContent > div:first-of-type {    
	margin-right: 5.5%;
}
.side-social-text h3:first-of-type {
	font-weight: 600;
	font-size: 26px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.side-social-text h3:first-of-type:after {
	content: '';
	height: 4px;
	width: 90px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%);
	display: block;
	margin: 0 auto -8px auto;
	background-color: #CD1F30;
	position: absolute;
}

/* ---------------------------------------------------- Salony - Additional Content */
section.additionalContent .contentBlock:nth-child(odd) .container > div:first-of-type,
section.additionalContent .contentBlock:nth-child(even) .container > div:last-of-type {
	margin-right: 0;
	margin-left: 0;
}	
section.additionalContent {
	width: 100%;
	max-width: 100%;
}	
section.additionalContent .contentBlock:nth-child(even) {
	background-color: #fafbfc;
}
section.additionalContent .contentBlock:nth-child(odd) .container {
	flex-direction: row-reverse;
}		
section.additionalContent .contentBlock .container  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 40px 0;
	width: 80%;
	max-width: 1170px;
}
section.additionalContent .contentBlock .container .text-content,
section.additionalContent .contentBlock .container .image-content {
	width: 47.25%;
	display: flex;
	flex-direction: column;
}
section.additionalContent .contentBlock:nth-child(even) .container .text-content {
	order: 2;
}
section.additionalContent .contentBlock:nth-child(even) .container .image-content {
	order: 1;
}
section.additionalContent .contentBlock:nth-child(even) .container {
	flex-direction: row-reverse;
}

/* ---------------------------------------------------- Blog */
.posts-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.posts-list .blogSingle {
	width: 31%;
	margin: 0 1% 30px 1%;
	max-width: 31%;
}
.posts-list .blogSingle .blogSingle__content {
	display: block;
	padding: 15px;
	width: 100%;
	position: relative;
	box-shadow: 4px 4px 4px #ccc;
	min-height: 110px;
}
.posts-list .blogSingle .blogSingle__content h2 {
	font-size: 24px;
}
.posts-list .blogSingle__headline::after {
	display: none;
}
.posts-list .blogSingle .postThumb {
	position: relative;
	overflow: hidden;
}
.posts-list .blogSingle .postThumb img {
	transition-duration: .3s;
	min-height: 250px;
		height: 250px;
	max-height: 250px;
	object-fit: cover;
}
.posts-list .blogSingle:hover img {
	transform: scale(1.1);
}
.posts-list .blogSingle .blogSingle__image.wp-post-image {
	width: 100%;
}
.posts-list .blogSingle__description,
.posts-list a.blogSingle__button.button {
	display: none;
}
.posts-list .post-date {
	padding: 8px 8px 0 0;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}
.posts-list .post-date i {
	font-size: 14px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.pagination.side {
	margin: 0 0 80px 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.pagination.side a {
	color: #CD1F30;
	background-color: #fff;
	border: solid 1px #CD1F30; 
	padding: 10px;
	margin: 0 10px;
}
.pagination.side a:hover,
.pagination.side .page-numbers.current {
	color: #fff;
	background-color: #CD1F30;
	border: solid 1px #CD1F30; 
	padding: 10px;
	margin: 0 10px;
}

/* ---------------------------------------------------- Blog - Single */
	#post-content {
		max-width: 80%;
		margin: -100px auto 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#post-content .column {
		background-color: #fff;
	}
	#post-content .column.left {
		width: 65%;
	}
	#post-content .column.right {
		width: 33%;
		padding: 50px 15px 15px 25px;
	}
	#post-content .column.right h3.widget-title {
		margin-bottom: 20px;
	}
	#post-content .container {
		padding: 50px;
		width: 100%;
	}
	#post-content .singleContent:nth-child(odd) {
		background-color: #f4f4f4;
	}
	#post-content .container h2 {
		margin-bottom: 20px;
	}
	#post-content #under-title {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.container #breadcrumbs.breadcrumbs {
		display: none;
	}
	#post-content #breadcrumbs.breadcrumbs {
		display: block;
	}
	#post-content #under-title .breadcrumb-container {
		margin-right: 30px;
		min-width: 20%;
		display: none;
	}
	#post-content .column.left p {
		line-height: 28px;
		margin: 12px 0;
	}
	#post-content .column.left ol {
		padding-left: 15px;
		width: 85%;
	}
	#post-content .column.left li {
		margin: 8px 0;
		line-height: 24px;
	}
	.post-date {
		font-size: 16px;
		padding-left: 0;
	}
	.post-date i {
		margin-right: 8px;
	}
	.rpwwt-post-date {
		font-size: 13px;
	}
	.rpwwt-post-title {
		font-size: 18px;
		font-weight: 600;
	}
	.rpwwt-post-excerpt {
		font-size: 12px;
	}

/* ---------------------------------------------------- HomePage */

body.home .header__hero.hero {
	display: none;
}
#homeHero {
	height: 84vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#homeHero .image {
	height: 84vh;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
}
#homeHero .textContent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: rgb(0, 0, 0, 0.5);
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	position: absolute;
	bottom: 10%;
	padding: 30px;
	max-width: 50%;
}
#homeHero .textContent > div {
	width: 50%;
	max-width: 50%;
}
#homeHero .textContent h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
#homeHero .textContent a {
	border: solid 1px #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	position: relative;
	transition-duration: .3s;
	text-shadow: none;
	color: #fff;
	z-index: 1;
}
#homeHero .textContent a:before {
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition-duration: .3s;
	z-index: -1;
	position: absolute;
	background-color: #fff;
}
#homeHero .textContent a:hover {
	color: #000;
}
#homeHero .textContent a:hover:before {
	width: 100%;
}
.promo {
	background-color: #CD1F30;
	margin: 0;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}
.promo li {
	list-style: none;
}
.promo a {
	display: inline-block;
	background: #fff;
	color: #CD1F30;
	border: solid 1px #CD1F30;
	transition-duration: .3s;
	margin-left: 15px;
	padding: 8px 15px;
	position: relative;
	z-index: 1;
}
.promo a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #CD1F30;
	transition-duration: .3s;
	z-index: -1;
}
.promo a:hover {
	color: #fff;
}
.promo a:hover:before {
	width: 100%;
}
.blockLinks h1 {
	max-width: 80%;
	text-align: center;
	margin: 50px auto;
	font-size: 36px;
}
.blockLinks .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blockLinks .container .singleBlock {
	max-width: 30%;
	width: 30%;
	margin: 30px 1%;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
	transition-duration: .3s;
}
.blockLinks .container .singleBlock .text-content {
	text-align: center;
	padding: 15px;
}
.blockLinks .container .singleBlock .text-content h2 {
	margin: 10px 0;
	text-transform: uppercase;
}
.blockLinks .container .singleBlock .text-content a {
	padding: 8px 15px;
	text-transform: uppercase;
	border: solid 1px #777;
	display: table;
	margin: 30px auto 10px auto;
	position: relative;
	transition-duration: .3s;
	color: #777;
	z-index: 1;
}
.blockLinks .container .singleBlock .text-content a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	transition-duration: .3s;
	background-color: #CD1F30;
	z-index: -1;
}
.blockLinks .container .singleBlock .text-content a:hover {
	color: #fff;
}
.blockLinks .container .singleBlock .text-content a:hover:before {
	width: 100%;
}
.buy-online .container .columns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.buy-online .container .columns .left-column {
	max-width: 65%;
}
.buy-online .container .columns .right-column {
	width: 35%;
	max-width: 35%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.buy-online .container .left-column p {
	margin-bottom: 15px;
}
.buy-online .container .right-column a {
	padding: 8px 15px;
	margin: 10px auto;
	display: table;
	width: auto;
	min-width: 80%;
	text-transform: uppercase;
	text-align: center;
	border: solid 2px #000;
}
.services {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 0;
	position: relative;
}
.services:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.5);
	z-index: 0;
}
.services .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.services .container > div {
	width: 50%;
	max-width: 45.5%;
	margin-right: 4.5%;
}
.services .container .right-column {
	display: block;
	margin: 0 auto;
	padding: 15px;
	border: solid 2px #fff;
	max-width: 40%;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}
.services .container h2,
.services .container h3,
.services .container p,
.services .container a {
	color: #fff;
	text-align: center;
}
.services .container h2,
.services .container h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.why-us .icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.why-us .icons .single-icon {
	max-width: 23%;
	margin: 0 1%;
	padding: 0 10px;
	text-align: center;
}
.why-us .icons .single-icon img {
	max-width: 100px;
	margin-bottom: 15px;
}
.why-us .icons .single-icon p {
	font-size: 22px;
	font-weight: 400;
}
.why-us .mainContent {
	max-width: 80%;
	margin: 50px auto;
}
.why-us .mainContent p {
	margin-bottom: 30px;
}
.why-us .mainContent a {
	display: table;
	padding: 8px 15px;
	margin: 30px auto 0 auto;
	text-transform: uppercase;
	border: solid 1px #ddd;
	position: relative;
	transition-duration: .3s;
	z-index: 1;
}
.why-us .mainContent a:hover {
	color: #fff;
	border: solid 1px #CD1F30;
}
.why-us .mainContent a:before {
	content: '';
	background-color: #CD1F30;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition-duration: .3s;
	z-index: -1;
	position: absolute;
}
.why-us .mainContent a:hover:before {
	width: 100%;
}
.section.brands {
	background: #dbdbdb;
}
.lgx-logo-slider-wp .lgx-logo-wrapper .lgx-logo-carousel .owl-nav .owl-prev {
	left: -50px;
}
.lgx-logo-slider-wp .lgx-logo-wrapper .lgx-logo-carousel .owl-nav .owl-next {
	right: -50px;
}
.multiple-content {
	background: radial-gradient(circle at top left,#dbdbdb 29%,#ffffff 93%)!important;
	padding: 20px 0 50px 0;
}
.multiple-content .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.multiple-content .container .single-content {
	max-width: 45.5%;
	margin-right: 4.5%;
	margin-top: 30px;
	text-align: justify;
}
.multiple-content .container .single-content h2,
.multiple-content .container .single-content h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 22px;
}
.psac-slider-and-carousel .owl-nav .owl-next:hover, 
.psac-slider-and-carousel .owl-nav .owl-prev:hover, 
.psac-slider-and-carousel .owl-nav .owl-next:focus, 
.psac-slider-and-carousel .owl-nav .owl-prev:focus {
	background: #CD1F30;
	border-color: #CD1F30;
}
body.page-template-page-home .main .blockLinks h1,
body.page-template-page-home .main .buy-online h2,
body.page-template-page-home .main .services h2,
body.page-template-page-home .main .why-us h2,
body.page-template-page-home .main .blogCarousel h2 {
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
body.page-template-page-home .main .buy-online h2,
body.page-template-page-home .main .why-us h2,
body.page-template-page-home .main .blogCarousel h2 {
	font-size: 36px;
	margin-bottom: 50px;
}
body.page-template-page-home .main .blogCarousel .psac-post-carousel-content h2.psac-post-title {
	font-size: 20px;
	font-weight: 300;
}
body.page-template-page-home .section.blockLinks .text-content h2 {
	position: relative;
	margin-bottom: 20px;
}
body.page-template-page-home .main .blockLinks h1:after,
body.page-template-page-home .main .buy-online h2:after,
body.page-template-page-home .main .services h2:after,
body.page-template-page-home .main .why-us h2:after,
body.page-template-page-home .main .blogCarousel h2:after,
body.page-template-page-home .section.blockLinks .text-content h2:after {
	content: '';
	height: 4px;
	width: 90px;
	background-color: #CD1F30;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%);
}
body.page-template-page-home .main .services h2:after {
	display: none;
}
/* Hover */
.buy-online .container .right-column a,
.services .container .right-column,
.blogCarousel .readMore a {
	position: relative;
	transition-duration: .3s;
	z-index: 1;		
}
.buy-online .container .right-column a:hover,
.services .container .right-column:hover,
.blogCarousel .readMore a:hover {
	color: #fff;
	border: solid #CD1F30;
}
.buy-online .container .right-column a:before,
.services .container .right-column:before,
.blogCarousel .readMore a:before {
	content: '';
	position: absolute;
	background-color: #CD1F30;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition-duration: .3s;
	z-index: -1;
}
.buy-online .container .right-column a:hover:before,
.services .container .right-column:hover:before,
.blogCarousel .readMore:hover a:before {
	width: 100%;
}
.services .container .right-column:hover {
	background-color: #fff;
	border: solid 2px #fff;
}
.services .container .right-column:hover a {
	color: #595959;
	position: relative;
	z-index: 2;
}
.services .container .right-column:before {
	background-color: #fff;
}
/* Kolory */
.buy-online .container .right-column a {
	border: solid 2px #777;
	color: #777;
}
.buy-online .container .right-column a:hover,
.blogCarousel  .readMore a:hover {
	border: solid 2px #777;
}
.buy-online .container .right-column a:before,
.blockLinks .container .singleBlock .text-content a:before,
.why-us .mainContent a:before,
.blogCarousel .readMore a:before {
	background-color: #777;
}
.why-us .mainContent a:hover,
.blogCarousel  .readMore a:hover {
	color: #fff;
	border: solid 1px #777;
}
	
/* Blog */
.home .blogSingle:after {
	display: none;
}
.posts-list .blogSingle .blogSingle__content h2,
body.page-template-page-home .main .blogCarousel .blogSingle__content h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.blogCarousel .readMore {
	display: table;
	margin: 50px auto 0 auto;
}
.blogCarousel .readMore a {
	padding: 8px 15px;
	border: solid 1px #777;
}

/* ---------------------------------------------------- HomePage - Hero - Sugestia */
#homeHero .textContent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: rgb(0, 0, 0, 0.5);
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	position: absolute;
	bottom: 0%;
	padding: 30px 90px;
	max-width: 80%;
}
#homeHero .textContent a {
	border: solid 2px #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	position: relative;
	transition-duration: .3s;
	text-shadow: none;
	color: #fff;
	z-index: 1;
	font-size: 20px;
	font-weight: 600;
}

/* Bestsellery */
section.bestseller .bestseller__link {
	position: relative;
	z-index: 1;
}
section.bestseller .bestseller__link:hover {
	background: transparent;
}
section.bestseller .bestseller__link:before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #777;
	transition-duration: .3s;
	z-index: -1;
}
section.bestseller .bestseller__link:hover:before {
	width: 100%;
}


/* ---------------------------------------------------- Blog  */
	.posts-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.posts-list .blogSingle {
		width: 31%;
		margin: 0 1% 30px 1%;
		max-width: 31%;
	}
	.posts-list .blogSingle .blogSingle__content {
		display: block;
		padding: 15px;
		width: 100%;
		position: relative;
		box-shadow: 4px 4px 4px #ccc;
		min-height: 110px;
	}
	.posts-list .blogSingle .blogSingle__content h2 {
		font-size: 24px;
	}
	.posts-list .blogSingle__headline::after {
		display: none;
	}
	.posts-list .blogSingle .postThumb {
		position: relative;
		overflow: hidden;
	}
	.posts-list .blogSingle .postThumb img {
		transition-duration: .3s;
		min-height: 250px;
			height: 250px;
		max-height: 250px;
		object-fit: cover;
	}
	.posts-list .blogSingle:hover img {
		transform: scale(1.1);
	}
	.posts-list .blogSingle .blogSingle__image.wp-post-image {
		width: 100%;
	}
	.posts-list .blogSingle__description,
	.posts-list a.blogSingle__button.button {
		display: none;
	}
	.posts-list .post-date {
		padding: 8px 8px 0 0;
		font-size: 12px;
		margin-top: 10px;
		display: block;
	}
	.posts-list .post-date i {
		font-size: 12px;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	
	.pagination.side {
		margin: 0 0 80px 0;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.pagination.side a {
		color: #CD1F30;
		background-color: #fff;
		border: solid 1px #CD1F30; 
		padding: 10px;
		margin: 0 10px;
	}
	.pagination.side a:hover,
	.pagination.side .page-numbers.current {
		color: #fff;
		background-color: #CD1F30;
		border: solid 1px #CD1F30; 
		padding: 10px;
		margin: 0 10px;
	}

/* ---------------------------------------------------- Blog - Sugestia */
.blogSingle {
	position: relative;
	padding: 1.5em 0;
}
.posts-list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	justify-content: space-between;
}
.posts-list .blogSingle .blogSingle__content {
	display: block;
	padding: 15px;
	width: 100%;
	position: relative;
	/* box-shadow: 4px 4px 4px #ccc; */
	min-height: 110px;
}
.fa.fa-calendar-o:before {
	content: &quot;\f133&quot;
	font-size: 16px;
}
.posts-list .blogSingle .blogSingle__content h2 {
	font-size: 24px;
	padding-bottom: 10px;
}

/* ---------------------------------------------------- O nas */
.galleryCarousel {
	margin-bottom: 50px;
}

/* ---------------------------------------------------- Newsletter */
.newsletter {
	display: none;
}

body.single-oferta section.bgContent .container p a.text {
	border: none;
	display: inline-block;
	color: #CD1F30;
	text-transform: none;
	min-width: auto;
	padding: 0;
}
body.single-oferta section.bgContent .container p a.text:hover {
	background-color: transparent;
}

/* ---------------------------------------------------- Footer */
footer {
	background-color: #000;
}
.footer__elements {
	text-align: center;
	font-size: 10px;
}
.footer__main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer__main .wide {
	width: 70%;
	margin-right: 5%;
}
.footer__main .narrow {
	width: 25%;
}
.footer__main .title h3 {
	border-bottom: solid 2px #fff;
	width: 100%;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.footer__main .blocks {
	display: flex;
	flex-wrap: wrap;
}
.footer__main .wide .blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer__main .wide .footer__single {
	max-width: 30%;
	width: 30%;
	flex-basis: 30%;
}
.footer__main .narrow .footer__single {
	max-width: 100%;
	width: 100%;
	flex-basis: 100%;
}

/* ---------------------------------------------------- Site Info */
.footer__made {
	font-size: 10px;
}
.footer__made span {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
.footer__made span:after {
	content: '|';
	display: inline-block;
	position: absolute;
	right: 0;
}
.footer__made span:last-child:after {
	content: '';
}

/* ---------------------------------------------------- Ikony */
.header__wooShort-link:before {
	content: '';
	color: #a4a4a4;
	font-family: icomoon;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: none;
}
.header__wooShort-link.header__wooShort--cart-link::before { 
	filter: none;
}
li.header__wooShort-item:first-child .header__wooShort-link:before {
	content: '\e986';
}
li.header__wooShort-item:nth-child(2) .header__wooShort-link::before{
	content: '\e971';
}
li.header__wooShort-item:nth-child(3) .header__wooShort-link::before{
	content: '\e93a';
}
li.header__wooShort-item:hover .header__wooShort-link:before {
	color: #d7d7d7;
}

/* ---------------------------------------------------- Iframe */
.singleBlock iframe {
	width: 100%;
	min-width: 100%;
}

/* ---------------------------------------------------- Spis treści */
.toc {
	margin: 20px auto; 
	display: block; 
	text-align: center;
}
.toc button {
	background: #fff; 
	border: none;
	font-weight: 600;
	cursor: pointer;
	font-size: 18px;
	padding: 0 15px;
	transition-duration: .3s;
}
.toc button:hover {
	color: #ddd;
}
#toclist {
	border: solid 1px; 
	display: none;
	text-align: left;
	padding-left: 10px;
	max-width: 60%;
	margin: -10px auto 20px auto;
}
#toclist a {
	color: #cd5c5c;
	text-align: left;
}
#toclist a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------- Poprawki - A. Stulgis */
/* ---------------------------------------------------- Main page */
#homeHero .textContent a {
    font-weight: 700;
}
body.page-template-page-home .main .blockLinks h1:after, body.page-template-page-home .main .buy-online h2:after, body.page-template-page-home .main .services h2:after, body.page-template-page-home .main .why-us h2:after, body.page-template-page-home .main .blogCarousel h2:after, body.page-template-page-home .section.blockLinks .text-content h2:after {
    bottom: -12px;
}
.blockLinks .container .singleBlock .text-content a {
	padding: 10px 20px;
    border: solid 1px #777;
    color: #777;
    font-weight: 700;
}
.buy-online .container .right-column a {
    border: solid 1px #777;
    color: #777;
    font-weight: 700;
    padding: 15px 15px;
}
.bestseller {
    padding: 0 0 4em;
}
.bestseller__link {
    margin: 3em auto;
    width: fit-content;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    border: solid 1px #777;
    color: #777;
    font-weight: 700;
}
.bestseller__link:hover {
	color: #fff;
	background-color: #777;	
}
.why-us .icons .single-icon p {
    font-size: 18px;
    font-weight: 700;
}
.why-us .mainContent a {
    padding: 12px 40px !important;
    margin: 30px auto 0 auto !important;
    text-transform: uppercase !important;
    border: solid 1px #777 !important;
    font-weight: 700 !important;
}
.blogSingle {
    position: relative !important;
    padding: 1.5em 0 !important;
}
.posts-list .blogSingle .blogSingle__content h2, body.page-template-page-home .main .blogCarousel .blogSingle__content h2  {
    text-align: left !important;
}
.blogCarousel .readMore a {
    padding: 15px 40px !important;
    font-weight: 700 !important;
	text-transform: uppercase !important;
}
.blogCarousel .readMore {
	margin: 50px auto 50px auto;
}
.multiple-content .container p {
	font-size: 14px;
	line-height: 20px;
}

/* ---------------------------------------------------- Blog */
.posts-list .blogSingle {
    margin: 0 1% 0px 1% !important; 
}
.posts-list .blogSingle .blogSingle__content {
    box-shadow: none !important; 
}
.posts-list .blogSingle .blogSingle__content h2 {
    padding-bottom: 0px; !important
}
.posts-list .post-date {
    margin-top: 0px !important; 
}
.posts-list .post-date {
    font-size: 16px !important; 
}
.fa.fa-calendar-o:before {
    font-size: 18px !important; 
}

/* ---------------------------------------------------- Oferta */
#offersList ul li .singleOffer .title:after {
    background-color: #000 !important;
}
body.single-oferta section.bgContent .container p a {
    margin-left: 0px;
}
	#offersList {
		padding-top: 50px;
	}
	#offersList ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#offersList ul li {
		width: 33%;
		padding: 0 3%;
		margin: 30px 0;
	}
	#offersList ul li .singleOffer {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	#offersList ul li .singleOffer img {
		width: 100%;
		max-width: 120px;
		height: auto;
		max-height: 100px;
		object-fit: contain;
	}
	#offersList ul li .singleOffer .title {
		font-size: 22px;
		padding: 10px 0;
		margin-bottom: 10px;
		position: relative;
		text-align: center;
	}
	#offersList ul li .singleOffer .title:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%);
		height: 2px;
		width: 40px;
		background-color: #CD1F30;
		transition-duration: .3s;
	}
	#offersList ul li .singleOffer:hover .title:after {
		width: 60px;
	}
	#offersList ul li .singleOffer .readMore a {
		color: #CD1F30;
		font-weight: 600;
		transition-duration: .3s;
	}
	#offersList ul li .singleOffer .readMore a:hover {
		opacity: .8;
	}
	.additionalContent {
		max-width: 1000px;
		margin: 100px auto;
	}


/* ----------------------------------------------------------------------------- End Poprawki - A. Stulgis */

/* ---------------------------------------------------- RWD */
@media screen and (max-width: 1280px) {
	#main-content .container {
		flex-direction: column;
	}	
	#main-content .container > div {
		padding: 40px 0;
	}
	#main-content .container .text-content {
		max-width: 100%;
	}
	#main-content .container .main-featured {
		max-width: 100%;
		text-align: center;
	}
	#salons-list .single-salon {
		width: 42.75%;
		margin-right: 3%;
	}
	#salons-list .single-salon:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 1080px) {
	/* Rozwijane Menu */
	.nav__sub-menu {
		display: none;
	}
	.nav__sub-menu ul {
		display: block;
	}
	/* Kontakt */
	body.page-template-page-contact .section.pageContent.contact-page {
		padding: 0 3%;
	}
}
@media screen and (max-width: 1024px) {
  .products {
  		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	  	padding: 0 3%;
  }	
}
@media screen and (max-width: 1000px) {
	/* Typography */
	.side-social-text h3:first-of-type {
		font-size: 20px;
	}
	/* Structure */
	.container {
		width: 100%;
		padding: 0;
	}
	.woocommerceContent.container {
		padding: 0 3%;
	}
	header.container {
		padding: 0;
	}
	body.single-salony .pageContent {
		padding: 0 3%;
	}
	body.single-salony .pageContent.socialContent {
		padding: 30px 3%;
	}
	section.mainContent .side-content, section.mainContent .side-image {
		margin-right: 0;
	}
	.side-image iframe {
		max-width: 100%;
		width: 100%;
	}
	.mainInfo > div {
		font-size: 16px;
	}
	.side-image img {
		width: 100%;
	}
	body.three-four.single-oferta .leftColumn,
	body.three-four.single-oferta .rightColumn {
		width: 100%;
	}
	section.mainContent,
	section.mainContent .container,
	section.additionalContent .contentBlock .container,
	.mainInfo,
	.socialContent,
	body.single-oferta .offerContent .container,
	body.single-oferta .secondContent .container, 
	body.single-oferta .lastContent,
	.offerContent:nth-child(2n+1) .lastContent,
	body.single-oferta section.bgContent .container {
		flex-direction: column;
	}
	section.mainContent .side-content, 
	section.mainContent .side-image,
	section.additionalContent .contentBlock .container .text-content, 
	section.additionalContent .contentBlock .container .image-content,
	.socialContent > div {
		width: 100%;
	}
	body.single-oferta .leftColumn,
	body.single-oferta .rightColumn,
	.offerContent:nth-child(2n+1) .lastContent .leftColumn,
	.offerContent:nth-child(2n+1) .lastContent .rightColumn,
	.socialContent > div:first-of-type {
		width: 100%;
		margin-right: 0;
	}
	body.single-oferta .offerContent .container, 
	body.single-oferta .secondContent .container, 
	body.single-oferta .lastContent {
		padding: 0;
	}
	.leftColumn ul {
		padding-left: 5%;
	}
	body.single-oferta .leftColumn {
		padding: 2%;
	}
	body.single-oferta .secondContent .leftColumn {
		padding: 2% 0;
	}
	.leftColumn img {
		width: 100%;
	}	
	
	section.offerContent .leftColumn,
	.secondContent .rightColumn,
	section.offerContent .lastContent .leftColumn {
		padding: 50px 3%;
	}
	section.additionalContent .contentBlock .container {
		width: 100%;
		padding: 0 3%;
	}
	section.additionalContent .contentBlock .container .text-content,
	section.additionalContent .contentBlock .container .image-content {
		display: flex;
	}
	section.additionalContent .contentBlock .container .text-content,
	section.additionalContent .contentBlock:nth-child(2n) .container .text-content {
		order: 1;
	}
	section.additionalContent .contentBlock .container .image-content,
	section.additionalContent .contentBlock:nth-child(2n) .container .image-content {
		order: 2;
	}
	section.mainContent > div:first-child, 
	section.additionalContent .contentBlock:nth-child(2n+1) .container > div:first-of-type, 
	section.additionalContent .contentBlock:nth-child(2n) .container > div:last-of-type {
		margin-right: 0;
	}
	section.additionalContent .contentBlock .container .text-content {
		margin-bottom: 30px;
	}
	body.single-oferta section.bgContent .container p a {
		margin-top: 20px;
	}
	.header__wooShort-item {
		margin-right: 10px;
	}
	.header__wooShort-link:before {
		font-size: 22px;
		transform: none;
	}
	.mainInfo {
		align-items: center;
	}
	.mainInfo > div {
		margin: 20px 0;
		width: 50%;
	}
	.footer .container {
		padding: 0 3%;
	}
	/* Header */
	body.single.single-product header.header.container,
	header.header.container {
		height: auto;
		min-height: 100px;
	}
	/* Archive */
	body.archive.tax-product_cat .custom-baner img {
		object-position: 80%;
	}
	body.archive .infoBoxes {
		padding: 60px 3% 0 3%;
	}
	/* Blogi */
	body.blog .container .site-content .posts-list {
		padding: 40px 3% 0 3%;
	}
	.posts-list .blogSingle .postThumb img {
		min-height: 150px;
		height: 150px;
	}
	.posts-list .blogSingle .blogSingle__content h2, 
	body.page-template-page-home .main .blogCarousel .blogSingle__content h2 {
		font-size: 18px;
		display: inline-block;
	}
	.posts-list .blogSingle .blogSingle__content {
		padding: 5px;
		min-height: 60px;
	}
	.blogSingle__headline .blogSingle__headline-bold {
		margin-left: 0;
	}
	.posts-list .post-date {
		font-size: 14px !important;
		text-align: left;
	}
	.fa.fa-calendar-o:before {
		font-size: 14px !important;
	}	
	#post-content #under-title {
		margin-bottom: 10px;
	}
	/* HomePage */
	#homeHero .textContent {
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		padding: 20px 3%;
	}
	#homeHero section.promo {
		padding: 20px 3%;
	}
	#homeHero .textContent > div {
		width: 100%;
		max-width: 100%;
	}
	#homeHero .textContent a {
		font-size: 14px;
	}
	.section.blockLinks .container {
		padding: 0 3%;
	}
	.buy-online .container .columns,
	.services .container {
		flex-direction: column;
	}
	body.home .posts-list,
	section.multiple-content .container {
		padding: 0 3%;
	}
	.why-us .icons .single-icon img {
		max-width: 50px;
	}
	.why-us .icons .single-icon p {
		font-size: 14px;
		line-height: 18px;
	}
	.singleContent img {
		height: auto;
	}
	.why-us .mainContent {
		width: 100%;
		max-width: 100%;
		padding: 0 3%;
	}
	/* All Salons */
	body.page-template-page-salony #main-content,
	body.page-template-page-salony #salons-list {
		padding: 0 3%;
	}
	body.page-template-page-salony #main-content .container {
		flex-wrap: nowrap;
	}
	#main-content .container .main-featured img {
		width: 100%;
	}
	
	body.single-salony .mainInfo {
		padding: 0 3%;
	}
	/* Single - Salony */
	.mainInfo .place:hover, 
	.mainInfo .phone:hover {
		transform: none;
	}
	/* Single - Salony - Dodatkowy Salon */
	#secondAddress .section.pageContent.mainContent {
		padding: 0;
	}
	#secondAddress section.section.pageContent.mainContent .container .side-content {
		padding: 30px 3%;
	}
	/* Product Page */
	.flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider {
		display: none;
	}
	.productContent__image, .productContent__content {
		justify-content: center;
	}
}
@media screen and (max-width: 800px) {	
	.header__wooShort {
		padding-right: 2%;
	}
	/* HomePage */
	#homeHero {
		height: 75vh;
	}
	/* Blog - Single */
	#post-content .column.left,
	#post-content .column.right {
		width: 100%;
	}
	#post-content {
		max-width: 96%;
		width: 96%;
	}
	body.page-template-page-home .main .buy-online h2,
	body.page-template-page-home .main .why-us h2 {
		margin-bottom: 30px;
	}
	body.page-template-page-home .main .blogCarousel h2 {
		margin-bottom: 10px;
	}
	/* Sekcje */
	.section {
		margin: 0;
		padding: 0;
	}
	.section.promo {
		padding: 20px 3%;
	}
	.section.services {
		padding: 30px 0;
	}
	.section.blockLinks .container {
		padding: 0 3%;
	}
	.section.why-us,
	.section.blogCarousel {
		padding: 30px 0 0 0;
	}
	.buy-online .container .columns .left-column {
		max-width: 100%;
		padding: 0 3%;
	}
	.services .container > div {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding: 50px 3%;
	}
	.services .container .right-column {
		display: inline-block;
	}
	.posts-list {
		padding: 30px 3% 0 3%;
	}
	.multiple-content {
		padding: 0 0 30px 0;
	}
	section.multiple-content .container {
		padding: 0 3%;
	}
	.multiple-content .container .single-content h2, 
	.multiple-content .container .single-content h3,
	.multiple-content .container p {
		text-align: left;
	}
	
	/* Podstrony */
	.additionalContent {
		padding: 0 3%;
	}
	section.offerContent .leftColumn, .secondContent .rightColumn, section.offerContent .lastContent .leftColumn {
		padding: 50px 3%;
	}
	body.single-oferta section.bgContent .container {
		max-width: 100%;
		padding: 0 3%;
	}
	body.single-oferta .offerContent .tresc-full.container {
		padding: 30px 3%;
	}
	.tresc-full.container h2, .tresc-full.container p {
		max-width: 100%;
	}
	.rightColumn iframe,
	.side-image iframe {
		width: 100%;
	}
	.side-image iframe {
		padding: 0;
	}
	.side-social {
		margin: 30px auto;
	}
	#mapa-google,
	body.single-salony .pageContent {
		padding: 0;
	}
	body.single-salony .additionalContent,
	body.single-salony section.additionalContent .contentBlock .container {
		padding: 0;
	}
	body.single-salony section.additionalContent .contentBlock .container .text-content,
	body.single-salony .pageContent .side-content {
		padding: 30px 3%;
		margin: 0;
	}
	body.single-salony .side-social-text {
		padding: 30px 3% 0 3%;
	}
	
	body.page-template-page-salony #main-content {
		padding: 20px 0 0 0;
	}
	body.page-template-page-salony #main-content .text-content {
		padding: 0 3%;
	}
	body.page-template-page-salony #salons-list {
		padding: 0 3%;
	}
	/* Product Page */
	.productContent__tabs .tabs.wc-tabs {}
}
@media screen and (max-width: 680px) {
	#title-header .titles h1 {
		font-size: 24px;
	}
	#title-header .titles p {
		font-size: 18px;
	}
	#title-header .titles p:before { 
		top: 0;
	}
	/* HomePage */
	.services .container .right-column {
		font-size: 16px;
		max-width: 80%;
	}
	/* Single - Oferta */
	body.single-oferta section.bgContent .container p {
		font-size: 14px;
	}
	body.single-oferta .quote blockquote, body.single-oferta .titleColumn blockquote {
		max-width: 90%;
		font-size: 15px;
	}
	.footer__main .title h3 {
		text-align: center;
	}
	.footer__main .wide,
	.footer__main .narrow {
		width: 100%;
		margin-right: 0;
	}
	.footer__main .narrow {
		margin-top: 50px;
	}
	.footer__main .wide .footer__single {
		max-width: 50%;
			width: 50%;
		flex-basis: 50%;
	}
	.blockLinks .container .singleBlock,
	.posts-list .blogSingle {
		max-width: 48%;
		width: 48%;
	}
	.blockLinks .container .singleBlock img {
		width: 100%;
	}
	.posts-list .blogSingle .postThumb img {
		min-height: 250px;
	}
	#salons-list .container {
		padding: 0 3%;
	}
	/* Single - Salony */
	.mainInfo > div {
		width: auto;
		min-width: 60%;
	}
	.mainInfo > div::before {
		background-size: 50px;
		width: 50px;
		height: 50px;
		font-size: 50px;
	}
	.mainInfo .place:before,
	.mainInfo .phone:before {
		font-size: 30px;
	}
	.mainInfo .time:before {
		font-size: 50px;
	}
	.mainInfo .place::before,
	.mainInfo .phone::before,
	.mainInfo .time::before {
		background-size: 50px;
	}
	.mainInfo > div,
	.mainInfo > div a {font-size: 18px;}
}
@media screen and (max-width: 540px) {
	body.single-oferta section.bgContent .container p a {
		min-width: auto;
		padding: 5px;
		font-size: 12px;
	}
	.tresc-full.container h2, .titleColumn h2 {
		margin-bottom: 10px;
	}
	/* Header */
	.header__wooShort {
		margin-right: 5px;
	}
	/* Hero Image*/
	#title-header, #title-header img,
	.custom-baner {
		max-height: 250px;
	}
	.blockLinks h1 {
		max-width: 100%;
		font-size: 26px;
		margin: 20px 0;
	}
	#homeHero .textContent a,
	.promo a {
		margin-top: 20px;
	}
	/* Structure */
	.buy-online .container .columns .right-column {
		width: 80%;
		max-width: 80%;
	}
	.why-us .icons .single-icon {
		width: 48%;
		max-width: 48%;
		margin-bottom: 15px;
	}
	#post-content .container {
		padding: 50px 20px;
	}
	.multiple-content .container .single-content {
		max-width: 100%;
		margin-right: 0;
	}
	/* All Salons */
	body.page-template-page-salony #main-content .container .main-featured img {
		width: 100%;
		min-width: 100%;
	}
	#main-content .container .main-featured {
		padding: 40px 0 0 0;
	}
	#salons-list {
		padding: 30px 3% 50px 0;
	}
	#salons-list .container {
		padding: 0 5%;
	}
	#salons-list .single-salon,
	#salons-list .single-salon:nth-child(2n) {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		align-items: flex-start;
		text-align: left;
	}
	#salons-list .single-salon h2 {
		width: 100%;
	}
	#salons-list .single-salon a.link {
		margin: 15px auto;
	}
	/* Single - Oferta */
	body.single-oferta section.bgContent {
		height: 300px;
		background-position: 60%;
		padding: 0;
	}
	body.single-oferta section.bgContent .container {
		padding: 0 3%;
	}
	body.single-oferta .tresc-full.container {
		margin: 30px 0;
	}
	/* Single - Salony */
	.mainInfo > div {
		width: auto;
		min-width: 75%;
	}
	body.single-salony section.additionalContent .contentBlock .container {
		padding: 0;
	}
	body.single-salony section.additionalContent .contentBlock .text-content {
		padding: 50px 3%;
		margin-bottom: 0;
	}
	.side-image {
		margin: 50px 0;
	}
	body.single-salony .side-image {
		margin: 50px 0 0 0;
	}
	#mapa-google {
		margin-top: 50px;
	}
	/* HomePage */
	
	.promo {
		padding: 20px 3%;
	}
	.blockLinks .container .singleBlock {
		box-shadow: none;
	}
	.why-us .icons .single-icon p {
		font-size: 16px;
		line-height: 16px;
	}
	section.section.why-us .mainContent p {
		text-align: left !important;
	}
	.section.brands {
		padding: 0;
	}
	.section.brands .owl-carousel .owl-item img {
		max-width: 100px !important;
	}
	.multiple-content .container p {
		text-align: left;
	}
	/* Blog */
	#post-content {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	body.blog .blogSingle {
		padding: 0.5em 0 !important;
	}
	body.single-post .main img.singlePost__image {
		height: 250px;
	}
	body.single-post #post-content .container {
		padding: 20px;
	}
	/* Salony */
	body.page-template-page-salony #main-content {
		margin-top: 100px;
	}
	#offersList ul li {
		width: 50%;
	}
	#offersList ul li .singleOffer img {
		max-width: 80px;
	}
	body.page-template-page-offers .additionalContent {
		padding: 0 3%;
	}
	body.page-template-page-offers .additionalContent img {
		display: block;
		float: none;
		margin: 20px auto;
	}
	body.single-salony .additionalContent {
		margin: 0 auto;
	}
	#salons-list .single-salon .street, #salons-list .single-salon .hours, #salons-list .single-salon .phone {
		margin: 5px 0;
	}
	#salons-list .single-salon h2:after {
		width: 100%;
	}
	body.blog .posts-list .blogSingle {
		padding: 0!important;
	}
	
	/* HomePage */
	#homeHero .image {
		background-position: 10%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-attachment: scroll;
	}
}
@media screen and (max-width: 480px) {
	#title-header .titles h1 {
		font-size: 18px;
	}
	#title-header .titles p {
		font-size: 14px;
	}
	.footer__main .wide .footer__single {
		max-width: 90%;
			width: 90%;
		flex-basis: 90%;
		margin: 30px auto;
		box-shadow: none;
	}
	.blockLinks .container .singleBlock,
	.posts-list .blogSingle {
		max-width: 100%;
		width: 100%;
	}
	.blockLinks .container .singleBlock img {
		width: 100%;
	}
	#offersList ul li .singleOffer .title {
		font-size: 16px;
	}
	.footer__made {
		display: flex;
		flex-direction: column;
	}
	.footer__made span {
		margin-right: 0;
		padding-right: 0;
	}
	.footer__made span:after {
		display: none;
	}
}
@media screen and (max-width: 320px) {
	/* HomePage */
	#homeHero .image {
	}
}
@media screen and (max-width: 280px) {
	/* HomePage */
	#homeHero .image {
	}
}

.page-template-default main {
	margin-top: 0 !important;
}
.header__wooShort-item {
    margin-right: 1em;
}
.header__wooShort {
    font-size: 22px; 
}

body.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	opacity: 1 !important;
}
.grecaptcha-badge {opacity: 0;}