@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100%;
  background:#ececec;
  font-size: 16px;
  line-height: 1.4;
  color: #444;
}
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;
}
a {
  color: #594545;
}

/* 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;
}

#header {
  margin: 20px auto;
}
#header .row {
  align-items: center;
}
.header-search {
  padding: 0 100px;
}
.header-search input:hover,
.header-search input:focus {
  box-shadow: none;
  border-color: #b3b3b3;
  z-index: 5;
}
.header-search input,
.header-search button {
  border-radius: 5px;
}
.header-search button:hover {
  background: #594545;
  border-color: #594545;
  color: #fff;
}
.header-links {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
.header-links i {
  font-size: 30px;
}
.header-links > a {
  position: relative;
}
#cart-count,
#wishlist-count {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  background: #e62520;
  color: #fff;
  border-radius: 10px;
  padding: 2px 4px;
  font-size: 10px;
  height: 16px;
  min-width: 16px;
  text-align: center;
  width: auto;
  top: 14px;
  right: 14px;
  padding-right: 6px;
}
/* logo */
#logo {
  text-align: center;
}
#logo img {
  max-width: 170px;
}
@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 {
  
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn {
  border: none;
  background:transparent;
  color: #594545;
}
#cart .dropdown-menu {

}
#cart .dropdown-menu li {

}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
 
  }
}


.nav-account > a {
  text-shadow: none;
  padding: 17px 25px;
  font-size: 16px;
  text-shadow: none;
  background-color: #d9302c;
  display: flex;
  color: #ffe9e9;
  align-items: center;
}
.nav-account > a:hover {
  background-color: #c62a26;
}
.nav-account > a i {
  font-size: 24px;
  margin-right: 15px;
}
.nav-account  .dropdown-menu {
  min-width: 100%;
}
/* Fix */
.nav-account .dropdown-menu-end { 
  right: 0;
  left: auto;
}
.nav-account .dropdown-item {
  padding: 7px 25px;
  font-size: 14px;
}
.dropdown-item:active,
#navbar-menu .dropdown-item:hover,
.nav-account .dropdown-item:hover {
  background: #ddd;
}
#navbar-menu .dropdown-item {
  padding: 9px 13px;
  font-size: 14px;
}
#form-language li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
/* menu */
.menu-wrap {
  background:#594545;
}
#menu {
  border-radius: 4px;
  padding: 0;
}
#menu .navbar-nav > li > a {
  color: #ffd8d4;
  text-shadow: none;
  padding: 17px 15px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
}
.nav-links a:hover,
#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;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
}
footer li {
  margin-bottom:10px;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #d9302c;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
footer .copyright {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 1rem;
}
/* breadcrumb */
.breadcrumb {
  margin: 15px 0;
  padding: 8px 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  padding-right: 30px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 8px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item:last-child:after {
  display: none;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  position: relative;
  height: 100%;
  background:#fff;
  line-height: 1.3;
  border-radius: 5px;
  overflow: hidden;
}
.product-thumb .image {
  text-align: center;
  padding: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.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);
}
.product-thumb a.product-name {
  padding: 15px 15px 0;
  display: block;
}
.product-thumb a.product-name:hover {
  text-decoration: underline;
}

.product-thumb .price,
.product-thumb .product-code,
.product-thumb .product-stock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.product-thumb .prices,
.product-thumb .product-codes,
.product-thumb .product-stocks {
  width: 100%;
  position: relative;
}
.product-grid .warehouse-stock {
  display: none;
  position: absolute;
  background: #fff;
  padding: 12px;
  border: 1px solid #dedede;
  width: 100%;
  z-index: 5;
  border-radius: 5px;
}
.product-grid .warehouse-stock.active {
  display: block;
}
.product-grid .product-stock-total  {
  cursor: help;
}
.product-stock-total i {
  color: #9b9b9b;
  margin-left: 6px;
}
.product-list .product-stock-total i {
  display: none;
}
.product-stock-total.active i {
  color: #594545;
}
/* #product-list.product-list .product-thumb .price,
#product-list.product-list .product-thumb .product-code,
#product-list.product-list .product-thumb .product-stock {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 3px;
} */
#product-list.product-list .product-thumb .prices,
#product-list.product-list .product-thumb .product-codes,
#product-list.product-list .product-thumb .product-stocks {
  width: 33.333%;
}
.product-list .product-desc {

}
.product-thumb .description{
  display: flex;
  gap: 10px;
  font-size: 14px;
  flex-direction: column;
}

#product-list.product-list .description{
  flex-direction: row;
  gap: 50px;
}

#product-list > .col{
  margin-bottom: 1rem;
}
#product-list.product-list > .col{
  margin-bottom: 10px;
}

#product-list.product-list .warehouse-stock{
  display: block;
}
.product-thumb .warehouse-stock {
  display: none;
}
.personal-discount .price-value {
  color: #e62520;
}
@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-type, .product-code-name, .product-stock-name {
  color: #7e7e7e;
}
.price-value {
  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: #594545;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.list-group-item.active {
  background-color: #594545;
  border-color: #594545;
}
.list-group {
  border-radius: 5px;
} 
.list-group-item {
  border: none;
  color: #555;
}
a.list-group-item {
  padding-top:12px;
  padding-bottom:12px;
}
.list-group-item:not(.active):hover {
  background: #ddd;
}

.card {
  border-radius: 5px;
  border: none;
}
.account-menu i {
  width: 26px;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
  color: #594545;
  text-align:center;
}
.account-menu .active i {
  color: inherit;
}
.carousel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin: 35px 0;
}
.carousel-item {
  border-radius: 5px;
  overflow: hidden;
}
#account-account .list-unstyled {
  line-height: 1.8;
}
#account-account .account-info-cards a:hover {
  text-decoration: none;
}
.col-form-label {
  line-height: inherit;
}
#account-forgotten #content {
  padding-bottom: 30px;
}
th {
  color: #6a6a6a !important;
}
#shipping-address-type-select {
  display: flex;
  margin-bottom: 2rem;
  gap: 30px;
}
#shipping-address-type-select .form-check {
  padding-left: 0;
  width: 50%;
}
#shipping-address-type-select input {
  display: none;
}
#shipping-address-type-select label {
  background: #dedede;
  color: #424242;
  padding: 15px 30px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  font-size: 16px;
}
#shipping-address-type-select label:hover,
#shipping-address-type-select input[type=radio]:checked+label {
  background: #594545;
  color: #fff;
}
#information-contact #captcha-wrap {
 text-align: right !important; 
 display: flex;
 align-items: end;
 flex-direction: column;
}
#information-contact #captcha-wrap input {
 width: 200px;
 margin: 5px 0 20px !important;
}
.nav-links a {
  font-size: 24px;
  color: #ffe9e9;
  padding: 12px 25px;
  display: block;
}

.nav-links {
  display: flex;
}
.nav-links a > span {
  position: relative;
}
.nav-links a i {
  
}
.cart-link > span {
  position: relative;
}
#form-language a.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
 }
.telephone {
  font-size: 20px;
  font-weight: 500;
  color: #31312e;
}
#product-info .img-thumbnail {
  padding: 1.25rem;
  border: 0;
  border-radius: 5px;
}
#product-info .nav-tabs {
  border: 0;
}
#product-info .nav-tabs .nav-link {
  font-size: 1.25rem;
  color: #9b8686;
  font-weight: 500;
}
#product-info .nav-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
}
#product-info .nav-tabs .nav-link,
#product-info .nav-tabs .nav-link.active{
  border: 0;
}
#product-info .nav-tabs .nav-link.active {
  color: #444;
}
#product-info .nav-tabs .nav-link:hover {
  text-decoration: none;
}
#product-info .tab-content,
#product-info #tab-specification td,
.card-product-codes td {
  color: #444;
}
#product-info #tab-specification td {
  width: 50%;
}
#product-info h1 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
#product-info .stocks,
#product-info .prices {
  width: 50%;
  margin-bottom: 0;
}
#product-info .stocks  {
  margin-bottom: 2rem;
}
#product-info .stocks li,
#product-info .prices li {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}
.out-of-stock {
  padding: 10px 22px;
  font-weight: normal;
  font-size: 14px;
}
#form-product .btn-buy-wrap {
  width: 50%;
}
#product-info .prices-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product-info #product {
  margin: 2rem auto;
}
/* :not(.btn-check) + .btn:active,
.btn:hover {
  color: initial;
} */
#product-info .title-stock {
  font-weight: 500;
  color: #594545;
  margin-bottom: 3px;
}
#cookie .btn-primary {
background: #d9302c;
  border-color: #d9302c;
}

.btn-primary {
  background-color: #594545;
  border-color: #594545;
}
.btn-primary:hover,
.btn-primary:disabled {
  background: #d9302c;
  border-color: #d9302c;
}
.btn.btn-primary:active {
  background: #c62a26;
  border-color: #c62a26;
}
  
.manufacturers-carousel .item {
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.manufacturers-carousel .item a {
  
}
.manufacturers-carousel .owl-carousel .item img {
  max-width: 100%;
  width: auto;
}
.manufacturers-carousel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.manufacturers-carousel-title a:hover {
  text-decoration: underline;
}
.owl-carousel {
    position: relative;
}
.owl-next, .owl-prev {
    position: absolute;
    top: calc(50% - 6px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-next {
    right: 0;
    display: flex;
}
.owl-prev {
    left: 0;
    display: flex;
}
.manufacturers-carousel .owl-theme .owl-nav .disabled {
  opacity: .3;
}
.manufacturers-carousel .owl-carousel .owl-nav button.owl-next,
.manufacturers-carousel .owl-carousel .owl-nav button.owl-prev {
  font-size: 38px;
}
.manufacturers-carousel .owl-carousel .owl-nav button.owl-next {
  padding-left: 15px !important;
}
.manufacturers-carousel .owl-carousel .owl-nav button.owl-prev {
  padding-right: 15px !important;
}
.manufacturers-carousel .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #c62a26;
  text-decoration: none;
}
.filter .list-group-item {
  border-radius: 0;
  padding: 15px 17px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.filter .list-group-item input {
  margin-top: 0;
}
.filter .card-header {
  padding: 15px 17px;
  color: #594545;
  border-bottom: 1px solid #d7d7d7;
}
.filter.card .card-footer {
  padding: 15px 17px;
  border-top: 1px solid #d7d7d7;
}
.filter.card .card-footer .btn i{
  margin-right: 8px;
}
.filter .card-header i {
  margin-right: 8px;
}
/* .filter .list-group-item:hover {
  background: #f2f1f1;
} */
.form-check-input:checked {
  background-color: #594545;
  border-color: #594545;
}
.page-link:focus,
.form-select:focus,
.form-control:focus,
.form-check-input:focus {
  border-color: #5945457a;
  box-shadow: 0 0 0 0.25rem rgba(89, 69, 69, 0.2);
}
.login-logo {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.login-logo img {
  max-width: 250px;
}
#product-category .category-thumbnail {
  border: 0;
}
.pagination-wrap {
  margin-top: 1.5rem;
  align-items: center;
}
.pagination-wrap .pagination {
  margin-bottom: 0;
}
.page-link:focus,
.page-link:hover,
.page-link {
  color: #594545;
}
.active > .page-link {
  z-index: 3;
  color: #fff;
  background-color: #594545;
  border-color: #594545;
}
#content a:hover,
#account-login a:hover,
#account-register a:hover {
  text-decoration: underline;
}

#content a.btn:hover {
  text-decoration: none;
}
#button-list:hover,
#button-grid:hover,
#button-list.active,
#button-grid.active {
  color: #594545;
}
.btn-light:hover {
  color: #000;
}