/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2023 | 09:16:14 */
.product-main {
    padding: inherit;
}
/* Reversed Thumbnails and Product Image */
.row.row-small {
    flex-direction: row-reverse;
}

.row.row-small {
    justify-content: flex-end;
}

/* Currency Symbol */
span.woocommerce-Price-currencySymbol {
    font-size: 1em !important;
    vertical-align: unset !important;
	font-family: sans-serif;
}


/* Short Description */
.product-short-description {
  max-width: 500px;
}

div.quantity.buttons_added.form-minimal {
  width: 100%;
}

.quantity.buttons_added.form-minimal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity input[type="number"] {
  font-size: .98em !important;
}