/* Catalog */

.catalog {
  padding-top: 109px;
}

.wrap-breadcrumbs {
  border-bottom: 1px solid #eaeaea;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 19px 0 18px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.breadcrumbs a:after {
  content: "/";
  margin: 0 5px 0 0;
  color: #737373;
}

.catalog-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 39px;
}

.catalog-header__left {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: 7px;
  font-family: "Navi Text", Arial;
}

.catalog-title,
.catalog-amount {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

.catalog-title {
  font-weight: bold;
  color: #333;
}

.catalog-amount {
  margin-left: 18px;
  color: #737373;
}

/* .catalog-categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 -20px;
}
.catalog-categories li {
    margin: 0 20px 20px;
} */

.catalog-categories {
  flex: 1;
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  /* display: flex; */
  align-items: center;
  /* flex-wrap: wrap; */
  margin: 0 20px -20px 20px;
  scrollbar-color: #555 #fff;
}

.catalog-categories li {
  display: flex;
  min-height: min-content;
  min-width: max-content;
  margin: 0 20px 20px 0;
}
.nicescroll-cursors:hover {
  cursor: grab;
}
.catalog-categories::-webkit-scrollbar {
  width: 1em;
  height: 5px;
}

.catalog-categories a {
  display: block;
  padding: 0 18px;
  line-height: 44px;
  font-family: "Navi Text", Arial;
  text-transform: uppercase;
  border-radius: 4px;
}

.catalog-categories a:hover {
  color: #272724;
}

.catalog-categories a.active {
  background: #f5f5f5;
  color: #737373;
}

.products-sort {
  flex-shrink: 0;
  position: relative;
  white-space: nowrap;
}

.products-sort__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  font-size: 16px;
  color: #737373;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.products-sort__button.open {
  color: #333;
  border-radius: 4px 4px 0 0;
}

.products-sort__button.open svg path {
  fill: #333;
}

.products-sort__button .arrow {
  margin-left: 13px;
}

.products-sort__list {
  display: none;
  position: absolute;
  z-index: 3;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 50px #ededed;
  clip: rect(0, 5000px, 5000px, -5000px);
}

.products-sort__link {
  width: 100%;
  padding: 0 15px;
  text-align: left;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}

.products-sort__link.active,
.products-sort__link:hover {
  background: #f5f5f5;
}

.products-sort__link i {
  margin-left: 3px;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -34px;
}

.product-item {
  flex-basis: calc(33.33% - 24px);
  height: 601px;
  margin: 0 12px 34px;
  position: relative;
  overflow: hidden;
}

.product-item__inner {
  padding: 50px 25px 34px 25px;
  background: #f5f5f5;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}

.product-item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 358px;
  margin-bottom: 47px;
}

.product-item__variants {
  display: none;
  flex-wrap: wrap;
  max-width: 220px;
  margin: 19px -2.5px -4px;
}

.product-item__variant,
.product__variant {
  flex-shrink: 0;
  text-align: center;
  height: 39px;
  margin: 0 2.5px 4px;
  font-size: 14px;
  line-height: 39px;
  font-family: "Navi Text", Arial, sans-serif;
  font-weight: bold;
  color: #484848;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}

.product__variants {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px 45px;
}

.product__variant {
  min-width: 50px;
  padding: 0 6px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

.product-item__variant:hover,
.product-item__variant.active,
.product__variant:hover,
.product__variant.active {
  color: #fff;
  background: #484848;
}

.fn_customization_sponsor_select .product__variant.fn_sponsor_label:hover:not(.active) {
    color: #484848;
    background: #fff;
}

.product-item__variant input,
.product__variant input {
  display: none;
}

.product-item__btn {
  display: none;
  max-width: 100%;
  margin-top: 37px;
}

.catalog__wrap-show-more-btn {
  margin-top: 51px;
  display: flex;
  justify-content: center;
}

.catalog__show-more-btn {
  max-width: 408px;
}

.catalog .we-are-strong {
  margin-top: 171px;
}

.catalog__products-not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Navi Text", Arial;
  font-size: 30px;
  line-height: 40px;
  color: #272727;
  font-weight: bold;
  margin-bottom: 150px;
}

.catalog__try-one-more-time-btn {
  max-width: 212px;
  margin-top: 36px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
}

.page-404__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 115px 0 150px;
}

.page-404__inner > img {
  flex-shrink: 0;
  max-width: 688px;
  margin-right: 101px;
}

.page-404__description {
  margin-top: -115px;
  font-size: 73px;
  line-height: 68px;
  font-family: "Navi Text", Arial;
  font-weight: bold;
  color: #272727;
  flex-shrink: 0;
}

.page-404__description span {
  color: #f6d046;
}

.page-404__wrap-btn {
  margin-top: 34px;
}

.page-404__btn {
  max-width: 159px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 3px;
}

/* Product page */

.product {
  display: flex;
  padding: 105px 81px 223px 27px;
}

.product__left {
  flex-grow: 1;
  position: relative;
}

.product-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11.5px;
}

.product-images__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: calc(50% - 23px);
  margin: 0 11.5px 29px;
  background: #f5f5f5;
  user-select: none;
}

.product-images__image {
  border-radius: 3px;
}

.product__right {
  position: relative;
  flex-basis: 526px;
  flex-shrink: 0;
  margin-left: 80px;
}

.product__title {
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 40px;
  font-family: "Navi Text", Arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #2c2f34;
}

.product__description {
  margin-bottom: 35px;
}

.product-features {
  margin-bottom: 43px;
}

.product-features__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.product-features__item:last-child {
  margin-bottom: 0;
}

.product-features__value {
  font-weight: bold;
  color: #333;
}

.product__wrap-variants .title {
  margin-bottom: 15px;
  line-height: 22px;
}

.product__price-amount {
  display: flex;
  align-items: center;
}

.product__price {
  margin-right: 40px;
  font-size: 30px;
  line-height: 40px;
}

.amount__input-big {
  width: 29px;
  height: 50px;
  font-size: 21px;
  color: #484848;
}

.amount__minus-big,
.amount__plus-big {
  width: 64px;
  height: 50px;
  color: #888;
}

.amount__minus-big svg {
  width: 24px;
  height: 3px;
}

.amount__plus-big svg {
  width: 24px;
  height: 24px;
}

.amount__minus-big:hover svg,
.amount__plus-big:hover svg {
  color: #333;
}

.product__btns {
  margin-top: 44px;
}

.customization__btn,
.product__buy-btn {
  height: 60px;
  max-width: 100%;
  font-size: 20px;
}

.customization__btn {
  margin-bottom: 30px;
  color: #333;
  background: transparent;
  border: 2px solid #333;
}
.customization__btn.fn_cust_not_stock{
  background: #ededed;
  cursor: default;
}

.customization__btn:hover {
  color: #fff;
  background: #333;
}
.customization__btn.fn_cust_not_stock:hover{
  background: #ededed;
  color: #333;
  cursor: default;
}

.product-delivery {
  margin-top: 48px;
}

.product-delivery,
.product-size-chart {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #272724;
}

.product-delivery__header,
.product-size-chart__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 29px 26px 31px;
  font-size: 22px;
  line-height: 30px;
  font-family: "Navi Text", Arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #272724;
  cursor: pointer;
  transition: all 0.3s;
}

.product-delivery__header.active,
.product-delivery__header:hover {
  color: #ffcd00;
}

.product-delivery__header svg {
  transition: all 0.3s;
  margin-left: 20px;
}

.product-delivery__header.active svg {
  transform: rotate(180deg);
}

.product-delivery__content {
  display: none;
  padding: 0 29px 30px 31px;
}

.product-delivery__content li:not(:last-child) {
  margin-bottom: 5px;
}
.product-delivery__content li p:last-child {
  margin-bottom: 0 !important;
}

.product-delivery__content > *:last-child {
  margin-bottom: 0 !important;
}

.product-size-chart {
  margin-top: 20px;
}

.size-chart-popup {
  max-width: 1000px !important;
  display: flex;
  justify-content: center;
}

.product-comments {
  margin-top: 113px;
  color: #272724;
}

.product-comments__header {
  display: flex;
  align-items: center;
  margin-bottom: 29.5px;
  font-size: 22px;
  line-height: 30px;
  font-family: "Navi Text", Arial;
  font-weight: bold;
  text-transform: uppercase;
}

.product-comments__quantity {
  margin-left: 10px;
  font-weight: 400;
}

.product-comments-form__body {
  display: flex;
  flex-wrap: wrap;
}

.product-comments-form__field-name {
  margin-right: 15px;
}

.product-comments-form__field:not(.product-comments-form__field-text) {
  flex-basis: calc(50% - 103px);
}

.product-comments-form__field-text {
  margin-top: 15px;
  flex-basis: calc(100% - 191px);
}

.product-comments-form__input {
  background: #f5f5f5;
}

.product-comments-form__btn {
  margin-top: 15px;
  margin-left: 26px;
  max-width: 165px;
}

.comment__item {
  display: flex;
  align-items: center;
  padding: 50px 97px 55px 54px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.comment__item:not(:last-child) {
  margin-bottom: 31px;
}

.comment__left {
  flex-shrink: 0;
  flex-basis: 150px;
  margin-right: 76px;
}

.comment__name {
  font-size: 22px;
  line-height: 30px;
  font-family: "Navi Text", Arial;
  font-weight: bold;
  color: #333;
}

.comment__status {
  margin-bottom: 5px;
  font-size: 14px;
  color: green;
  line-height: 22px;
}

.comment__date {
  line-height: 22px;
}

.comment__text {
  flex-grow: 1;
  line-height: 30px;
  color: #333;
}

.comment__item.hide .comment__text-inner {
  height: 90px;
  overflow: hidden;
}

.comment__item:not(.hide) .comment__read-completely {
  display: none;
}

.comment__read-completely {
  margin-top: 21px;
  line-height: 22px;
  color: #737373;
  cursor: pointer;
  transition: all 0.3s;
}

.comment__read-completely:hover {
  color: #ffcd00;
}

.wrap-product-images-nav {
  /*    display: flex;
    flex-direction: column;
    justify-content: center;*/
  position: absolute;
  left: 29px;
  top: 0;
  width: 55px;
}

.product-images-nav-slider {
  height: 306px;
}

.product-images-nav .slick-slide {
  height: 55px;
  margin-bottom: 10px;
}

.product-images-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  cursor: pointer;
  transition: opacity 0.3s;
  user-select: none;
}

.product-images-nav__image {
  border-radius: 3px;
}

.product-images-btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background: rgba(51, 51, 51, 0.5);
  border-radius: 4px;
  transition: background 0.3s;
  cursor: pointer;
}

.product-images-btn.show {
  display: flex;
  z-index: 2;
  position: relative;
}

.product-images-btn:hover {
  background: rgba(51, 51, 51, 0.8);
}

.product-images-prev {
  margin-bottom: 10px;
}

.product-images-next {
  margin-top: 10px;
}

.product__custom-label,
.product-item__custom-label {
  font-size: 14px;
  line-height: 19px;
}

.product__custom-label img,
.product-item__custom-label img {
  display: inline-block;
  margin: 0 2px;
}

.product-item__custom-label {
  margin-bottom: 9px;
  height: 19px;
  overflow: hidden;
}

.callback-sent__image {
  right: -164px;
}

.callback-sent__title-without-text {
  margin: 15px 0 0 0;
}

.wrap-customization {
  max-width: 1045px !important;
  width: 100%;
  padding: 0 !important;
  box-shadow: 0 3px 50px #ededed;
}

.wrap-customization.type_2 #customization-nickname {
  top: 130px;
  color: #000;
}

.wrap-customization.type_2 #customization-flag {
  top: 95px;
}

.customization {
  display: flex;
}

.customization__image {
  position: relative;
  flex-basis: 532px;
  padding: 36px 22px 60px;
  border-right: 1px solid #eaeaea;
}

#customization-flag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}

#customization-flag img {
  transform: rotate(340deg) skew(-20deg);
  transform-origin: center;
}

.zip_hoodie #customization-flag {
  top: 130px;
}

#customization-sponsor {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 230px;
  max-width: 120px;
}

.customization-form {
  flex-basis: 513px;
  padding: 52px 60px 53px 71px;
}

.customization-form__title {
  margin-bottom: 33px;
  font-size: 22px;
  line-height: 33px;
  font-family: "Navi Text", Arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #272724;
}

.customization-form-group:not(:last-child) {
  margin-bottom: 38px;
}

.customization-form-group__header {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customization-form__label {
  margin-right: 20px;
  line-height: 22px;
  color: #2c2f34;
}

.customization-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}

.customization-form__footer .price {
  flex-grow: 1;
  white-space: nowrap;
  font-size: 30px;
  line-height: 40px;
}

.customization-form__btn {
  max-width: 217px;
  font-size: 20px;
}

.customization-form__input {
  background: #f5f5f5;
}
#customization-flag {
  width: 30px;
}
#customization-nickname {
  display: block;
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-family: "Navi Text", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}
.zip_hoodie #customization-nickname {
  top: 185px;
}

/* Cart */

.cart,
.order {
  padding: 44px 0 95px;
  overflow: hidden;
}

.cart__title,
.order__title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
  font-family: "Navi Text", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #2c2f34;
}

.cart .page-title {
  margin-bottom: 30px;
}

.cart__inner,
.order__inner {
  display: flex;
}

.cart__left,
.order__left {
  flex-grow: 1;
}

.cart__right,
.order__right {
  flex-basis: 462px;
  flex-shrink: 0;
  margin-left: 24px;
}

.order__right {
  margin-left: 40px;
}

.cart__right .product-delivery {
  margin-top: 30px;
}

/* Purchases */

.purchase__item {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  padding: 29px 130px 34px 41px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

.purchase__item:last-child {
  margin-bottom: 0;
}

.purchase__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-basis: 185px;
  height: 185px;
  margin-right: 44px;
}

.purchase__content {
  flex-grow: 1;
}

.purchase__name {
  margin-bottom: 35px;
}

.purchase__name-link {
}

.purchase__variant {
  margin-bottom: 43px;
}

.purchase__price-amount {
  display: flex;
}

.purchase__price {
  line-height: 24px;
}

.purchase__amount {
  margin-left: 66px;
}

.purchase__amount svg {
  color: #484848;
}

.purchase__remove {
  position: absolute;
  right: 30px;
  top: 34px;
  display: flex;
  align-items: center;
  line-height: 22px;
  color: #bfbfbf;
}

.purchase__remove:hover {
  color: #333;
}

.purchase__remove svg {
  margin-left: 8px;
}

.purchase__remove svg path {
  fill: #bfbfbf;
  transition: all 0.3s;
}

.purchase__remove:hover svg path {
  fill: #333;
}

.purchases-small {
  background: #f5f5f5;
  border-radius: 3px;
}

.purchases-small__body {
  padding: 28px 29px 22px 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.purchases-small__header {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  font-weight: bold;
  color: #333;
}

.purchases-small__item {
  display: flex;
  margin-bottom: 29px;
}

.purchases-small__item:last-child {
  margin-bottom: 0;
}

.purchases-small__image {
  display: none;
  flex-basis: 41px;
  height: 41px;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 10px;
  padding: 3px;
  background: #fff;
  border-radius: 3px;
}

.purchases-small__name,
.purchases-small__header > *:first-child,
.purchases-small__total > *:first-child,
.purchases-small__delivery-name {
  flex-grow: 1;
}

.purchases-small__price,
.purchases-small__header > *:last-child,
.purchases-small__total > *:last-child,
.purchases-small__delivery-price {
  margin-left: 20px;
  flex-shrink: 0;
}

.purchases-small__price,
.purchases-small__header > *:last-child,
.purchases-small__total > *:last-child,
.purchases-small__delivery-price.purchases-small__delivery_wrap {
  flex-shrink: 1;
}

.price.purchases-small__delivery-price.purchases-small__delivery_wrap {
  white-space: normal;
}

#fn_total_delivery_price_block .purchases-small__delivery-name {
  white-space: nowrap;
}

.purchases-small__name-link {
  color: #333;
}

.purchases-small__icon-x {
  position: relative;
  top: 1px;
}

.purchases-small__price {
  font-size: 16px;
  font-family: "Navi Text", Arial;
  font-weight: normal;
}
.purchases-other__total,
.purchases-small__total {
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
  color: #333;
}
.purchases-other__total .title,
.purchases-small__total .title {
  font-size: 22px;
  line-height: 30px;
}

.purchases-small__footer {
  padding: 29px 30px 35px 30px;
}

.purchases-small__btn {
  max-width: 100%;
  height: 60px;
  font-size: 20px;
}

.purchases-small__delivery {
  display: none !important;
  align-items: center;
  line-height: 22px;
}

.purchases-small__delivery-price {
  font-size: 16px;
}

.cart .purchases-small__total-2 {
  display: none;
  margin-top: 16px;
}

.purchases-small__total-2 .price {
  font-size: 22px;
}

.cart-checkout-order #fn_purchases,
.cart-checkout-order .purchases-small__btn,
.cart-checkout-order .purchases-small__total:not(.purchases-small__total-2),
.cart:not(.cart-checkout-order) .cart__title > span:last-child,
.cart-checkout-order .cart__title > span:first-child {
  display: none;
}

.cart:not(.cart-checkout-order) .cart__form {
  visibility: hidden;
  height: 0;
  width: 0;
}

.cart-checkout-order .purchases-small__image {
  display: block;
}

.order .purchases-small__delivery,
.cart-checkout-order .purchases-small__delivery,
.cart-checkout-order .purchases-small__total-2 {
  display: flex !important;
}

.cart-checkout-order .purchases-small__footer {
  padding: 28px 28px 16px 30px;
}

.cart-checkout-order .cart__inner {
  justify-content: space-between;
}

.cart-checkout-order .cart__left {
  flex-basis: 516px;
  flex-grow: 0;
  min-width: 0;
}

.cart-checkout-order .cart-title {
  margin-bottom: 34px;
}

.cart-block-title {
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #333;
}

.cart .form__group label:not(.error) {
  display: block;
  margin-bottom: 9px;
  line-height: 22px;
  color: #2c2f34;
}

.cart .form__input,
.cart .form__textarea {
  background: #f5f5f5;
}

.cart-delivery .title {
  margin-bottom: 13px;
}

.delivery__item:not(:last-child) {
  margin-bottom: 21px;
}

.delivery__label {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  cursor: pointer;
}

.delivery__label.active {
  background: transparent;
  border-color: #555555;
}

.delivery__item input[type="radio"] {
  position: absolute;
  z-index: -9999;
  visibility: hidden;
}

.cart__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-basis: 20px;
  height: 20px;
  margin-right: 13px;
  background: #fff;
  border-radius: 4px;
}

.cart__checkbox svg {
  display: none;
}

.delivery__label.active .cart__checkbox,
.cart__agree-rules.active .cart__checkbox,
.cart__bilding-data.active .cart__checkbox,
.cod.active .cart__checkbox {
  background: #333;
}

.delivery__label.active .cart__checkbox svg,
.cart__agree-rules.active .cart__checkbox svg,
.cart__bilding-data.active .cart__checkbox svg,
.cod.active .cart__checkbox svg {
  display: block;
}

.delivery__name {
  flex-grow: 1;
  line-height: 22px;
  color: #333;
}

.delivery__image {
  flex-basis: 60px;
  max-height: 40px;
  flex-shrink: 0;
}

.cart-payments {
  margin-top: 86px;
}

.cart__agree-rules,
.cod {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 56px;
  font-size: 14px;
  color: #2c2f34;
  cursor: pointer;
}

.cod {
  margin: 35px 0 30px;
}

.cart__agree-rules a {
  text-decoration: underline;
}

.cart__agree-rules a:hover {
  text-decoration: none;
}

.cart__agree-rules input,
.cod input {
  width: 0;
  height: 0;
  visibility: hidden;
}

.cart__agree-rules .cart__checkbox,
.cart__bilding-data .cart__checkbox,
.cod .cart__checkbox {
  margin-right: 14px;
  border: 2px solid #555;
}

.cart__agree-rules.active .cart__checkbox,
.cart__bilding-data.active .cart__checkbox,
.cod.active .cart__checkbox {
  border-color: #333;
}

.cart__agree-rules span,
.cod span {
  margin-top: -3px;
}

.cart-checkout-order__btn {
  max-width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  background: #f5cc1c;
}

.cart-checkout-order__btn:hover {
  background: #333;
  color: #fff;
}

.cart .form__group {
  position: relative;
}

.cart .form__group label.error {
  position: absolute;
  right: 18px;
  bottom: 20px;
  margin: 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
}

.cart .form__group span.checked {
  display: none;
}

.cart .form__group input.valid ~ span.checked {
  display: block;
  position: absolute;
  right: 17px;
  bottom: 18px;
}

.cart .message_error {
  margin-bottom: 30px;
  font-size: 18px;
}

#cart_agree_rules.error ~ .cart__checkbox {
  box-shadow: inset 0 0 0 1px #e04853;
}

#cart_agree_rules.error ~ span,
.delivery__item input[type="radio"].error ~ .delivery__name {
  color: #e04853;
}

.cart__agree-rules label.error {
  display: none !important;
}

.cart__bilding-data {
  display: flex;
  margin-top: 51px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.cart__bilding-data span {
  margin-top: -3px;
}

.cart__bilding-data input {
  display: none;
}

.cart .form__group select {
  background: #f5f5f5;
  border-radius: 3px;
}

.cart .select2-container--default .select2-selection--single {
  height: 56px;
  display: flex;
  align-items: center;
  border: none;
  background: #f5f5f5;
  border-radius: 3px;
}

.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 18px;
  padding-right: 30px;
}

.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 14px;
}

.select2-search__field {
  height: 44px !important;
}

.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #737373 transparent transparent transparent;
  border-width: 6px 5px 0 4px;
}

.cart-deliveries {
  margin: 55px 0 35px;
}

.order .purchases-small__footer > * {
  margin: 0;
}

.order .purchases-small__footer > *:not(:last-child) {
  margin-bottom: 16px;
}

.order-details {
  margin-top: 40px;
  border: 1px solid #eaeaea;
  color: #333;
}

.order-details-2 {
  margin-top: 0;
}

.order-details-2__title {
  margin-top: 25px;
  margin-bottom: 20px;
}

.order-details > div {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
}

.order-details > div:last-child {
  border-bottom: none;
}

.order-details > div > div {
  padding: 8px 15px;
  word-break: break-word;
}

.order-details > div > div:first-child {
  flex-basis: 35%;
  flex-shrink: 0;
  border-right: 1px solid #eaeaea;
}

.order-details > div > div:last-child {
  flex-basis: 60%;
}

.order-payment {
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  padding: 28px 29px 28px 30px;
  color: #333;
  font-size: 14px;
}

.order-payment.bg-white {
  padding: 29px 0;
  background: #fff;
}

.h6 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.order_payment__title span:last-child {
  margin-left: 10px;
  font-weight: bold;
}

.order_payment__button {
  margin-top: 10px;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}

.order_payment__button:hover {
  text-decoration: none;
  color: #ffcd00;
}

.order_payment__checkout input {
  height: 48px;
  max-width: 180px;
  margin-top: 20px;
}

.order-checkout__btn {
  margin-top: 25px;
}

.yamoney_kassa_buttons {
  margin-bottom: 0 !important;
}

.cart__empty {
  color: red;
  font-weight: bold;
}

.page-description {
  color: #2c2f34;
}

.feedback__inner {
  max-width: 600px;
}

.feedback-form {
  padding: 0 !important;
}

.feedback-form__footer {
  display: flex;
  justify-content: flex-end;
}

.delivery__description {
  margin-top: 25px;
}

.term_novaposhta {
  font-weight: bold;
  color: #333;
}

.page-user__inner {
  display: flex;
  justify-content: space-between;
}

.page-user .form__group label:not(.error) {
  display: block;
  margin-bottom: 9px;
  line-height: 22px;
  color: #2c2f34;
}

.page-user .form__input {
  background: #f5f5f5;
}

.form-user {
  flex-basis: 500px;
  flex-shrink: 0;
}

.change_pass {
  cursor: pointer;
  display: block;
  margin-bottom: 9px;
  line-height: 22px;
  color: #2c2f34;
  transition: all 0.3s;
}

.change_pass:hover {
  color: #ffcd00;
}

.user-form__footer {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.user-form__footer > * {
  max-width: calc(50% - 5px);
}

.wrap-user-orders {
  flex-grow: 1;
  max-width: 650px;
  color: #333;
}

.user-orders__item {
  display: flex;
  padding: 10px 0;
}

.user-orders__item-header {
  font-weight: bold;
  background: #f5f5f5;
}

.user-orders__item > * {
  flex-basis: 33.33%;
  padding: 0 15px;
  flex-shrink: 0;
}

.form-user .password_remind {
  display: inline-block;
  margin-top: 15px;
}

.form-user .form__title {
  margin-bottom: 20px;
}

.password_remind_on .email {
  font-weight: 600;
  color: #333;
}

#search_flag_result .autocomplete-suggestions,
.cart-body .autocomplete-suggestions {
  max-height: 184px !important;
  overflow: auto;
  box-shadow: 0 3px 50px #ededed;
  background: #fff;
}

#search_flag_result .autocomplete-suggestion,
.cart-body .autocomplete-suggestion {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  cursor: pointer;
  transition: background 0.3s;
}

#search_flag_result .autocomplete-suggestion:hover,
.cart-body .autocomplete-suggestion:hover {
  background: #f5f5f5;
}

#search_flag_result .autocomplete-suggestion img {
  flex-shrink: 0;
  margin-right: 15px;
}

#search_flag_result .autocomplete-suggestion strong,
.cart-body .autocomplete-suggestion strong {
  color: #333;
}

.set_image {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order__left .purchase__price-amount-2,
.purchases-small .purchase__amount {
  display: none;
}

.cart .select2 {
  width: 100% !important;
}

.cat-description {
  border-top: 1px solid #eaeaea;
  padding: 30px 0;
}

.user-content {
  font-size: 13px;
  line-height: 1.6;
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #333;
}
.user-content > *:last-child {
  margin-bottom: 0;
}
.user-content p:not(:last-child) {
  margin-bottom: 15px;
}
.user-content ol,
.user-content ul {
  margin-bottom: 15px;
  padding-left: 16px;
  list-style: initial;
}
.user-content ol {
  list-style: decimal;
}
.user-content li {
}

@media (max-width: 1600px) {
  .comment__item {
    padding: 40px;
  }
  .comment__left {
    margin-right: 60px;
  }
  .wrap-product-images-nav {
    left: 15px;
    width: 45px;
  }
  .product-images-nav__item {
    height: 45px;
  }
  .product-images-btn {
    width: 45px;
    height: 45px;
  }
}
.nicescroll-cursors {
  transition: 0.5s;
}
@media (min-width: 992px) {
  .product__left {
    max-width: calc(100% - 476px);
  }
  #sticky.fixed {
    position: fixed;
    bottom: 0;
  }
  #sticky.fixed_bottom {
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1272px) {
  #buy_set {
    font-size: 16px;
  }
  .set_sign {
    padding: 0 10px;
    font-size: 30px;
  }
  .item_var {
    font-size: 12px;
    line-height: 1.4;
  }
  .product-item {
    height: 507px;
  }
  .product-item__image {
    height: 265px;
  }
  .comment__item {
    padding: 30px;
  }
  .comment__left {
    margin-right: 30px;
  }
  .product-comments-form__field:not(.product-comments-form__field-text) {
    flex-basis: calc(50% - 7.5px);
  }
  .product-comments-form__field-text {
    flex-basis: 100%;
  }
  .product-comments-form__btn {
    margin-left: 0;
  }
  .product-comments-form__body {
    justify-content: flex-end;
  }
}

@media (max-width: 1400px) {
  .set_item_box_3 .set_image {
    height: 120px;
  }
}

@media (min-width: 1274px) and (max-width: 1400px) {
  .set_sign.set_sign_3 {
    padding: 0 10px;
    font-size: 35px;
  }
  .set_item_box_3 .item_var {
    font-size: 13px;
    line-height: 1.5;
  }
  .economy_3 .difference {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .economy_3 .difference * {
    margin: 0;
  }
}

@media (min-width: 1273px) {
  .product__left {
    max-width: calc(100% - 606px);
  }
}
@media (max-width: 1272px) {
  .catalog-categories li a {
    padding: 0 12px;
  }
  .product {
    padding: 80px 15px 140px;
  }
  .product__right {
    flex-basis: 431px;
    margin-left: 45px;
  }
  .product-images {
    margin: 0 -8px -16px;
  }
  .product-images__item {
    flex-basis: calc(50% - 16px);
    margin: 0 8px 16px;
  }
  .product-comments {
    margin-top: 60px;
  }
  .wrap-product-images-nav {
    display: none;
  }
  .cart__right,
  .order__right {
    flex-basis: 40%;
  }
  .purchase__image {
    flex-basis: 140px;
    height: 140px;
  }
  .purchase__remove {
    right: 20px;
    top: 20px;
  }
  .purchase__remove span {
    display: none;
  }
  .purchase__item {
    padding: 29px 40px 34px 30px;
  }
  .page-user__inner > * {
    flex-grow: 0;
    flex-basis: calc(50% - 15px);
  }
  .page-404__inner > img {
    max-width: calc(50% - 30px);
    width: 100%;
    margin-right: 60px;
  }
  .page-404__description {
    flex-basis: calc(50% - 30px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-item {
    height: 550px;
  }
  .product-item__image {
    height: 307px;
  }
}

@media (max-width: 991px) {
  .nicescroll-rails {
    right: 15px !important;
    left: 15px !important;
    max-width: 100%;
    width: 100%;
  }
  .catalog-categories {
    margin: 0 -20px 25px 0;
    max-width: 100%;
  }
  .catalog-categories li {
    margin-left: 0;
    margin-right: 20px;
  }
  .catalog {
    padding-top: 60px;
  }
  .catalog-header {
    flex-wrap: wrap;
  }
  .catalog-header__left {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  .catalog-categories {
    flex-basis: 100%;
    /* margin: 0 -20px 0; */
  }
  .catalog-categories li a {
    padding: 0;
    background: transparent !important;
  }
  .product-item {
    flex-basis: calc(50% - 24px);
  }
  .product {
    flex-wrap: wrap;
  }
  .product__left {
    max-width: 100%;
    margin-bottom: 31px;
  }
  .product__right {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .product__description {
    margin-top: 26px;
    margin-bottom: 31px;
  }
  .product__wrap-variants .title {
    display: none;
  }
  .cart__inner,
  .order__inner {
    flex-wrap: wrap;
  }
  .cart__right,
  .order__right {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .page-user__inner {
    flex-wrap: wrap;
  }
  .page-user__inner > * {
    flex-basis: 100%;
    max-width: 100%;
  }
  .wrap-user-orders {
    margin-top: 45px;
  }
  .cart-checkout-order .cart__right {
    order: -1;
    margin-top: 0;
    margin-bottom: 53px;
  }
  .cart-checkout-order .cart__left {
    flex-basis: 100%;
  }
  .faq-page__inner {
    flex-wrap: wrap;
  }
  .faq-page__right {
    margin-left: 0;
    margin-top: 40px;
    flex-basis: 100%;
  }
  .page-404__description {
    margin-top: -59px;
    font-size: 42px;
    line-height: 52px;
  }
  .page-404__wrap-btn {
    margin-top: 24px;
  }
  .customization {
    flex-wrap: wrap;
  }
  .customization__image {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    padding: 36px 22px 40px;
    border: none;
  }
  .customization-form {
    flex-basis: 100%;
    padding: 0px 50px 40px 50px;
  }
  .customization-form-group:not(:last-child) {
    margin-bottom: 30px;
  }
  .customization__image img {
    max-height: 420px;
  }
  #customization-nickname {
    top: 151px;
    font-size: 18px;
  }
  #customization-flag {
    top: 120px;
    max-width: 32px;
  }
  .product-images__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sticky {
    width: auto !important;
  }
  .wrap-customization.type_2 #customization-flag {
    top: 90px;
  }
  .wrap-customization.type_2 #customization-nickname {
    top: 122px;
  }
}

@media (min-width: 768px) {
  .categories-level-2__inner li {
    min-height: 90px;
  }
  .product-item:hover {
    overflow: visible;
  }
  .product-item:hover .product-item__inner {
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: 0 3px 50px #dedede;
  }
  .product-item:hover .product-item__variants:not(.hidden) {
    display: flex;
  }
  .product-item:hover .product-item__btn {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .catalog {
    padding-top: 29px;
  }
  .catalog-categories {
    flex-basis: 100%;
    /* margin: 0 -20px 0; */
    margin-bottom: 0;
  }
  .catalog-categories li {
    margin-left: 0;
    margin-right: 20px;
  }
  .catalog-categories a {
    line-height: 21px;
  }
  .products-sort {
    display: none;
  }
  .products-list {
    margin: 0 -12px -39px;
  }
  .product-item {
    height: auto;
    margin-bottom: 39px;
  }
  .product-item__image {
    height: 207px;
    margin-bottom: 10px;
    padding: 12px 10px;
    background: #f5f5f5;
  }
  .product-item__inner {
    padding: 0;
    background: transparent;
  }
  .product-item__custom-label {
    display: none;
  }
  .catalog .we-are-strong {
    margin-top: 56px;
  }
  .catalog-header {
    margin-bottom: 24.6px;
  }
  .product {
    padding-top: 33px;
  }
  .product__title {
    font-size: 22px;
    line-height: 30px;
  }
  .product-images {
    margin: 0 -2px -4px;
  }
  .product-images__item:first-child {
    flex-basis: calc(100% - 4px);
    margin: 0 2px 4px;
  }
  .product-images__item {
    flex-basis: calc(25% - 4px);
    margin: 0 2px 4px;
  }
  .product-images__image {
    border-radius: 0;
  }
  .product__description {
    font-size: 14px;
    line-height: 26px;
  }
  .product-delivery {
    margin-top: 39px;
  }
  .product-delivery__header,
  .product-size-chart__link {
    max-height: 70px;
    padding: 24px 28px 24px 20px;
    font-size: 18px;
    line-height: 23px;
  }
  .product-delivery__content {
    padding: 0 28px 28px 20px;
  }
  .product-comments {
    margin-top: 31px;
  }
  .product-comments__header {
    margin-bottom: 22px;
  }
  .comment__item {
    flex-wrap: wrap;
    padding: 27px 25px 35px;
  }
  .comment__left {
    margin-right: 0;
    flex-basis: 100%;
    margin-bottom: 28px;
  }
  .comment__item.hide .comment__text-inner {
    height: 234px;
  }
  .comment__text {
    font-size: 14px;
    line-height: 26px;
  }
  .product-comments-form__field:not(.product-comments-form__field-text) {
    flex-basis: calc(50% - 7.5px);
  }
  .product-comments-form__field-text {
    flex-basis: 100%;
  }
  .product-comments-form__btn {
    margin-left: 0;
    margin-top: 19px;
  }
  .product-comments-form__body {
    justify-content: flex-end;
  }
  .product {
    padding-bottom: 86px;
  }
  .purchase__remove {
    right: 12px;
    top: 12px;
  }
  .purchase__item {
    padding: 39px 14px 32px 20px;
  }
  .purchase__image {
    margin-right: 20px;
  }
  .purchase__name {
    margin-bottom: 10px;
  }
  .purchase__name-link {
    display: inline-block;
    line-height: 26px;
  }
  .purchase__variant {
    margin-bottom: 20px;
  }
  .cart,
  .order {
    padding: 33px 0 69px;
  }
  .cart__title,
  .order__title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }
  .cart-checkout-order .cart__title {
    margin-bottom: 31px;
  }
  .cart-checkout-order {
    padding-bottom: 59px;
  }
  .cart__agree-rules,
  .cod {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .cart-checkout-order__btn {
    height: 50px;
    font-size: 16px;
  }
  .cart .form__input,
  .cart .form__textarea {
    height: 50px !important;
  }
  .cart .form__group:not(:last-child) {
    margin-bottom: 27px;
  }
  .cart .form__group label.error {
    position: static;
    margin-top: 2px;
    text-align: right;
  }
  .cart .form__group input.valid ~ span.checked {
    right: 14px;
    bottom: 15px;
  }
  .cart-payments {
    margin-top: 52px;
  }
  .purchases-small__delivery-price,
  .purchases-small__total-2 .price {
    font-size: 18px;
  }
  .cart-checkout-order .purchases-small__item {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    min-height: 72px;
    padding-left: 91px;
  }
  .cart-checkout-order .purchases-small__item:not(:last-child) {
    margin-bottom: 39px;
  }
  .cart-checkout-order .purchases-small__body {
    padding: 27px 20px 37px;
  }
  .cart-checkout-order .purchases-small__header {
    display: none;
  }
  .cart-checkout-order .purchases-small__name {
    flex-grow: 0;
    margin-bottom: 7px;
  }
  .cart-checkout-order .purchases-small__image {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 72px;
    width: 72px;
    height: 72px;
    padding: 5px;
    margin-right: 0;
  }
  .cart-checkout-order .purchases-small__price {
    margin-left: 0;
  }
  .cart-checkout-order .purchases-small__footer {
    padding: 22px 20px 27px;
  }
  .cart .purchases-small__total-2 {
    margin-top: 12px;
  }
  .purchases-small__price,
  .purchases-small__header > *:last-child,
  .purchases-other__total > *:last-child,
  .purchases-small__total > *:last-child,
  .purchases-small__delivery-price {
    margin-left: 11px;
  }
  .delivery__label {
    padding: 11px 21px 11px 23px;
  }
  .page-title-faq {
    margin-bottom: 25px;
  }
  .faq__question {
    font-size: 16px;
    line-height: 22px;
  }
  .faq__item--boxed {
    padding: 13px 18px 13px 21px;
  }
  .faq__content {
    margin-top: 22px;
  }
  .faq-page__description {
    margin: 46px -15px 0;
    padding: 36px 14px 50px 18px;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .block:not(:last-child) {
    margin-bottom: 25px;
  }
  .faq-page__right {
    margin-top: 0;
  }
  .faq-question {
    margin: 0 -15px;
    padding: 61px 15px 52px;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .body-faq .advantages,
  .body-faq .wrap-subscribe {
    display: none;
  }
  .faq-page {
    padding-bottom: 0;
  }
  .body-faq .footer > .container {
    padding-top: 53px;
  }
  .feedback__inner .form__title {
    margin-bottom: 18px;
    font-size: 18px;
  }
  .faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .faq__arrow {
    position: static;
    margin-left: 10px;
  }
  .form-user .form__title {
    font-size: 16px;
    line-height: 26px;
  }
  .page-404__inner {
    flex-wrap: wrap;
    padding: 60px 0 80px;
  }
  .page-404__inner > img {
    max-width: 100%;
    margin-right: 0;
    margin-left: -50px;
  }
  .page-404__description {
    margin-top: -30px;
    flex-basis: auto;
    text-align: center;
  }
  .wrap-customization {
    border-radius: 28px;
  }
  .customization__image {
    padding: 35px 15px;
  }
  .customization__image img {
    max-height: 274px;
  }
  #customization-nickname {
    top: 90px;
    font-size: 11px;
    line-height: 1.8;
  }

  .zip_hoodie #customization-nickname {
    top: 115px;
  }

  #customization-sponsor {
    top: 146px;
    max-width: 69px;
  }
  #customization-flag {
    top: 72px;
    max-width: 20px;
    line-height: 1;
  }

  .zip_hoodie #customization-flag {
    top: 90px;
  }

  .customization-form {
    padding: 0 15px 35px;
  }
  .customization-form__title {
    display: none;
  }
  .customization-form-group__header {
    margin-bottom: 9px;
  }
  .customization-form__footer {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .customization-form__btn {
    max-width: 100%;
    margin-top: 30px;
  }
  .wrap-customization.type_2 #customization-nickname {
    top: 85px;
  }
  .wrap-customization.type_2 #customization-flag {
    top: 71px;
  }
  .product__variant {
    min-width: 55px;
    padding: 0 6px;
    height: 55px;
    line-height: 54px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cart__right .product-delivery {
    margin-top: 10px;
  }
  .purchase__name-link {
    font-size: 14px;
  }
  .products-list {
    margin: 0 -2px -39px;
  }
  .product-item {
    flex-basis: calc(100% - 4px);
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 48px;
  }
  .product-item__image {
    height: auto;
    margin-bottom: 16px;
    padding: 30px 20px 20px;
  }
  .product-item:nth-child(-n + 4) {
    flex-basis: calc(50% - 4px);
    margin-bottom: 39.6px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .product-item:nth-child(-n + 4) .product-item__image {
    height: 150px;
    margin-bottom: 10px;
    padding: 15px 11px 11px;
  }
  .product-comments-form__field:not(.product-comments-form__field-text) {
    flex-basis: 100%;
    margin-right: 0;
  }
  .product-comments-form__field-name {
    margin-bottom: 15px;
  }
  .product-comments-form__btn {
    max-width: 100%;
  }
  .breadcrumbs {
    padding-bottom: 20px;
  }
  .amount__minus-big,
  .amount__plus-big {
    width: 50px;
  }
  .amount__input-big {
    width: 18px;
  }
  .amount__minus-big svg {
    width: 20px;
    height: 2px;
  }
  .amount__plus-big svg {
    width: 20px;
    height: 20px;
  }
  .product__price-amount {
    justify-content: space-between;
  }
  .product__btns {
    margin-top: 32px;
  }
  .purchase__image,
  .purchase__item-sets .purchase__image {
    flex-basis: 96px;
    height: 96px;
  }
  .purchase__item-sets .purchase__image {
    width: 96px;
  }
  .purchase__content {
    flex-grow: 0;
    flex-basis: calc(100% - 116px);
  }
  .purchase__item:not(:last-child) {
    margin-bottom: 9px;
  }
  .purchase__amount {
    order: -1;
    margin: 0;
  }
  .purchase__price-amount {
    flex-wrap: wrap;
  }
  .purchase__price {
    flex-basis: 100%;
    margin-top: 18px;
  }
  .cart__right,
  .order__right {
    margin-top: 10px;
  }
  .purchases-small__name-link {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
  }
  .purchases-small__body {
    padding: 28px 20px 23px;
  }
  .purchases-small__footer {
    padding: 29px 20px 25px;
  }
  .purchases-small__item {
    margin-bottom: 21px;
  }
  .order-details > div {
    font-size: 13px;
    line-height: 1.6;
  }
  .order-details > div > div {
    padding: 5px 10px;
  }
  .order-details > div > div:first-child {
    flex-basis: 40%;
  }
}

#fn_save_customization {
  color: #fff;
}

.warehouses_novaposhta.preloader:before/**/ {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/spinner.gif") no-repeat center / 80px;
  position: absolute;
  z-index: 100;
}
