.new-straight .castle-mixture-breakdown-bottom {
  padding: 10px;
  -webkit-justify-content: left;
  height: 70%;
  text-align: left;
}

.article-figure.without-green-ackground {
  background: none;
}

.new-straight .castle-mixture-breakdown-top-text.straight {
  min-height: auto;
}

.new-straight .castle-mixture-breakdown-top.straight {
  height: 30%;
  min-height: auto;
  -webkit-justify-content: left;
}

.location-popup-image-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-toggle input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.product-toggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 69px;
  height: 35px;
  display: block;
  border-radius: 100px;
  position: relative;
  background-color: #e5eadf;
  margin-bottom: 0px;
}
.product-toggle label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
  background-image: url("https://watson.local/images/leaf-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.product-toggle input:checked + label:after {
  left: 100%;
  transform: translateX(-100%);
  background-color: #00593f;
}

.basket-loader {
  animation: spinner 1s linear infinite;
}

.orange-text {
  color: #db5735;
}

.stripe-wrapper {
  padding: 11px 15px;
  border: 1px solid #d9d9d9;
}

.button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.button.loading {
  color: transparent;
  position: relative;
}
.button.loading:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -8px;
  width: 15px;
  height: 15px;
  border: 3px solid #333;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: loading-spinner 0.75s linear infinite;
  animation: loading-spinner 0.75s linear infinite;
}
.button.loading:hover:after {
  border-color: #fff;
  border-right-color: transparent;
}

.youtube-iframe {
  width: 100%;
  height: 500px;
}

.header-line.loader {
  margin-top: 74px;
  overflow: hidden;
  position: relative;
}
.header-line.loader::before,
.header-line.loader::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  width: 50%;
}
.header-line.loader::before {
  animation: horizontal-loader 1.5s infinite;
}
.header-line.loader::after {
  animation: horizontal-loader 1.5s infinite;
}

.variety-table {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  border-collapse: collapse;
}
.variety-table td,
.variety-table th {
  border: 2px solid #e9e9e9;
  padding: 8px 5px;
  font-weight: 400;
}
.variety-table th {
  background-color: #00593f;
  color: #ffffff;
}

.order-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  min-width: 650px;
}
.order-table td,
.order-table th {
  border: 2px solid #e9e9e9;
  padding: 10px;
}
.order-table td:first-child,
.order-table th:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
.order-table thead .primary {
  border: 2px solid #e9e9e9;
}
.order-table thead .primary th {
  border: 0px;
  font-weight: 400;
}
.order-table thead .primary th:first-child {
  font-size: 20px;
  font-family: Georgia, sans-serif;
}
.order-table thead .secondary th {
  font-weight: 500;
}
.order-table tfoot th {
  text-align: right;
  font-weight: 400;
}
.order-table tfoot td.italic {
  font-weight: 100;
  font-style: italic;
}
.order-table tfoot tr.payments td {
  padding: 0px;
}
.order-table tfoot tr.payments td table {
  border-collapse: collapse;
  width: 100%;
  background: #f6fbf4;
  text-align: left;
}
.order-table tfoot tr.payments td table th,
.order-table tfoot tr.payments td table td {
  border: 0px;
}
.order-table tfoot tr.payments td table th {
  font-family: Georgia, sans-serif;
  text-align: left;
  padding: 20px 10px 10px;
  font-size: 20px;
}
.order-table tfoot tr.payments td table td {
  padding: 5px 10px 20px;
}

.menu-toggle {
  position: relative;
  width: 60px;
  height: 60px;
}
.menu-toggle .bar {
  position: absolute;
  width: 30px;
  left: 15px;
  border-top: 2.5px solid #00593f;
  opacity: 1;
  transition: opacity ease 0.3s, transform ease 0.3s;
}
.menu-toggle .bar.top {
  top: 20px;
}
.menu-toggle .bar.middle {
  top: 29px;
}
.menu-toggle .bar.bottom {
  top: 38px;
}
.menu-toggle.open .bar.top {
  transform: translate(0px, 9px) rotate(45deg);
}
.menu-toggle.open .bar.middle {
  opacity: 0;
}
.menu-toggle.open .bar.bottom {
  transform: translate(0px, -9px) rotate(-45deg);
}

.body-stop-scrolling {
  overflow: hidden;
  padding-right: 17px;
}

.navbar-mobile-menu {
  display: none;
  flex-direction: row;
  height: 100vh;
  width: 100%;
  background-color: #00593f;
  z-index: 0;
  padding-top: 125px;
  overflow: hidden;
  margin-top: -125px;
}
.navbar-mobile-menu.open {
  display: flex;
}
.navbar-mobile-menu > .navbar-mobile-menu-inner-wrapper {
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 125px;
  overflow: auto;
}
.navbar-mobile-menu-item {
  border-bottom: 1.5px solid #e5eadf;
  color: #ffffff;
}
.navbar-mobile-menu-item.open {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-mobile-menu-item > .navbar-mobile-menu-item-main {
  display: flex;
  align-items: stretch;
}
.navbar-mobile-menu-item > .navbar-mobile-menu-item-main > a {
  flex-grow: 1;
  padding: 30px 40px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.navbar-mobile-menu-item > .navbar-mobile-menu-item-main > a:hover {
  text-decoration: underline;
}
.navbar-mobile-menu-item
  > .navbar-mobile-menu-item-main
  > .navbar-mobile-menu-item-icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
.navbar-mobile-menu-item
  > .navbar-mobile-menu-item-main
  > .navbar-mobile-menu-item-icon-wrapper
  > img {
  display: block;
}
.navbar-mobile-menu-item > .navbar-mobile-menu-item-dropdown {
  display: none;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.navbar-mobile-menu-item > .navbar-mobile-menu-item-dropdown.open {
  display: block;
}
.navbar-mobile-menu-item > .navbar-mobile-menu-item-dropdown > ul {
  margin: 0px;
  margin-bottom: -20px;
  padding-left: 0px;
  list-style-type: none;
}
.navbar-mobile-menu-item > .navbar-mobile-menu-item-dropdown > ul > li {
  margin-bottom: 20px;
}
.navbar-mobile-menu-item > .navbar-mobile-menu-item-dropdown > ul > li:before {
  content: "-";
  margin-right: 5px;
}
.navbar-mobile-menu-item > .navbar-mobile-menu-item-dropdown > ul > li > a {
  color: #ffffff;
  text-decoration: none;
}
.navbar-mobile-menu-item
  > .navbar-mobile-menu-item-dropdown
  > ul
  > li
  > a:hover {
  text-decoration: underline;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.form-column.checkout-right.open {
  max-height: none;
}

.w--redirected-checked ~ .product-options-radio-button-label {
  color: #ffffff;
}

.mixtures-slide-thumbnail-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.castle-mixture-name > a {
  color: #db5735;
  text-decoration: none;
}
.castle-mixture-name > a:hover {
  text-decoration: underline;
}

.alert.mt-0,
.product-bag-size-hint.mt-0 {
  margin-top: 0px;
}

.cookie-consent {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(34, 48, 28, 0.75);
  z-index: 10001;
  overflow: hidden;
}
.cookie-consent > .cookie-consent-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie-consent > .cookie-consent-wrapper > .cookie-consent-inner-wrapper {
  background-color: #ffffff;
  max-width: 500px;
  margin-top: auto;
  margin-bottom: auto;
}
.cookie-consent
  > .cookie-consent-wrapper
  > .cookie-consent-inner-wrapper
  > .cookie-consent__agree {
  display: block;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .body-stop-scrolling {
    padding-right: 0px;
  }

  .articles-column:not(.technical) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-mobile-image {
    width: calc(100% + 80px);
  }

  .order-table {
    min-width: 0px;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-mobile-image {
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 767px) {
    .hide-background-on-tablet {
    background-image: none!important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .species-additional-info-column.end {
   border-left: 0px solid #e8ede3; 
}

  
}


@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading-spinner {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading-spinner {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes horizontal-loader {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(200%, 0, 0);
  }
}
