body {
  width: 100%;
  height: 100%;
  padding-top: 120px; 
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: #333;
  background-color: #fff;
}

@media (max-width: 768px) {
  body {
    padding-top: 160px;
  }
}

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;
}

a {
  color: #666;
  text-decoration: none;
}

/* form border*/
.form-select,
.form-control,
.rounded,
.input-group-text,
.dropdown-menu,
.form-switch .form-check-input {
    border-radius: 0 !important;
}

/* Nav */
.nav {
    --bs-nav-link-color: #222;
}

/* Button */
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #222;
    --bs-btn-border-color: #222;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #666;
    --bs-btn-hover-border-color: #222;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333;
    --bs-btn-active-border-color: #333;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #222;
    --bs-btn-disabled-border-color: #222;
}
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: 0px;
    background-color: var(--bs-btn-bg);
}

/* Pagination */
.pagination {
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #222;
    --bs-pagination-active-border-color: #222;
}
/* Page-link */
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #222;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
.container {
    max-width: 1600px;
    width: 100%;
}
.container-fluid {
    max-width: 1600px;
    width: 100%;
}
.common-home .container {
    max-width: 1600px;
}

/* 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 Bar */
#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 0 5px;
}

/* Header Layout */
#site-header .container {
  display: flow;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}

/* Logo */
#logo {
  text-align: left;
  margin: 5px 0;
}
#logo img {
  max-width: 200px;
}

/* Header Right Group */
.header-right {
  display: flex;
  align-items: center;
}
.header-right .language,
.header-right .currency,
.header-right .account .dropdown-toggle {
  font-size: 1em;
  padding-right: 20px;
}
.header-right .account .dropdown-toggle {
  font-size: 1em;
}

/* Search */
#search {
  display: flex;
  align-items: center;
}
#search .form-control-lg {
  height: 30px;
  font-size: 12px;
  line-height: 14px;
  padding: 0 10px;
  border-radius: 0px;
}
#search .btn-lg {
  line-height: 14px;
  padding: 0.5rem 12px;
  border-radius: 0px;
}
#search .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* Cart */
#cart {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 10px;
	border-radius: 0px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}

/* Menu */
#menu {
  min-height: 40px;
  padding: 0 1rem;
  background-color: #eee;
}
#menu .navbar-nav > li > a {
  color: #222;
  padding: 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;
}

/* Menu responsive */
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu { display: block; }
  #menu .dropdown-inner { flex-direction: row; }

/* Dropdown column positioning */
  #menu .nav-item:nth-child(3) .dropdown-column-3 { left: -200px; }
  #menu .nav-item:nth-child(3) .dropdown-column-4 { left: -400px; }
  #menu .nav-item:nth-child(4) .dropdown-column-2 { left: -200px; }
  #menu .nav-item:nth-child(4) .dropdown-column-3 { left: -400px; }
  #menu .nav-item:nth-child(4) .dropdown-column-4 { left: -600px; }
}

/* Category */
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #222;
}
.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    background-color: var(--bs-list-group-bg);
    border: 0px;
}
.list-group-item.active {
    z-index: 2;
    color: #000;
	background-color: #eee;
    border-color: var(--bs-list-group-active-border-color);
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.col-3 {
    flex: 0 0 auto;
    width: 20%;
}

/* Navbar toggler */
#menu .navbar-toggler i {
  color: #222;
  font-size: 1em;
}
.navbar-toggler {
    border-radius: 0px;
}

/* carousel */
.carousel {
    border: 0px solid #fff;
    border-radius: 0px;
	box-shadow: none;
    margin-bottom: 50px;
}

/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #000;
  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 {
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #222;
  color: #eee;
}
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;
}
.footer-bottom {
  background-color: #111;
  color: #ddd;
  padding: 10px 5px 0px 5px;
  text-align: center;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  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: 6px;
    right: -5px;
    width: 12px;
    height: 12px;
    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;
}

/* button Group */
.input-group .btn {
    position: relative;
    z-index: 2;
    border-radius: 0px;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
    border-radius: 0px;
}

.product-thumb {
  border: 0px;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 10px;
  margin-bottom: 40px;
}
.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: 0px;
  background-color: #fff;
  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);
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: 0px;
    border-radius: 0px;
    max-width: 100%;
    height: auto;
}
  
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
	border: 1px solid #ddd;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
	border: 1px solid #ddd;
  }
  .product-list .product-thumb .button {
    width: calc(100% -  15px);
    margin-left: 15px;
  }
  
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
   .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
  }
}

.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;
}

/* pagination */
.pagination {
    --bs-pagination-border-radius: 0px;
}

/* 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;
}
