* {
  text-shadow: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: antialiased;
}

p {
  font-size: 14px;
}

.tooltip {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(0, 153, 0, 0.6666666667);
  color: white !important;
}

::selection {
  background-color: rgba(0, 153, 0, 0.6666666667);
  color: white !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 153, 0, 0.6666666667);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #009900;
}

::-moz-selection {
  background-color: rgba(0, 153, 0, 0.6666666667);
  color: white !important;
}

::selection {
  background-color: rgba(0, 153, 0, 0.6666666667);
  color: white !important;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001100;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

footer h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #009900;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

.list-unstyled {
  max-width: 100%;
}
.list-unstyled a {
  text-decoration: none;
}

.nav-tabs {
  margin-bottom: 15px;
}
.nav-tabs li a {
  color: #009900;
}
.nav-tabs .nav-link.active {
  color: gray;
}

#common-home > .row {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#common-home > .row > .content {
  padding: 0 !important;
}

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

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}

#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
.product-heading-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-heading-container button {
  font-size: 12px;
  padding: 3px;
  color: #009900 !important;
  background-color: transparent !important;
  transition: all 0.3s ease;
}
.product-heading-container button:hover {
  color: white !important;
  background-color: #009900 !important;
}

/* mobile bottom menu */
#mobile-bottom-menu {
  display: none;
  width: 100%;
  min-height: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#mobile-bottom-menu ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 20px;
}
#mobile-bottom-menu ul li {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
#mobile-bottom-menu ul li .mb-wishlist, #mobile-bottom-menu ul li .mb-shopping-cart {
  position: relative;
}
#mobile-bottom-menu ul li .mb-wishlist span, #mobile-bottom-menu ul li .mb-shopping-cart span {
  position: absolute;
  top: -2px;
  right: -15px;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  color: white;
}
#mobile-bottom-menu ul li a {
  text-decoration: none;
  color: #004400;
  font-size: 25px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
#mobile-bottom-menu ul li a i {
  color: #004400;
  transition: all 0.3s ease;
}
#mobile-bottom-menu ul li a:hover i {
  color: #009900;
}

/* list group */
.list-group h4 {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
  background-color: #009900;
  color: white;
  border-radius: 5px 5px 0 0;
}
.list-group a {
  font-size: 14px;
  color: #009900;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}
.list-group a:hover {
  background-color: rgba(0, 153, 0, 0.1);
  border-color: rgba(0, 153, 0, 0.1);
}

/* alert */
#alert .alert {
  top: 80px !important;
  background-color: white !important;
  border-radius: 5px 0 0 5px;
  border: none !important;
  border-right: 5px solid #009900 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

/* top */
#top {
  background: #004400;
  padding: 10px 0;
  max-height: 40px;
  width: 100%;
}
#top > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top > .container > .list-inline {
  margin-bottom: 0 !important;
}
#top > .container > .list-inline > .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
#top > .container > .list-inline > .list-inline-item .dropdown .dropdown-menu {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  top: 15px !important;
}
#top > .container > .list-inline > .list-inline-item .dropdown .dropdown-menu > li .dropdown-item {
  background-color: none !important;
  width: 90%;
  margin: auto;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
#top > .container > .list-inline > .list-inline-item .dropdown .dropdown-menu > li .dropdown-item:hover {
  background-color: #009900 !important;
  color: white;
}
#top > .container > .list-inline > .list-inline-item,
#top > .container > .list-inline .list-inline-item > a,
#top > .container > .list-inline .list-inline-item .dropdown > a {
  color: white;
}
#top > .container > .list-inline .list-inline-item form .dropdown a span {
  display: none !important;
}
#top .btn-link {
  color: #888;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}

.btn {
  background-color: #009900 !important;
  color: white !important;
  border-color: #009900 !important;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: white !important;
  color: #009900 !important;
  border-color: #009900 !important;
}

#top a {
  font-size: 1.1em;
  text-decoration: none;
}

header {
  min-height: 80px !important;
  position: relative;
  z-index: 100;
}
header > .sticky-header {
  min-height: 80px !important;
  background-color: #009900;
  transition: all 0.3s ease;
}

.fixed-header {
  position: fixed;
  width: 100%;
  min-height: 80px !important;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
  transition: all 0.5s ease;
}

#account-account > .row > #content > .acc-row {
  margin-bottom: 20px;
}
#account-account > .row > #content > .acc-row h2 {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  width: 150px;
}
#account-account > .row > #content > .acc-row h2::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  border-radius: 5px;
  top: 120%;
  right: 0;
  background-color: #009900;
}
#account-account > .row > #content > .acc-row h2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  border-radius: 5px;
  top: -20%;
  left: 0;
  background-color: #009900;
}
#account-account > .row > #content > .acc-row ul {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#account-account > .row > #content > .acc-row ul > li {
  width: 140px;
  min-height: 100px;
  border-radius: 5px;
  border: 1px solid #009900;
  margin-bottom: 40px;
  margin-right: 20px;
  padding: 5px;
  transition: all 0.3s ease;
  position: relative;
}
#account-account > .row > #content > .acc-row ul > li:last-child {
  margin-left: 0;
}
#account-account > .row > #content > .acc-row ul > li i {
  width: 50px;
  height: 40px;
  font-size: 25px;
  color: #009900;
  background-color: white;
  padding: 5px;
  border-radius: 50px;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  vertical-align: middle;
}
#account-account > .row > #content > .acc-row ul > li a {
  display: block;
  font-size: 14px;
  padding-top: 6px;
  position: relative;
  top: 20px;
}
#account-account > .row > #content > .acc-row ul > li:hover {
  background-color: #009900;
}
#account-account > .row > #content > .acc-row ul > li:hover a {
  color: white;
}

main .container:first-child {
  max-width: none;
  background-color: white;
  width: 100% !important;
  padding: 0 !important;
  position: relative;
  z-index: 99;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}

main #main-banner {
  margin-bottom: 100px;
}
main #main-banner > video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 70vh;
}
main #main-banner > video::-webkit-media-controls {
  display: none;
}

#menu {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: auto;
  max-width: 1320px;
  position: relative;
}

.tab-content {
  margin-bottom: 50px;
}

#tab-description {
  position: relative;
  transition: all 1s ease;
}

#expand-btn-container {
  width: 100%;
  height: 60px;
  display: none;
  position: absolute !important;
  top: 400px !important;
  background-image: linear-gradient(0deg, white 50%, transparent);
  transition: all 1s ease;
  z-index: 99;
  position: absolute;
  top: 0;
}
#expand-btn-container > #expand-btn {
  border: none;
  font-size: 15px;
  padding: 10px 15px;
  width: 100%;
  font-weight: 500;
  color: #009900;
  background: transparent;
}

footer a {
  font-size: 1.1em;
  text-decoration: none;
}

#header-social-icons > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
}
#header-social-icons > ul > li:not(:last-child) {
  margin-right: 10px;
}
#header-social-icons > ul > li .social-items {
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 18px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #004400;
  color: white;
  border: 2px solid #004400;
  transition: all 0.5s ease;
}
#header-social-icons > ul > li .social-items i {
  vertical-align: middle;
}
#header-social-icons > ul > li .social-items:hover {
  color: var(--color);
  border-color: var(--color);
  box-shadow: 0 0 5px var(--color);
  transform: rotate(360deg);
}

#item-d-none {
  display: none !important;
}

#header-cart2 {
  width: inherit;
}
#header-cart2 .list-inline {
  margin-bottom: 0;
}
#header-cart2 .list-inline .list-inline-item .header-search-btn {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 25px;
}
#header-cart2 .list-inline .list-inline-item .header-search-btn i {
  text-shadow: 0 0 10px black !important;
}
#header-cart2 .list-inline .list-inline-item a {
  color: white;
  font-size: 25px;
}
#header-cart2 .list-inline .list-inline-item a > i {
  text-shadow: 0 0 10px black !important;
}
#header-cart2 .list-inline .list-inline-item a > span {
  display: inline-block !important;
  background-color: red;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: -15px;
  left: -15px;
}

/* logo */
#logo {
  display: flex;
  align-items: center;
  max-height: 80px;
}
#logo img {
  width: 100%;
  position: relative;
  max-height: 80px;
}

/* search */
.search-container-active {
  padding: 10px !important;
  height: auto !important;
}

#search-container {
  background-color: white;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
#search-container .container .row .col-md-5:first-child {
  width: 100%;
}
#search-container #search {
  margin-bottom: 0 !important;
}
#search-container #search .form-control:focus {
  box-shadow: none !important;
}
#search-container #search .form-control-lg {
  height: 40px;
  font-size: 14px;
  padding: 0 20px;
  background: hsla(205, 97%, 42%, 0.2) !important;
  border: none;
  border-bottom: 2px solid #009900;
  border-radius: 0;
  color: #004400;
}
#search-container #search .form-control-lg::-moz-placeholder {
  font-size: 14px;
  color: gray !important;
}
#search-container #search .form-control-lg::placeholder {
  font-size: 14px;
  color: gray !important;
}
#search-container #search .form-control-lg:focus {
  outline: none !important;
}
#search-container #search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  background: hsla(205, 97%, 42%, 0.2) !important;
  padding: 0.57rem 20px 0.57rem 17px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #009900;
  border-left: 1px solid #009900;
  transition: all 0.3s ease;
}
#search-container #search .btn-lg:hover {
  background-color: white;
  border-color: white;
}
#search-container #search .btn-lg:hover i {
  color: #009900;
}
#search-container #search .btn-lg i {
  color: #004400;
  transition: all 0.3s ease;
}

/* cart */
#header-cart2 {
  margin-left: auto;
}
#header-cart2 > .float-end {
  height: 100%;
}
#header-cart2 > .float-end > .list-inline {
  height: 100%;
  display: flex;
  align-items: center;
}
#header-cart2 > .float-end > .list-inline li {
  width: 52px;
}
#header-cart2 > .float-end > .list-inline .header-item-cart > a {
  display: none !important;
}
#header-cart2 > div.dropdown {
  display: flex;
  align-items: center;
}
#header-cart2 .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
  background: none !important;
  border: none;
  background-color: #009900 !important;
  border-radius: 40px;
  transition: all 0.3s ease;
}
#header-cart2 .btn:hover {
  color: #009900;
  background-color: white !important;
}
#header-cart2 .dropdown-menu {
  background: white;
}
#header-cart2 .dropdown-menu li {
  min-width: 427px;
}
#header-cart2 .dropdown-menu li a {
  font-size: 15px !important;
  color: #004400 !important;
  transition: all 0.3s ease;
}
#header-cart2 .dropdown-menu li a:hover {
  color: white !important;
  background-color: #009900 !important;
}

@media (max-width: 768px) {
  #header-cart2 .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #009900;
  border: 1px solid #009900;
  min-height: 40px;
  border-radius: 4px;
}
#menu.navbar {
  padding: 0 1rem;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a {
  transition: all 0.3s ease;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-color: #009900;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #009900;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #004400;
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #004400 !important;
  padding: 20px 15px 20px 15px;
  min-height: 15px;
  background-color: transparent;
  position: relative;
}
#menu .navbar-nav > li > a::after {
  content: "";
  height: 2px;
  width: 0px;
  position: absolute;
  bottom: 10px;
  right: 0%;
  background-color: #009900 !important;
  transition: 0.3s ease;
}
#menu .navbar-nav > li > a:hover::after {
  width: 100%;
  left: 0%;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* content */
#content {
  min-height: 600px;
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #001100;
  color: #e2e2e2;
}
footer ul li {
  padding: 3px 0;
}
footer a {
  color: white;
  font-size: 15px;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #009900;
}
footer h5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #009900;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}
footer h5::before {
  content: "";
  position: absolute;
  top: 120%;
  width: 40px;
  height: 2px;
  border-radius: 5px;
  background-color: #009900;
}
footer .footer-map {
  width: 100%;
  height: 300px;
  margin-top: 60px;
  filter: invert(90%) grayscale(1);
}
footer .social-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
footer .social-container .social-items {
  margin: 10px 20px 0 0;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 30px;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001100;
  color: var(--color);
  -webkit-box-reflect: below 5px linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  vertical-align: middle;
  transition: all 0.5s ease;
}
footer .social-container .social-items i {
  vertical-align: middle;
}
footer .social-container .social-items:hover {
  color: #001100;
  background-color: var(--color);
  box-shadow: 0 0 30px var(--color);
}

/* breadcrumb */
.breadcrumb {
  margin: 20px 0;
  padding: 8px 0;
  border: 1px solid #009900;
  border-radius: 5px;
  background-color: white;
}
.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: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #009900;
  border-bottom: 1px solid #009900;
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.pagination {
  margin: 0;
}

/* buttons */
.btn-light {
  color: #777;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}

.btn-primary {
  color: #ffffff;
  background-color: #009900;
  border-color: white;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}

.btn-warning {
  color: #ffffff;
  background-color: #f89406;
  border-color: #f89406;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  background-color: #bd362f;
  border-color: #bd362f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  background-color: #51a351;
  border-color: #51a351;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  background-color: #dc512c;
  border-color: #dc512c;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  background-image: #444444;
  border-color: #444444;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #333333;
}

.product-thumb {
  border: 1px solid rgba(0, 153, 0, 0.4);
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}
.product-thumb h4 {
  font-weight: bold;
  font-size: 17px;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.product-thumb .image a img {
  transition: all 0.2s ease;
}
.product-thumb .image a:hover img {
  transform: scale(1.06);
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .description p {
  font-size: 13px;
  background-color: rgba(0, 153, 0, 0.1333333333);
  padding: 5px 10px;
  color: #009900;
  border-radius: 5px;
  height: 70px;
  overflow: hidden;
}
.product-thumb .description .price-new {
  color: #198754;
  font-size: 17px;
}
.product-thumb .content {
  display: flex;
  position: relative;
}
.product-thumb .content form {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 50px;
  height: 50px;
}
.product-thumb .button-group {
  display: flex;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #009900, rgba(0, 153, 0, 0.4));
  color: white;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.product-thumb .button-group button:hover {
  transform: scale(1.1);
}
.product-thumb .button-group button i {
  font-size: 25px;
  position: relative;
  top: 5px;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}

@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-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.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;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #009900;
  border-color: white;
  transition: all 0.3s ease;
}
.navbar-light .navbar-toggler:hover {
  background-color: white;
}
.navbar-light .navbar-toggler:hover i {
  color: #009900 !important;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#information-contact .card {
  margin-bottom: 20px;
}

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

.flex-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1400px) {
  #menu {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  #menu {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  #header-cart2, #header-social-icons {
    display: none;
  }
  #mobile-bottom-menu {
    display: block;
  }
  #menu {
    max-width: 720px;
  }
  .fixed-header {
    padding: 0;
    padding-top: 0.2rem;
  }
  .sticky-header {
    height: auto !important;
    min-height: 80px !important;
  }
  .sticky-header > .container > .row * {
    width: inherit !important;
  }
}
@media (max-width: 769px) {
  #menu {
    max-width: 540px;
  }
  #header-cart2 > .dropdown {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  #header-cart2 button {
    width: 40px;
    height: 40px !important;
    font-size: 16px;
  }
  #header-cart2 button i {
    margin-left: -5px;
  }
  #header-cart2 button .cart-items-text {
    display: none;
  }
}
@media (max-width: 576px) {
  #menu {
    padding: 0 20px !important;
  }
}
@media (max-width: 512px) {
  #account-account > .row > #content > .acc-row ul {
    justify-content: center;
  }
  #account-account > .row > #content > .acc-row ul li {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    min-height: 70px;
  }
  #account-account > .row > #content > .acc-row ul li a {
    padding-bottom: 10px;
    top: 10px;
  }
  #account-account > .row > #content > .acc-row ul li:last-child {
    margin-left: 10px;
    margin-right: 10px;
  }
}/*# sourceMappingURL=stylesheet.css.map */