/*  Add custom styles here
/*-------------------------------------------------- */
/*  Add custom responsive styles here
/*-------------------------------------------------- */
.flex-grid {
  display: flex;
  flex-wrap: wrap; }
  .flex-grid > li {
    display: flex; }

.product-small {
  width: 100%;
  border-bottom: 1px solid #e5e5e5; }
  .product-small .details {
    border-bottom: none !important; }
  .product-small > article {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .product-small .actions {
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1; }
    .product-small .actions button {
      width: 100%; }
  .product-small .bx-wrapper .bx-pager {
    bottom: 1em;
    right: 1.5em; }

input.product-download-input {
  display: inline;
  width: 250px;
  border-radius: 0;
  border: 0px;
  border-bottom: 1px solid black;
  background-color: transparent; }

input.product-download-submit {
  position: absolute;
  background: transparent;
  border: 0;
  right: 0;
  top: 15px; }

.product-download-link {
  display: inline-block;
  margin: 1.125em 0; }
