.buttons-popup {
  margin-top: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.buttons-popup.buttons-popup-column {
  flex-direction: grid;
}
.btn-packing.active {
  background-color: #20211c;
  color: #fff;
}

.ocfilter-category-pages {
  margin-top: 50px;
}

.mrc-shadow {
  background: #fff;
  background: -webkit-linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.2));
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.2));
  height: 80px;
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 0;
}
.mrc-btn {
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  line-height: 26px;

}
/* popup no avail */
.popup-notavail {
	max-width: 750px;
}
.popup-notavail > .row {
	align-items: center;
}
.popup-notavail .products-item__name {
	font-size: 1rem;
	text-align: center;
}

/* jquery validate */
.error, .simplecheckout-error-text {
	color: red;
	font-size: 0.9em;
	margin-top: 5px;
}
.form-control.error {
	border-color: red;
}

/* category banner (short description) */
.short-description {
	background-color: #ab9889;
}
.short-description h2 {
	font-family: "Sofia Sans", sans-serif;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .short-description p {
    font-size: 14px;
    line-height: 18px;
  }
}
.short-description p {
  font-size: 13px;
  line-height: 1.3846;
  margin-bottom: 40px;
}
.short-description .catalog-banner__content p:last-child {
	margin-bottom: 0;
}

.discounts-item {
	position: relative;
}
.discounts-item:after {
	content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  top: 50%;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24.7%, #f3dc93 99.27%);
}

.block-404 + .section {
  padding-bottom: 0;
}
.block-404 + .section > .container {
  padding: 0;
}

.account-tabs-item {
  display: none;
}
.account-tabs-item.active {
  display: block;
}

.table-cart tbody .is_bundle .table-cart__product {
  position: relative;
}
.table-cart tbody .is_bundle .table-cart__product:before {
    content: '+';
    width: 24px;
    height: 24px;
    background: #eae8e5;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    color: #20211c;
    position: absolute;
    left: 50%;
    top: -14px;
    font-size: 18px;
}

.block-complect .xbundle-q-event + .xbundle-q-event {
  margin-top: 40px;
}

#simplecheckout_shipping_address .form-label {
  display: none;
}

.wrp-nova-cities {
  position: relative;
  top: -15px;
}

.cart-info-item--promocode {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .cart-info {
    gap: 10px;
  }
  .discounts.discounts--categories {
    position: relative;
    z-index: -1;
  }
  section:hover .discounts.discounts--categories {
    z-index: 1;
  }
}

.promotion-404-info {
  margin-bottom: 30px;
}
.disabled-promotion {
  filter: grayscale(1);
}

/* fix verstka */
.filter-btn.filter-btn--filter {
  min-width: 150px;
}
.active-item-link {
  margin-right: auto;
  margin-left: 10px;
}
.active-item-link a {
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #e05396;
}
.block-404 + .filter-block {
  display: none;
}
.cart-insurance--mobile .cart-insurance__checkbox-line {
  display: none;
}
.text a {
  color: #e053b1;
  border: none;
  text-decoration: underline;
  padding: 0;
}
.text a:hover {
  background: transparent;
  text-decoration: none;
}
.block-complect__icon {
  z-index: 1;
}
.catalog-back-wrapper {
    position: relative;
    text-align: center;
    min-height: 50px;
    font-size: 16px;
    color: #20211c;
    border-radius: 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #eae8e5;
    margin-bottom: 15px;
}
.catalog-back-wrapper .back-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-back-wrapper .back-icon .catalog-back__icon {
  position: unset;
}
.catalog-back-wrapper .catalog-menu-link {
  flex: 1;
  height: 30px;
  line-height: 30px;
}
.header-discount {
  width: 100%;
}
.simplebar-content iframe {
  max-width: 100%;
  padding: 10px 0;
  width: 100% !important;
}
.simplebar-content img {
  max-width: 100%;
  padding: 10px;
}

@media screen and (min-width: 992px) {
  .cart-insurance-wrapper {
    margin-left: calc(30% + 6px);
    margin-top: 30px;
    width: 100%;
  }
  .cart-insurance {
    margin-left: 0;
    margin-top: 0px;
  }
  .cart-insurance + .cart-insurance {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-back-wrapper {
      display: none;
  }
  .header-discount .header-discount__close {
    
  }
  .catalog__col-2 {
    width: 390px;
  }
  .catalog__col-3 {
    flex: 1;
  }
  .discounts-list .col-sm-6 .discounts-item__image {
    position: unset;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .account-content__block {

  }
}
@media (min-width: 1600px) {
  .header-logo {
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .product-selection {
    margin-top: 15px;
  }
  /*.tabs-content.active:has(.simplebar-scrollable-y) {
    margin-right: 0px;
  }*/
  .article img {
     width: 100% !important;
     height: auto !important;
  }
}
@media (max-width: 574px) {
  .simplebar-content img {
    width: 100% !important;
    padding: 10px 0;
  }
  .container .text img {
    width: 100% !important;
    height: auto !important;
  }
}
/* fix horizontal scroll */
@media (max-width: 389px) {
  body {
    display: contents;
  }
}