.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;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
  width: 100%;
}
.compare-card__product{
    width: 100%;
}
.compare-card__product-name{
    overflow: hidden;
    position: relative;
}
.compare-card__product-name span{
    display: inline-block;
    width: min-content;
    height: min-content;
    padding: 5px;
    margin: -5px;
    background-color: #fff;
}
.compare-card:hover .compare-card__product-name{
    overflow:visible;
    
}
.bg-main {
    background-color: #6f6f6e !important;
}
/*WEB FORM*/
.web-form--resum{
    max-width: 400px;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 20px 20px 0;
    margin: 30px 0;
}
.web-form--title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding-bottom: 15px;
}
.web-form--resum label{
    display: block;
    font-weight: 700;
    font-size: .8571rem;
    line-height: 150%;
}
.web-form--resum label span, .web-form--description span{
    color: #007bff;
}
.web-form--input, .web-form--description{
    margin-bottom: 15px;   
}
.web-form--input input[type=text], .web-form--input input[type=file], .web-form--input input[type=email], .web-form--input textarea{
    display: block;
    width: 100%;
    height: calc(1.5em + 22px + 2px);
    padding: 0 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Gotham, sans-serif;
}
.web-form--input input[type=file]{
    padding: 8px 15px 8px 5px;
}
.web-form--input textarea{
    padding: 11px 15px;
    height: 90px;
}
.web-form--input input[type=text]:focus, .web-form--input input[type=file]:focus, .web-form--input textarea:focus{
    color: #495057;
    background-color: #fff;
    border-color: #06f;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}
.web-form--submit input[type=submit]{
    color: #fff;
    background-color: #007bff;
    border: none;
    font-family: Gotham, sans-serif;
    width: 100%;
    height: 50px;
}
.web-form--success{
    text-align: center;
}
.interactive-map__pins{
    /*display: none !important;*/
}
.interactive-map__pin-btn{
    transition: .2s all;
}


.interactive-map__pin-btn:hover{
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}


