/* Mpampinis overrides & extras for Ashion template */

.breadcrumb__text h4 {
  font-size: 24px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 10px;
}

.product__item__pic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Enquiry form on product page - Ashion-style inputs */
.enquiry-section input,
.enquiry-section textarea {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 12px 18px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.enquiry-section input:focus,
.enquiry-section textarea:focus {
  border-color: #ca1515;
  outline: none;
}

.form-actions .btn-primary,
.site-btn {
  background: #ca1515;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.form-actions .btn-primary:hover,
.site-btn:hover {
  background: #a81212;
  color: #fff;
}

.alert-success {
  background: rgba(36, 163, 0, 0.1);
  color: #36a300;
  border: 1px solid rgba(36, 163, 0, 0.3);
  padding: 15px;
  border-radius: 4px;
}

[x-cloak] {
  display: none !important;
}

.product__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

/* Product detail: single main image full width in column */
.product-details .product__details__pic__left {
  width: 100%;
  max-height: none;
  float: none;
}

.product-details .product__details__pic__left .pt img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .product__top .filter__controls {
    text-align: left;
  }
}
