.main-nav-cards-grid__item {
	height: 100%;
}
.main-nav-cards-grid__item .main-nav-cards-grid__item-footer{
	margin-top: auto;
}
.popup-window-content div p {
	font-family: Gotham,sans-serif;
	font-size: 1.2857rem;
	font-weight: 700;
	line-height: 27px;
	text-decoration: none !important;
}
.product-page__reviews-summary {
	width:auto;
}
.sidebar2 {
	position: -webkit-sticky;
	position: sticky;
}
.stepper-header__step.active {
	color: #7f3896 !important;
}
.overlay-cdk__content-custom-mattress {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	width: 100%;
	max-width: 410px;
}
.overlay-cdk#customMattressFormPopupOverlay.active {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.overlay-cdk#requestCallFormPopupOverlay.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-slide{}

/* The Modal (background) */
.modal-extra-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 20%;
  border-radius: 20px;
}

/* The Close Button */
.modal-popup-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-popup-close:hover,
.modal-popup-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  /*.banner-card {background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);}*/
  .breadcrumb-last {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .item__search {
    width: 20%;
  } 
}
.catalog-section-sidebar {
  margin-right: 20px;
  padding-right: 10px;
  margin-top: 0px;
}
.button-not-availible {
  margin-right: 12px;
  width: 100%;
  padding-top: unset;
  padding-bottom: unset;
  margin-bottom: unset;
}
.cart-page-sidebar {
  margin-top: -20px;
}
.product-card--favorite .product-page-sidebar__favorite-btn i {
  color: #f42e22;
}
.product-card--compare .product-page-sidebar__compare-btn i {
  color: #f42e22;
}
.compare-card__added-btn {
  display: none;
}
.compare-card--added .compare-card__added-btn {
  display: block;
}
.compare-card--added .compare-card__add-btn {
  display: none;
}
h1 span {
  white-space: nowrap;
}


.product-page-floating-bar-wrap {
  display: none;
  background: #fff;
  padding: 10px 30px;
}
@media only screen and (max-width: 992px) {
  .product-page-floating-bar-wrap {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 60px;
    left: 0;
    z-index: 10;
  }
}
@media only screen and (min-width: 992px) {
  .cart-page__mobile-top-sidebar-spot {
    display: none;
  }
}
.product-page-floating-bar {
  display: flex;
  justify-content: space-between;
}
.product-page-floating-bar__phone-btn {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page-floating-bar__order-btn {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page-floating-to-cart-btn {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-cat-nav li a.active {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0,0,0,.7);
}
.hAttr::before {
  content: "—";
}
.phone-confirmation--success .phone-confirmation__phone-group-confirm-btn {
  display: none;
}