
.t24-qatc-form {
  margin: 8px 0 0;
  padding: 0;
  text-align: center;
}

.product-miniature .product-description .t24-qatc-form {
  margin-top: 10px;
}

.t24-qatc-button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0 !important;
  background: #76341c !important;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,.12);
  transition: all .2s ease;
}

.t24-qatc-button:hover,
.t24-qatc-button:focus {
  background: #e6cb9c !important;
  color: #76341c !important;
  transform: scale(1.08);
}

.t24-qatc-button .material-icons {
  font-size: 20px;
  line-height: 1;
}

.product-miniature .product-price-and-shipping {
  margin-bottom: 4px;
}

@media (max-width: 575px) {
  .t24-qatc-button {
    width: 34px;
    height: 34px;
  }

  .t24-qatc-button .material-icons {
    font-size: 18px;
  }
}
