/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2020 osCommerce

  Released under the GNU General Public License
*/

/*
* {font-size: 14px;line-height: 1.42857;}
a {text-decoration: unset;}
h1 {margin-bottom: 2rem;}
h2 {font-weight: 300;border-bottom: 1px solid #dee2e6;padding-bottom: 1rem;margin-bottom: 1rem;}
*/

.svg-icon-heart, .svg-icon-shopping-cart, .svg-icon-user, .svg-icon-search {
  fill: var(--bs-primary);
  width: 2rem;
  height: 2rem;
}
.svg-icon-search-form {
  fill: var(--bs-white);
  stroke: var(--bs-white);
  width: 1.5rem;
  height: 1.5rem;
}

.middle {margin:50px 0px 50px 0px; min-height:500px; } /* middle area div; 4th div from <main> tag */
.middle h1 { font-weight: 300;border-bottom: 1px solid #dee2e6;padding-bottom: 1rem;margin-bottom: 1rem; margin-bottom:20px; }
.middle h2 { font-weight: 200;border-bottom: 1px solid #dee2e6;padding-bottom: 1rem;margin-bottom: 1rem; }
.middle h3 { font-weight: 100;border-bottom: 1px solid #dee2e6;padding-bottom: 1rem;margin-bottom: 1rem; }
.middle a {color:#000 !important}

.btn-primary,input[type="submit"] {background-color: #e50f5a !important;color: white !important;border-color: #e50f5a !important;}
a.btn-primary {background-color: #e50f5a !important;color: white !important;border-color: #e50f5a !important;}
.btn-light,input[type="submit"] {background-color: #000 !important;color: white !important;border-color: #000 !important;}
a.btn-light {background-color: #000 !important;color: white !important;border-color: #000 !important;}
.text-primary {color: #0d6efd!important;}

.page-item.active .page-link {background-color: #e50f5a !important;border-color: white !important;}


.product-image img {
  height: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.product-image {
  height: 288px;
}