@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Light.ttf") format("ttf"), url("../fonts/Comfortaa-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Regular.ttf") format("ttf"), url("../fonts/Comfortaa-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Medium.ttf") format("ttf"), url("../fonts/Comfortaa-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "De Valencia";
  src: url("../fonts/DeValencia.woff2") format("woff2"), url("../fonts/DeValencia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

*,
body,
html {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}

html {
  height: 100%;
  font-size: 10px;
}

@media only screen and (min-width: 1921px) {
  html {
    font-size: 12px;
  }
}


@media only screen and (min-width: 2049px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  position: relative;
  font: 400 2rem / 2.6rem "Comfortaa", sans-serif;
  color: #231942;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.global-wrapper {
  position: relative;
}

.wrapper {
  width: 100%;
  max-width: 114.2rem;
  margin: 0 auto;
  padding: 0 1.6rem;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #231942;
}

.global-wrapper h1,
.global-wrapper h2 {
  font-weight: 300;
  font-size: 4.8rem;
  line-height: 6.2rem;
}

h3 {
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 4.6rem;
}

.overflow {
  overflow: hidden;
}

.btn {
  width: 100%;
  border-radius: 4rem;
  max-width: 35rem;
  padding: 2.5rem 3.4rem;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s linear;
}

.btn:hover {
  border-color: #9B72CF;
  background-color: #9B72CF;
}

.inp {
  width: 100%;
  padding: 2.8rem 2rem 2.7rem 2rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.15rem;
  border: none;
  border: 1px solid #231942;
  background-color: #fff;
}

.inp:-ms-input-placeholder {
  color: #696969;
  text-transform: uppercase;
}

.inp::placeholder {
  color: #696969;
  text-transform: uppercase;
}

.woocommerce-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  position: relative;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #A0A0A0;
  transition: all .3s linear;
}

.woocommerce-breadcrumb a:hover {
  color: black;
}



.woocommerce-breadcrumb *:not(:last-child):hover {
  color: #231942;
}



.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 9rem;
}

.pagination * {
  width: 4rem;
  height: 4rem;
  background: #FFFFFF;
  border: 1px solid #231942;
  padding: 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
  transition: all .3s linear;
  border-radius: 50%;
}

.pagination *:hover,
.pagination *.current {
  border-color: #9B72CF;
  background-color: #9B72CF;
  color: #fff;
  border-radius: 50%;
}

.pagination *:not(:last-child) {
  margin-right: 1rem;
}

.infobaner {
  position: relative;
  width: 100%;
  min-height: 66.8rem;
  padding: 5rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.infobaner__bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.infobaner__bg-wrap.catalog__infobaner-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.infobaner__bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.infobaner__info {
  position: relative;
  width: 100%;
  max-width: 111rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 5rem 9.5rem;
  background-color: #231942ab;
  border-radius: 10rem;
}


.infobaner__info .bg__line1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 151.5rem;
  height: 0.1rem;
  background-color: #9B72CF;
}

.infobaner__info .bg__line2 {
  position: absolute;
  top: -5.9rem;
  right: 0;
  width: 0.1rem;
  height: 61.8rem;
  background-color: #9B72CF;
}

.infobaner__info .round__txt {
  position: absolute;
  width: 15.4rem;
  height: 15.4rem;
  top: -2.7rem;
  right: -7.7rem;
}

.infobaner__info-content {
  width: 100%;
  margin-bottom: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.infobaner__info-content * {
  width: 100%;
  margin-bottom: 2rem;
}

.infobaner__info-content img {
  width: 5rem;
}

.infobaner__info-content h3 {
  max-width: 54rem;
}

.product__slider .slick-prev,
.product__slider .slick-next {
  width: 5rem;
  height: 5rem;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.05);
  border-radius: 5rem;
  border: .1rem solid #0000002e;
  transition: all .3s linear;
}

.product__slider .slick-prev:hover,
.product__slider .slick-next:hover {
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.2);
}

.product__slider .slick-prev::after,
.product__slider .slick-next::after {
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/slider-arr.svg") center/contain no-repeat;
}

.product__slider .slick-prev {
  left: -6rem;
}

.product__slider .slick-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.product__slider .slick-next {
  right: -5rem;
}

.product__slider .slick-list {
  padding: 2rem 0 0 0rem;
  margin-left: -1rem;
}

.product {
  width: 100%;
  max-width: 25.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.product__img-wrap {
  position: relative;
  width: 108.5%;
  height: 26rem;
  margin: -1rem -1rem 1rem -1rem;
}


.product__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 2rem 2rem 0 0;
}

.product__img-wrap .product__discount {
  width: 6rem;
  height: 6rem;
  position: absolute;
  z-index: 1;
  left: -2rem;
  top: -2rem;
  background: url("../img/product-discount.svg") center/contain no-repeat;
  padding: 1.2rem 1.3rem;
}

.product__img-wrap .product__discount * {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #FFFFFF;
}

.product__img-wrap .product__delete {
  position: absolute;
  z-index: 1000;
  right: 1rem;
  top: 20rem;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  transition: all .3s linear;
}

.product__img-wrap .product__delete:hover {
  background-color: #9B72CF;
}

.product__img-wrap .product__delete:hover svg path {
  fill: #fff;
}

.product__img-wrap .product__delete svg {
  width: 1.8rem;
}

.product__img-wrap .product__delete svg path {
  transition: all .3s linear;
}

.product__sizes-like {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex: 1;
}

.product__sizes-like h4,
.product__sizes-like>p {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #696969;
  font-weight: 300;
}

.product__sizes-like .size {
  white-space: nowrap;
  min-height: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #696969;
}

.product__sizes-like .size *:not(:last-child) {
  margin-right: 1rem;
}

.product__sizes-like .size *.active__size {
  color: #231942;
}

.product__sizes-like .icons.booking {
  margin-left: auto;
  margin-right: 1.2rem;
}

.product__sizes-like .icons:hover .booking__icon,
.product__sizes-like .icons input:checked+.booking__icon {
  background-image: url("../img/product-bookmark-checked.svg");
}

.product__sizes-like .icons:hover .like__icon,
.product__sizes-like .icons input:checked+.like__icon {
  background-image: url("../img/product-like-checked.svg");
}

.product__sizes-like .icons input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.product__sizes-like .icons div {
  width: 17px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .1s linear;
  cursor: pointer;
}

.product__sizes-like .icons div.booking__icon {
  background-image: url("../img/product-bookmark.svg");
}

.product__sizes-like .icons div.like__icon {

  background-image: url("../img/product-like.svg");
}

.product__sizes-like .icons {
  margin-top: 0.5rem;
  margin-bottom: auto;
}

.product__reserve-time {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #A0A0A0;
  margin-bottom: 1rem;
}

.product__reserve-charact {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 1.5rem;
}

.product__reserve-charact .charact__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
}

.product__reserve-charact .charact__block:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}

.product__reserve-charact .charact__block-color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product__reserve-charact .charact__block p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}

.product__reserve-charact .charact__block p:nth-child(even) {
  width: 7.5rem;
  text-align: center;
}

.product__reserve-charact .charact__block p>span {
  margin-right: .5rem;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
}

.product__colors {
  min-height: 1.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .product__sizes-like:first-child {
  display: none;
}

.product__sizes-like .product__colors div {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*cursor: pointer;*/

}

.product__colors div:not(:last-child) {
  margin-right: 1rem;
}

.product__colors div span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 2px rgb(0, 0, 0);
}

.product__dropdowns {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__dropdowns .size__dropdown {
  max-width: 12.3rem;
  margin-right: 0;
}

.product__dropdowns .size__dropdown-value {
  text-align: left;
}

.product .cart__counter {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
}

.product .cart__counter input {
  width: 100%;
}

.product__desc {
  width: 100%;
  min-height: 4.8rem;
}

.product__desc p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product__desc h2 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 400 2rem / 2.6rem "Comfortaa", sans-serif;
  margin: 0 !important;
}

.product-exerpt>p,
.product-exerpt>ul,
.product-exerpt>ol,
.product-exerpt>li,
.product-exerpt>div {
  display: none;
}

.product-exerpt p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #696969;
  font: 400 1.4rem / 1.8rem "Comfortaa", sans-serif;
}

.product__price {
  min-height: 3.3rem;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__price * {
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.product__price .old-price {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: black;
  text-decoration: line-through;
  margin-left: 1rem;
}

.product.sale .product__price .woocommerce-Price-amount {
  color: #d10505;
}

.product.sale .product__price .old-price .woocommerce-Price-amount {
  color: black;
}


.product__price .wholesale-price {
  color: #9B72CF;
  margin-left: auto;
}

.product__price .reserve__price:last-child {
  margin-left: auto;
}

.product__price .reserve__price span {
  display: block;
}

.product__price .reserve__price span:first-child {
  margin-bottom: .5rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #A0A0A0;
}

.product__price .reserve__price span:last-child {
  font-size: 1.8rem;
  line-height: 2.3rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

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

.product__btns a,
.product__btns button {
  height: 5rem;
  padding: 1.4rem 1rem;
}

.product__booking {
  border-color: #231942;
  color: #231942;
}

.product__booking:hover {
  color: #fff;
}

.product__buy {
  display: flex;
  margin: 0 0 0 auto;
  height: 4rem;
  max-width: 4rem !important;
  padding: 0.5rem 0.5rem;
  background-color: #231942;
  border: none;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
}

.product__price .product__buy svg {
  width: 2.2rem;
  height: 2.2rem;
}

.product__buy:hover {
  background-color: #9B72CF;
}

.fancybox-close-small:focus {
  outline: none !important;
}