.breadcrumbs {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  color: var(--clr-body, #575756);
}

.breadcrumbs {
  margin: 0 0 0;
}

.breadcrumbs .items {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none none;
}

.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}

.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}

.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 20px;
  content: "\e911";
  font-family: "rhona";
  margin: 0 1em;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fotorama__nav.fotorama__nav--thumbs {
  text-align: center;
}
.gallery-placeholder {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.tags {
  min-height: 30px;
  display: flex;
  align-items: center;
}

.item-card-header .tags.new,
.item-card-header .tags.promo,
.item-card-header .tags.flag,
.item-card-header .tags.waranty {
  left: 0;
}

.tags.new,
.tags.promo,
.tags.flag,
.tags.waranty {
  left: 150px;
}

.data-item .tags.promo {
  min-height: 30px;
  display: flex;
  align-items: center;
}

.data-item .tags.waranty {
  top: 120px;
} 

.tags:first-of-type {
  top: 0;
}

.tags:nth-of-type(2) {
  top: 40px;
}

.tags:nth-of-type(3) {
  top: 80px;
}

.tags.brand {
  top: initial;
  bottom: 0;
  left: 150px;
}

.tags.percent {
  top: 0;
  right: 0;
  background-color: var(--clr-success, #5eaa19);
}

.fotorama__thumb-border {
  border-radius: 10px;
}

  .tabs-container {
    margin-top: 24px;
  }

  .product.data.items > .item.title > a.data.switch {
  font-family: "Exo 2", Arial, Helvetica, sans-serif;
  color: var(--clr-blk, #23292c);
  font-size: 16px;
  font-weight: 700;
  height: 28px;
  line-height: 1;
  background-color: transparent;
  border: 0;
  opacity: 0.4;
}

.product.data.items > .item.title {
  border-bottom: 3px solid transparent;
  margin-right: 0;
}

.product.data.items > .item.title:first-of-type {
  margin-left: 10px;
}

.product.data.items > .item.title.active {
  border-color: var(--clr-primary-1);
}

.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > a.data.switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: transparent;
  color: var(--clr-blk, #23292c);
  text-decoration: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .product.data.items {
    position: relative;
    z-index: unset;
  }
}

@media (max-width: 768px) {
  .product.data.items:before, .product.data.items:after {
    content: '';
    display: table;
  }
}

.data.item.content.tab-content.item.content {
  padding: 20px;
  border: 0;
}

.alert-nc {
  font-family: "Exo 2", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: var(--clr-blk, #23292c);
  text-align: center;
}

.side-cart-container > .item-price {
  font-size: 15px;
}

.input-50 {
  min-height: 50px;
  line-height: 1;
  border-radius: 25px;
  color: var(--clr-body, #575756);
  padding-left: 25px;
}

.input-50.form-select:focus {
  color: var(--clr-blk, #23292c);
  background-color: #fff;
  border-color: var(--clr-primary-1);
  outline: 0;
  box-shadow: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.cart-items-qty {
  border: 1px solid #ced4da;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  line-height: 1;
  border-radius: 25px;
  color: var(--clr-body, #575756);
  padding: 0px 8px;
}

.cart-items-qty .qty.cart-qty {
  height: 30px;
}

.cart-items-qty,
.cart-items-qty * {
  box-sizing: border-box;
}

.cart-items-qty button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  padding: 5px;
  font-family: "Exo 2", sans-serif;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 1;
  background-color: #ebebeb;
  border: 0;
  border-radius: 11px;
  font-weight: 700;
  color: var(--clr-blk, #23292c);
}


.cart-items-qty input[type="number"] {
  max-width: 5rem;
  padding: 0.5rem;
  border: none;
  text-align: center;

}

.add_wishlist_label {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Exo 2";
}

.product-add-form .actions .tocart {
  font-size: 16px;
  font-weight: 600;
  font-family: "Exo 2";
}

.wl-wrapper {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-blk, #23292c);
  margin: 1rem 0 2rem 0rem;
}

.text-center.stock_availability {
  margin-top: 2rem;
}

.text-center.stock_availability .status-wrapper{
  border: none;
}

.text-center.stock_availability  .end-stock-text {
  font-size: 14px;
  font-weight: normal;
}

.btn.btn-primary.btn-preseason {
  background-color: var(--clr-alt);
  border-color: var(--clr-alt);
  margin: 3rem 0;
}

.wl {
  display: inline-block;
}

.wl.active > .heart {
  fill: red;
  animation: pulse 1s ease;
}

.heart {
  width: 18px;
  fill: #575756;
}

.fotorama__stage,
.fotorama__nav {
    max-height: 356px;
}

.fotorama__stage__frame .fotorama__img  {
  height: 100%;
}

.fotorama--fullscreen .fotorama__wrap {
  height: 100%;
}

.fotorama--fullscreen .fotorama__stage,
.fotorama--fullscreen .fotorama__nav {
    max-height: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .tags.new,
  .tags.promo,
  .tags.flag,
  .tags.waranty,
  .tags.brand,
  .tags.season-forest,
  .tags.season-garden {
    left: 0;
  }
}