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);
}

.row.header-container {
  align-items: center;
}

/* top */
#top {
  background-color: #69a221;
  /*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: white;
  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: 80px;
}

#logo .logo-text,
#logo a {
    display: flex;
    flex-direction: row;
    gap:20px;
    align-items: center;
    font-size: 40px;
}

#logo .logo-text {
    gap: 0px;
}

#logo .logo-text span.logo-text_z {
    color: #d95f5f;
  font-size: 65px;
  font-weight: bold;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

.form-control.form-control-lg {
  border: 1px solid #69a221;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}

.btn.btn-light.btn-lg {
  /*background: #69a221;*/
  color: #37590b;
}

.category-wall-card {
    text-align: center;
}

.category-wall-card .card-img-top {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  padding: 10px;
  border: none;
  background: #6cb014;
  border-radius: 30px;
  box-shadow: 0 7px 14px #6cb014;
}

#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: #5b9b07;
  box-shadow: 0px 7px 15px #5b9b07;
  font-size: 15px;
  border-radius: 40px;
  padding: 10px;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
#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;
}

.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: 97%;*/
  padding-top: 30px;
  background-color: #d95f5f;
  /*border-top: 1px solid #ddd;
  color: #e2e2e2;*/
  margin: 20px;
  border-radius: 20px;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #2d2a2a;
  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;
}
.power_delopmr {
  text-align: center;
  padding-bottom: 10px;
  color: #7d7979;
}

.power_delopmr a {
  color: #7d7979;
}

ul.list-unstyled li {
    font-weight: bold;
}

ul.list-unstyled li a, ul.list-unstyled li span{
    font-weight: normal;
}

div.list-group .active {
    background: #d95f5f;
}

div.list-group .list-group-item {
    border: 1px solid #d95f5f;
    margin: 3px 0px;
}
.subcategory-list,
footer .list-unstyled-footer-contacts li{
    list-style: none;
    /*font-size: 16px;*/
}
/* 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 10px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0px;
  /*width: 10px;*/
  height: 17px;
  border-right: 1px solid #2d2a2a;
  /*border-bottom: 1px solid #2d2a2a;*/
  transform: rotate(20deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  /*border: 1px solid #ddd;*/
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  /*margin-bottom: 45px;*/
}
.product-thumb .description h4 {
  font-weight: normal; /*bold*/
}

.product-thumb .description h4 a {
  color: #333; /*bold*/
}

.price-new {
    font-size: 18px;
}

.product-thumb .button {
  display: grid; /*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: #6cb014;
  line-height: 40px;
  background: none;
  text-align: center;
}

.product-thumb .button .button-shopping-cart {
    color: white;
    background: #6cb014;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 700;
    box-shadow: 0px 7px 14px #6cb014;
}

.product-thumb .button .button-shopping-cart:hover {
  background-color: #69a221;
  text-decoration: none;
  cursor: pointer;
}
.button_wishlist {
    margin-top: 15px;
}

.button_wishlist, .button_compare {
    background: none;
    border: none;
  padding: 0px;
  line-height: 25px !important;
}

.btn-group_product { 
    display: inline-grid;
  justify-items: left;
}

.btn-group_product button {
  color: #98d648;
}

@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;
}

.featured-products-main,
.latest-products-main {
    /*margin-top: 50px;*/
    border-radius: 4px;
    border: 2px solid;
    border-color: #69a221;
    padding: 20px;
}

.featured-products-main h3,
.latest-products-main h3 {
    border-radius: 30px;
  background: #d95f5f;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 20px;
  color: white;
  font-size: 16px;
  box-shadow: 0px 7px 14px #d95f5f;
}

/* manufacturer main leftsidebar carousel */
.manufacturer-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  padding: 10px;
  gap: 10px;
}

.manufacturer-slider-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.manufacturer-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.manufacturer-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.manufacturer-slide img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ccc;
}

.manufacturer-slider-btn {
  border: none;
  padding: 5px 10px;
  border-radius: 8px;
  background: #eee;
  cursor: pointer;
}


@media (max-width: 600px) {
  .manufacturer-slide img {
    width: 70px;
    height: 70px;
  }

  .manufacturer-slide {
    min-width: 70px;
    height: 70px;
  }
}

.nav-tabs {
    margin-bottom: 15px;
    border-radius: 35px;
    border: 3px solid #d95f5f;
    padding: 3px;
}

.nav-tabs li {
    padding: 7px;
}

.tab-content {
  border: 1px solid #d95f5f;
  padding: 20px;
  border-radius: 25px;
}