.filter {display: none;}

.alertify-notifier,
.ajs-message {
  top: 50% !important;
  right: 50% !important;
  bottom: initial !important;
  left: initial !important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  
}
@media (max-width: 480px) {
  .alertify-notifier {
    width: 0 !important;
  }
  .ajs-message {
    width: 260px !important;
  }
}

 .ajs-message{
    width: 500px;
   /* height: 70px;*/
    text-align: center;
   background: #fff !important;
    color: #9d4e83 !important;
    border: 3px solid #9d4e83;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
  /*	line-height: 26px; 
  	padding: 20px;
   top:80%;*/
  }

.custom-product {
flex: 150px; 
display: flex;
justify-content: space-between;
}
@media (min-width: 1025px) and (max-width: 1279px){
  .custom-product{
 flex: 120px; ;
 }
}

.product-card-form_block {
	flex-wrap: wrap; 
}

@media all and (min-width: 768px) {
	.custom-product .counter {
		margin-right: 10px; 
	}
}

.counter {
	width: 7.5rem;
}
