@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* line 1, ../scss/lara-style/home.scss */
.intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
/* line 8, ../scss/lara-style/home.scss */
.intro-image img {
  max-width: 466px;
  width: 100%;
  aspect-ratio: 0.725;
}
@media screen and (max-width: 900px) {
  /* line 14, ../scss/lara-style/home.scss */
  .intro-image {
    width: 100%;
    height: 650px;
  }
  /* line 17, ../scss/lara-style/home.scss */
  .intro-image > div {
    margin-top: 10px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 26, ../scss/lara-style/home.scss */
  .intro-image > div .intro-wrapper-title-text {
    color: white;
  }
}
/* line 34, ../scss/lara-style/home.scss */
.intro-wrapper-title {
  display: flex;
  justify-content: center;
}
/* line 38, ../scss/lara-style/home.scss */
.intro-wrapper-title-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  width: 150px;
  margin: 0 20px;
}

/* line 50, ../scss/lara-style/home.scss */
.slogan {
  height: 380px;
  margin-bottom: 30px;
}
/* line 54, ../scss/lara-style/home.scss */
.slogan .container {
  background: #DFD3D3;
  position: absolute;
  width: 100%;
  left: 0;
  height: 380px;
  display: flex;
  padding: 25px;
}
/* line 62, ../scss/lara-style/home.scss */
.slogan .container .text {
  max-width: 1200px;
  margin: auto;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 73, ../scss/lara-style/home.scss */
.boutiques {
  display: flex !important;
  justify-content: space-between;
  align-items: self-start;
  margin-bottom: 90px;
  gap: 25px;
}
/* line 79, ../scss/lara-style/home.scss */
.boutiques .boutique-item {
  text-align: center;
  flex: 1;
}
/* line 83, ../scss/lara-style/home.scss */
.boutiques .boutique-item img {
  aspect-ratio: 0.7;
  width: 100%;
  height: auto;
}
/* line 89, ../scss/lara-style/home.scss */
.boutiques .boutique-item .item-text {
  display: flex;
}
@media screen and (max-width: 900px) {
  /* line 89, ../scss/lara-style/home.scss */
  .boutiques .boutique-item .item-text {
    flex-direction: column;
  }
}
/* line 94, ../scss/lara-style/home.scss */
.boutiques .boutique-item .item-text .item-description {
  width: 80%;
}
/* line 97, ../scss/lara-style/home.scss */
.boutiques .boutique-item .item-text .item-description h5 {
  text-align: start;
  margin-block: 5px;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 104, ../scss/lara-style/home.scss */
.boutiques .boutique-item .item-text .item-description p {
  color: #9c9696;
  text-align: start;
  font-size: 12px;
}
/* line 111, ../scss/lara-style/home.scss */
.boutiques .boutique-item .item-text .open-category {
  width: fit-content;
  float: right;
  flex: 1;
  font-size: 10px;
  font-weight: 600;
  align-self: end;
}
@media screen and (max-width: 900px) {
  /* line 111, ../scss/lara-style/home.scss */
  .boutiques .boutique-item .item-text .open-category {
    align-self: start;
    margin-top: 5px;
  }
}
/* line 122, ../scss/lara-style/home.scss */
.boutiques .boutique-item .item-text .open-category a {
  text-decoration: none;
  color: #000;
}

/* line 131, ../scss/lara-style/home.scss */
.mobile-boutiques {
  margin-bottom: 90px;
  gap: 25px;
}
/* line 134, ../scss/lara-style/home.scss */
.mobile-boutiques .boutique-item {
  text-align: center;
  flex: 1;
  margin-bottom: 110px;
}
/* line 138, ../scss/lara-style/home.scss */
.mobile-boutiques .boutique-item .boutique-item-title {
  text-align: left;
  margin-bottom: 20px;
}
/* line 141, ../scss/lara-style/home.scss */
.mobile-boutiques .boutique-item .boutique-item-title h5 {
  font-size: 14px;
}
/* line 145, ../scss/lara-style/home.scss */
.mobile-boutiques .boutique-item:last-child {
  margin-bottom: 70px;
}
/* line 149, ../scss/lara-style/home.scss */
.mobile-boutiques .boutique-item img {
  aspect-ratio: 0.7;
  width: 100%;
  height: auto;
}
/* line 155, ../scss/lara-style/home.scss */
.mobile-boutiques .boutique-item .item-text {
  display: flex;
}
/* line 157, ../scss/lara-style/home.scss */
.mobile-boutiques .boutique-item .item-text .item-description {
  width: 60%;
  margin-top: 20px;
}
/* line 160, ../scss/lara-style/home.scss */
.mobile-boutiques .boutique-item .item-text .item-description p {
  color: #9c9696;
  text-align: start;
  font-size: 12px;
}
/* line 167, ../scss/lara-style/home.scss */
.mobile-boutiques .boutique-item .item-text .open-category {
  width: fit-content;
  flex: 1;
  font-size: 10px;
  font-weight: 600;
  align-self: center;
}
/* line 173, ../scss/lara-style/home.scss */
.mobile-boutiques .boutique-item .item-text .open-category a {
  text-decoration: none;
  color: #000;
  float: right;
}

/* line 183, ../scss/lara-style/home.scss */
.new-arrivals {
  text-align: center;
  margin-bottom: 120px;
}
/* line 187, ../scss/lara-style/home.scss */
.new-arrivals h5 {
  margin-bottom: 20px;
  width: fit-content;
  font-size: 14px;
}
/* line 193, ../scss/lara-style/home.scss */
.new-arrivals-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  overflow: scroll;
  gap: 25px;
}
/* line 200, ../scss/lara-style/home.scss */
.new-arrivals-list-item {
  min-width: 280px;
}
@media screen and (max-width: 560px) {
  /* line 200, ../scss/lara-style/home.scss */
  .new-arrivals-list-item {
    min-width: 200px;
  }
}
/* line 205, ../scss/lara-style/home.scss */
.new-arrivals-list-item img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
/* line 212, ../scss/lara-style/home.scss */
.new-arrivals-list-item .title {
  font-weight: 600;
  font-size: 14px;
}
/* line 217, ../scss/lara-style/home.scss */
.new-arrivals-list-item .price {
  font-size: 12px;
  font-weight: 600;
}

/* line 226, ../scss/lara-style/home.scss */
.total-look {
  text-align: center;
  margin-bottom: 120px;
}
/* line 230, ../scss/lara-style/home.scss */
.total-look h5 {
  margin-bottom: 20px;
  width: fit-content;
  font-size: 14px;
}
/* line 236, ../scss/lara-style/home.scss */
.total-look-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: scroll;
  gap: 25px;
}
/* line 242, ../scss/lara-style/home.scss */
.total-look-list-item {
  min-width: 280px;
}
@media screen and (max-width: 560px) {
  /* line 242, ../scss/lara-style/home.scss */
  .total-look-list-item {
    min-width: 200px;
  }
}
/* line 247, ../scss/lara-style/home.scss */
.total-look-list-item img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
/* line 254, ../scss/lara-style/home.scss */
.total-look-list-item .title {
  font-weight: 600;
  font-size: 12px;
  margin-top: 25px;
}

/* line 263, ../scss/lara-style/home.scss */
.atelier {
  text-align: center;
  margin-bottom: 150px;
}
/* line 267, ../scss/lara-style/home.scss */
.atelier h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: start;
  margin-left: 10px;
}

/* line 1, ../scss/lara-style/category.scss */
.woocommerce {
  display: flex;
  flex-direction: column;
}
/* line 4, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort {
  display: flex;
  justify-content: end;
  position: relative;
}
/* line 8, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort .current-sort {
  cursor: pointer;
}
/* line 11, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort .sort-container {
  top: 30px;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  border: 0 solid black;
  transition: border 0s 0.47s, max-height 0.5s;
}
/* line 18, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort .sort-container.active {
  border: 2px solid black;
  max-height: 300px;
  transition: border 0s, max-height 0.5s;
}
/* line 23, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort .sort-container .sort-item {
  cursor: pointer;
  border-bottom: 2px solid black;
  padding: 5px 10px;
  background: white;
  user-select: none;
}
/* line 29, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort .sort-container .sort-item:last-child {
  border: none;
}
/* line 35, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob {
  display: none;
  flex-direction: column;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 25px;
}
/* line 41, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .category-name {
  font-weight: 600;
}
/* line 44, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob {
  margin-top: 10px;
  display: flex;
  border-top: 2px solid black;
}
/* line 48, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .catalog-filter-mob, .woocommerce .catalog-sort-mob .sorting-mob .catalog-sorting-mob {
  padding-block: 10px;
  flex: 1;
  cursor: pointer;
  position: relative;
}
/* line 53, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .catalog-filter-mob .catalog-sorting-title.active, .woocommerce .catalog-sort-mob .sorting-mob .catalog-sorting-mob .catalog-sorting-title.active {
  text-decoration: underline;
}
/* line 57, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .catalog-sorting-mob {
  border-left: 2px solid black;
  padding-left: 10px;
}
/* line 61, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .sorting-mob-menu-container {
  position: absolute;
}
/* line 63, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .sorting-mob-menu-container .sorting-mob-menu {
  position: absolute;
  background: white;
  width: 100vw;
  list-style: none;
  left: -15px;
  top: 35px;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  border-top: 0;
  padding: 0;
}
/* line 75, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .sorting-mob-menu-container .sorting-mob-menu .close-menu {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
/* line 81, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .sorting-mob-menu-container .sorting-mob-menu ul {
  list-style: none;
  font-size: 14px;
}
/* line 84, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .sorting-mob-menu-container .sorting-mob-menu ul li {
  padding-block: 10px;
}
/* line 86, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .sorting-mob-menu-container .sorting-mob-menu ul li.active {
  font-weight: 600;
}
/* line 91, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .sorting-mob-menu-container .sorting-mob-menu.active {
  border-top: 2px solid black;
  max-height: 400px;
  padding-block: 10px;
  transition: 0s;
}
/* line 97, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .sorting-mob-menu-container .sorting-mob-menu.opening {
  transition: max-height 0.5s;
}
/* line 100, ../scss/lara-style/category.scss */
.woocommerce .catalog-sort-mob .sorting-mob .sorting-mob-menu-container .sorting-mob-menu.closing {
  transition: max-height 0.5s, border-top 0s 0.4s;
  max-height: 0;
  border-top: 0 solid black;
}
@media screen and (max-width: 560px) {
  /* line 35, ../scss/lara-style/category.scss */
  .woocommerce .catalog-sort-mob {
    display: flex;
  }
}
/* line 113, ../scss/lara-style/category.scss */
.woocommerce .catalog-container {
  display: flex;
  margin-top: 30px;
}
/* line 117, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar {
  width: 100%;
  max-width: 165px;
}
/* line 123, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .categories-container {
  margin-bottom: 50px;
}
/* line 127, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .categories-container .categories .category-item {
  font-weight: 500;
  list-style: none;
  transform: scaleY(1.2);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.8;
}
/* line 135, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .categories-container .categories .category-item:first-child {
  font-weight: 700;
}
/* line 139, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .categories-container .categories .category-item a {
  text-decoration: none;
  color: black;
}
/* line 148, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 10px;
  transform: scaleY(1.2);
}
/* line 158, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block {
  margin-left: 5px;
  margin-bottom: 30px;
}
/* line 162, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block .filter-block-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 10px;
  transform: scaleY(1.2);
}
/* line 171, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block .filter-block-items {
  margin-left: 10px;
}
/* line 174, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block .filter-block-items .filter-block-item {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.8;
  list-style: none;
  transform: scaleY(1.2);
}
/* line 182, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block .filter-block-items .filter-block-item a {
  text-decoration: none;
  color: black;
}
/* line 190, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block-multiple {
  position: relative;
}
/* line 193, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block-multiple::before {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 2px;
  width: 2px;
  height: calc(100% - 140px);
  background: black;
  z-index: 1;
}
/* line 205, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block-multiple .filter-block-search input {
  border: 2px solid black;
  padding: 5px 10px;
  margin-bottom: 15px;
}
/* line 212, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block-multiple .filter-block-items-multiple {
  max-height: 180px;
  overflow-y: auto;
  position: relative;
}
/* line 217, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block-multiple .filter-block-items-multiple::-webkit-scrollbar {
  width: 6px;
}
/* line 221, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block-multiple .filter-block-items-multiple::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 20px;
  max-height: 14px;
  width: 6px;
}
/* line 228, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block-multiple .filter-block-items-multiple .filter-block-item {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
  list-style: none;
  transform: scaleY(1.2);
}
/* line 237, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .sidebar .sidebar-wrapper .filter .filter-blocks .filter-block-multiple .filter-block-items-multiple .filter-block-item .filter-block-item-checkbox {
  margin-right: 3px;
  width: 10px;
  height: 10px;
}
/* line 252, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog {
  width: 100%;
  margin-left: 25px;
}
/* line 255, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-count: 3;
  gap: 50px 25px;
}
/* line 261, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item {
  margin-bottom: 50px;
  flex: 1 0 30%;
  max-width: calc(35% - 40px);
}
/* line 265, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-picture-wrapper {
  background-color: #F7F7F7;
  margin-bottom: 20px;
  aspect-ratio: 0.66;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 273, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-picture-wrapper-follow {
  align-self: end;
  margin-right: 25px;
}
/* line 276, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-picture-wrapper-follow.only-tablet {
  margin-top: 15px;
  margin-right: 15px;
}
/* line 280, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-picture-wrapper-follow i {
  font-size: 24px;
  color: black;
}
/* line 283, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-picture-wrapper-follow i.fa-heart {
  color: #FF0000;
}
/* line 288, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-picture-wrapper img {
  max-width: initial;
  width: 100%;
}
/* line 294, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info {
  display: flex;
}
/* line 297, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-left-side {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-right: 10px;
}
/* line 303, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-left-side-product-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 16.34px;
  text-transform: uppercase;
  transform: scaleY(1.2);
  margin-bottom: 15px;
}
/* line 310, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-left-side-product-name a {
  text-decoration: none;
  color: black;
}
/* line 316, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-left-side-price {
  font-size: 12px;
  font-weight: 600;
  line-height: 16.34px;
  text-transform: uppercase;
  transform: scaleY(1.2);
}
/* line 325, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-right-side {
  display: flex;
  margin-left: auto;
}
/* line 329, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-right-side-follow {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  /* line 329, ../scss/lara-style/category.scss */
  .woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-right-side-follow {
    display: none;
  }
}
/* line 337, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-right-side-follow i {
  font-size: 24px;
  color: black;
}
/* line 341, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-right-side-follow i.fa-heart {
  color: #FF0000;
}
/* line 348, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-right-side-in-cart {
  display: flex;
  align-items: center;
}
/* line 352, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-right-side-in-cart a {
  display: inline-block;
  padding: 10px;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-wrap: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
/* line 368, ../scss/lara-style/category.scss */
.woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-right-side-in-cart a.active, .woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item-info .catalog-item-info-right-side-in-cart a:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 900px) {
  /* line 261, ../scss/lara-style/category.scss */
  .woocommerce .catalog-container .catalog .catalog-wrapper .catalog-item {
    flex: 1 0 45%;
    max-width: calc(51% - 20px);
  }
}
@media screen and (max-width: 560px) {
  /* line 252, ../scss/lara-style/category.scss */
  .woocommerce .catalog-container .catalog {
    margin-left: 0;
  }
}
/* line 386, ../scss/lara-style/category.scss */
.woocommerce .woocommerce-pagination {
  margin-bottom: 40px;
}
/* line 388, ../scss/lara-style/category.scss */
.woocommerce .woocommerce-pagination .page-numbers {
  border: 0;
  color: black;
}
/* line 392, ../scss/lara-style/category.scss */
.woocommerce .woocommerce-pagination .page-numbers li {
  border-right: 0;
}
/* line 395, ../scss/lara-style/category.scss */
.woocommerce .woocommerce-pagination .page-numbers.current {
  font-weight: 600;
  background: none;
  color: black;
}
/* line 400, ../scss/lara-style/category.scss */
.woocommerce .woocommerce-pagination .page-numbers.next, .woocommerce .woocommerce-pagination .page-numbers.prev {
  font-size: 20px;
}
/* line 403, ../scss/lara-style/category.scss */
.woocommerce .woocommerce-pagination .page-numbers:hover, .woocommerce .woocommerce-pagination .page-numbers:focus {
  color: black;
  background: none;
}
/* line 408, ../scss/lara-style/category.scss */
.woocommerce .woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper {
  display: flex;
  justify-content: start;
  flex-direction: row;
  gap: 110px;
  margin-bottom: 40px;
}
/* line 9, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-photo {
  background-color: #F7F7F7;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 460px;
}
/* line 18, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-photo img {
  padding: 40px 70px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  /* line 18, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-photo img {
    padding: 0;
  }
}
@media screen and (max-width: 560px) {
  /* line 18, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-photo img {
    padding: 50px 20px;
  }
}
/* line 32, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-photo-wrapper-glass {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 75%;
}
/* line 39, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-photo-glass {
  font-size: 22px;
}
/* line 44, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper .image-pagination {
  display: none;
  margin-top: 10px;
  justify-content: center;
  margin-bottom: 30px;
}
/* line 50, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper .image-pagination .item-list {
  width: 10px;
  height: 10px;
  margin-inline: 3px;
  background-color: #808080;
  border-radius: 10px;
}
/* line 57, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper .image-pagination .item-list.active {
  background-color: black;
}
@media screen and (max-width: 560px) {
  /* line 44, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper .image-pagination {
    display: flex;
  }
}
/* line 67, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 72, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card .product_meta {
  display: none;
}
/* line 75, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-name {
  display: flex;
  margin-bottom: 17px;
}
/* line 79, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-name h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  transform: scaleY(1.2);
}
@media screen and (max-width: 560px) {
  /* line 75, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-card-name {
    justify-content: center;
  }
  /* line 88, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-card-name h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
}
/* line 96, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-price {
  display: flex;
  margin-bottom: 35px;
}
/* line 100, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-price p {
  text-transform: uppercase;
  font-size: 16px;
  color: black;
  font-weight: 600;
  transform: scaleY(1.2);
}
@media screen and (max-width: 560px) {
  /* line 96, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-card-price {
    justify-content: center;
  }
  /* line 110, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-card-price p {
    font-size: 14px;
    font-weight: 500;
  }
}
/* line 117, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-details {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
/* line 123, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-details .detail-row .detail-row-title {
  text-transform: uppercase;
  font-weight: 600;
  width: 70px;
  padding-right: 40px;
}
/* line 133, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-details .detail-row.short-description {
  margin-left: 2px;
  display: flex;
}
/* line 136, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-details .detail-row.short-description .detail-row-title {
  min-width: 122px;
}
@media screen and (max-width: 560px) {
  /* line 143, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-card-details .details-table {
    margin: auto;
  }
  /* line 148, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-card-details .detail-row .detail-row-title {
    padding-right: 35px;
  }
  /* line 152, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-card-details .detail-row.short-description {
    display: initial;
    margin-top: 20px;
    margin-inline: auto;
  }
  /* line 156, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-card-details .detail-row.short-description .detail-row-title {
    min-width: initial;
  }
  /* line 159, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-card-details .detail-row.short-description .detail-row-value {
    max-width: 240px;
  }
}
/* line 168, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
/* line 174, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-buttons-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 181, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-buttons-add-to-cart button {
  color: white;
  background-color: black;
  padding: 10px 95px;
  border: 1px solid #000;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  line-height: 16.34px;
  font-size: 16px;
}
/* line 194, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-buttons-wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 199, ../scss/lara-style/product.scss */
.single-product .item-product-wrapper-card-buttons-wishlist button {
  color: black;
  background-color: white;
  padding: 10px 98px;
  border: 1px solid #000;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  line-height: 16.34px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  /* line 2, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 560px) {
  /* line 2, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper {
    flex-direction: column;
    gap: 0;
  }
  /* line 221, ../scss/lara-style/product.scss */
  .single-product .item-product-wrapper-photo {
    max-width: 100%;
  }
}

/* line 229, ../scss/lara-style/product.scss */
.similar-products {
  margin: 0 12px 60px 12px;
}
/* line 233, ../scss/lara-style/product.scss */
.similar-products h4 {
  font-family: inherit;
  font-size: 12px;
  margin-bottom: 20px;
  text-align: start;
  font-weight: 700;
  line-height: 14.68px;
  text-transform: uppercase;
  transform: scaleY(1.2);
}
/* line 244, ../scss/lara-style/product.scss */
.similar-products-list {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
/* line 251, ../scss/lara-style/product.scss */
.similar-products-list-item {
  flex: 1 1 calc(25%);
}
/* line 254, ../scss/lara-style/product.scss */
.similar-products-list-item-photo {
  margin-bottom: 25px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 261, ../scss/lara-style/product.scss */
.similar-products-list-item-photo img {
  max-width: 100%;
  height: auto;
  padding: 20px 30px;
}
/* line 268, ../scss/lara-style/product.scss */
.similar-products-list-item-name {
  display: flex;
  justify-content: center;
}
/* line 272, ../scss/lara-style/product.scss */
.similar-products-list-item-name h5 {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 650;
  line-height: 16.34px;
}
/* line 284, ../scss/lara-style/product.scss */
.similar-products-list-item-price {
  display: flex;
  justify-content: center;
}
/* line 288, ../scss/lara-style/product.scss */
.similar-products-list-item-price p {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 650;
  line-height: 16.34px;
}

/* line 1, ../scss/lara-style/about_us.scss */
.about-us {
  font-family: "Open Sans", serif;
}
/* line 4, ../scss/lara-style/about_us.scss */
.about-us-wrapper {
  position: relative;
}
/* line 7, ../scss/lara-style/about_us.scss */
.about-us-wrapper .about-us-image {
  margin-bottom: 97px;
  position: relative;
}
/* line 11, ../scss/lara-style/about_us.scss */
.about-us-wrapper .about-us-image img {
  position: relative;
  top: -100px;
  z-index: -1;
  width: 58%;
  height: auto;
}
/* line 20, ../scss/lara-style/about_us.scss */
.about-us-wrapper .about-us-image-text-overlay {
  position: absolute;
  display: flex;
  justify-content: start;
  flex-direction: column;
  bottom: -45px;
  left: 797px;
  transform: translateX(-50%);
  background: white;
  padding: 100px 120px;
  border: 1px solid black;
  text-align: center;
  width: 67%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}
/* line 37, ../scss/lara-style/about_us.scss */
.about-us-wrapper .about-us-image-text-overlay-title {
  margin-left: 10px;
  margin-bottom: 20px;
}
/* line 41, ../scss/lara-style/about_us.scss */
.about-us-wrapper .about-us-image-text-overlay-title h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 49.03px;
  text-align: start;
  transform: scaleY(1.3);
}
/* line 52, ../scss/lara-style/about_us.scss */
.about-us-wrapper .about-us-image-text-overlay-text {
  display: flex;
  justify-content: start;
  margin-left: 10px;
}
/* line 57, ../scss/lara-style/about_us.scss */
.about-us-wrapper .about-us-image-text-overlay-text p {
  font-size: 14px;
  line-height: 19.07px;
  font-weight: 500;
  text-align: start;
  white-space: nowrap;
}
/* line 64, ../scss/lara-style/about_us.scss */
.about-us-wrapper .about-us-image-text-overlay-text p span {
  font-weight: 700;
}
/* line 74, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-part {
  margin-bottom: 55px;
}
/* line 77, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-part h4 {
  font-family: inherit;
  font-weight: 600;
  line-height: 19.07px;
  font-size: 14px;
  text-transform: uppercase;
  transform: scaleY(1.2);
}
/* line 86, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-part p {
  font-family: inherit;
  font-weight: 500;
  line-height: 19.07px;
  font-size: 14px;
}
/* line 93, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-part ul {
  font-family: inherit;
  font-weight: 500;
  line-height: 19.07px;
  font-size: 14px;
  margin-left: 24px;
}
/* line 102, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-part:last-child {
  margin-bottom: 180px;
}
/* line 108, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-list {
  margin-top: 95px;
  margin-bottom: 70px;
  display: flex;
  justify-content: start;
}
/* line 114, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-list-item {
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-left: 130px;
  width: fit-content;
}
/* line 121, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-list-item p {
  font-weight: 500;
  line-height: 16.34px;
  font-size: 14px;
  font-family: inherit;
}
/* line 128, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-list-item-title {
  margin-bottom: 20px;
}
/* line 131, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-list-item-title h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: inherit;
  line-height: 19.07px;
  transform: scaleY(1.2);
}
/* line 142, ../scss/lara-style/about_us.scss */
.about-us .about-us-text-list-item:first-child {
  margin-left: 0;
}

/* line 2, ../scss/lara-style/return.scss */
.exchange-and-revival {
  margin: 63px auto 163px auto;
}
/* line 5, ../scss/lara-style/return.scss */
.exchange-and-revival-wrapper {
  display: flex;
  justify-content: start;
  flex-direction: column;
  flex-wrap: wrap;
}
/* line 11, ../scss/lara-style/return.scss */
.exchange-and-revival-wrapper-title {
  margin-bottom: 28px;
}
/* line 14, ../scss/lara-style/return.scss */
.exchange-and-revival-wrapper-title h2 {
  font-family: inherit;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 49.03px;
  text-align: start;
  color: black;
  transform: scaleY(1.5);
}
/* line 27, ../scss/lara-style/return.scss */
.exchange-and-revival-wrapper-text p {
  font-family: inherit;
  font-weight: 550;
  line-height: 19.07px;
  font-size: 14px;
}
/* line 34, ../scss/lara-style/return.scss */
.exchange-and-revival-wrapper-text ul {
  font-family: inherit;
  font-weight: 550;
  line-height: 19.07px;
  font-size: 14px;
  margin-left: 27px;
}
/* line 43, ../scss/lara-style/return.scss */
.exchange-and-revival-wrapper-text a {
  text-decoration: underline;
  color: black;
}

/* line 2, ../scss/lara-style/cart.scss */
.basket-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 560px) {
  /* line 2, ../scss/lara-style/cart.scss */
  .basket-wrapper {
    flex-direction: column;
  }
}
/* line 10, ../scss/lara-style/cart.scss */
.basket-total {
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 35%;
}
/* line 17, ../scss/lara-style/cart.scss */
.basket-total-header {
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}
/* line 21, ../scss/lara-style/cart.scss */
.basket-total-header h3 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 19.07px;
  text-transform: uppercase;
  transform: scaleY(1.1);
}
@media screen and (max-width: 560px) {
  /* line 17, ../scss/lara-style/cart.scss */
  .basket-total-header {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 10px;
  }
}
/* line 36, ../scss/lara-style/cart.scss */
.basket-total-list {
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin: 100px auto;
  padding-inline: 20px;
}
/* line 42, ../scss/lara-style/cart.scss */
.basket-total-list-header {
  margin-bottom: 30px;
}
/* line 45, ../scss/lara-style/cart.scss */
.basket-total-list-header h4 {
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  transform: scaleY(1.1);
  text-transform: uppercase;
  line-height: 16.34px;
}
/* line 55, ../scss/lara-style/cart.scss */
.basket-total-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
/* line 61, ../scss/lara-style/cart.scss */
.basket-total-list-item-title {
  display: flex;
  justify-content: start;
}
/* line 65, ../scss/lara-style/cart.scss */
.basket-total-list-item-title h5 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16.34px;
  font-family: inherit;
  transform: scaleY(1.1);
}
/* line 71, ../scss/lara-style/cart.scss */
.basket-total-list-item-title h5 a {
  text-decoration: none;
  color: black;
}
/* line 79, ../scss/lara-style/cart.scss */
.basket-total-list-item-price {
  margin-left: 5px;
}
/* line 81, ../scss/lara-style/cart.scss */
.basket-total-list-item-price p {
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px;
  line-height: 16.34px;
  font-family: inherit;
  text-transform: uppercase;
  transform: scaleY(1.1);
}
/* line 94, ../scss/lara-style/cart.scss */
.basket-total-list-results-item {
  display: flex;
  justify-content: space-between;
  gap: 75px;
  margin-bottom: 25px;
}
/* line 100, ../scss/lara-style/cart.scss */
.basket-total-list-results-item:last-child {
  padding-top: 22px;
  border-top: 1px solid black;
}
/* line 105, ../scss/lara-style/cart.scss */
.basket-total-list-results-item-title {
  display: flex;
  justify-content: start;
}
/* line 109, ../scss/lara-style/cart.scss */
.basket-total-list-results-item-title h5 {
  font-weight: 800;
  font-size: 14px;
  line-height: 19.07px;
  font-family: inherit;
  transform: scaleY(1.1);
  text-transform: uppercase;
}
/* line 120, ../scss/lara-style/cart.scss */
.basket-total-list-results-item-price {
  display: flex;
  justify-content: end;
}
/* line 124, ../scss/lara-style/cart.scss */
.basket-total-list-results-item-price p {
  font-weight: 700;
  font-size: 12px;
  line-height: 16.34px;
  font-family: inherit;
  text-transform: uppercase;
  transform: scaleY(1.1);
}
/* line 136, ../scss/lara-style/cart.scss */
.basket-total-list-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 142, ../scss/lara-style/cart.scss */
.basket-total-list-button a {
  text-decoration: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16.34px;
  background-color: black;
  color: white;
  border: none;
  padding: 10px 65px;
  cursor: pointer;
  transition: background-color 0.3s;
}
/* line 157, ../scss/lara-style/cart.scss */
.basket-total-list-button a:hover {
  background-color: #333;
}
@media screen and (max-width: 560px) {
  /* line 36, ../scss/lara-style/cart.scss */
  .basket-total-list {
    margin: 20px 0;
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  /* line 10, ../scss/lara-style/cart.scss */
  .basket-total {
    width: 45%;
  }
}
@media screen and (max-width: 560px) {
  /* line 10, ../scss/lara-style/cart.scss */
  .basket-total {
    width: 100%;
    margin-top: 40px;
    padding-inline: 20px;
  }
}
/* line 177, ../scss/lara-style/cart.scss */
.basket-left-side {
  font-family: "Open Sans", serif;
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 65%;
}
/* line 184, ../scss/lara-style/cart.scss */
.basket-left-side-header {
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}
/* line 188, ../scss/lara-style/cart.scss */
.basket-left-side-header h3 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 19.07px;
  text-transform: uppercase;
  margin-left: 20px;
  transform: scaleY(1.1);
}
/* line 200, ../scss/lara-style/cart.scss */
.basket-left-side-list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
/* line 206, ../scss/lara-style/cart.scss */
.basket-left-side-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  position: relative;
}
/* line 215, ../scss/lara-style/cart.scss */
.basket-left-side-list-item:last-child {
  border-bottom: 0;
}
/* line 219, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-photo {
  margin-right: 15px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 160px;
  height: 160px;
}
/* line 229, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 900px) {
  /* line 219, ../scss/lara-style/cart.scss */
  .basket-left-side-list-item-photo {
    padding: 20px;
  }
}
/* line 239, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-description {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
/* line 245, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-description-name {
  margin-bottom: 25px;
  margin-top: 37px;
}
/* line 249, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-description-name h3 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: inherit;
  line-height: 16.34px;
  transform: scaleY(1.2);
}
/* line 256, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-description-name h3 a {
  text-decoration: none;
  color: black;
}
/* line 265, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-description-vendor p, .basket-left-side-list-item-description-color p, .basket-left-side-list-item-description-size p {
  font-size: 12px;
  font-weight: 550;
  text-transform: uppercase;
  font-family: inherit;
  line-height: 16.34px;
  transform: scaleY(1.2);
}
/* line 276, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-description-price {
  margin-top: 15px;
}
/* line 278, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-description-price p {
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  font-family: inherit;
  line-height: 16.34px;
  transform: scaleY(1.2);
}
/* line 288, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-description-to-wish-list {
  margin-top: 25px;
}
/* line 291, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-description-to-wish-list a {
  text-decoration: none;
}
/* line 294, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-description-to-wish-list a p {
  font-size: 12px;
  font-weight: 550;
  font-family: inherit;
  line-height: 16.34px;
  transform: scaleY(1.2);
  color: #00000080;
  opacity: 50%;
}
/* line 310, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-size p {
  font-weight: 550;
  font-size: 12px;
  line-height: 16.34px;
  font-family: inherit;
  text-transform: uppercase;
  transform: scaleY(1.2);
}
/* line 321, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-price p {
  font-weight: 750;
  font-size: 12px;
  line-height: 16.34px;
  font-family: inherit;
  text-transform: uppercase;
  transform: scaleY(1.2);
}
/* line 331, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-cross {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 336, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-cross a.remove {
  color: black !important;
}
/* line 338, ../scss/lara-style/cart.scss */
.basket-left-side-list-item-cross a.remove:hover {
  color: black;
}
@media screen and (max-width: 900px) {
  /* line 206, ../scss/lara-style/cart.scss */
  .basket-left-side-list-item {
    justify-content: start;
  }
}
@media screen and (max-width: 560px) {
  /* line 206, ../scss/lara-style/cart.scss */
  .basket-left-side-list-item {
    padding: 20px;
    border-right: 0;
  }
  /* line 349, ../scss/lara-style/cart.scss */
  .basket-left-side-list-item:last-child {
    border-bottom: 1px solid black;
  }
}
@media screen and (max-width: 900px) {
  /* line 177, ../scss/lara-style/cart.scss */
  .basket-left-side {
    width: 55%;
  }
}
@media screen and (max-width: 560px) {
  /* line 177, ../scss/lara-style/cart.scss */
  .basket-left-side {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  /* line 1, ../scss/lara-style/cart.scss */
  .basket {
    margin-inline: -15px;
  }
}

/* line 2, ../scss/lara-style/payment.scss */
.confirmation-order-wrapper {
  display: flex;
  margin-bottom: 45px;
}
@media screen and (max-width: 560px) {
  /* line 2, ../scss/lara-style/payment.scss */
  .confirmation-order-wrapper {
    flex-direction: column-reverse;
  }
}
/* line 10, ../scss/lara-style/payment.scss */
.confirmation-order-payment {
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 60%;
}
/* line 16, ../scss/lara-style/payment.scss */
.confirmation-order-payment-header {
  margin-bottom: 20px;
}
/* line 19, ../scss/lara-style/payment.scss */
.confirmation-order-payment-header h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.07px;
  text-transform: uppercase;
}
/* line 27, ../scss/lara-style/payment.scss */
.confirmation-order-payment-wrapper {
  border-top: 1px solid black;
  padding-top: 30px;
}
@media screen and (max-width: 900px) {
  /* line 27, ../scss/lara-style/payment.scss */
  .confirmation-order-payment-wrapper {
    border-right: 1px solid black;
  }
}
@media screen and (max-width: 560px) {
  /* line 27, ../scss/lara-style/payment.scss */
  .confirmation-order-payment-wrapper {
    border-right: 0;
    margin-inline: -15px;
    padding-inline: 15px;
  }
}
/* line 40, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data {
  margin-right: 60px;
  margin-bottom: 40px;
}
/* line 44, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
/* line 49, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data-wrapper p.form-row, .confirmation-order-payment-form-for-data-wrapper-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
/* line 54, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data-wrapper p.form-row.address-field, .confirmation-order-payment-form-for-data-wrapper-group.address-field {
  display: none;
}
/* line 57, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data-wrapper p.form-row label, .confirmation-order-payment-form-for-data-wrapper-group label {
  font-size: 13px;
  font-weight: 400;
  line-height: 16.34px;
  color: #00000099;
  margin-bottom: 9px;
  text-transform: uppercase;
}
/* line 65, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data-wrapper p.form-row label .outlined, .confirmation-order-payment-form-for-data-wrapper-group label .outlined {
  position: relative;
}
/* line 68, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data-wrapper p.form-row label .outlined::after, .confirmation-order-payment-form-for-data-wrapper-group label .outlined::after {
  content: attr(for);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  background: white;
  outline: 1px solid blue;
  pointer-events: none;
}
/* line 83, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data-wrapper p.form-row textarea, .confirmation-order-payment-form-for-data-wrapper-group textarea {
  border: 0;
  border-bottom: 1px solid black;
  font-size: 14px;
  padding: 10px 5px;
  height: 35px;
}
/* line 89, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data-wrapper p.form-row textarea:focus, .confirmation-order-payment-form-for-data-wrapper-group textarea:focus {
  outline: none;
}
/* line 93, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data-wrapper p.form-row input, .confirmation-order-payment-form-for-data-wrapper-group input {
  border: none;
  border-bottom: 1px solid black;
  font-size: 14px;
  padding: 10px 5px;
}
/* line 98, ../scss/lara-style/payment.scss */
.confirmation-order-payment-form-for-data-wrapper p.form-row input:focus, .confirmation-order-payment-form-for-data-wrapper-group input:focus {
  outline: none;
}
@media screen and (max-width: 560px) {
  /* line 40, ../scss/lara-style/payment.scss */
  .confirmation-order-payment-form-for-data {
    margin-right: 0;
  }
}
/* line 109, ../scss/lara-style/payment.scss */
.confirmation-order-payment-delivery {
  margin-top: 20px;
  margin-right: 60px;
}
/* line 112, ../scss/lara-style/payment.scss */
.confirmation-order-payment-delivery-header {
  margin-bottom: 20px;
}
/* line 114, ../scss/lara-style/payment.scss */
.confirmation-order-payment-delivery-header h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.07px;
  text-transform: uppercase;
  margin-bottom: 30px;
  transform: scaleY(1.2);
}
/* line 124, ../scss/lara-style/payment.scss */
.confirmation-order-payment-delivery .wc-ukr-shipping-np-fields h3 {
  display: none;
}
@media screen and (max-width: 560px) {
  /* line 109, ../scss/lara-style/payment.scss */
  .confirmation-order-payment-delivery {
    margin-right: 0;
  }
}
/* line 133, ../scss/lara-style/payment.scss */
.confirmation-order-payment-address {
  margin-right: 60px;
  margin-bottom: 40px;
}
/* line 136, ../scss/lara-style/payment.scss */
.confirmation-order-payment-address form div label {
  margin-bottom: 0;
}
/* line 141, ../scss/lara-style/payment.scss */
.confirmation-order-payment-way-to-pay {
  margin-top: 20px;
  margin-right: 60px;
  margin-bottom: 10px;
}
/* line 147, ../scss/lara-style/payment.scss */
.confirmation-order-payment-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 152, ../scss/lara-style/payment.scss */
.confirmation-order-payment-button button {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16.34px;
  background-color: black;
  color: white;
  border: none;
  padding: 10px 65px;
  cursor: pointer;
  transition: background-color 0.3s;
}
/* line 165, ../scss/lara-style/payment.scss */
.confirmation-order-payment-button button:hover {
  background-color: #333;
}
@media screen and (max-width: 560px) {
  /* line 10, ../scss/lara-style/payment.scss */
  .confirmation-order-payment {
    width: 100%;
  }
}
/* line 175, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord {
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 40%;
}
/* line 181, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-header {
  margin-bottom: 20px;
}
/* line 184, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-header h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.07px;
  text-transform: uppercase;
  transform: scaleY(1.2);
}
/* line 193, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-wrapper {
  border: 1px solid black;
  border-right: 0;
  padding: 50px 0 50px 35px;
}
/* line 198, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-wrapper-separator {
  border: none;
  border-top: 1px solid black;
  margin: 20px 0;
}
/* line 204, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-wrapper-total {
  display: flex;
  justify-content: start;
  align-items: center;
}
/* line 209, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-wrapper-total h5 {
  display: flex;
  flex: 1;
  transform: scaleY(1.2);
  line-height: 19.07px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 219, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-wrapper-total-sum {
  display: flex;
  flex: 1;
}
/* line 224, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-wrapper-total-sum p {
  font-size: 12px;
  transform: scaleY(1.2);
  font-weight: 700;
  line-height: 16.34px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 900px) {
  /* line 193, ../scss/lara-style/payment.scss */
  .confirmation-order-your-ord-wrapper {
    border: 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 560px) {
  /* line 193, ../scss/lara-style/payment.scss */
  .confirmation-order-your-ord-wrapper {
    margin-inline: -15px;
    border-block: 1px solid black;
    padding: 0 0 25px;
    margin-bottom: 20px;
  }
  /* line 243, ../scss/lara-style/payment.scss */
  .confirmation-order-your-ord-wrapper-separator {
    margin: 20px 15px;
  }
  /* line 246, ../scss/lara-style/payment.scss */
  .confirmation-order-your-ord-wrapper-total {
    margin-inline: 15px;
  }
}

/* line 253, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item {
  display: flex;
  justify-content: start;
  margin-bottom: 50px;
}
/* line 258, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item-photo {
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 170px;
  height: 170px;
  aspect-ratio: 1;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* line 269, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item-photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 900px) {
  /* line 258, ../scss/lara-style/payment.scss */
  .confirmation-order-your-ord-item-photo {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 560px) {
  /* line 258, ../scss/lara-style/payment.scss */
  .confirmation-order-your-ord-item-photo {
    width: 160px;
    height: 160px;
  }
}
/* line 284, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item-info {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 20px;
}
/* line 292, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item-info-name {
  margin-bottom: 4px;
}
/* line 295, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item-info-name h4 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16.34px;
  text-transform: uppercase;
  transform: scaleY(1.2);
}
/* line 305, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item-info-size {
  margin-bottom: 3px;
}
/* line 308, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item-info-size p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-transform: uppercase;
  transform: scaleY(1.2);
}
/* line 318, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item-info-color {
  margin-bottom: 4px;
}
/* line 321, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item-info-color p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-transform: uppercase;
  transform: scaleY(1.2);
}
/* line 331, ../scss/lara-style/payment.scss */
.confirmation-order-your-ord-item-info-price h5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16.34px;
  text-transform: uppercase;
  transform: scaleY(1.2);
}
@media screen and (max-width: 560px) {
  /* line 175, ../scss/lara-style/payment.scss */
  .confirmation-order-your-ord {
    width: 100%;
  }
  /* line 343, ../scss/lara-style/payment.scss */
  .confirmation-order-your-ord-item {
    padding: 15px;
    margin: 0;
  }
}
/* line 350, ../scss/lara-style/payment.scss */
.confirmation-order .checkbox-table {
  display: flex;
  justify-content: space-between;
}
/* line 354, ../scss/lara-style/payment.scss */
.confirmation-order .checkbox-table-item {
  display: flex;
  align-items: flex-start;
  flex: 1;
  margin-right: 15px;
  margin-bottom: 30px;
}
/* line 360, ../scss/lara-style/payment.scss */
.confirmation-order .checkbox-table-item input {
  margin-right: 15px;
  margin-top: 3px;
}
/* line 364, ../scss/lara-style/payment.scss */
.confirmation-order .checkbox-table-item input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid black;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
/* line 373, ../scss/lara-style/payment.scss */
.confirmation-order .checkbox-table-item input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 388, ../scss/lara-style/payment.scss */
.confirmation-order .checkbox-table-item label {
  display: flex;
  flex: 1;
  color: black;
  justify-content: start;
  flex-direction: column;
}
/* line 395, ../scss/lara-style/payment.scss */
.confirmation-order .checkbox-table-item label p:first-child {
  text-transform: uppercase;
  font-weight: 550;
  line-height: 19.07px;
  font-size: 13px;
  margin-bottom: 8px;
  transform: scaleY(1.2);
}
/* line 404, ../scss/lara-style/payment.scss */
.confirmation-order .checkbox-table-item label p:last-child {
  font-weight: 400;
  font-size: 11px;
  line-height: 13.62px;
}
/* line 412, ../scss/lara-style/payment.scss */
.confirmation-order .checkbox-table-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  /* line 350, ../scss/lara-style/payment.scss */
  .confirmation-order .checkbox-table {
    flex-wrap: wrap;
  }
  /* line 418, ../scss/lara-style/payment.scss */
  .confirmation-order .checkbox-table .checkbox-table-item {
    flex: initial;
    width: calc(50% - 7.5px);
  }
  /* line 421, ../scss/lara-style/payment.scss */
  .confirmation-order .checkbox-table .checkbox-table-item:last-child {
    margin-right: 15px;
  }
  /* line 424, ../scss/lara-style/payment.scss */
  .confirmation-order .checkbox-table .checkbox-table-item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  /* line 430, ../scss/lara-style/payment.scss */
  .confirmation-order .checkbox-table .checkbox-table-item {
    width: 100%;
  }
}

/* line 1, ../scss/lara-style/header.scss */
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
}
/* line 7, ../scss/lara-style/header.scss */
header .header-wrapper {
  border-bottom: 1px solid #000000;
  width: 100%;
}
/* line 11, ../scss/lara-style/header.scss */
header .header-wrapper-work-and-support {
  height: 30px;
  background-color: #ecf2f4;
  display: flex;
  font-size: 11px;
}
/* line 18, ../scss/lara-style/header.scss */
header .header-wrapper-work-and-support > .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 25px;
  width: 100%;
}
/* line 26, ../scss/lara-style/header.scss */
header .header-wrapper-main {
  background-color: #EE2525;
}
/* line 29, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container {
  height: 70px;
  max-width: 1200px;
  margin: auto;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
/* line 39, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-logo {
  cursor: pointer;
}
/* line 41, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-logo-text {
  text-decoration: none;
  color: #000000;
}
/* line 44, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-logo-text h1 {
  text-wrap: nowrap;
  font-family: initial;
  margin: 0;
  width: fit-content;
  line-height: 0.7;
  font-size: 30px;
  font-weight: 500;
  transform: scaleY(1.4);
}
/* line 57, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-search-bar {
  width: 30%;
  display: flex;
  position: relative;
  align-items: center;
  margin-left: auto;
}
/* line 64, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-search-bar img {
  position: absolute;
  left: 2px;
  width: 18px;
  color: #000000;
  margin-bottom: 10px;
}
/* line 72, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-search-bar input {
  padding-left: 30px;
  padding-bottom: 10px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  background: transparent;
  outline: none;
  color: #000000;
  font-size: 16px;
}
/* line 86, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-icons {
  display: flex;
  align-items: center;
}
/* line 89, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-icons-favorite {
  margin-top: 3px;
}
/* line 92, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-icons img {
  width: 23px;
  color: #000000;
  margin-left: 25px;
  cursor: pointer;
}
/* line 97, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-icons img.cart {
  width: 30px;
  margin-left: 15px;
}
/* line 102, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-icons > div {
  position: relative;
}
/* line 104, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-icons > div .count {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: black;
  border: 2px solid #EE2525;
  border-radius: 50%;
  right: -8px;
  top: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 7px;
  user-select: none;
}
/* line 122, ../scss/lara-style/header.scss */
header .header-wrapper-main > .container .header-wrapper-main-icons > div.header-wrapper-main-icons-basket .count {
  right: -5px;
  top: -2px;
}
/* line 134, ../scss/lara-style/header.scss */
header .mobile-header-wrapper {
  height: 65px;
  background: #EE2525;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 561px) {
  /* line 134, ../scss/lara-style/header.scss */
  header .mobile-header-wrapper {
    display: none;
  }
}
/* line 142, ../scss/lara-style/header.scss */
header .mobile-header-wrapper nav {
  width: 100%;
  position: absolute;
}
/* line 146, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: 15px;
  -webkit-user-select: none;
  user-select: none;
  /*
   * Just a quick hamburger
   */
  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
}
/* line 154, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
/* line 159, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle a:hover {
  color: tomato;
}
/* line 164, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
  /*
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  /*
   * But let's hide the middle one.
   */
  /*
   * Ohyeah and the last one should go the other direction
   */
  /*
   * And let's slide it in from the left
   */
}
/* line 183, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg);
  background: #232323;
}
/* line 193, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/* line 202, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg);
}
/* line 210, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle input:checked ~ #menu {
  transform: none;
}
/* line 220, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
/* line 238, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
/* line 242, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
/* line 250, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle #menu {
  position: absolute;
  width: 100%;
  margin: -102px 0 0 -15px;
  top: 145px;
  padding-inline: 30px;
  padding-bottom: 30px;
  background: white;
  border-bottom: 2px solid #000000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0px 3px 10px 0px #787878;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(calc(-100% - 10px), 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
/* line 268, ../scss/lara-style/header.scss */
header .mobile-header-wrapper #menuToggle #menu li {
  padding: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 276, ../scss/lara-style/header.scss */
header .mobile-header-wrapper .header-wrapper-main-logo-text {
  margin: auto;
  color: #000000;
  text-decoration: none;
}
/* line 280, ../scss/lara-style/header.scss */
header .mobile-header-wrapper .header-wrapper-main-logo-text h1 {
  margin-left: 65px;
  text-wrap: nowrap;
  font-family: initial;
  width: fit-content;
  line-height: .7;
  font-size: 22px;
  font-weight: 500;
  transform: scaleY(1.4);
}
/* line 291, ../scss/lara-style/header.scss */
header .mobile-header-wrapper .header-icons {
  display: flex;
}
/* line 293, ../scss/lara-style/header.scss */
header .mobile-header-wrapper .header-icons img {
  width: 20px;
  color: #000000;
  margin-left: 25px;
  cursor: pointer;
}
/* line 298, ../scss/lara-style/header.scss */
header .mobile-header-wrapper .header-icons img:first-child {
  margin-left: 0;
}
/* line 301, ../scss/lara-style/header.scss */
header .mobile-header-wrapper .header-icons img.cart {
  width: 30px;
  margin-right: 15px;
}
/* line 308, ../scss/lara-style/header.scss */
header .navigation {
  background-color: #ffffff;
  border-top: 1px solid #000000;
  border-bottom: 2px solid #000000;
}
/* line 313, ../scss/lara-style/header.scss */
header .navigation-list {
  list-style: none;
  display: flex;
  justify-content: start;
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 25px;
}
/* line 321, ../scss/lara-style/header.scss */
header .navigation-list > .navigation-list-item {
  font-size: 14px;
  font-weight: 500;
  margin-right: 60px;
  text-transform: uppercase;
  position: relative;
}
/* line 327, ../scss/lara-style/header.scss */
header .navigation-list > .navigation-list-item:hover .sub-menu-container, header .navigation-list > .navigation-list-item .sub-menu-container:hover, header .navigation-list > .navigation-list-item .sub-menu-container:has(.sub-menu:hover) {
  height: 100%;
  overflow: visible;
}
/* line 331, ../scss/lara-style/header.scss */
header .navigation-list > .navigation-list-item .sub-menu-container {
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: -10px;
  left: -20px;
  width: calc(100% + 40px);
  padding-top: 35px;
}
/* line 339, ../scss/lara-style/header.scss */
header .navigation-list > .navigation-list-item .sub-menu-container .sub-menu {
  position: absolute;
  width: 150px;
  list-style: none;
  border: 2px solid #000000;
  background: white;
  padding: 10px 10px 20px;
  line-height: 1.5;
}
/* line 347, ../scss/lara-style/header.scss */
header .navigation-list > .navigation-list-item .sub-menu-container .sub-menu li:first-child {
  font-weight: 700;
}
/* line 352, ../scss/lara-style/header.scss */
header .navigation-list > .navigation-list-item a {
  text-decoration: none;
  color: #000000;
}
/* line 355, ../scss/lara-style/header.scss */
header .navigation-list > .navigation-list-item a:hover {
  color: #EE2525;
}

/*woocommerce-sidebar*/

.post-type-archive-product .main-container,
.archive .main-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-type-archive-product .content-area,
.archive .content-area{
	order: 1;
}

.filter-woocommerce #text-2 {
	display: none;
}

body .filter-woocommerce .wpfFilterWrapper .wpfCheckbox label::before {
	border-radius: 0 !important;
}

.filter-woocommerce {
	min-width: 250px;
	margin-right: 30px;
	margin-top: 70px;
}
.filter-woocommerce input {
	outline: none;
}

.wpfFilterVerScroll {
	scrollbar-width: thin;
	scrollbar-color: black #ececec;
}
.wpfFilterVerScroll::-webkit-scrollbar {
  width: 10px;
}

.wpfFilterVerScroll::-webkit-scrollbar-track {
  background-color: #ececec;
}

.section::-webkit-scrollbar-thumb {
  background-color: black;
}

.filter-woocommerce .wpfFilterWrapper .wpfFilterTitle {
	margin-bottom: 5px;
}

.filter-woocommerce .wpfFilterWrapper ul li {
	text-transform: uppercase;
	font-size: 14px;
}

.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.filter-woocommerce .wpfPriceRangeField#wpfMinPrice, .filter-woocommerce .wpfPriceRangeField#wpfMaxPrice {
	border-radius: 0;
	background: none;
	border-width: 2px;
}

.filter-woocommerce .wpfFilterWrapper .wpfPriceInputs {
	margin-left: -10px;
	margin-right: -10px;
}

.filter-woocommerce .wpfFilterWrapper .wpfPriceInputs {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.filter-woocommerce .ui-slider.ui-widget-content .ui-slider-handle {
	background: #0d0c0c;
	border: 1px solid #000 !important;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	top: -5px;
	margin-left: -10px;
}

.filter-woocommerce .ui-slider.ui-widget-content:not(.iris-slider-offset) {
	background: #d9d9d9;
	border:none;
}

.filter-woocommerce .wpfFilterWrapper .ui-slider-horizontal {
	height: 2px;
}
.filter-woocommerce .ui-slider-horizontal .ui-slider-range {
	background: #000 !important;
}

.filter-woocommerce .ui-slider.ui-widget-content .ui-slider-handle:hover, 
.filter-woocommerce .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover, 
.filter-woocommerce .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
	border-color: #777 !important;
	background: #777 !important;
}

.filter-woocommerce .wpfSearchWrapper .wpfSearchFieldsFilter {
	padding-left: 3px;
	border: 2px solid #000;
	border-style: solid;
	margin-bottom: 13px;
}

#filter-mob .filter-woocommerce {
	text-align: initial;
	margin: 0;
	padding: 19px 15px;
}
/*alphabet*/

.flex-abetka {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	gap: 30px;
	margin: 30px 0 60px;
}

.flex-abetka .item {
	width: 30%;
	min-width: 280px;
}

.flex-abetka .title {
	font-weight: 600;
	padding: 5px 0;
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.flex-abetka .title::after {
	content: '';
	width: 30px;
	border-bottom: 3px solid #ee2525;
	display: inline-block;
	line-height: 60px;
	vertical-align: middle;
	margin-left: 11px;
}

.flex-abetka ul {
	list-style: none;
}

.flex-abetka li {
	display: inline-block;
	border: 2px solid #e6e4e4;
	margin-right: 6px;
	margin-bottom: 6px;
	color: black;
	font-size: 0.8rem;
}

.flex-abetka a {
	position: relative;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	display: inline-block;
}

.flex-abetka a:hover {
	color: #fff;
}

.flex-abetka a::before {
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 0;
	transition: 0.3s;
	background: #ee2525;
	z-index: -1;

}
.flex-abetka a:hover::before {
	height: 100%;
}

@media screen and (max-width: 900px) {
  /* line 321, ../scss/lara-style/header.scss */
  header .navigation-list > .navigation-list-item {
    margin-right: 30px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
	.filter-woocommerce {
		min-width: 205px;
		margin-right: 15px;
	}
	.filter-woocommerce .wpfFilterWrapper ul li {
	   	font-size: 12px;
	}
}

/* line 1, ../scss/lara-style/footer.scss */
.footer {
  background-color: #EE2525;
  color: #000000;
}

.footer a {
	color: #000;
}

/* line 5, ../scss/lara-style/footer.scss */
.footer .footer-wrapper, .footer .mobile-footer-wrapper {
  max-width: 1200px;
  padding: 0 25px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: start;
}
/* line 13, ../scss/lara-style/footer.scss */
.footer .mobile-footer-wrapper {
  padding: 0 15px;
  display: none;
}
@media screen and (max-width: 560px) {
  /* line 13, ../scss/lara-style/footer.scss */
  .footer .mobile-footer-wrapper {
    display: flex;
  }
  aside.filter-woocommerce {
	display: none;
  }
	.filter-woocommerce .wpfFilterWrapper .wfpTitle {
		font-size: 12px;
		height: 20px;
	}
}
/* line 21, ../scss/lara-style/footer.scss */
.footer-left-column {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
/* line 26, ../scss/lara-style/footer.scss */
.footer-left-column-name-company {
  font-family: initial;
  font-size: 26px;
  font-weight: 500;
  margin-top: 20px;
  transform: scaleY(1.4);
  text-wrap: nowrap;
}
/* line 35, ../scss/lara-style/footer.scss */
.footer-left-column-contact-welding {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
  line-height: 21px;
  margin-top: 45px;
  transform: scaleY(1.2);
}
/* line 45, ../scss/lara-style/footer.scss */
.footer-left-column-info-list {
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-top: 20px;
}
/* line 51, ../scss/lara-style/footer.scss */
.footer-left-column-info-list-wrapper {
  list-style: none;
}
/* line 53, ../scss/lara-style/footer.scss */
.footer-left-column-info-list-wrapper-item {
  margin-top: 2px;
}
/* line 55, ../scss/lara-style/footer.scss */
.footer-left-column-info-list-wrapper-item a {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  font-size: 11px;
  line-height: 1.8;
  transform: scaleY(1.3);
  text-decoration: none;
  display: inline-block;
}
/* line 70, ../scss/lara-style/footer.scss */
.footer-left-column-social-icons {
  margin-top: 20px;
}
/* line 72, ../scss/lara-style/footer.scss */
.footer-left-column-social-icons a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  text-align: start;
}
/* line 78, ../scss/lara-style/footer.scss */
.footer-left-column-social-icons a i {
  color: #000000;
  font-size: 23px;
}
/* line 83, ../scss/lara-style/footer.scss */
.footer-left-column-social-icons a:first-child {
  margin-left: 0;
}
/* line 86, ../scss/lara-style/footer.scss */
.footer-left-column-social-icons a:last-child {
  margin-right: 0;
}
/* line 91, ../scss/lara-style/footer.scss */
.footer-left-column-copyright {
  display: inline-block;
  margin-top: 50px;
  font-weight: 400;
  font-size: 9px;
  line-height: 13.62px;
  margin-bottom: 20px;
  transform: scaleY(1.2);
}
@media screen and (max-width: 560px) {
  /* line 91, ../scss/lara-style/footer.scss */
  .footer-left-column-copyright {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
/* line 106, ../scss/lara-style/footer.scss */
.footer-right-column {
  margin-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 560px) {
  /* line 106, ../scss/lara-style/footer.scss */
  .footer-right-column {
    justify-content: initial;
  }
}
/* line 117, ../scss/lara-style/footer.scss */
.footer-right-column-info-label h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  transform: scaleY(1.2);
  margin-top: 30px;
}
/* line 127, ../scss/lara-style/footer.scss */
.footer-right-column-info-list {
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-top: 30px;
}
/* line 133, ../scss/lara-style/footer.scss */
.footer-right-column-info-list-wrapper {
  list-style: none;
}
/* line 137, ../scss/lara-style/footer.scss */
.footer-right-column-info-list-wrapper-item {
  margin-top: 2px;
}
/* line 140, ../scss/lara-style/footer.scss */
.footer-right-column-info-list-wrapper-item a {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  line-height: 16.5px;
  transform: scaleY(1.3);
  text-decoration: none;
  display: inline-block;
}
/* line 157, ../scss/lara-style/footer.scss */
.footer-right-column-social-icons a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  text-align: start;
}
/* line 164, ../scss/lara-style/footer.scss */
.footer-right-column-social-icons a i {
  color: #000000;
  font-size: 23px;
}
/* line 171, ../scss/lara-style/footer.scss */
.footer-right-column-social-icons a:first-child {
  margin-left: 0;
}
/* line 175, ../scss/lara-style/footer.scss */
.footer-right-column-social-icons a:last-child {
  margin-right: 0;
}
/* line 181, ../scss/lara-style/footer.scss */
.footer-right-column-contact-welding {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  font-size: 11px;
  line-height: 21px;
  margin-top: 80px;
  transform: scaleY(1.2);
}

/* line 1, ../scss/lara-style/partials/product_slider.scss */
.product-slider {
  text-align: center;
  margin-bottom: 60px;
}
/* line 5, ../scss/lara-style/partials/product_slider.scss */
.product-slider h5 {
  margin-bottom: 20px;
  width: fit-content;
  font-size: 14px;
}
/* line 11, ../scss/lara-style/partials/product_slider.scss */
.product-slider-list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: nowrap;
  overflow: scroll;
  gap: 25px;
}
/* line 19, ../scss/lara-style/partials/product_slider.scss */
.product-slider-list-item {
  max-width: 265px;
  flex: 1;
}
@media screen and (max-width: 560px) {
  /* line 19, ../scss/lara-style/partials/product_slider.scss */
  .product-slider-list-item {
    min-width: 195px;
  }
}
/* line 25, ../scss/lara-style/partials/product_slider.scss */
.product-slider-list-item .image-container {
  padding: 25px 35px;
  background-color: #F7F7F7;
  margin-bottom: 15px;
}
/* line 29, ../scss/lara-style/partials/product_slider.scss */
.product-slider-list-item .image-container img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
/* line 37, ../scss/lara-style/partials/product_slider.scss */
.product-slider-list-item .title-link {
  color: black;
  text-decoration: none;
}
/* line 40, ../scss/lara-style/partials/product_slider.scss */
.product-slider-list-item .title-link .title {
  font-weight: 600;
  font-size: 14px;
}
/* line 46, ../scss/lara-style/partials/product_slider.scss */
.product-slider-list-item .price {
  font-size: 12px;
  font-weight: 600;
}

/* line 1, ../scss/lara-style/partials/breadcrumbs.scss */
.rey-breadcrumbs {
  margin-bottom: 10px;
  margin-left: 6px;
  display: flex;
  align-items: center;
}
/* line 7, ../scss/lara-style/partials/breadcrumbs.scss */
.rey-breadcrumbs .rey-breadcrumbs-del {
  margin-inline: 8px;
  margin-top: -3px;
}
/* line 12, ../scss/lara-style/partials/breadcrumbs.scss */
.rey-breadcrumbs .rey-breadcrumbs-item, .rey-breadcrumbs a {
  text-decoration: none;
  color: black;
  font-size: 12px;
  line-height: 16.34px;
  font-weight: 600;
  text-transform: uppercase;
  transform: scaleY(1.3);
}

@media screen and (max-width: 560px) {
  /* line 24, ../scss/lara-style/partials/breadcrumbs.scss */
  .single-product .rey-breadcrumbs {
    display: none;
  }
}

/* line 18, ../scss/style.scss */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* line 25, ../scss/style.scss */
body {
  display: flex;
  flex-direction: column;
  margin-top: 143px;
  font-family: "Open Sans", serif;
  min-width: 390px;
}
@media screen and (max-width: 560px) {
  /* line 25, ../scss/style.scss */
  body {
    margin-top: 65px;
  }
}
/* line 34, ../scss/style.scss */
body main {
  flex: 1;
  min-height: calc(100vh - 445px);
}
/* line 37, ../scss/style.scss */
body main .main-container {
  max-width: 1200px;
  padding: 0 25px;
  margin: 25px auto auto;
}
/* line 41, ../scss/style.scss */
body main .main-container .woocommerce-notices-wrapper {
  display: none;
}
@media screen and (max-width: 560px) {
  /* line 37, ../scss/style.scss */
  body main .main-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 560px) {
  /* line 34, ../scss/style.scss */
  body main {
    min-height: calc(100vh - 390px);
  }
}

/* line 54, ../scss/style.scss */
.only-mobile {
  display: none;
}
@media screen and (max-width: 560px) {
  /* line 54, ../scss/style.scss */
  .only-mobile {
    display: initial;
  }
}

/* line 61, ../scss/style.scss */
.only-tablet {
  display: none;
}
@media screen and (min-width: 560px) and (max-width: 900px) {
  /* line 61, ../scss/style.scss */
  .only-tablet {
    display: block;
  }
}

/* line 68, ../scss/style.scss */
.only-desktop {
  display: block;
}
@media screen and (max-width: 900px) {
  /* line 68, ../scss/style.scss */
  .only-desktop {
    display: none;
  }
}

/* line 75, ../scss/style.scss */
.tablet-and-mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  /* line 75, ../scss/style.scss */
  .tablet-and-mobile {
    display: block;
  }
}

/* line 82, ../scss/style.scss */
.tablet-and-desktop {
  display: block;
}
@media screen and (max-width: 560px) {
  /* line 82, ../scss/style.scss */
  .tablet-and-desktop {
    display: none !important;
  }
}
