html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.btn.btn-cart {
  background: #1a2233;        /* Navy dark blue */
  color: #fff;
  border: none;
  transition: background .2s;
}
.btn.btn-cart:hover,
.btn.btn-cart:focus {
  background: #24304a;        /* Slightly lighter navy */
  color: #fff;
}

.btn.btn-wishlist {
  background: #888c94;        /* Medium, neutral grey */
  color: #fff;
  border: none;
  transition: background .2s;
}
.btn.btn-wishlist:hover,
.btn.btn-wishlist:focus {
  background: #6d727b;        /* Darker on hover */
  color: #fff;
}

.btn.btn-compare {
  background: #dee2e6;        /* Light grey */
  color: #2c2c2c;
  border: none;
  transition: background .2s;
}
.btn.btn-compare:hover,
.btn.btn-compare:focus {
  background: #cfd4da;        /* Slightly darker light grey */
  color: #222;
}

/* Optional: Make icons bolder */
.btn i {
  font-size: 1.2em;
  vertical-align: middle;
}


.row > .col {
  display: flex;
  flex-direction: column;
}
.product-thumb.card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.card-footer {
  margin-top: auto;
}


.valvefinder-manufacturer-tag {
  position: absolute;
  right: 8px;
  top: 12px;
  background: #eee;
  color: #000;
  border-radius: 7px;
  padding: 0px 7px;
  font-size: 11px;
  font-weight: bold;
  pointer-events: none;
  font-family: inherit;
  border: 1px solid #a4a4a4;
}

.sparekey-sort-order {
  margin-bottom: 1em;
}
.sparekey-sort-label {
  display: block;
  font-size: 16px;
  margin-bottom: 0.3em;
  font-weight: bolder;
}

.sparekey-sort-select {
  width: 100%;
  padding: 4px 15px;
  font-size: 0.9rem;
  border-radius: 5px;
  background: white;
  border: 1px solid #cacaca;
}

.sparekey-filter-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
}
.sparekey-filter-card .card-header {
  background: #f8f9fa;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 12px 18px;
  font-size: 1.1rem;
}
.sparekey-filter-card .list-group-item {
  background: none;
  border: none;
  color: #222;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
  padding: 10px 18px;
}
.sparekey-filter-card .list-group-item.active,
.sparekey-filter-card .list-group-item:hover {
  background: #007bff;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

.sparekey-filter-location {
  background-color: #007185;
  color: #f0f0f0;
  border: 1px solid #007084;
  border-radius: 6px;
  padding: 2px 10px;
  font-size: 10px;  
}

.sparekey-filter-card .list-group-item a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.sparekey-filter-card .list-group-item a:hover {
  color: #fff;
}


.sparekey-filter-list {
  background: #fff;
  border-radius: 6px;
  padding: 18px 16px 10px 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  min-width: 200px;
  font-size: 16px;
}
.sparekey-filter-list .form-check-label {
  font-weight: 400;
  color: #222;
}
.sparekey-filter-list .form-check-input:checked {
  accent-color: #007185; /* Amazon teal-blue */
}
.sparekey-filter-list .form-check {
  margin-bottom: 7px;
}



#valvefinder-search-results.active {
    opacity: 1;
    pointer-events: auto;
}

.valvefinder-result-item a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}
.valvefinder-result-item a:hover {
    background: #f7f7f7;
}
.valvefinder-no-result {
    font-style: italic;
    background: #f9f9f9;
}


.category-fallback-thumb {
    opacity: 0.5;
    filter: grayscale(50%);
    /* Or use any styling that fits your design */
    transition: filter 0.2s, opacity 0.2s;
}

.no-image-thumb {
    opacity: 0.3;
    filter: grayscale(100%) blur(1px);
}


.oem_part_number{
  font-weight: bold;
  border: 1px solid #c9dcec;
  padding: 0px 6px;
  border-radius: 5px;
  background: #fff;
  margin-left: -8px;
  margin-bottom: -7px;
  margin-top: 30px;
  margin-right: -8px;
  text-align: center; 
}

.part_model{
  font-weight: bold;
  border: 1px solid #c9ecdc;
  padding: 0px 6px;
  border-radius: 5px;
  background: #fff;
  margin-left: 0px;
}

.footer_notes{
  display:flex;
}
.footer_note{
  color: #acacac;
  margin: auto;
}

.build_note{
  color: #464600;
  align-self: flex-end;
  font-family: monospace;
  font-size: 0.7em;
}
 
.order-label-emphasis{
  font-weight: bold;
}

.activateinfo{
  color: #051e60;
  border: 1px solid #a4e5ff;
  border-radius: 10px;
  background-color: #cfeefc;
  box-shadow: 0 1px 8px 0 rgba(30,50,90,0.07);
}

.order-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em;
  margin-bottom: 1.2em;
}

.order-info-card {
  flex: 1 1 180px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(30,50,90,0.07);
  padding: 1.2em 1.4em;
  margin-bottom: 0.6em;
  border: 1px solid #dfe2e6;
  min-width: 170px;
}

.order-address-row,
.order-details-row {
  display: flex;
  gap: 1.2em;
  flex-wrap: wrap;
  margin-bottom: 1.2em;
}

.order-products-list {
  margin-bottom: 1.4em;
}

.order-product-card {
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(30,50,90,0.07);
  padding: 1.1em 1.3em;
  display: flex;
  gap: 1.2em;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid #dfe2e6;
  margin-bottom: 1em;
}

.order-product-main {
  flex: 1 1 320px;
}

.order-product-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}

.order-product-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-end;
  min-width: 120px;
}

.order-product-card .btn {
  min-width: 100px;
}

@media (max-width: 768px) {
  .order-info-grid, .order-address-row, .order-details-row {
    flex-direction: column;
    gap: 0.8em;
  }
  .order-product-card {
    flex-direction: column;
    gap: 0.5em;
    padding: 1em 0.7em;
  }
  .order-product-actions {
    align-items: stretch;
    min-width: 0;
  }
}


.order-product-summary {
  color: #324e6b;
  font-size: 1.09em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.order-list-cards {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 1em;
}

.order-card-custom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(30,50,90,0.07);
  padding: 1.3em 1.6em;
  border: 1px solid #dfe2e6;
  transition: box-shadow 0.2s;
}

.order-card-custom:hover {
  box-shadow: 0 4px 20px 0 rgba(30,50,90,0.11);
}

.order-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}

.order-details-custom {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}

.order-id-custom {
  font-weight: 700;
  color: #263246;
  margin-right: 1em;
  font-size: 1.07em;
}

.order-date-custom {
  color: #7a8599;
  font-size: 0.99em;
}

.order-status-custom {
  font-size: 1em;
  font-weight: 500;
  color: #269526;
  margin: 0.2em 0 0.3em 0;
  letter-spacing: 0.5px;
}

.order-products-custom {
  background: #e4f4ff;
  border-radius: 8px;
  padding: 3px 10px;
  color: #1c487a;
  font-size: 1em;
  font-weight: 600;
}

.order-total-custom {
  font-size: 1.08em;
  font-weight: 600;
  color: #3949ab;
}

.order-card-actions {
  display: flex;
  align-items: center;
  margin-left: 1em;
}

.order-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf1fa;
  color: #396cd8;
  border-radius: 6px;
  width: 2.2em;
  height: 2.2em;
  font-size: 1.16em;
  border: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.17s;
  box-shadow: 0 1px 2px 0 rgba(30,50,90,0.06);
  cursor: pointer;
}

.order-view-btn:hover {
  background: #e5f4ef;
  color: #269526;
}

@media (max-width: 480px) {
  .order-card-custom {
    flex-direction: column;
    align-items: stretch;
    padding: 1em;
  }
  .order-card-actions {
    margin-left: 0;
    margin-top: 0.7em;
    justify-content: flex-start;
  }
}


.main-page-wrapper-fix {
  display: flex;
  flex-direction: column;  
}

#account-account.container,
.account-wrapper {
  flex: 1 0 auto;
  min-height: 0;  
}

footer {
  flex-shrink: 0;
  position: static;
  width: 100%;
  background: #212529;
  color: #e2e2e2;
  border-top: 1px solid #ddd;
  padding: 30px 0 15px 0;
}


.address-list-cards {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 1em;
}

.address-card-custom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(30,50,90,0.07);
  padding: 1.4em 1.6em;
  transition: box-shadow 0.2s;
  border: 1px, solid, #dfe2e6;
}

.address-card-custom:hover {
  box-shadow: 0 4px 20px 0 rgba(30,50,90,0.10);
}

.address-card-body {
  flex: 1 1 auto;
}

.address-details-custom {
  font-size: 1.07em;
  color: #232c3d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6em;
}

.address-default-badge {
  display: inline-block;
  margin-left: 0.7em;
  background: #e2f0d9;
  color: #269526;
  font-size: 0.88em;
  padding: 0.18em 0.7em;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.address-card-actions {
  display: flex;
  gap: 0.7em;
  margin-left: 1em;
  align-items: center;
}

.address-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf1fa;
  color: #396cd8;
  border-radius: 6px;
  width: 2.2em;
  height: 2.2em;
  font-size: 1.14em;
  text-decoration: none;
  border: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.17s;
  box-shadow: 0 1px 2px 0 rgba(30,50,90,0.06);
  cursor: pointer;
}

.address-edit-btn:hover {
  background: #e5f4ef;
  color: #269526;
}

.address-delete-btn:hover {
  background: #ffebec;
  color: #b3261e;
}


@media (max-width: 480px) {
  .address-card-custom {
    flex-direction: column;
    align-items: stretch;
    padding: 1em;
  }
  .address-card-actions {
    margin-left: 0;
    margin-top: 0.7em;
    justify-content: flex-start;
  }
}


.account-wrapper{
  min-height: unset !important;
}

#account-dashboard {  
  margin-bottom: 2.5rem;
}

.account-dashboard-wrapper{
    z-index: 2;
    justify-content: center;
    display: flex;
    
    gap: 2em; 
    flex-wrap: wrap; 
}

.account-card {
  background: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(70, 73, 82, 0.07);
  transition: box-shadow 0.2s;
  flex: 1 1 320px; 
  
  margin-bottom: 1.5em; 
  border: 1px solid #dfe2e6;

}

.account-card-notused:hover {
  box-shadow: 0 4px 24px 0 rgba(10,16,34,0.13);
}

.account-card h2, .account-card h5 {
  font-weight: 700;
  color: #263246;
  margin-bottom: 1rem;
}

.account-card ul {
  padding-left: 0;
}

.account-card li {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  transition: transform 0.1s;
}

.account-card li a {
  color: #383d45;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.15s, transform 0.18s cubic-bezier(.29,1.45,.65,1.07);
}

.account-card li a:hover {
  color: #134e96;
  text-decoration: none;
  transform: translateX(2px);
  
}

@media (max-width: 991px) {
  .account-dashboard-wrapper {
    flex-direction: column;
    align-items: stretch; /* makes cards full width */
    gap: 1.2em;
    padding: 0;
  }
  .account-card {
    max-width: 100%;
    flex-basis: 100%;
  }
}


.customer-banner {
  margin-top: 10px;
  padding: 12px 18px;
  border-radius: 7px;
  font-size: 0.8rem;
  background: #f3f8ff;
  color: #1d3557;
  border-left: 5px solid #457b9d;
  transition: background 0.3s, color 0.3s;
  opacity: 1;
  transition: opacity 0.3s;
  margin-bottom: 20px;
}

.customer-banner-private {
  background: #fff4e5;
  color: #a15a00;
  border-left-color: #f9a825;
}

.customer-banner-commercial {
  background: #f3f8ff;
  color: #1d3557;
  border-left-color: #457b9d;
}

.customer-banner-fadeout {
  opacity: 0;
  transition: opacity 0.2s;
}
.customer-banner-fadein {
  opacity: 1;
  transition: opacity 0.3s;
}


.fallback-image-wrapper {
  position: relative;
  display: inline-block;
}

.fallback-image-wrapper img {
  display: block;
}

.product_stock{
  border: 1px solid #cbfb84;
  padding: 1px;
  border-radius: 4px;
  background: #dbffd0;
  font-weight: bold;  
}



.fallback-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    background: rgba(35,67,93,0.1);
    color: #cdcdcd;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.1em;
    text-align: center;
    pointer-events: none;
    border-radius: 10px;
    padding: 10%;
}
.fallback-overlay span {
  background: rgba(0,0,0,0.45);
  padding: 0.5em 1em;
  border-radius: 10px;
}


.product_codes{
  background: rgb(228 244 255 / 60%);
  border-radius: 10px;
  padding: 5px 13px;
  border: 1px solid #d6eeff;
  font-size: 1.2em;
  color: #656565;
  font-weight: bold;
  display: inline-flex;
  margin: 10px 0px 10px 0px;
}

.category-fallback-thumb {
    opacity: 0.2; 
    filter: grayscale(80%);
}
.no-image-thumb {
    opacity: 0.25;
    filter: grayscale(100%) blur(1px);
}

.nav-item{
  font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.5px;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}


#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}

.vinpartblock{  
  font-size: 1.3em;
  white-space: nowrap;
}
.vinpartblock a, .vinpartblock a:visited {
    border-radius: 7px;
    border: 1px solid #132435;
    padding: 5px 6px;
    background-color: #42484e;
    color: #fff;
}

.vinpartblock a:hover {
    background-color: #2b2f32;
    /*transition: background-color 0.3s ease, color 0.3s ease; */
    transition: all 0.5s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 0.85em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

#top .list-inline-item a:hover{
  color: #000000;
  transition: color 0.3s ease, color 0.3s ease;
}
/* logo */
#logo {
  text-align: center;
}
#logo img {
  max-width: 400px; /* Default for screens between 768px and 1200px */
}

@media (max-width: 767px) {
  #logo {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #logo img {
    max-width: 165px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #logo img {
    max-width: 250px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  #logo img {
    max-width: 300px;
  }
}

@media (min-width: 1401px) {
  #logo img {
    max-width: 410px;
  }
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #65707b, #22282e);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #afafaf #434343 #000000;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #e4e4e4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fafafa;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb-old {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}

.product-thumb {
  padding: 1px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fff;
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);*/
  transition: all 0.3s ease;
}

.product-thumb:hover {
  /*transform: translateY(0px);*/
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 10px;
  margin-bottom: 15px;
}

.product-thumb .description h4 {
  font-weight: bold;
}

.product-thumb .button {
  display: flex;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
    width: 33%;
    border: none;
    border-top: 1px solid var(--bs-border-color);
    background-color: #ffffff;
    color: #203244;
    line-height: 38px;
    text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}

.price-now {
    font-weight: 600;
    font-size: 17px;
    color: #656565;
    border: 1px solid #bababa;
    padding: 1px 10px;
    border-radius: 5px;
    background: #e5e5e5;
}

.price-new {
  font-weight: 600;
  display: block;
}
.price-old {
  color: #dc512c;
  font-size: 12px;
  text-decoration: line-through;
}

.price-before{
  color: #999;
  font-size: 12px;
  
}

.price-tax {
  color: #fff;
  font-size: 12px;
  border: 1px solid #7a7b82;
  border-radius: 3px;
  padding: 1px 9px;
  background: #888c94;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);  
}

/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
