body {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  font-family: "Open Sans", sans-serif;
  padding-top: var(--header-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
button:focus {
  outline: none !important;
}
#container {
  width: 100%;
  min-height: calc(100vh - 200px);
}
#content,
#column-left,
#column-right {
  margin-bottom: 20px;
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30px;
  right: 30px;
  width: auto;
  max-width: 400px;
}
#alert .alert {
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
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 {
  border: 1px solid #000000;
  margin-top: 30px;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  width: 100%;
}
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 {
  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: 2px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
  background: #fff;
  transition: box-shadow 0.3s;
}
.product-thumb:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.product-thumb .image a:hover {
  opacity: 0.8;
}


.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .description h4 a {
  color: #333;
  text-decoration: none;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.product-thumb .button button {
  flex: 1;
  border: none;
  border-top: 1px solid #ddd;
  background-color: #f8f9fa;
  color: #666;
  line-height: 38px;
  text-align: center;
  transition: all 0.2s;
}
.product-thumb .button button:hover {
  background-color: #eee;
  color: #333;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
    flex-direction: row;
  }
  .product-list .product-thumb .image {
    width: 25%;
  }
  .product-list .product-thumb .content {
    width: 75%;
    padding: 15px;
  }
  .product-list .product-thumb .button {
    position: static;
    width: auto;
    border: none;
    margin-top: 10px;
    display: block;
  }
  .product-list .product-thumb .button button {
    width: auto;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #ddd;
    margin-right: 5px;
  }
}
.rating .fa-stack {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.rating .fa-star {
  color: #333;
  font-size: 11px;
}
.rating .fa-star.active {
  color: #fc0;
}


.price-new {
  font-weight: 700;
}
.price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 14px;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 2px;
}
.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 .description {
  padding: 15px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #343a40;
  color: #fff;
  padding: 15px;
  text-align: center;
}
