/* Add custom CSS styles below */ 
.s-block--general-features img {
  object-fit: contain;
}

.store-footer {
  background: #835ea7 !important;
  color: white !important;
}

#contact-slot a.s-contacts-item[href="tel:507009347"]{
  display:none !important;
}

.sicon-cancel{
  display: none;
}
/* Make fixed banner full width */
.s-block--fixed-banner .container{
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
 
}
.s-block--fixed-banner{
   margin-top: 0px;
}

.full-about-block{

background-color: black;
  color: #69429d;
}

.info-block {
  background-color: #fdf7ff;
  border-radius: 5px;
}

.text-primary{
  text-align: center;
}