.fwfatc {
  position: fixed;
  bottom: -400px;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: white;
  z-index: 4;
  padding: 20px;
  transition-duration: 0.5s;
}

.fwfatc .cart {
  display: flex;
  align-items: center !important;
  gap: 10px;
}

.fwfatc .fwfatc-product-name {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.fwfatc .fwfatc-price {
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}

.fwfatc .added_to_cart {
  display: none !important;
}

.fwfatc select {
  padding: 5px 10px;
  border: 1px solid lightgray;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .fwfatc {
    flex-wrap: wrap;
    padding: 15px;
  }

  .fwfatc .variations_form {
    flex-wrap: wrap;
  }

  .fwfatc .cart {
    width: 100%;
    margin-top: 5px;
  }

  .fwfatc .fwfatc-product-name {
    font-size: 16px;
    line-height: 16px;
  }


  .fwfatc.fwfatc-variable .fwfatc-price {
    margin-right: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .fwfatc .single_variation_wrap {
    width: 100%;
  }

  .fwfatc .variation {
    flex-grow: 1;
  }

  .fwfatc .fwfatc_single_add_to_cart_button {
    width: 100%;
  }
}
