/* Add your custom CSS overrides to this file. */

.h-centered-image {
  display: block;
  margin-left: 20px;
  margin-right: auto;
}

.product-img-center {
  margin-top: 15px; /* adjust as needed */
  margin-bottom: 15px; /* adjust as needed */
}

h5.component-heading {
  font-size: 20px;
  color: red;
  font-weight: bold;
  margin-bottom: 35px;
}

select[id^="PRODUCT_OPTION_"] {
    min-width: 260px !important;
}

input[type="text"] {
    width: 100% !important;
    box-sizing: border-box;
}

input[name="Quantity"] {
    width: 60px !important; /* or auto */
}

.widget-body h4:first-of-type,
.widget-body h4:first-of-type + ul {
    display: none;
}

.productImage {
    padding-top: 100px;
   padding-left: 20px;
}

h4.m-l:has(+ div a[href*="ManufacturerId"]) {
    display: none !important;
}

h4.m-l:has(+ div a[href*="ManufacturerId"]) + div {
    display: none !important;
}

a[href="/Members/MyDigitalGoods"] {
    display: none !important;
}

header.navbar-default {
    height: auto;
}

#store-header-compact .storeLogo
{
    margin-top:auto;
}

.storeLogo {
    margin-top:auto;
}

.toppad {
      padding-top: 10px;
    }

button:hover {
  background-color: #1a5a8d;   /* slightly darker on hover */
  color: #ffffff !Important;
}

.checkout-btn {
  display: block;              /* allows centering */
  margin: 20px auto;           /* centers horizontally */
  padding: 10px 16px;
  background-color: #206BA8;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

/* Tab header */
#tabs .nav-tabs {
  margin-top: 22px;
  background: #206BA8;    

}

/* Base tabs */
#tabs .nav-tabs > li > a {
  color: #206BA8;
  padding: 5px auto 10px auto;
  border-top: 12px solid #206BA8;
  border-radius: 25px 25px 0 0;
  
 }

/* Hover */
#tabs .nav-tabs > li > a:hover {
  color: #a12315;
  padding: 5px auto 10px auto;
  border-top: 12px solid #206BA8;
  border-radius: 25px 25px 0 0;
  
}

/* Active tab = connected to content */
#tabs .nav-tabs > li.active > a,
#tabs .nav-tabs > li.active > a:focus,
#tabs .nav-tabs > li.active > a:hover {
  color: #a12315;
  padding: 5px auto 10px auto;
  border-top: 12px solid #206BA8;
  border-radius: 25px 25px 0 0;
}

ul {
  list-style-type: square;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: disc;
}

p a {
    font-size: inherit !important;
}

.access-warning {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.access-note {
    background: #f5f7fa  !important;
    padding: 25px;

    font-size: 18px;
    border-left: 5px solid #224e79  !important;
}