.product-details h1 {
  font-size: 1.8rem;
}
.product-details p {
  margin-bottom: 5px;
}
.single-product-panel .atb-button {
  float: left;
  width: 75% !important;
  border-bottom: none;
  padding: 1em;
}
.product-details .button {
  background: #607e23;
}
.product-details .button:hover,
.product-details .button:focus {
  background: #607e23d9;
}
.product-details .button.disabled,
.product-details .button[disabled] {
  border-bottom-color: #e4e6e3;
}
.grid-container.detail-page {
  margin-top: 1%;
}
.detail-page #artboard-container .organic-badge {
  position: absolute;
  background: #764646;
  padding: 4px 12px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 0 0 0 21px;
  font-size: 1.2rem;
  color: #fff;
  top: 0;
  right: 0;
}
.product-details.callout {
  border: none;
  padding: 0;
}
.product-details .units {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.product-details .price .standard-price {
  font-size: 1.5rem;
  font-weight: 700;
}
.product-details .label.alert {
  background: #fff;
  padding: 0;
  font-weight: 700;
  color: #cc4b37;
}
.product-details .product-quantity label {
  font-weight: 400;
}
.product-details .button.disabled,
.product-details .button[disabled] {
  background-color: #e4e6e3;
  color: #333;
  opacity: 1;
}
.product-details .sizing-charts {
  margin-top: 10px;
}
.detail-page .tabs {
  margin-top: 3%;
  text-align: center;
  background: #e4e6e3;
  border-bottom: #c1cde6 1px solid;
  border: none;
}
.detail-page .tabs-title > a {
  color: #333;
}
.detail-page .tabs-title > a:hover {
  color: #fff;
}
.detail-page .tabs-title > a:focus,
.detail-page .tabs-title > a[aria-selected="true"] {
  color: #fff;
  background: #607e23;
  outline: 0;
}
.tabs-title > a:hover {
  background: #607e23d9;
}
.detail-page .tabs-content {
  background: #acbdde1c;
  border: #cad4e8 1px solid;
  margin-bottom: 3%;
}
h6.grow-info-heading {
  font-weight: 700;
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  .product-details.callout {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  #product-details {
    padding-top: 1.5rem;
  }
}
.surcharge-text {
  margin-top: 10px;
  font-size: 0.85rem !important;
}
@media screen and (max-width: 1024px) {
  .product-details h1 {
    font-size: 1.7rem;
  }
  .product-details .price .standard-price {
    font-size: 1.5rem;
  }
  .product-tabs.accordion {
    margin: 1% 0 3%;
  }
  .product-tabs.accordion .accordion-item {
    margin-bottom: 3px;
  }
  .product-tabs.accordion .accordion-title {
    color: #333;
    background: #e4e6e3;
    font-size: 1rem;
  }
  .product-tabs.accordion .is-active .accordion-title {
    color: #fff;
    background: #6c964c;
  }
}
@media screen and (max-width: 39.99875em) {
  .reveal {
    height: auto;
    min-height: -webkit-fit-content !important;
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
.product-purchase-container {
  width: 100%;
  float: left;
}
button,
input {
  outline: none;
}
.single-product-panel .product-quantity input {
  width: 13%;
  padding: 1.3rem 1rem;
}
.product-details .wishlist-add {
  width: auto;
  float: right;
}
.product-details .wishlist-add button {
  padding: 0.85em;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: 1px solid transparent;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  color: initial;
  float: right;
  font-size: 0.95rem !important;
  background: #fff !important;
  transition: 0.6s;
}
.product-details .wishlist-add button:hover {
  color: #c50173;
  border-color: #c50173;
}
@media screen and (max-width: 1023px) {
  .single-product-panel .atb-button {
    width: 70% !important;
  }
  .product-details .wishlist-add {
    width: 15%;
  }
  .product-details .wishlist-add button {
    float: left;
    margin-left: 10px;
  }
}
@media screen and (max-width: 860px) {
  .single-product-panel .product-quantity input {
    width: 17%;
  }
  .single-product-panel .atb-button {
    width: 63% !important;
  }
  .product-details .wishlist-add button {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .single-product-panel .product-quantity input {
    width: 13%;
  }
  .single-product-panel .atb-button {
    width: 70% !important;
  }
  .product-details .wishlist-add {
    width: 15%;
  }
  .product-details .wishlist-add button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 432px) {
  .single-product-panel .product-quantity input {
    width: 18%;
  }
  .single-product-panel .atb-button {
    width: 75% !important;
  }
  .product-details .wishlist-add button {
    margin-left: 0;
  }
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #607e23;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 0 #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #607e23;
  }
}
#added-modal .modal-title {
  font-size: 1.55rem;
  text-align: left;
}
.reveal-overlay {
  z-index: 9999999999;
}
@media screen and (min-width: 750px) {
  #added-modal {
    width: 700px;
  }
  #added-modal .close-button {
    font-size: 3rem;
  }
  #added-modal img {
    width: 100%;
  }
  #added-modal #modaldescription {
    font-size: 1.4rem;
  }
}
#collection-products-section .collection-products {
  padding-top: 30px;
}
#collection-products-section .product-info {
  border: none;
  border-top: 1px solid #e0e0e0;
  padding: 1rem 0;
}
#collection-products-section .product-info h2 {
  font-size: 1.15rem;
}
#collection-products-section .product-info .units {
  font-size: 1.15rem;
  font-weight: 700;
  display: block;
}
#collection-products-section .product-info .product-code {
  display: block;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  #collection-products-section .product-info .product-price {
    width: 50%;
    float: left;
  }
  .std-price-container span.alert {
    display: initial;
  }
}
#collection-products-section .product-info .product-price .was-container {
  width: 100%;
  margin-bottom: 5px;
}
#collection-products-section .product-info .product-price .std-price-container {
  width: 100%;
  margin-bottom: 5px;
}
#collection-products-section .product-info .std-price-container .was-price {
  text-decoration: line-through;
  padding-right: 5px;
}
#collection-products-section .product-info .standard-price {
  width: 100%;
  font-size: 1.3rem;
}
#collection-products-section .product-info .product-quantity input {
  width: 70%;
  float: left;
  margin-right: 0;
  height: 2.2rem;
  margin-bottom: 0.5rem;
}
#collection-products-section .product-info .button {
  width: 100%;
  padding: 0.85em;
}
@media screen and (min-width: 1024px) {
  a.stock-email-btn-list {
    float: right;
    width: 66% !important;
  }
}
@media screen and (max-width: 1023px) {
  a.stock-email-btn {
    width: 100%;
  }
  #collection-products-section .product-content {
    margin-bottom: 10px;
  }
  #collection-products-section .product-content .product-code {
    font-size: 0.9rem;
  }
  #collection-products-section .tablet-price {
    text-align: right;
  }
  #collection-products-section .tablet-price .standard-price {
    padding-right: 15px;
  }
  #collection-products-section .small-product-price-collection .product-price {
    float: right;
  }
  #collection-products-section .product-price-collection .product-price {
    display: none;
  }
  #collection-products-section
    .small-product-price-collection
    .std-price-container
    span {
    display: block;
  }
  #collection-products-section .small-product-price-collection .standard-price,
  #collection-products-section .small-product-price-collection .was-price {
    padding-right: 0 !important;
  }
  #collection-products-section .product-info .product-quantity input {
    height: inherit;
    width: 90%;
  }
  #collection-products-section .product-info .basket-add-form {
    width: 80%;
    float: left;
  }
  #collection-products-section .product-info .wishlist-add {
    width: 20%;
  }
  #collection-products-section .product-info .wishlist-add button {
    margin-left: 20px;
  }
}
.plant-calendar {
  margin-top: 10px;
}
.plant-calendar .calendar-table {
  border-collapse: separate;
  border-spacing: 0 7px;
  table-layout: fixed;
  width: 100%;
}
.plant-calendar .calendar-title {
  background: #5e963236;
}
.plant-calendar .content {
  background: none;
}
.plant-calendar .calendar-sowing td {
  height: 10px;
}
.plant-calendar .calendar-sowing td.month-full,
.plant-calendar .calendar-sowing td.month-SMB {
  background: #567597;
}
.plant-calendar .calendar-sowing td.month-SMM {
  background-image: linear-gradient(to left, #567597 80%, #ffffff 10%);
}
.plant-calendar .calendar-sowing td.month-SME {
  background-image: linear-gradient(to left, #567597 40%, #ffffff 10%);
}
.plant-calendar .calendar-sowing td.month-FMB {
  background-image: linear-gradient(to right, #567597 20%, #ffffff 10%);
}
.plant-calendar .calendar-sowing td.month-FMM {
  background-image: linear-gradient(to right, #567597 40%, #ffffff 10%);
}
.plant-calendar .calendar-sowing td.month-FME {
  background-image: linear-gradient(to right, #567597 60%, #ffffff 10%);
}
.plant-calendar .calendar-planting td.month-full,
.plant-calendar .calendar-planting td.month-SMB {
  background: #729f4e;
}
.plant-calendar .calendar-planting td.month-SMM {
  background-image: linear-gradient(to left, #729f4e 80%, #ffffff 10%);
}
.plant-calendar .calendar-planting td.month-SME {
  background-image: linear-gradient(to left, #729f4e 40%, #ffffff 10%);
}
.plant-calendar .calendar-planting td.month-FMB {
  background-image: linear-gradient(to right, #729f4e 20%, #ffffff 10%);
}
.plant-calendar .calendar-planting td.month-FMM {
  background-image: linear-gradient(to right, #729f4e 40%, #ffffff 10%);
}
.plant-calendar .calendar-planting td.month-FME {
  background-image: linear-gradient(to right, #729f4e 60%, #ffffff 10%);
}
.plant-calendar .calendar-harvesting td.month-full,
.plant-calendar .calendar-harvesting td.month-SMB {
  background: #d7a03a;
}
.plant-calendar .calendar-harvesting td.month-SMM {
  background-image: linear-gradient(to left, #d7a03a 80%, #ffffff 10%);
}
.plant-calendar .calendar-harvesting td.month-SME {
  background-image: linear-gradient(to left, #d7a03a 40%, #ffffff 10%);
}
.plant-calendar .calendar-harvesting td.month-FMB {
  background-image: linear-gradient(to right, #d7a03a 20%, #ffffff 10%);
}
.plant-calendar .calendar-harvesting td.month-FMM {
  background-image: linear-gradient(to right, #d7a03a 40%, #ffffff 10%);
}
.plant-calendar .calendar-harvesting td.month-FME {
  background-image: linear-gradient(to right, #d7a03a 60%, #ffffff 10%);
}
.plant-calendar .calendar-pottingOnMonths td.month-full,
.plant-calendar .calendar-pottingOnMonths td.month-SMB {
  background: #1c8383;
}
.plant-calendar .calendar-plantingOutMonths td.month-full,
.plant-calendar .calendar-plantingOutMonths td.month-SMB {
  background: #869604;
}
.plant-calendar .calendar-plantingMonths td.month-full,
.plant-calendar .calendar-plantingMonths td.month-SMB {
  background: #c02a62;
}
.plant-calendar .table-key span.box {
  display: -webkit-inline-box;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 7px 0 0;
}
.plant-calendar .table-key {
  text-align: center;
}
.plant-calendar .table-key div {
  font-size: 0.8rem;
}
.plant-calendar .table-key .sowing span.box {
  background: #567597;
}
.plant-calendar .table-key .planting span.box {
  background: #729f4e;
}
.plant-calendar .table-key .harvesting span.box {
  background: #d7a03a;
}
.plant-calendar .table-key .pottingOnMonths span.box {
  background: #1c8383;
}
.plant-calendar .table-key .plantingOutMonths span.box {
  background: #869604;
}
.plant-calendar .table-key .plantingMonths span.box {
  background: #c02a62;
}
@media screen and (max-width: 450px) {
  .plant-calendar .calendar-title th {
    padding: 5px 0;
  }
}
#third-party-carriage-message img {
  margin-top: 5px;
}
#third-party-carriage-message p {
  font-size: 0.8rem;
}
@media screen and (max-width: 900px) {
  #third-party-carriage-message > div.small-1 {
    margin-right: 10px;
  }
}
.detail-bullets {
  margin: 10px 0;
}
.detail-bullets ul {
  list-style: none;
  margin: 0;
}
.detail-bullets li {
  font-size: 1rem;
  padding-bottom: 10px;
}
.detail-bullets li:before {
  content: "✓";
  color: #607e23;
  font-weight: 700;
  padding-right: 10px;
}
.check-size-btn {
  color: #2a89d8 !important;
}
#plug-size-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  width: 700px;
  background-color: #fefefe;
  border: 1px solid #888;
  z-index: 99999999999999;
  box-shadow: 5px 5px 8px #bdbdbd;
}
#plug-size-modal span.close {
  color: #696969;
  font-size: 35px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
#plug-size-modal span.close:hover {
  color: #424242;
}
#plug-size-modal .plug-plant-container {
  display: none;
  min-height: 300px;
}
#plug-size-modal #extra-value-container {
  background: url(/images/extra-value-plugs-bg.jpg)
    no-repeat left center;
  background-size: cover;
}
#plug-size-modal #value-container {
  background: url(/images/pdp/plug-modal/value-plugs-bg.jpg)
    no-repeat left center;
  background-size: cover;
}
#plug-size-modal #garden-ready-container {
  background: url(/images/pdp/plug-modal/garden-ready-bg.jpg)
    no-repeat left center;
  background-size: cover;
}
#plug-size-modal #super-plugs-container {
  background: url(/images/pdp/plug-modal/super-plugs-bg.jpg)
    no-repeat left center;
  background-size: cover;
}
#plug-size-modal #nine-cm-plugs-container {
  background: url(/images/pdp/plug-modal/potted-plants-bg.jpg)
    no-repeat left center;
  background-size: cover;
}
#plug-size-modal #two-ltr-plugs-container {
  background: url(/images/pdp/plug-modal/2-litre-bg.jpg) no-repeat left center;
  background-size: cover;
}
#plug-size-modal .plug-plant-container,
#plug-size-modal .plug-plant-container div {
  padding: 0;
}
#plug-size-modal .plug-plant-container .plug-plant-image,
#plug-size-modal .plug-plant-container .plug-plant-text {
  position: absolute;
  top: 0;
  height: 100%;
}
#plug-size-modal .plug-plant-container .plug-plant-image {
  left: 0;
}
#plug-size-modal .plug-plant-container .plug-plant-text {
  padding: 0 50px 0 10px;
  right: 0;
}
#plug-size-modal .plug-plant-container .table-container {
  display: table;
  height: 100%;
}
#plug-size-modal .plug-plant-container .table-div {
  display: table-cell;
  vertical-align: middle;
}
#plug-size-modal .plug-plant-container .plug-plant-text h2 {
  padding: 0;
  color: #444444;
}
#plug-size-modal .plug-plant-container .plug-plant-text p.plug-desc {
  font-size: 0.95rem;
}
#plug-size-modal .plug-plant-container .plug-plant-text p.plug-desc span {
  font-weight: 700;
}
#plug-size-modal .plug-plant-container .plug-plant-text p {
  color: #313131;
}
#plug-size-modal .plug-plant-container .plug-plant-text a.text-link {
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 700;
  color: #444444;
}
#plug-size-modal .plug-plant-container .plug-plant-text a.text-link i {
  font-size: 0.95rem;
  padding-left: 2px;
}
#plug-size-modal .plug-plant-container .plug-plant-text a.text-link:hover {
  text-decoration: underline;
}
#plug-size-modal .plug-plant-container .badge-img {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 760px) {
  #plug-size-modal {
    max-width: 600px;
  }
}
@media screen and (max-width: 640px) {
  #plug-size-modal {
    max-width: 450px;
  }
  #plug-size-modal .plug-plant-container .plug-plant-image,
  #plug-size-modal .plug-plant-container .plug-plant-text {
    position: inherit;
  }
  #plug-size-modal .plug-plant-container .plug-plant-image .table-container {
    width: 100%;
  }
  #plug-size-modal .plug-plant-container .plug-plant-image .table-div {
    text-align: center;
  }
  #plug-size-modal .plug-plant-container .plug-plant-text {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 460px) {
  #plug-size-modal {
    max-width: 330px;
  }
  #plug-size-modal .plug-plant-container {
    background: #fbfbf2 !important;
  }
  #plug-size-modal .plug-plant-container .plug-plant-text h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 340px) {
  #plug-size-modal,
  .Unit a.check-size-btn,
  .units a.check-size-btn {
    display: none !important;
  }
}
.product-images-container.stick-container {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
@media screen and (max-width: 1024px) {
  .product-images-container.stick-container {
    top: 15px;
  }
}
.product-images-container .slick-dots li button:before {
  color: #000 !important;
  font-size: 9px;
  opacity: 0.25;
}
.product-images-container .slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.product-images-container .slider-nav {
  margin: 0 25px;
}
.product-images-container .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.product-images-container .slick-dots {
  display: none !important;
}
.product-images-container .slick-slide {
  padding: 10px;
  outline: none;
}
.product-images-container .slider-main .slick-slide {
  padding: 0;
}
.product-images-container .thumbnail-container img {
  cursor: pointer;
  width: 100%;
}
.product-images-container .thumbnail-container img:hover {
  background-color: black;
}
.product-images-container .slick-prev:before,
.product-images-container .slick-next:before {
  color: #959595;
}
.product-images-container .slick-prev {
  left: -55px;
}
.product-images-container .slick-next {
  right: -55px;
}
@media screen and (max-width: 640px) {
  .product-images-container .slick-dotted.slick-slider {
    margin-bottom: 30px !important;
  }
  .product-images-container .slick-dots {
    display: block !important;
  }
  .product-images-container .slider-nav {
    display: none !important;
  }
}
.top-review-stars {
  width: 100%;
  display: flex;
  margin: 5px 0;
}
.top-review-stars a {
  color: initial;
  display: inherit;
}
.top-review-stars a:hover,
.top-review-stars a:focus {
  color: #51812b;
}
.top-review-stars #average-product-rating {
  padding: 0 7px 0 0;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  float: left;
}
