body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
header {
    background-color: #43a137;
    position:sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid white;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  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 a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
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;
  }
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.2em;
  text-decoration: none;
  line-height: 1.8rem;
}
/* logo */
#logo {
  /* margin: 10px 0 10px 0; */
}
#logo img {
  max-width: 200px;
}
@media (max-width: 768px) {
  #logo img {
    max-width: none;
    width: 100%;
  }
}
/* search */
#search .search-container, #subscribe .subscribe-container{
    display: flex;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 2px;
    width: 100%;
    height: 35px;
    transition: all 0.3s ease;
}
#search .search-container:hover, #subscribe .subscribe-container:hover{
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
#search .search-input, #subscribe .subscribe-input{
    border: none;
    background: transparent;
    font-size: 1rem;
}
#search .search-input{
    /* padding-left: 20px; */
}
#search .search-input:focus, #subscribe .subscribe-input:focus{
    box-shadow: none;
    outline: none;
}
#search .search-input::placeholder, #subscribe .subscribe-input::placeholder{
    color: #a7a9ac;
}
#search .btn-search, #subscribe .btn-subscribe{
    background-color: #41843d;
    color: white;
    border-radius: 4px;
    border: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    line-height: 1rem;
}
#search .btn-search:hover, #subscribe .btn-subscribe:hover{
    background-color: #43a147;
}
#search .search-icon {
    color: #a7a9ac;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#subscribe #subscribe-notification{
    position: absolute;
    top: -60%;
    left: 0;
    white-space: nowrap;
}
/* header buttons */
.top-header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
}
.header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
}
.top-header-btn:hover {
    border:1px solid #41843d;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.header-btn:hover {
    border:1px solid #41843d;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.top-header-btn {
  color: white !important;
}
.header-btn i {
  color: #43a147;
}
.header-btn-title {
    position: absolute;
    color: white;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
    font-size: 9px;
    white-space: nowrap;
    text-align: center;
  }
/* footer */
#footer-container {
    /* border: 1px solid #fff; */
}
#social-links-container img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
#social-links-container .social-icon {
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, transform 0.3s;
}
#social-links-container .social-icon:hover {
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.footer-column {
  /* min-width: 160px;
  flex: 1 1 180px;  */
}
/* cart */
#header-cart {
  margin-bottom: 10px;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart .dropdown-menu {
  background: #eee;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu-container {
  /* background-color: #f1f2f2; */
}
#menu {
  /* background-color: #f1f2f2;
  background-repeat: repeat-x; */
  min-height: 40px;
  color: white;
}
#menu.navbar {
  padding: 0;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 3px;
  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:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}
#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;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #414042;
  text-shadow: 0 1px 0 rgba(65, 45, 45, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li a {
  border-bottom: 3px solid transparent;
}

#menu .navbar-nav > li:hover a {
  border-bottom: 3px solid white;
}
#menu .navbar-nav > li > a {
  color: white;
  padding: 10px 15px 6px 15px;
  min-height: 15px;
  background-color: transparent;
  font-size: 15px;
}

#menu .navbar-nav > li:first-child > a {
  padding-left: 0px;
}

#menu .navbar-nav .nav-item {
  cursor: pointer;
}



#menu #navbar-menu {
  margin-left: -15px;
}
@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%;
  }
  #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;
  }
}
#common-home {
  overflow-x: hidden;
}
#common-home .carousel {
  margin-bottom: 0px !important;
  border-width: 0px;
  /* border-top-width: 1px;
  border-bottom-width: 1px; */
}
#common-home .carousel-indicators {
  bottom: 0 !important;
}
#common-home .carousel-indicators button {
  border-radius: 0;
  width: 50px;
  height: 6px;
  background-color: #222;
  border: none;
  box-shadow: none;
  opacity: 0.5;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
#common-home .carousel-indicators button:hover {
  opacity: 0.8;
  background-color: #eee;
}
#common-home .carousel-indicators button.active {
  background-color: #eee;
  opacity: 1;
}
#common-home .carousel-control-prev,
#common-home .carousel-control-next {
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.1); /* semi-transparent black */
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
#common-home .carousel-control-prev {
  left: 20px;
}
#common-home .carousel-control-next {
  right: 20px;
}
#common-home .carousel-control-prev:hover,
#common-home .carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.2); /* darker on hover */
  opacity: 1;
}
#common-home .carousel-control-prev-icon,
#common-home .carousel-control-next-icon {
  background-image: none;
  width: 16px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  padding: 3px;
}
#common-home .carousel-control-prev-icon {
  transform: rotate(135deg);
}
#common-home .carousel-control-next-icon {
  transform: rotate(-45deg);
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
    padding: 30px;
  background-color: #519f43;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: white;
}
footer a:hover {
  color: #fff;
}
footer h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 10px 0 10px 0;
  padding: 8px 0;
}
.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:first-child {
  padding-left: 0;
}

.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #414042;
}
.breadcrumb > li.breadcrumb-item:not(:last-child)::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 0px;
  width: 26px;
  height: 14px;
  border-right: 1px solid #DDD;
  /* border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); */
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.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;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #40963a, #40963a);
  background-repeat: repeat-x;
  border: none;
  border-radius: 4px;
  /* border-color: #40963a; */
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
  background-image: linear-gradient(to bottom, #388631, #388631);
  color: white

}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.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;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.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;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.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;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.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;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  /* font-weight: bold; */
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 5px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  height: 8rem;
  padding: 15px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
  gap: 4px;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  outline: 1px solid #d1d3d4;
  background-color: #eee;
  color: #888;
  /* line-height: 38px; */
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 1px;
}
.product-thumb .button-group + button {
  outline: 1px solid #d1d3d4;
  border: none;
  padding: 1px;
}
.product-thumb button img {
  width: 22px;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.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 {
  display: flex;
  justify-content: center;
  color: #444;
}
.price-new {
  font-size: 12px;
  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: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.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;
}

/* My Modifications */

/* Make product-thumb flex container */
.product-thumb {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd; /* Optional: for visual separation */
  overflow: hidden; /* Optional: to prevent content overflow */
  width: 100%;
}

.product-thumb-col {
  display: flex;
}

.product-thumb-grid{
  width: 100% !important;
}


/* Make content take up available space */
.product-thumb .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #f1f2f2;
}

/* Push the form to the bottom */
.product-thumb form {
  margin-top: auto;
}

/* Optional: Ensure images fit within their container */
.product-thumb .image img {
  width: 100%;
  height: auto;
}

.product-colors {
  display: flex;
  justify-content: center;
  gap: 3px;
  padding: 0 !important;
  margin-bottom: 5px;
  line-height: 24px;
  list-style: none;
}

.product-colors .color-border {
  display: inline-block;
  border: 2px solid #939598;
  border-radius: 6px;
  padding: 2px; /* creates "space" for the border */
}

.product-colors img{
  /* border: 2px solid #939598;
  border-radius: 6px; */

  display: block;
  border-radius: 4px; /* slightly smaller than the container for "inset" look */
  width: 100%;
  height: auto;
}

#manufacturer-banner {
  background-color: #f1f2f2;
}

.brand-grid {
  /* display: grid; */
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0.25rem;
}
.icon-item {
  border-color: #d1d3d4;
  position: relative;
  margin-bottom: 72px;
}
.icon-item img {
  width: 60px;
  height: 60px;
}
.icon-item .icon-item-title {
  position: absolute;
  text-align: center;
  bottom: -30px;
  line-height: 13px;
  font-size: 10px;
  color: #939598;
}
.product-info-item-title {
  line-height: 2rem; 
  background-color: #f1f2f2;
}
#product-detail-info {
  color: #414042;
}
#product-detail-info table td {
  color: #414042;
}
#product-detail-info a {
  color: #414042 !important;
}
#additionalImagesCarousel {
  background-color: #f1f2f2;
  /* padding: 30px 0.25rem !important; */
}
@media (min-width: 992px) {
  #additionalImagesCarousel {
    height: 620px;
  }

}
@media (max-width: 991.98px) {
  #additionalImagesCarousel .carousel-item > .d-flex > div {
    flex: 0 0 20%; 
    max-width: 20%;
  } 
}
#additionalImagesCarousel img.img-thumbnail {
  border-radius: 0;
  border-color: #e6e7e8;
  border-width: 2px;
}
#additionalImagesCarousel.carousel .carousel-control-prev {
  color: #999;
  opacity: 0.7 !important;
  top: 0px !important;
  bottom: unset !important;
  transform: translateX(-50%) !important;
  left: 50% !important;
}
#additionalImagesCarousel.carousel .carousel-control-prev.not-lg-mode {
  bottom: 0 !important;
  transform: none !important;
  left: -10px !important;

}
#additionalImagesCarousel.carousel .carousel-control-next {
  color: #999;
  opacity: 0.7 !important;
  top: unset !important;
  bottom: 0px !important;
  transform: translateX(-50%) !important;
  left: 50% !important;
}
#additionalImagesCarousel.carousel .carousel-control-next.not-lg-mode {
  top: 0 !important;
  transform: none !important;
  right: -10px !important;
  left:unset !important;
}

#additionalImagesCarousel.carousel .carousel-control-prev:hover {
  color: #43a137; 
  opacity: 1 !important;
}
#additionalImagesCarousel.carousel .carousel-control-next:hover {
  color: #43a137;
  opacity: 1 !important;
}

#additionalImagesCarousel .arrow-up {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M1.646 10.354a.5.5 0 0 1 .708 0L8 4.707l5.646 5.647a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1-.708 0l-6 6a.5.5 0 0 1-.708-.708z'/%3e%3c/svg%3e");
}
#additionalImagesCarousel .arrow-down {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1-.708-.708z'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
  #additionalImagesCarousel .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: unset;
    height: 100%;
    margin-right: unset;
    float: none;
  }
  #additionalImagesCarousel .carousel-item.active {
    position: relative;
    transform: translateY(0);
    z-index: 2;
  }
  #additionalImagesCarousel .carousel-item-next:not(.carousel-item-start),
  #additionalImagesCarousel .active.carousel-item-end
  {
    transform: translateY(100%);
  }

  #additionalImagesCarousel .carousel-item-prev:not(.carousel-item-end),
  #additionalImagesCarousel .active.carousel-item-start
  {
    transform: translateY(-100%);
  }

}

#relatedProductsCarousel.carousel .carousel-control-prev {
  color: #999;
  opacity: 0.7 !important;
  left: -30px !important;
}
#relatedProductsCarousel.carousel .carousel-control-next {
  color: #999;
  opacity: 0.7 !important;
  right: -30px !important;
}
#relatedProductsCarousel.carousel .carousel-control-prev:hover {
  color: black;
  opacity: 1 !important;
}
#relatedProductsCarousel.carousel .carousel-control-next:hover {
  color: black;
  opacity: 1 !important;
}
.currency-menu-item.active img {
    /* border-color: blue !important; */
}

@media (min-width: 1400px) {
    .custom-container {
        max-width: 1420px;
    }
}

#menu #category-dropdown-menu .dropdown-menu a h5 {
  font-size: 13px;
  height: 1.2rem;
  line-height: 1.2rem;
  margin: 0;
}
#menu #category-dropdown-menu .dropdown-menu a:hover h5 {
  color: #43a147;
}

.cursor-pointer {
  cursor: pointer !important;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #43a147;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #43a147;
}

#product-info .accordion-button:not(.collapsed) {
    color: #414042;
}

.accordion-button:focus {
  border-color: #43a147;
  box-shadow: 0 0 5px #43a147;
}

.btn:hover {
  color: white;
  background-color: #43a147;
  border-color: #43a147;
}

.form-control:focus {
  border-color: #43a147;
  box-shadow: 0 0 0 1px #43a147;
}

#forgotten-link:hover {
  text-decoration: underline;
}

.list-group-item.active {
    background-color: #43a147;
    border-color: #43a147;
}

@media (min-width: 992px) { /* lg breakpoint */
  .w-lg-50 {
    width: 50% !important;
  }
}

#product-information .nav-tabs .nav-link {
  padding: 0;
  font-size: 14px;
  border: 2px solid transparent;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-radius: 0;
}
#product-information .nav-tabs .nav-link div{
  padding: 8px 20px;
  border-bottom: 1px solid transparent;
  color: #414042;
}

#product-information .nav-tabs .nav-link.active {
  border-color: #40963a;
}

#product-information .nav-tabs .nav-link.active div {
  border-color: #40963a;
  color: #43a137;
}

#product-information .nav-tabs .nav-link:hover {
  border-color: #43a137;
  color: #414042;
}

#product-information .tab-content p {
  margin-bottom: 0px;
}

.accessories-up {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.accessories-p {
    margin: 0;
    /* text-align: center; */
}

.related-description {
  height: 6rem !important;
  background-color: rgba(255,255,255,0.60); /* #FFFFFF99 */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


#decoration-details-modal-content tbody tr td:first-child {
    border-left-width: 0;
}
#decoration-details-modal-content tbody tr td:last-child {
    border-right-width: 0;
}
#decoration-details-modal-content tbody tr td {
    padding-left: 1rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fw-800 {
  font-weight: 800 !important;
}

#nxtship-requirements li {
  line-height: 32px;
}

.splide__list {
  height: unset !important;
}

#catalogs-container .flip-card {
  perspective: 1000px;
  aspect-ratio: 3/5;
}

#catalogs-container .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

#catalogs-container .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

#catalogs-container .flip-card-front,
#catalogs-container .flip-card-back {
  background-color: #f2f3f4;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border: 1px solid #e6e7e9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#catalogs-container .flip-card-front {
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#catalogs-container .flip-card-back {
  background-color: f2f3f4;
  transform: rotateY(180deg);
}

#catalogs-container .flip-card-back .back-link {
  padding: 6px;
  border: 2px solid white;
  border-radius: 25px;
  text-align: center;
}

.information-main-heading {
  font-size: 32px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: normal;
  color: #000000;
}

.information-secondary-heading {
  font-size: 26px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: normal;
  color: #000000;
}

.information-paragraph {
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: normal;
  color: #000000;
}

.sustainability-progress {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 22px;
  color: white;
  background-color: #3f473e;
  border-radius: 6px;
  margin-top: 16px;
  width: fit-content;
  padding: 4px 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.compare-information{overflow-x:auto;overflow-y:hidden;margin-bottom:80px;}
.compare-info{margin-top:25px;width:100%;max-width:100%;}
.compare-info td{
  padding:22px 28px;
  border:1px solid #ebebeb;
  vertical-align:middle;
}
.compare-info td a {
  color: unset;
}
.compare-info td.name, .compare-info td.description{vertical-align:top;}
.compare-info .image img{max-width:180px;border-radius:0;}
.compare-info .image{position:relative;padding:12px;text-align:center;}
.compare-info .image a{position:absolute;top:22px;right:40px;color:#dcdcdc;}
.compare-info .image a:hover{color:#303030}
.compare-info .rating{line-height:1.55em;}
.compare-info .stock{color:#12aaf2;font-style:italic;}
.compare-info .description{line-height:1.55em;}
.compare-info .price{margin-bottom:20px;}
.compare-info .btn-cart,.compare-info .btn-wishlist{font-family:'Lato',sans-serif;font-size:10px;font-weight:700;line-height:38px;text-transform:uppercase;width:100%;padding:0 10px;margin-bottom:10px;transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;height:40px;}
body .compare-info .btn-cart{color:#fff;background-color:#4f9e45;border:1px solid #4f9e45;}
.compare-info .btn-cart i, .compare-info .btn-wishlist i{margin-right:8px;vertical-align:top;line-height:38px;}
body .compare-info .btn-cart:hover{background-color:#f1f1f1;border-color:#f1f1f1;color:#4f9e45;}
.compare-info .btn-wishlist{background:#fff;border:1px solid #ececec;color:#4f9e45;}
body .compare-info .btn-wishlist:hover{color:#fff;background-color:#4f9e45;border-color:#4f9e45;}


	.tooltip-prop65 {
		--bs-tooltip-bg: #ffcc00;
		--bs-tooltip-color: #000;
		--bs-tooltip-opacity: 1;
	}


  .stack-text {
    width: 1ch;
    word-break: break-all;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 0.8rem;
  }

  .product-title-wrap {
      left: 0;
      padding: 0 12px;
      z-index: 2;
  }

  .product-title-line {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-decoration: none;
      color: #414042;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.3;
      text-align: center;
  }

  .product-title-line::before,
  .product-title-line::after {
      content: "";
      flex: 1 1 30px;
      border-top: 1px solid #414042;
      opacity: 0.7;
      min-width: 20px;
  }

  .product-title-line span {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      white-space: normal;
      word-break: break-word;
      max-width: 100%;
  }

  .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
