@font-face {
  font-family: 'Manrope ExtraLight';
  font-weight: 200;
  font-style: normal;
  src: local('Manrope ExtraLight'),
    url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
    url('../fonts/Manrope-ExtraLight.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Manrope Light';
  font-weight: 300;
  font-style: normal;
  src: local('Manrope Light'),
    url('../fonts/Manrope-Light.woff2') format('woff2'),
    url('../fonts/Manrope-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Manrope Regular';
  font-weight: 400;
  font-style: normal;
  src: local('Manrope Regular'),
    url('../fonts/Manrope-Regular.woff2') format('woff2'),
    url('../fonts/Manrope-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Manrope SemiBold';
  font-weight: 600;
  font-style: normal;
  src: local('Manrope SemiBold'),
    url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
    url('../fonts/Manrope-SemiBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Manrope Bold';
  font-weight: 700;
  font-style: normal;
  src: local('Manrope Bold'), url('../fonts/Manrope-Bold.woff2') format('woff2'),
    url('../fonts/Manrope-Bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Inter Regular';
  font-weight: 400;
  font-style: normal;
  src: local('Inter Regular'),
    url('../fonts/inter-regular.woff2') format('woff2'),
    url('../fonts/inter-regular.woff') format('woff');
  font-display: swap;
}

body {
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
}

.footer__item-link,
.read-more__text,
.brands__sub-title,
.product__promotion,
.product__prace,
.menu__item-link,
.header__tel {
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
}

.categories h4 {
  font-family: 'Manrope Regular', sans-serif;
  font-weight: 400;
}

.footer__title,
.positions__fillter-title,
.positions__title,
.brands__discount,
.brands__title,
.product__title {
  font-family: 'Manrope SemiBold', sans-serif;
  font-weight: 600;
}
.positions__title {
  font-family: 'Manrope SemiBold', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 24px;
  display: block;
}
.brands__percent,
.categories span {
  font-family: 'Manrope Bold', sans-serif;
  font-weight: 700;
}

.pagination .pagination__dots,
.pagination .pagination__link.current,
.pagination .pagination__link {
  font-family: 'Manrope Bold', sans-serif;
  font-weight: 400;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  /* font-size: inherit; */
}

.container {
  max-width: 1406px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__instagram-images {
  padding-right: 48px;
  stroke: #1e1e1e;
}
.header__tel span {
  margin-left: 20px;
  font-size: 16px;
  color: #1e1e1e;
  font-family: 'Manrope Light';
  font-weight: 300;
}
.header__tel-svg {
  fill: transparent;
  height: 20px;
  width: 20px;
  stroke: #1e1e1e;
}
.header__images {
  padding-right: 19px;
}

.header__eader__img-cart {
  position: relative;
}

.header__cart-svg {
  height: 24px;
  width: 24px;
  margin-left: 5px;
  fill: #2b2b2a;
}

.header__user-link {
  position: relative;
}

.header__user-num {
  position: absolute;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1e1e1e;
  top: -11px;
  right: -10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__user-svg {
  width: 22px;
  height: 22px;
  stroke: #1e1e1e;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__user-link:hover .header__user-svg {
  stroke: #eecebf;
}
.header__tel {
  cursor: pointer;
  margin-left: 48px;
  position: relative;
}

.header__tel:hover {
  color: #eecebf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header__user-link {
  padding-left: 33px;
  cursor: pointer;
}

.header__user-link:first-child {
  padding-left: 0px;
  background: transparent;
  display: block;
}

.header__instagram-svg {
  width: 22px;
  height: 22px;
  stroke: #1e1e1e;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__instagram:hover .header__instagram-svg {
  stroke: #eecebf;
}
.header__user-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .aсtion-search {
  cursor: pointer;
  margin-right: 33px;
}

header .container-search {
  position: absolute;
  top: -92px;
  left: 0;
  width: 100%;
  height: 92px;
  background: #fff;
  display: flex;
  align-items: center;
  transition: 1s;
  z-index: 9;
}

header .container-search.active {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 92px;
  background: #fff;
  display: flex;
  align-items: center;
  transition: 1s;
  z-index: 9;
}

header #close-search {
  position: absolute;
  right: 15px;
  top: 30px;
  /* top: 37%; */
}

header #close-search {
  fill: #f9dc43;
}

header div#close-search svg {
  fill: #000;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
  background: transparent;
  border: none;
  margin: 0;
}

.logo a {
  color: black;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
  margin-bottom: 0;
}

.menu__items {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  position: relative;
  padding: 0 10px;
}

.menu__item-link {
  /* padding-left: 85px; */
  font-size: 16px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  transition: 0.5s color;
}

.menu__item-link:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  background: #131418;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  -o-transition: 0.5s transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
  display: none;
}

.menu__item-link:hover {
  color: #eecebf;
}

.menu__item-link .menu__item-image path {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.menu__item-link:hover .menu__item-image path {
  stroke: #eecebf;
}

.dropdown-menu .menu__item-link:hover .menu__item-image path {
  stroke: #fff;
}

.dropdown-menu {
  padding: 0;
}

.menu__item-link:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.burger {
  display: none;
  background: transparent;
  z-index: 3;
}

/* --------------top-slider-------------- */

.top-slider .swiper {
  width: 100%;
  height: 100%;
}

.top-slider .swiper .contaner {
  position: relative;
}

.top-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-slider .swiper-slide img {
  width: 100%;
  height: 660px;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
  margin: 0px 0px 0px 10px !important;
  height: 10px !important;
  width: 10px !important;
}

.swiper-pagination-bullet-active {
  background-color: black !important;
  height: 8px !important;
  width: 8px !important;
}

.top-slider .swiper-button-next,
.top-slider .swiper-button-prev {
  top: 545px;
}

.top-slider .swiper-button-next::after,
.top-slider .swiper-button-prev::after {
  display: none;
}

.top-slider .swiper-button-next::before,
.top-slider .swiper-button-prev::before {
  content: '';
  background-image: url(/image/top-slider/arrow-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 26px;
  height: 26px;
}

.top-slider .swiper-pagination-bullets {
  top: 566px;
}

.top-slider .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: unset;
  right: 305px;
}

.top-slider .swiper-button-next {
  right: 270px;
}

/* --------------product-------------- */
.product .swiper-button-next,
.product .swiper-button-prev {
  top: 88px;
}

.brands .swiper-button-next::after,
.brands .swiper-button-prev::after {
  display: none;
}
.product .swiper-slide img {
  width: auto;
}

.product .swiper-slide {
  text-align: start;
}

.product .swiper-button-next::before,
.product .swiper-button-prev::before {
  content: '';
  background-image: url(/image/top-slider/arrow-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
}

.product .swiper-button-next {
  right: 2;
}

.product .swiper-button-next,
.product .swiper-button-prev {
  top: 83px;
}

.product .swiper-button-next::after,
.product .swiper-button-prev::after {
  display: none;
}

.product .swiper-button-prev {
  right: 65px;
  left: unset;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product .swiper-pagination {
  display: none;
}
.categories {
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

.categories__inner {
  margin: 0 auto;
  max-width: 1420px;
  width: 100%;
  padding: 25px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

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

.categories__item {
  width: 671px;
  height: 257px;
  color: #fff;
  border: 1px solid red;
}

.categories__item-link {
  position: relative;
  margin: 10px 0;
}
.categories__item-images {
  max-width: 671px;
  transition: all 0.9s;
  height: 257px;
}
.categories__item-link:hover .categories__item-images {
  transform: scale(0.95);
  transition: all 0.9s;
}

.categories span {
  position: absolute;
  z-index: 10;
  left: 44px;
  top: 31px;
  font-size: 128px;
  color: rgba(255, 255, 255, 0.2);
}

.categories h4 {
  position: absolute;
  z-index: 10;
  right: 42px;
  top: 175px;
  font-size: 32px;
  color: #fff;
  transition: all 0.5s;
}
.categories__item:hover h4 {
  color: rgb(35, 82, 124);
  transition: all 0.5s;
}

.product__sub-title {
  display: none;
}

.product__sub-title.brands-title {
  display: block;
  font-size: 16px;
  color: #666;
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
  text-align: center;
}

.product__title {
  color: #000;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__items {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 254px;
}
.product__item h4 {
  margin-bottom: 10px;
  height: 65px;
  overflow: hidden;
}

.product__card {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
}
.product__card-wrap button {
  cursor: pointer;
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
}
.product__images {
  margin: 20px 0;
}
.tabs__box {
  padding-bottom: 10px;
}
.product__card:hover .product__cart-svg {
  fill: #eecebf;
  transition: all 0.3s;
}

.product__card:hover .product__name {
  color: #eecebf;
}

.product__card:hover {
  border-radius: 15px;
  background: #fff;
  transition: all 0.3s;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.product__card.active {
  border-radius: 15px;
  background: #fff;
  transition: all 0.3s;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.product__wrapepr {
  width: 52px;
  height: 52px;
  position: absolute;
}

.product__box:hover,
.product .product__card2:hover,
.product .product__card3:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.product__card:hover .product__cart-svg,
.product .product__card2:hover .product__cart-svg,
.product .product__card3:hover .product__cart-svg {
  fill: #eecebf;
}

.label {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label .label--sale {
  width: 61px;
  height: 100%;
  padding: 6px 16px;
  border-radius: 4px;
  background: #f7abb5;
}

/* .product__card::after,
.product .product__card2::after,
.product .product__card3::after {
  content: "SALE";
  position: absolute;
  padding: 6px 8px;
  height: 27px;
  width: 63px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7abb5;
  color: #ffff;
  top: 14px;
  right: 14px;
} */

/* .product__card2::after {
  content: "NEW" !important;
  background: #3bc049 !important;
} */

/* .product__card3::after {
  content: "TOP" !important;
  background: #000 !important;
  padding: 5px 12px;
} */

.product__images {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.product__cart-svg {
  position: absolute;
  height: 24px;
  width: 24px;
  fill: #2b2b2a;
  left: 14px;
  bottom: 20px;
}

.product__name {
  padding: 24px 0px 18px 0px;
  font-size: 12px;
  color: #09051c;
  /*max-width: 190px;*/
  line-height: 22px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
}

.product__name:hover {
  color: #f7abb5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product__price {
  font-size: 20px;
  color: #1e1e1e;
  font-family: 'Manrope Light';
  font-weight: 300;
}

.product__promotion {
  font-size: 16px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #a5a5a5;
  margin-left: 10px;
}

.brands {
  padding-top: 110px;
}

.brands__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands__title {
  font-size: 32px;
  color: #000;
}

.brands__sub-title {
  color: #666;
  font-size: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin: 8px 0px 30px 0px;
}

.brands__link-images {
  position: relative;
}

.brands__percent,
.brands .brands__discount,
.brands .brands__position {
  position: absolute;
  right: 110px;
}

.brands__percent {
  top: 80px;
  color: #d89874;
  font-size: 128px;
}

.brands__discount {
  top: 214px;
  color: #fff;
  font-size: 64px;
}

.brands__position {
  top: 290px;
  color: #fff;
  font-size: 24px;
}

.read-more {
  padding: 56px 0px 38px 0px;
}

.read-more__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

.read-more img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.read-more__name {
  font-family: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.read-more__text h2 {
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3 !important;
  color: #000;
}
.read-more__text {
  padding-top: 56px;
  height: 200px;
  transition: 0.3s;
  position: relative;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.read-more__text.active {
  height: 100%;
  transition: all 0.5s;
}
.read-more__text::after {
  content: '';
  height: 170px;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(white),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    white 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to top,
    white 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
}

.read-more__text.active.read-more__text::after {
  content: none;
}
.read-more__btn {
  width: 100%;
  min-height: 55px;
  max-width: 346px;
  padding: 16px 87px 16px 98px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 15px !important;
  margin: 0 auto;
  border-radius: 15px;
  background: #1e1e1e;
  cursor: pointer;
}
.product__inner {
  padding: 56px 0;
}
/* ---------  fillter --------------*/
.positions__container-wrapper {
  border: 1px solid red;
}
.positions__title {
  font-size: 24px;
}
.positions__top {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 16px; */
}
.positions__top a {
  margin-right: 14px;
  margin-bottom: 14px;
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  padding: 13px 38px;
  border-radius: 25px;
  border: 1px solid #eecebf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  /* margin-bottom: 20px; */
}
.positions__top a:hover {
  font-family: 'Manrope Light';
  font-weight: 300;
  color: #fff;
  background: #eecebf;
  transition: all 0.3s;
}
.positions__top a:last-child {
  margin-right: 0;
}

.positions .product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0px 50px 0px;
  margin-left: 50px;
}

.positions .product__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.positions .product__card4::after {
  background-color: transparent;
}

.positions__fillter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  position: relative;
}

.positions__fillter::after {
  content: '';
  position: absolute;
  width: 282px;
  border: 1px solid #ededed;
  bottom: 16px;
}

.positions__fillter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.positions .product__item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 10px;
}

.positions .product__items .product__item:last-child {
  margin-right: 0px;
}
.positions__fillter-title {
  color: #000;
  font-size: 20px;
  padding-left: 8px;
}

.positions__images {
  margin-bottom: 2px;
}

.breadcrumbs {
  margin-bottom: 40px;
  font-size: 16px;
  border-bottom: 1px solid #e9eaec;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 14px;
}

.breadcrumbs__link {
  color: black;
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.breadcrumbs__link span {
  margin: 0 2px;
}

.breadcrumbs__link:hover {
  color: #eecebf;
}
.catalog-menu {
  display: none;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; */
  list-style: none;
  padding-top: 30px;
  margin: 0;
  padding: 0;
}

.pagination__item:first-child .pagination__link,
.pagination__item:last-child .pagination__link {
  background: transparent;
}

.pagination__item:not(:last-child) {
  margin-right: 10px;
}

.pagination__item:not(:last-child) {
  margin-right: 3px;
}

.pagination__link,
.pagination__dots {
  width: 40px;
  height: 40px;
  background: #d9d9d9;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: white;
}

.pagination__link {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  color: #000 !important;
  background: #d9d9d9;
}

.pagination__link:hover {
  background: #eecebf !important;
  color: #fff !important;
}

.pagination__link:hover .pagination__icon {
  fill: white;
}

.pagination__link.current {
  background: #f7abb5;
  color: #fff !important;
  pointer-events: none;
}
.breadcrumbs__link-images {
  padding-right: 12px;
}
.pagination__icon {
  width: 29px;
  height: 16px;
  fill: #d9d9d9;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.pagination__dots {
  letter-spacing: 0.15em;
}

.pagination .pagination__link {
  background: #d9d9d9;
  color: #000;
  font-size: 14px;
}

.pagination .pagination__link:hover .pagination__icon {
  stroke: #ffff;
}

.pagination .pagination__link.current {
  background: #eecebf !important;
  font-size: 14px;
}

.pagination .pagination__link:last-child {
  background: #d9d9d9;
}

.pagination .pagination__icon {
  fill: #000;
  stroke: black;
  height: 12px;
  width: 6px;
}

.pagination .pagination__dots {
  border: none;
  color: #252c32;
  font-size: 14px;
}

.pagination .pagination__dots:hover {
  background: none;
}

.select {
  position: relative;
}

.select__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  outline: none;
  padding: 16px 37px;
  border-radius: 25px;
  border: 1px solid #e7e8ea;
  cursor: pointer;
}

.select__btn .select__text {
  font-size: 14px;
}

.select__btn:hover .select__icon {
  fill: #eecebf;
}

.select__btn:hover .select__text {
  color: #eecebf;
  font-size: 14px;
}

.select__text {
  font-family: 'Mont', sans-serif;
  font-size: 16px;
  color: #333333;
  margin-right: 10px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.select__icon {
  width: 20px;
  height: 18px;
  fill: #333333;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.select__list {
  max-height: 0;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px #04061c1a;
  box-shadow: 0 10px 30px #04061c1a;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  z-index: 1;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

.select__item {
  background: white;
  color: #333333;
  padding: 15px;
  font-family: 'Mont', sans-serif;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.select__item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.select__item:hover {
  background: #f5f5f6;
}

.select__item.active {
  color: #999999;
  pointer-events: none;
}

.select .pagination__icon {
  stroke: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 6px;
  height: 12px;
}
li.discount {
  border-radius: 25px;
  border: 1px solid #EECEBF;
  display: flex;
  width: 110px;
  height: 45px;
  padding: 6px 15px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
}
ul.list-discount {
  display: flex;
  flex-wrap: wrap;
}
.footer {
  background: #323137;
  color: #fff;
  padding-top: 58px;
  padding-bottom: 30px;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
}

.footer__logo {
  padding-right: 210px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a.footer__item {
  margin-top: 0;
}

.footer__title {
  font-size: 16px;
  padding-top: 10px;
}
.footer__inner-mob {
  display: flex;
}
.footer__item-link {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 21px;
}

.footer__item-link:hover {
  color: #eecebf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__inner-mob {
  display: none;
}
.footer__cart {
  padding-top: 22px;
  display: flex;
  align-items: center;
  pointer-events: none;
  user-select: none;
}
.footer .col-sm-3 {
  padding: 0;
}
.footer__items h3 {
  margin-top: 0;
}
.footer__master {
  margin-right: 5px;
}
.footer__instagram-svg {
  width: 20px;
  height: 20px;
  margin-top: 18px;
  stroke: #ffffff;
}

.footer__instagram-svg:hover {
  stroke: #eecebf;
}

.footer__botom {
  padding-top: 100px;
  font-size: 16px;
  color: #626262;
  text-align: center;
}

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  /* position: relative; */
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.brandBmySwiper .swiper-wrapper {
  min-width: max-content;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.look .swiper {
  width: 100%;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* @media (max-width: 1449.98px) {
  .container {
    max-width: 1200px;
  }
} */

/* @media (max-width: 991.98px) {
  .container {
    max-width: 970px;
  }
} */

/* @media screen and (max-width: 991.98px) {
  .menu {
    position: fixed;
    background: #131418;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: none;
  } */

.menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: all;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-animation: fade 0.1s linear;
  animation: fade 0.1s linear;
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 20px;
  width: 30px;
}

.burger.active:before {
  background: #fefefe;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  top: 8px;
}

.burger.active:after {
  background: #fefefe;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 10px;
  -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
}

.burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.burger:before,
.burger:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #131418;
  -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
}

.burger:before {
  top: 0;
}

.burger::after {
  bottom: 0;
}

.burger span {
  position: absolute;
  top: 9px;
  right: 0;
  width: 100%;
  background: #131418;
  height: 2px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
}

/* @media (max-width: 767.98px) {
  .container {
    max-width: 740px;
  }
} */

/* @media (max-width: 479.98px) {
  .container {
    max-width: none;
  }
} */

.dropdown {
  list-style: none;
}

.dropdown-menu .menu__item {
  padding: 0;
}

.menu__item-link.dropdown {
  padding-right: 15px;
}

.input-group {
  margin: 0 auto;
  width: 70% !important;
}
.menu__item .dropdown-menu {
  /* left: 88px;
  top: 22px; */
  padding: 0;
}
#menu .dropdown-inner a {
  font-size: 16px;
  color: #000;
}
#menu {
  background-color: transparent;
  border: none;
  background-image: none;
}
.menu__item-image {
  /* transform: rotate(90deg); */
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-30%) rotate(0);
  /* margin-left: 6px; */
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.dropdown-menu .menu__item-image {
  right: 10px;
}
.menu__item-link {
  position: relative;
  display: flex;
  align-items: center;
}
.menu__item.open .menu__item-image {
  transform: translateY(-30%) rotate(180deg);
  /* transform: rotate(270deg); */
}
.menu__item-link.dropdown:focus {
  color: #eecebf;
}

.menu__item-link.dropdown:focus .menu__item-image path {
  stroke: #eecebf;
}

.swiper-scrollbar {
  display: none;
}

.swiper2 .product__item {
  max-width: 256px;
}
.product__box {
  display: flex;
  justify-content: center;
}

.brands .swiper-button-next::after,
.brands .swiper-button-prev::after {
  display: none;
}
.item .text-center {
  background: transparent;
}

.brands__item {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #e7e8ea;
  justify-content: center;
  /* width: 158px; */
  /* height: 158px; */
  border-radius: 15px;
  transition: all 0.3s;
}
.brands__item:hover {
  border: 1px solid #ff6e2e;
  transition: all 0.3s;
}
.brands__item-image {
  padding: 10px;
  height: auto;
  /* max-width: 137px; */
  border-radius: 15px;
}

.brands .swiper-button-next::before,
.brands .swiper-button-prev::before {
  content: '';
  background-image: url(/image/top-slider/arrow-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
}
.brands .swiper-button-prev {
  right: 65px;
  left: unset;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.brands .swiper-button-next,
.brands .swiper-button-prev {
  top: 32px;
}
.header__cart-btn {
  position: relative;
}

#cart-total {
  position: absolute;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1e1e1e;
  top: -11px;
  right: -10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  user-select: none;
  pointer-events: none;
}
.header__cart-btn {
  background: transparent;
}
#cart {
  margin: 0;
  position: relative;
}
#cart .dropdown-menu {
  position: absolute;
}
.btn-none {
  background: transparent;
  padding-left: 10px;
}

.user__menu {
  display: block;
  padding-left: 47px;
  padding-right: 15px;
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  height: calc(100% - 82px);
  width: 100%;
  background-image: url('/image/header/bagraund.webp');
  background-size: cover;
  z-index: 9999;
  overflow: auto;
  transition: left 1s;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  -o-transition: left 1s;
}

.user__menu.active {
  left: 0;
  transition: left 1s;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  -o-transition: left 1s;
}

.user__menu-wrapper {
  margin-top: 40px;
  overflow: auto;
  opacity: 0.8;
}
.user__information {
  margin-bottom: 30px;
}
.user__menu-images {
  width: 176px;
  height: 100px;
}
.brands .product__inner {
  padding-top: 0;
}
.user__menu-inner {
  margin-top: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.header__mob .header__user-svg {
  stroke: #f0f0f0;
}
.header__mob .header__user-svg:hover {
  stroke: #f0f0f0;
}
.user__menu-menu {
  font-size: 24px;
  color: #fff;
  font-family: 'Manrope SemiBold', sans-serif;
  font-weight: 600;
}
.user__menu-come {
  margin-left: 18px;
  opacity: 0.8;
}
.user__menu-box span {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
  font-family: 'Manrope Regular', sans-serif;
  font-weight: 400;
  padding: 0 2px;
}
.user__menu-box {
  display: flex;
  align-items: center;
}
.user__menu-come,
.user__menu-registration {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
  font-family: 'Manrope Regular', sans-serif;
  font-weight: 400;
  opacity: 0.8;
}
.user__menu-contaner {
  position: relative;
  margin-top: 35px;
}
.user__menu-contaner:after {
  content: '';
  position: absolute;
  width: calc(100% + 15px);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  bottom: -15px;
}

.counter {
  width: 100%;
  max-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  margin-left: 26px;
}

.counter__input {
  width: 40px;
  height: 20px;
  color: #1e1e1e;
  font-size: 16px;
  font-size: 16px;
  text-align: center;
  outline: none;
}

.counter__btn {
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 20%;
}

.counter__btn.minus {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #eecebf;
  position: relative;
}

.counter__btn.minus:hover {
  background: #eecebf;
}

.counter__btn.minus:hover .counter__min-svg {
  position: absolute;
  fill: #ffff;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.counter__btn.plus {
  border: 1px solid #eecebf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.counter__btn.plus:hover {
  background: #eecebf;
}

.counter__btn.plus:hover .counter__max-svg {
  position: absolute;
  fill: #ffff;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.counter__min-svg {
  fill: #eecebf;
  width: 10px;
  height: 3px;
  position: absolute;
  left: 5px;
  top: 8px;
}

.counter__max-svg {
  fill: #eecebf;
  width: 10.667px;
  height: 10.667px;
  position: absolute;
  left: 4px;
  top: 4px;
}

/* package */

.package .package-swiper {
  position: relative;
  max-width: 485px;
  max-height: 393px;
}
.package__image {
  margin: 42px 0 96px 0;
}
.package .swiper-slide img {
  height: 280px;
}
.package .swiper-slide {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: start;
}

.package .swiper-slide img {
  width: auto;
}

.package .swiper-button-next::before,
.package .swiper-button-prev::before {
  content: '';
  background-image: url(/image/top-slider/arrow-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
}

.package .swiper-button-next {
  right: 30px;
}
.package .swiper-pagination-bullet {
  border-radius: 6px !important;
  background: #d9d9d9 !important;
  width: 6px !important;
  height: 6px !important;
}
.package .swiper-pagination-bullet-active {
  width: 6px !important;
  height: 6px !important;
}
.package .swiper-pagination {
  left: -13px !important;
  bottom: 13px !important;
}
.package .swiper-button-next::after,
.package .swiper-button-prev::after {
  display: none;
}

.package .swiper-button-prev {
  left: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.package .swiper-pagination-bullet-active {
  background-color: black !important;
  height: 8px !important;
  width: 8px !important;
}
.package__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.breadcrumbs a {
  font-size: 14px;
  color: #1e1e1e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
      display: flex;
    align-items: flex-end;
    line-height: 1;
}

.breadcrumbs a:hover {
  color: #eecebf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.package__inner {
  width: 100%;
  margin-left: 40px;
}

.package__image {
  height: auto;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.package__name {
  color: #09051c;
  font-size: 24px;
  font-family: 'Manrope Light';
  font-weight: 300;
  max-width: 535px;
  line-height: 1.4em;
  margin-bottom: 14px;
}

.package__sub-name {
  font-size: 14px;
  color: #555;
  font-family: 'Manrope Light';
  font-weight: 300;
  margin-top: 15px;
  display: block;
}

.package__prace {
  font-size: 32px;
  color: #1e1e1e;
  font-family: 'Manrope Light';
  font-weight: 300;
  margin-top: 15px;
}

.package__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}

.package .counter-sum {
  font-size: 16px;
  color: #1e1e1e;
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
}

.package .select {
  margin: 20px 0;
}

.package .select__btn {
  padding: 18px 13px;
  min-height: 57px;
  max-width: 190px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  border: 1px solid #cfcfcf;
}

.package .select__text {
  font-size: 16px;
  font-family: 'Manrope Light';
  font-weight: 300;
  color: #555;
}
.select__item .active {
  font-size: 16px;
  font-family: 'Manrope Light';
  font-weight: 300;
  color: #555;
}
.package .select .pagination__icon {
  width: 14px;
  height: 9px;
  fill: #cfcfcf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.package .select__btn.active .pagination__icon {
  width: 14px;
  height: 9px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.package .select .select__btn:hover .select__text {
  font-size: 16px;
}

.package__btn {
  min-height: 55px;
  max-width: 190px;
  padding: 15px 55px;
  font-size: 16px;
  font-family: 'Manrope Light';
  font-weight: 300;
  border-radius: 15px;
  color: #fff;
  background: #eecebf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.package__btn:hover {
  background: #dfa790;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.package__btn:hover .select__text {
  font-size: 16px;
}

.package .tabs {
  margin-top: 82px;
}

.package .tabs__header {
  width: 485px;
  border-bottom: 1px solid #cfcfcf;
}

.package .tabs__header-item {
  padding: 0;
  background: none;
  color: #000;
  border: none;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'Manrope Light';
  font-weight: 300;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  padding-right: 32px;
}

.package .tabs__header-item.active {
  border-bottom: 1px solid #ff6e2e;
}

.package .tabs__content {
  font-family: 'Manrope Light';
  font-weight: 300;
  margin-top: 24px;
  font-size: 14px;
  line-height: 30px;
  max-width: 1359px;
  color: #000;
}

/* counter */
.counter {
  width: 100%;
  max-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  margin-left: 26px;
}

.counter__input {
  width: 40px;
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
  height: 20px;
  color: #1e1e1e;
  font-size: 16px;
  font-size: 16px;
  text-align: center;
  outline: none;
}

.counter__btn {
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 20%;
}

.counter__btn.minus {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #eecebf;
  position: relative;
}
.positions .read-more__image {
  display: none;
}
.counter__btn.minus:hover {
  background: #eecebf;
}

.counter__btn.minus:hover .counter__min-svg {
  position: absolute;
  fill: #ffff;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.counter__btn.plus {
  border: 1px solid #eecebf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.counter__btn.plus:hover {
  background: #eecebf;
}

.counter__btn.plus:hover .counter__max-svg {
  position: absolute;
  fill: #ffff;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.package .tabs__header {
  display: flex;
}
.package .tabs__header-item {
  padding-bottom: 4px;
}
.breadcrumbs__list li:last-child span {
  display: none !important;
}
/* /* counter */

/* tabs product */
.nav-tabs {
  width: 485px;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 50px;
}
.nav-tabs > li > a {
  padding-bottom: 4px;
  padding: 0;
  background: none;
  color: #000;
  border: none;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'Manrope Light';
  font-weight: 300;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  padding-right: 32px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  color: #000;
  border-bottom: 2px solid #EECEBF;
  padding: 0;
  margin-right: 30px;
  font-size: 16px;
  padding-bottom: 2px;
  border-radius: 0;
  padding-right: 32px;
  font-family: 'Manrope Light';
  font-weight: 300;
  background: transparent;
}
.nav > li > a:focus,
.nav > li > a:hover {
  border: 0;
  background: transparent;
}
.tab-content {
  margin-top: 24px;
  font-size: 14px;
  font-family: 'Manrope Light';
  font-weight: 300;
  line-height: 30px;
  max-width: 1359px;
  color: #000;
}
.package__sub-name a {
  font-size: 14px;
  color: #555;
  font-family: 'Manrope Light';
  font-weight: 300;
  transition: all 0.5s;
}
.package__sub-name a:hover {
  color: #eecebf;
  transition: all 0.5s;
}

.breadcrumb {
  font-size: 16px;
  padding: 35px 0px 20px 0px;
}
.button-group {
  position: relative;
}
/* .col-sm-3 {
  width: 100%;
  padding: 0;
}
 */
/* .col-sm-9 {
  padding: 0;
} */
/* .col-sm-3 .hidden-xs {
  display: flex;
  justify-content: space-between;
} */
/* .col-sm-9 {
  max-width: 1176px;
  width: 100%;
} */
.select {
  max-width: 190px;
}
.select__value {
  padding: 16px 24px;
  max-width: 190px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  border: 1px solid #cfcfcf;
  appearance: none;
  position: relative;
}
.select .pagination__icon {
  position: absolute;
  right: 13px;
  bottom: 38%;
  z-index: 1;
}
.select__value {
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
  background: transparent;
  position: relative;
  z-index: 3;
  border-radius: 25px;
  border: 1px solid #e7e8ea;
}
.pagination__icon {
  cursor: pointer;
}
.select__valueselect:active,
select:focus {
  outline: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #eecebf !important;
  font-size: 14px;
  border: none;
  margin-right: 3px;
}
.pagination > li > a,
.pagination > li > span {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D9D9D9;;
  font-size: 14px;
  font-family: 'Manrope Bold', sans-serif;
  font-weight: 400;
  color: #000;
  border: 0;
  transition: all 0.3s;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.pagination > li > a,
.pagination > li > span :not(:last-child) {
  margin-right: 3px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #eecebf !important;
  transition: all 0.3s;
  color: #ffff;
}
/* .category__pagination-container {
  display: flex;
  justify-content: flex-end;
} */
.category__content-top {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.dropdown-inner li a {
  position: relative;
  display: block;
  /* margin: 10px 0px; */
  max-width: 100%;
  padding: 10px 10px;
  color: #000;
  transition: all 0.3s;
}
.dropdown-inner a:hover {
  color: #eecebf;
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
  transition: all 0.3s;

  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
}
nav a:focus,
a:hover {
  text-decoration: none;
}

.positions__box {
  border: 1px solid red;
}

.header__mob {
  display: none;
}
.row_ {
  display: none;
}
/* .positions .col-sm-3 {
  width: 100%;
  padding: 0;
} */
.positions .ocf-footer {
  display: none;
}
.footer .col-sm-9 {
  display: none;
}

.positions__top {
  margin-bottom: 50px;
}

.category__content-top .ocf-times {
  display: none;
}
.category__content-top .ocf-btn-name {
  display: none;
}
.ocf-icon:nth-child(3) {
  display: none;
}
.ocf-header {
  cursor: pointer;
}
.category__content-top .ocf-header {
  margin: 0;
  display: none;
}
.package__sub-mob {
  display: none;
}
.package .read-more {
  display: none;
}
  .breadcrumbs__item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
.breadcrumbs__item-span {
  width: 1px;
  height: 20px;
  background: #e9eaec;
  margin: 0px 27px;
  display: block;
}
.breadcrumbs__item-mob {
  display: none;
}

.brands .swiper-button-next::after,
.brands .swiper-button-prev::after {
  display: none;
}
.look .swiper-button-next,
.look .swiper-button-prev {
  top: 88px;
}
.look .swiper-slide img {
  width: auto;
}

.look .swiper-slide {
  text-align: start;
}

.look .swiper-button-next::before,
.look .swiper-button-prev::before {
  content: '';
  background-image: url(/image/top-slider/arrow-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
}

.look .swiper-button-next {
  right: 2;
}

.look .swiper-button-next,
.look .swiper-button-prev {
  top: 46px;
}

.look .swiper-button-next::after,
.look .swiper-button-prev::after {
  display: none;
}

.look .swiper-button-prev {
  right: 65px;
  left: unset;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.look .swiper-pagination {
  display: none;
}
.tab-content {
  line-height: 30px;
}
.look .product__inner {
  padding: 56px 0;
  padding: 18px 0 56px 0;
}
.look .product__title {
  justify-content: start;
}
.ocf-theme-light {
  margin-bottom: 0px !important;
}
.text-center {
  width: 100px;
}
.breadcrumbs__title {
  font-size: 18px;
  color: #000;
  font-family: 'Manrope SemiBold', sans-serif;
  font-weight: 600;
}
.breadcrumbs__title p {
  margin-top: 15px;
}
.breadcrumbs__sub-title {
  color: #000;
  font-size: 14px;
  font-family: 'Manrope SemiBold', sans-serif;
  font-weight: 600;
}
.breadcrumbs__sub-link {
  font-size: 14px;
  color: #1e1e1e;
}
.breadcrumbs__main-title {
  color: #000;
  font-size: 72px;
  font-family: 'Manrope SemiBold', sans-serif;
  font-weight: 600;
}
.breadcrumbs__box {
  margin-bottom: 6px;
}
.breadcrumbs__main-link {
  color: #000;
  font-size: 14px;
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
}
.top-slider .header__instagram {
  display: none;
}
.top-slider .header__instagram {
  display: none;
}

/********@media ********/
@media (max-width: 1880px) {
  .categories__item-images {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1730px) {
  .top-slider .swiper-slide img {
    height: auto;
  }
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev {
    top: 80%;
  }
  .top-slider .swiper-pagination-bullets {
    top: 85%;
    left: 2%;
  }

  .categories span {
    font-size: 100px;
  }
  .categories h4 {
    top: 140px;
  }
}

@media (max-width: 1600px) {
  .categories h4 {
    font-size: 24px;
  }
  .categories span {
    font-size: 80px;
  }
}

@media (max-width: 1500px) {
  .categories h4 {
    top: 120px;
  }
  .top-slider .swiper-pagination-bullets {
    top: 80%;
  }
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev {
    top: 73%;
  }
}
@media (max-width: 1400px) {
  .categories__item-link {
    max-width: 48%;
  }
  .footer__wrapper {
    flex-direction: column;
  }
  .footer__logo {
    padding-right: 0px;
    margin: 0 auto;
    padding-bottom: 34px;
  }
}
@media (max-width: 1230px) {
  .categories h4 {
    top: 112px;
    font-size: 22px;
  }
}
@media (max-width: 1170px) {
  .positions .product__item {
    width: 33%;
  }
  .categories__inner {
    padding: 26px 0px;
  }
  .top-slider .swiper-button-next {
    right: 10%;
  }
  .top-slider .swiper-button-prev {
    right: 14%;
  }
  .top-slider .swiper-pagination-bullets {
    top: 75%;
  }
  .categories h4 {
    right: 19px;
  }
  .categories__item-images {
    max-width: 550px;
    height: 200px;
    transition: all 0.9s;
    border-radius: 30px;
    background: linear-gradient(360deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%);
  }
  .categories__items {
    justify-content: center;
  }
  .categories__item-link {
    margin: 10px;
  }
  .categories span {
    font-size: 64px;
    left: 16px;
  }
  .categories h4 {
    font-size: 20px;
    top: 82px;
  }
  .top-slider .swiper-pagination-bullets {
    display: none;
  }
}
@media (max-width: 954px) {
  .categories__item-link {
    max-width: 100%;
  }
  .package__btn {
    width: 70%;
    /* max-width: 70%; */
    max-width: 351px;
    margin-bottom: 18px;
  }
  .package .select {
    margin-bottom: 28px;
    width: 70%;
    max-width: 70%;
  }
  .select__value {
    width: 100%;
    max-width: 100%;
  }
  .product .swiper-button-next,
  .product .swiper-button-prev {
    top: 75px;
  }
  .brands .swiper-button-next,
  .brands .swiper-button-prev {
    top: 20px;
  }
  .package__mob-contaner {
    padding: 0 20px;
  }
  .package__box {
    justify-content: center;
  }
  .package__inner {
    text-align: center;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .package__wrapper {
    flex-wrap: wrap;
  }
  .categories h4 {
    top: 68%;
  }
  .categories__item-images {
    height: auto;
    max-width: 100%;
  }
  .categories__inner {
    max-width: 80%;
  }
  .product__title {
    margin: 0px;
  }
}
@media (max-width: 850px) {
  .product .swiper-button-next,
  .product .swiper-button-prev {
    top: 58px;
  }
  .brands .swiper-button-next,
  .brands .swiper-button-prev {
    top: 20px;
  }

  .positions .product__item {
    width: 50%;
  }
  .product__inner {
    padding: 40px 0px 28px 0px;
  }
  .categories__inner {
    padding: 15px 0px 0px 0px;
  }
  .categories__item-link {
    margin: 7px 10px;
  }
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev {
    top: 70%;
  }
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev .top-slider .swiper-button-next {
    right: 10%;
  }
  .read-more {
    padding: 20px 0px 38px 0px;
  }
  .read-more__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .read-more__text {
    padding: 0;
  }
  .read-more__item:hover {
    box-shadow: -4px -15px 80px 0px rgb(250 250 250 / 10%);
  }

  .categories__inner {
    border-radius: 50px 50px 0px 0px;
    box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.25);
  }
  .categories__item-link {
    position: relative;
    display: block;
  }
  .read-more__text {
    padding-top: 42px;
  }
  .positions .read-more__image {
    display: none;
  }
  .categories__item-link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 25px;
    background: #1e1e1e;
    width: 66px;
    height: 66px;
  }
  .categories__item-link::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url('/image/mob-menu/licon.svg');
    background-repeat: no-repeat;
    top: 20px;
    right: 20px;
    z-index: 1;
  }
  .menu__item-link {
    /* margin-left: 50px; */
    padding: 0;
  }
  .menu .menu__item:first-child a {
    margin: 0;
  }
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev {
    top: 260;
  }
  .top-slider .swiper-pagination-bullets {
    top: 284px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }

  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
  }

  .header-top {
    padding: 16px 0;
    border-bottom: 1px solid #e9eaec;
  }

  #search .dropdown-menu {
    padding: 12px;
    max-height: 500px;
    overflow-y: auto;
  }

  #search .dropdown-menu li.disabled {
    margin: 5px 0;
    font-weight: 600;
  }

  #search .dropdown-menu li > a:hover {
    color: unset;
    background-color: rgba(204, 204, 204, 0.2);
  }

  .search-suggestion.product .price-base {
    color: #000;
    /* color: #eecebf; */
  }

  .search-suggestion.product .price-old {
    text-decoration: line-through;
    color: #a5a5a5;
  }

  .search-suggestion.product .price-new {
    margin-right: 15px;
  }

  .search-suggestion.product div.center {
    margin: 8px 0;
    color: #667085;
    font-family: 'Manrope Regular';
    font-weight: 400;
  }

  .search-suggestion.product div.center span {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .header-top,
  .navbar {
    padding: 10px 0;
  }

  .header__top a img {
    height: 50px;
  }

  .read-more__text,
  .product__name,
  .select__value,
  .menu__item-link,
  button.menu__item-link {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .pagination > li > a,
  .pagination > li > span {
    background: #fff;;
}

  .btn.search__btn {
    margin: 15px 0;
    border-radius: 8px;
  }

  .positions__top a {
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 6px 15px;
    height: 31px;
    border-color: #000;
    white-space: nowrap;
  }

  .positions__top a:last-child {
    margin-right: 0;
  }

  .pulse-button {
    top: calc(90% - 82px) !important;
  }

  .brands {
    padding: 34px 0px 0px 0px;
  }
  .package__btn {
    width: 100%;
    /* max-width: 100%; */
    margin-bottom: 18px;
  }
  .package .select {
    margin-bottom: 28px;
  }
  .package .swiper-slide img {
    height: 225px;
  }
  .tab-content-block {
    display: none;
  }
  .package .read-more {
    display: block;
    text-align: start;
  }
  .read-more__text {
    font-size: 14px;
  }
  .read-more__text * {
    line-height: 1.8 !important;
  }
  .package .read-more__text.active {
    height: 100%;
  }
  .package .read-more__text::after {
    height: 94px;
  }
  .package .nav-tabs {
    width: 100%;
  }
  .package #tab-specification {
    padding-top: 26px;
  }
  .package .tab-content {
    margin-top: 0px;
  }
  .package .read-more__text {
    padding-top: 0px;
    height: 92px;
  }
  .package__mob-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .package__box {
    justify-content: center;
  }
  .package__inner {
    text-align: center;
  }
  .package__name {
    width: 100%;
    max-width: 302px;
    margin: 0 auto;
  }

  .package .select {
    width: 100%;
    /* max-width: 100%; */
    border-radius: 15px;
    border: 1px solid #cfcfcf;
  }
  #button-cart {
    width: 100%;
    /* max-width: 100%; */
  }
  .package__sub-name {
    display: none;
  }
  .package__sub-mob {
    display: block;
  }
  .package__inner {
    margin-left: 0;
    border-radius: 50px 50px 0px 0px;
  }

  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev {
    top: 80%;
  }
  .top-slider .swiper-button-prev {
    right: 15%;
  }
  .category__content {
    width: 100%;
  }
  .category__fillter-svg {
    stroke: #ff6e2e;
    fill: transparent;
    position: relative;
    left: -8px;
  }
  .button-group button {
    background: none;
  }
  .category__content-top .ocf-header {
    display: block;
    font-family: 'Manrope Light', sans-serif;
    font-weight: 300;
    font-size: 14px;
  }
  .positions .product__items {
    margin-left: 0px;
  }
  .category__content-top {
    border-radius: 25px;
    border: 1px solid #e7e8ea;
    justify-content: space-around;
  }
  .select__value {
    border: none;
    font-size: 14px;
    font-family: 'Manrope Light', sans-serif;
    font-weight: 300;
  }
  .box-price{
    align-items: center;
  }
  .product__promotion{
    margin-top: 0 !important;
  }
  .positions__top {
    margin-bottom: 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .positions .product__items {
    padding-top: 18px;
  }
  /*.product__promotion {
    display: none;
  }*/
  .roduct__cart {
    width: 37px;
    height: 37px;
    padding: 10px;
    border-radius: 37px;
    background-color: #fff;
  }
  .positions .pagination li span {
    border-radius: 50%;
    transition: 0.3s;
    background: #1e1e1e !important;
    font-size: 16px;
    font-family: 'Manrope Light', sans-serif;
    font-weight: 300;
  }
  .pagination > li > a,
  .pagination > li > span {
    border-radius: 50%;
    transition: 0.3s;
    font-size: 16px;
    margin-right: 10px;
    font-family: 'Manrope Light', sans-serif;
    font-weight: 300;
  }
  .pagination > .active > a,
  .pagination > .active > a:focus,
  .pagination > .active > a:hover,
  .pagination > .active > span,
  .pagination > .active > span:focus,
  .pagination > .active > span:hover {
    background: #1e1e1e !important;
    border-radius: 50%;
    transition: 0.3s;
  }
  .pagination > li > a:focus,
  .pagination > li > a:hover,
  .pagination > li > span:focus,
  .pagination > li > span:hover {
    background: #1e1e1e !important;
    border-radius: 50%;
    transition: 0.3s;
  }

  .pagination > li > a,
  .pagination > li > span {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .positions .pagination li a {
    background: none;
    border: none;
  }
  .ocf-btn-mobile-fixed {
    display: none !important;
  }
  .category__fillter-svg {
    width: 13px;
    height: 13px;
  }
  .category__content-top {
    align-items: center !important;
  }
  .category__content-top .ocf-header .ocf-icon {
    display: none;
  }
  .package__mob-wrapper {
    width: 100%;
  }
  .header .container-search {
    top: 100px;
    transition: 0s;
  }
  header .container-search.active {
    position: fixed;
  }

  .header {
    padding: 0;
  }
  .header__top {
    display: none;
  }
  .navbar {
    display: none;
  }

  .header__mob {
    display: block;
  }
  .header__mob .header__cart-svg {
    margin-left: 0px;
  }

  .header {
    position: fixed;
    width: 100%;
    /*bottom: 0;*/
    left: 0;
    z-index: 40;
  }
  .header__search2-svg {
    width: 23.567px;
    height: 23.567px;
    stroke: #2b2b2a;
  }
  .header__search2-svg:hover {
    width: 23.567px;
    height: 23.567px;
    fill: rgb(0, 0, 0);
    stroke: #ff6e2e;
    cursor: pointer;
  }
  .header__menu-svg {
    height: 27px;
    width: 27px;
    cursor: pointer;
  }
  .header__menu-svg {
    fill: #2b2b2a;
  }
  .header__user-svg {
    stroke: #fff;
  }
  .header__search-svg {
    height: 23px;
    width: 23px;
    cursor: pointer;
    stroke: #2b2b2a;
    fill: transparent;
  }
  .header__catalog-svg {
    height: 24px;
    width: 26px;
    cursor: pointer;
    fill: #2b2b2a;
  }

  .user__menu-box {
    margin-left: 20px;
    margin-right: 35px;
    font-size: 14px;
  }
  .user__menu-box span {
    padding: 0 5px;
  }
  .catalog-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #f0f0f0;
    z-index: 10;
    overflow: auto;
    display: none;
  }
  /* .catalog-menu .user__menu-items {
    padding-bottom: 150px;
  } */
  .user__menu-items {
    margin-bottom: 100px;
    font-size: 20px;
    font-family: 'Manrope Regular', sans-serif;
    font-weight: 400;
  }
  .user__menu-item {
    cursor: pointer;
    max-width: 100%;
    margin: 8px 0;
    transition: all 0.3s;
  }
  .catalog-menu .user__menu-item {
    font-size: 16px;
    line-height: 35px;
  }
  .user__menu-item {
    line-height: 45px;
  }
  .user__menu-link {
    color: #fff;
  }
  .user__menu-link:hover {
    color: #eecebf;
  }
  /* .user__information {
    margin-top: 84px;
  } */

  .header__tel {
    color: #ffff;
    display: block;
    margin-left: 0px;
    margin-bottom: 24px;
    font-family: 'Manrope Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
  }
  .header__tel-svg {
    height: 20px;
    width: 20px;
    fill: transparent;
    stroke: #ff6e2e;
    margin-right: 14px;
  }
  .header__instagram {
    display: block;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Manrope Regular', sans-serif;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s;
  }
  .header__instagram:hover {
    color: #eecebf;
    transition: all 0.3s;
  }
  .header__instagram-svg {
    margin-right: 14px;
  }
  .user__menu-come:hover {
    color: #eecebf;
  }
  .user__menu-registration:hover {
    transition: 0.3s;
    color: #eecebf;
  }
  .header__instagram-text {
    color: #ffff;
  }

  /* catalog-menu */

  .catalog-menu {
    padding-left: 47px;
    padding-right: 15px;
  }
  .catalog-menu .user__menu-menu {
    color: #000;
    font-size: 24px;
    text-decoration: none;
  }
  .catalog-menu .user__menu-link {
    color: #000;
    transition: all 0.3s;
    text-decoration: none !important;
    border: none !important;
  }
  .user__menu-link:hover {
    color: #eecebf;
    transition: all 0.3s;
  }
  .catalog-menu .user__menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .catalog-menu-close {
    cursor: pointer;
    display: block;
  }
  .catalog-menu .user__menu-menu {
    position: relative;
  }

  .catalog-menu .user__menu-menu:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background-size: 100%;
    background-image: url('/image/mob-menu/left-arrow.svg');
    z-index: 10;
    left: -20px;
    top: 8px;
  }
  .catalog-menu .user__menu-inner {
    justify-content: start;
  }
  .catalog-menu .user__menu-items {
    max-width: 550px;
    width: 100%;
    display: block;
  }
  .catalog-menu .user__menu-item {
    position: relative;
  }

  .catalog-menu .user__menu-item::after {
    content: '';
    position: absolute;
    background-image: url('/image/mob-menu/arrow-right.svg');
    width: 6px;
    height: 12px;
    right: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 14px;
    transition: all 0.3s;
  }
  .user__menu-link {
    position: relative;
    background: transparent;
  }
  .catalog-menu-sub {
    display: none;
  }
  .user__menu-item {
    z-index: 1;
  }
  .user__menu-item.active {
    color: #000;
  }
  .user__menu-item.active.user__menu-item::after {
    transform: rotate(270deg);
    transition: all 0.3s;
  }
  .user__menu-item.active ul.catalog-menu-sub {
    display: block;
    max-width: 320px;
    width: 100%;
  }
  .catalog-menu-sub {
    padding-left: 10px;
    font-size: 15px;
  }
  .catalog-menu-sub .user__menu-item::after {
    display: none;
    color: #eecebf;
  }
  .catalog-menu .user__menu-link:hover {
    color: #eecebf;
  }
  .catalog-menu .user__menu-contaner:after {
    background: #000;
  }
  .user__menu-wrapper {
    opacity: 1;
    color: #000;
  }
  .common-home.user {
    background-image: url('/image/header/bagraund.webp');
    max-width: 550px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .common-home.catalog {
    background: #f0f0f0;
    height: 100vh;
    max-width: 550px;
    width: 100%;
  }
  #cart {
    margin-right: 10px;
  }
  .header .container-search.active {
    top: 0;
  }
  .dropdown-menu {
    top: -100px;
  }
  .top-slider .header__instagram {
    display: block;
    z-index: 2;
    position: absolute;
    top: 22px;
    right: 0;
    stroke: #000 !important;
  }
  .breadcrumbs__link-one {
    margin-left: 12px;
  }
  .breadcrumbs__item-mob {
    /* display: block;*/
  }
  /*.breadcrumbs__item-span {
    display: none;
  }*/
  .package .breadcrumbs__list {
    flex-wrap: nowrap;
    padding-left: 20px;
    margin: 0;
  }
  .package .breadcrumbs {
    padding: 18px 0;
    white-space: nowrap;
    overflow-x: scroll;
    margin: 0 -20px;
  }
  .brands__item {
    /* width: 90px; */
    height: 90px;
  }
  .brands__item-image {
    /* height: 78px; */
    max-width: 78px;
  }

  .package .breadcrumbs {
    /* background: #e7e8ea;*/
  }
  .breadcrumbs a {
    font-size: 12px;
  }
  .breadcrumbs__list {
    justify-content: start;
  }
  .product__title {
    font-size: 24px;
    justify-content: start;
  }
  .breadcrumbs__list {
    justify-content: start;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
    padding-bottom: 15px;
  }
  .breadcrumbs a {
    flex-shrink: 0;
  }
}

@media (max-width: 650px) {
  .product__card-wrap button {
    width: 37px;
    height: 37px;
  }
  .product__sub-title {
    display: block;
    font-size: 16px;
    color: #666;
    font-family: 'Manrope Light', sans-serif;
    font-weight: 300;
    text-align: end;
  }
  .breadcrumbs a {
    font-size: 13px;
  }
  .product .swiper-button-next {
    display: none !important;
  }
  .product .swiper-button-prev {
    display: none !important;
  }
  .brands .swiper-button-prev {
    display: none !important;
  }
  .brands .swiper-button-next {
    display: none !important;
  }

  .package .swiper {
    height: 350px;
  }
  .product__images {
    max-height: 166px;
  }
  .product__cart-svg {
    height: 17px;
    width: 17px;
    left: 10px !important;
    bottom: 10px !important;
  }
  .product__cart {
    left: 14px;
    bottom: 20px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    position: relative;
    justify-self: unset;
  }
  .read-more__text {
    height: 122px;
  }
  .footer__botom {
    text-align: start;
    padding-left: 10px;
    padding-top: 35px;
  }

  .footer {
    border-radius: 30px 30px 0px 0px;
  }
  /* .brands__item {
    width: 135px;
    height: 135px;
  } */
  .categories__inner {
    max-width: 100%;
  }
  .categories__item-link {
    width: 87%;
  }
}
.rating a {
  color: #09051C;
  font-size: 14px;
  line-height: 30px;
  top: 3px;
  position: relative;
}
button#button-review-more {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  color: #151518;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  box-shadow: none;
}
button#button-review-more svg{
  margin-right: 12px;
}
@media (max-width: 550px) {
  .package .breadcrumbs {
    margin: 0px 0px;
  }
  #modal-review .modal-dialog{
    margin: 10px auto;
  }
  .breadcrumbs__main-title {
    font-size: 32px;
  }
  .breadcrumbs__main-link {
    font-size: 12px;
  }
  #cart .dropdown-menu {
    position: absolute;
    top: -100px;
    left: -59px;
    width: 100px;
  }
  .package .breadcrumbs {
    padding: 18px 0px 18px 0px;
  }
  .nav-tabs > li > a, .nav-tabs > li.active > a:hover{
    margin-right: 20px !important;
    padding-right: 5px !important;
  }
  .package__sub-name {
    margin: 10px 0 6px 0px;
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
  }
  .package__sub-name a {
    font-weight: 700;
  }
  .simple-price, .simple-total {
    font-weight: bold;
  }
  .package__image {
    margin: 43px 0 43px 0;
  }
  .package .swiper-pagination {
    bottom: 20px !important;
  }
  .package .swiper {
    height: 337px;
  }

  .package__box {
    padding-top: 0;
  }
  .package__name {
    color: #09051C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .package__prace {
    margin: 26px 0px;
    /*font-size: 24px;
    color: #eecebf;*/
    color: #1E1E1E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: inherit;
  }
  .package .breadcrumbs__link-one {
    margin-left: 0;
  }
  .package .nav-tabs {
    padding-top: 30px;
  }
  .package .read-more__text {
    text-align: start;
  }
  .package__inner {
    border-radius: 50px 50px 0px 0px;
    background: #fff;
    box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.25);
    padding: 0 20px;
  }

  .package .container {
    max-width: none;
    padding: 0;
  }
  .footer__cart {
    position: relative;
    top: 20px;
  }
  .footer__items-third {
    max-width: 172px;
  }
  .footer__inner {
    display: none;
  }
  .footer__inner-mob {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__item {
    padding: 0 5px;
    margin-top: 0px;
  }
  .footer__title {
    padding: 0 5px;
  }
  .footer__cart {
    padding: 0 5px;
  }
  .header__instagram {
    padding: 0;
  }
  .product__price {
    font-size: 20px;
    font-family: 'Manrope Light', sans-serif;
    font-weight: 300;
  }
  .product__inner {
    padding: 40px 0px 28px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .top-slider .swiper-button-next,
  .swiper-button-prev {
    display: inline-flex;
  }
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev {
    display: inline-flex;
  }
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev .top-slider .swiper-button-next {
    right: 9%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 542px) {
  .footer__title {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev .top-slider .swiper-button-next {
    right: 7%;
  }
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev {
    top: 77%;
  }
}
@media (max-width: 425px) {
  .categories h4 {
    font-size: 18px;
  }
  .pagination > li > a,
  .pagination > li > span {
    font-size: 12px;
    margin: 5px;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: 0;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 385px) {
  .product__price {
    font-size: 16px;
  }
  .product__name,
  .text_no_product {
    font-size: 12px !important;
  }
  .positions__top a {
    padding: 6px 15px;
    font-size: 12px;
  }
  .ocf-header,
  .select__value {
    font-size: 12px !important;
  }
  .categories h4 {
    font-size: 14px;
  }
  .select__value {
    padding: 16px 0px;
  }
  .package__name .package__sub-name {
    font-size: 14px;
  }
  .package__sub-name {
    font-size: 11px;
  }
  .footer__items-third {
    max-width: 130px;
  }
  .footer__cart {
    position: unset;
  }
  .footer__item-link {
    font-size: 11px;
  }
  .categories span {
    top: 10px;
  }
  .categories h4 {
    top: 62%;
  }
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev .top-slider .swiper-button-next {
    right: 5%;
  }
  .top-slider .swiper-button-next,
  .top-slider .swiper-button-prev {
    top: 73%;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    margin-right: 26px;
    padding-right: 26px;
  }
  .nav-tabs > li > a {
    padding-bottom: 4px;
    padding: 0;
    background: none;
    color: #000;
    border: none;
    margin-right: 26px;
    font-size: 16px;
    font-family: 'Manrope Light';
    font-weight: 300;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding-right: 26px;
  }
}

/********@media ********/

.header__search-mob.active.container-search {
  display: none;
}

.header__search-mob.active .container-search.active {
  display: flex;
}

.ocf-header {
  font-size: 20px;
  font-family: 'Manrope SemiBold', sans-serif;
  font-weight: 600;
  color: #000;
  margin-right: 8px;
}

.ocf-header {
  padding-right: 20px;
}
.ocf-filter-name {
  font-size: 16px !important;
  color: #000;
  font-family: 'Manrope SemiBold', sans-serif !important;
  font-weight: 600 !important;
  padding-bottom: 3px;
  /* font-family: 'Manrope Light', sans-serif;
  font-weight: 300; */
}
.ocf-value-list {
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
}
.ocf-filter-header {
  cursor: pointer !important;
}
.ocf-value-list {
  color: var(--09051C, #09051c);
  font-size: 14px;
  line-height: 30px;
  text-decoration-line: underline;
  font-family: 'Manrope Light', sans-serif;
  font-weight: 300;
}
.ocf-value-append {
  display: none;
}

.ocf-value-input {
  margin-right: 14px;
  background-color: #d9d9d9;
  width: 8px !important;
  height: 8px !important;
  flex: none !important;
  margin-top: 6px !important;
}
.ocf-selected .ocf-value-input-checkbox::after {
  background-image: none !important;
  background-color: black !important ;
  width: 4px;
  height: 4px;
  left: 2px;
  top: 2px;
}

.ocf-selected .ocf-value-input-checkbox::before {
  width: 4px;
  height: 4px;
  border-color: transparent !important;
  background-color: transparent !important;
}

.ocf-value .ocf-value-input::after {
  background-color: #d9d9d9;
}

.header__search-mob-wrap,
.header__catalog-mob-wrap,
.header__menu-mob-wrap,
.basket-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__search-mob,
.header__catalog-mob,
.header__menu-mob,
.basket {
  height: 27px;
}

.header__search,
.header__catalog,
.header__menu,
.basket {
  margin-bottom: 6px;
}

.header__mob .text {
  color: #b7b7b7;
  text-align: center;
  font-family: 'Manrope Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
}
.product__item {
  /* width: 25%; */
  padding: 0 10px;
  margin-bottom: 10px;
}
.product__items .product__item {
    /*padding: 0;*/
}

ul.nav.nav-tabs > li > a {
  display: flex;
  gap: 4px;
}
span.count-reviews {
  display: flex;
  background: #A1A1AA;
  min-width: 32px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  font-weight: 700;
  font-size: 11px;
  color: #fafafa;
}
.review-stars {
  margin-bottom: 10px;
  display: flex;
  gap: 4px;
}
.review-star {
  width: 18px;
  height: 18px;
}
.review-star--filled path {
  fill: #450609;
}
.review-star--empty path {
  fill: #DCDCDC;
}
.review-star polygon {
  transition: fill 0.2s ease;
}
/* сама модалка */
.review-modal .modal-dialog {
  max-width: 350px;
  width: 100%;
}

.review-modal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.review-modal .modal-header {
  border-bottom: none;
  padding: 20px 16px 0;
}

.review-modal .modal-title {
  font-size: 20px;
  font-weight: 600;
}

.review-modal .modal-body {
  padding: 16px 16px 24px;
}

.review-modal .modal-footer {
  border-top: none;
  padding: 0 24px 24px;
}
form#form-review label {
  font-size: 15px;
  color: #191D23;
  font-weight: 600;
  margin-bottom: 4px;
  padding-top: 0;
}
form#form-review input{
  height: 40px;
}
form#form-review input, form#form-review textarea{
  border: 1px solid #D0D5DD;
  box-shadow: none;
  font-size: 14px;
}
.start-review label{
  font-weight: 400 !important;
  font-size: 14px !important;
  padding-top: 0 !important;
  margin-right: 8px;
}
.form-group.start-review .col-sm-12 {
  display: flex;
  align-items: center;
}
/* зірки в формі */
.review-stars-input {
  display: flex;
  gap: 4px;
}

.review-stars-input input {
  display: none;
}
.review-input-wrapper {
  position: relative;
}

.review-input-wrapper .input-counter {
  position: absolute;
  right: 10px;
  bottom: 6px;
  font-size: 12px;
  color: #9ca3af; /* сірий як на макеті */
  pointer-events: none;
}
.review-stars-input .review-star {
  cursor: pointer;
  width: 18px;
  height: 18px;
  fill: #CCCCCC;
  transition: fill .2s ease;
}

/* активна зірка */
.review-stars-input input:checked + .review-star,
.review-stars-input input:checked ~ label .review-star {
  fill: #f5b595;
}
.review-date {
  color: #71717A;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.review-text {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 26px;
  color: #09051C;
}
.item-review {
  border-bottom: 1px solid #F4F4F5;
  padding-bottom: 32px;
  padding-top: 32px;
}
button.btn.btn-black {
  background: #000000;
  color: #ffff;
  display: flex;
  height: 57px;
  width: 190px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid;
}
.review-stars-input {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 4px;
}
.review-input-wrapper .input-counter {
  position: relative;
  right: 0px;
  font-size: 14px;
  color: #64748B;
  pointer-events: none;
  padding-top: 10px;
  text-align: right;
}
.review-stars-input input {
  display: none;
}

.review-stars-input label {
  cursor: pointer;
}

.review-stars-input .review-star path {
  fill: #CCCCCC;
  transition: fill 0.2s ease;
}

/* обраний рейтинг + усі "нижчі" зірки */
.review-stars-input input:checked ~ label .review-star path,
.review-stars-input label:hover .review-star path,
.review-stars-input label:hover ~ label .review-star path {
  fill: #450609;
}
#modal-review .modal-content {
  border-radius: 4px;
}
#modal-review .modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 16px 24px;
}
button.btn.btn-close-modal {
  background: #E7EAEE;
  border: 1px solid #E7EAEE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 102px;
  height: 44px;
  color: #787878;
  font-size: 16px;
}
button#button-review {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1E1E1E;
  border-radius: 4px;
  width: 200px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #000;
}
button#button-review svg{
  margin-right: 8px;
}
#modal-review .modal-footer:before, #modal-review .modal-footer:after{
  display: none;
}
#modal-review .modal-body {
  padding: 16px 16px 24px;
}

