body {
  width: 100%;
  height: 100%;
}
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;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#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;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@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: #bf1e2e;
  background-image: linear-gradient(to bottom, #bf1e2e, #bf1e2e);
  background-repeat: repeat-x;
  border: 1px solid #bf1e2e;
  border-color: #bf1e2e ;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  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;
}
#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 */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
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;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    display: none;
  }
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
@media (max-width: 767.98px) {
	.product-thumb .image {
		text-align: center;
		margin-top: 20px;
	}
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  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-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* 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;
}

/* Four-section mobile navigation shared by all storefront pages. */
.mobile-section-nav {
  display: none;
}

@media (max-width: 767.98px) {
  #top {
    display: none;
  }

  .mobile-section-nav {
    position: relative;
    z-index: 1030;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    background: #dce1e5;
  }

  .mobile-section-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 52px;
    padding: 0 6px;
    border: 0;
    border-radius: 0;
    background: #dce1e5;
    color: #111;
    font: inherit;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-section-link:hover,
  .mobile-section-link:focus {
    color: #111;
    text-decoration: none;
  }

  .mobile-section-link.active,
  .mobile-section-link.active:hover,
  .mobile-section-link.active:focus {
    background: #fff;
    color: #bf1e2e;
  }

  #menu > #category,
  #menu > .navbar-toggler {
    display: none !important;
  }

  #menu {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
  }

  #menu #navbar-menu.show {
    padding: 6px 0;
    background: #bf1e2e;
  }
}

/* Compact quantity selector on the product detail page. */
#form-product .quantity-stepper {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  flex-wrap: nowrap;
}
#form-product .quantity-stepper #input-quantity {
  flex: 0 0 72px;
  width: 72px;
  min-width: 72px;
}
#form-product .quantity-stepper .btn {
  white-space: nowrap;
}

.product-mobile-price {
  display: none;
}

@media (max-width: 767.98px) {
  body.product-page #product-info {
    padding-bottom: 80px;
  }

  body.product-page #form-product .quantity-stepper {
    position: fixed;
    z-index: 1040;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 480px;
    min-height: 66px;
    margin: 0 auto;
    padding: 8px 10px;
    border-top: 1px solid #d0d0d0;
    background: #fff;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.08);
  }

  body.product-page #form-product .product-mobile-price {
    display: block;
    flex: 1 1 auto;
    min-width: 70px;
    margin-right: 10px;
    color: #e31b23;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
  }

  body.product-page #form-product .quantity-stepper-minus,
  body.product-page #form-product .quantity-stepper-plus {
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    height: 40px;
    padding: 0;
    border-radius: 0;
  }

  body.product-page #form-product .quantity-stepper #input-quantity {
    flex: 0 0 54px;
    width: 54px;
    min-width: 54px;
    height: 40px;
    padding: 0 4px;
    border-radius: 0;
    font-size: 16px;
  }

  body.product-page #form-product .quantity-stepper #button-cart {
    flex: 0 0 auto;
    min-width: 118px;
    height: 40px;
    margin-left: 10px;
    padding: 0 14px;
    border-color: #c91f32;
    border-radius: 4px;
    background: #c91f32;
    font-size: 17px;
  }
}

/* Mobile shopping cart */
.cart-mobile-list,
.cart-mobile-checkout {
  display: none;
}

@media (max-width: 767.98px) {
  body.cart-page #top,
  body.cart-page header .col-md-5,
  body.cart-page header #cart,
  body.cart-page #paypal_message,
  body.cart-page footer,
  body.cart-page #checkout-cart > .breadcrumb,
  body.cart-page #checkout-cart .cart-desktop-list,
  body.cart-page #checkout-cart .cart-desktop-actions,
  body.cart-page #checkout-cart .cart-next-options {
    display: none !important;
  }

  body.cart-page {
    background: #f2f2f2;
  }

  body.cart-page #container,
  body.cart-page main {
    min-height: 100vh;
    background: #fff;
  }

  body.cart-page header .container,
  body.cart-page #checkout-cart {
    width: 100%;
    max-width: 480px;
    padding-right: 10px;
    padding-left: 10px;
    background: #fff;
  }

  body.cart-page header .row {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  body.cart-page #alert {
    width: calc(100% - 24px);
    max-width: 400px;
    margin-left: 0;
    transform: translateX(-50%);
  }

  body.cart-page header #cart {
    display: none !important;
  }

  body.cart-page header #cart .btn-lg {
    padding: 11px 14px;
    border-radius: 2px;
    font-size: 16px;
  }

  body.cart-page header #cart .dropdown-menu {
    width: 100%;
  }

  body.cart-page #checkout-cart > .row {
    margin: 0;
  }

  body.cart-page #menu {
    margin-bottom: 0;
  }

  body.cart-page #checkout-cart #content {
    min-height: calc(100vh - 112px);
    padding: 0 0 74px;
  }

  body.cart-page .cart-page-title {
    margin: 10px 0 8px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25;
  }

  body.cart-page .cart-mobile-list {
    display: block;
    border-top: 1px solid #d6d6d6;
  }

  body.cart-page .cart-mobile-item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
    min-height: 132px;
    padding: 12px 0 10px;
    border-bottom: 1px solid #d6d6d6;
  }

  body.cart-page .cart-mobile-image {
    display: block;
    width: 84px;
    height: 84px;
    overflow: hidden;
  }

  body.cart-page .cart-mobile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.cart-page .cart-mobile-details {
    position: relative;
    min-width: 0;
    padding-bottom: 47px;
    font-size: 12px;
    line-height: 1.3;
  }

  body.cart-page .cart-mobile-name {
    display: inline-block;
    margin-bottom: 3px;
    color: #e31b23;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  body.cart-page .cart-mobile-meta {
    margin-bottom: 1px;
    overflow-wrap: anywhere;
  }

  body.cart-page .cart-mobile-price {
    margin-top: 5px;
    color: #e31b23;
    font-size: 14px;
    font-weight: 700;
  }

  body.cart-page .cart-mobile-quantity-form {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  body.cart-page .cart-mobile-quantity-form .quantity-stepper {
    flex-wrap: nowrap;
    width: auto;
  }

  body.cart-page .cart-mobile-quantity-form .btn,
  body.cart-page .cart-mobile-quantity-form .form-control {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 38px;
  }

  body.cart-page .cart-mobile-quantity-form .form-control {
    flex: 0 0 38px;
    width: 38px;
    min-width: 38px;
  }

  body.cart-page .cart-mobile-checkout {
    position: fixed;
    z-index: 1020;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    width: 100%;
    max-width: 480px;
    min-height: 64px;
    margin: 0 auto;
    padding: 7px 20px;
    border-top: 1px solid #d0d0d0;
    background: #fff;
  }

  body.cart-page .cart-mobile-total {
    color: #e31b23;
    font-size: 16px;
    font-weight: 700;
  }

  body.cart-page .cart-mobile-checkout .btn {
    min-width: 106px;
    padding: 10px 16px;
    border-color: #d7232a;
    background: #d7232a;
    font-size: 17px;
  }
}
