.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form button[type=submit] {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border-radius: 60px;
  text-decoration: none;
  padding: 12px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid transparent;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form button[type=submit] svg {
  margin-right: 10px;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form button[type=submit]:disabled {
  opacity: 0.5;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form button[type=submit]:disabled:hover {
  cursor: not-allowed;
}

.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form button[type=submit] {
  background-color: #88BC23;
  color: #061D41;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form button[type=submit]:hover:not(:disabled) {
  background-color: #fff !important;
  border: 1px solid #88BC23;
}

.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-qty .qty-control {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid rgba(6, 29, 65, 0.4039215686);
  border-radius: 8px;
  width: 81px;
  height: 34px;
  padding: 0 4px;
  background: #fff;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-qty .qty-control button {
  width: 8px;
  height: 34px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  background: none !important;
  border: none;
  color: #061D41 !important;
  padding: 0;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-qty .qty-control .quantity {
  margin: 0;
  margin-right: -5px !important;
  width: 50px;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-qty .qty-control .quantity input.qty {
  text-align: center;
  height: 34px;
  background: none;
  border: none;
  width: 60px !important;
  font-size: 15px;
  color: #061D41;
  padding: 0;
  font-weight: 700;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-qty .qty-control .quantity input.qty {
    margin-left: -5px;
  }
}

.gform_wrapper {
  --gf-local-bg-color: transparent;
}
.gform_wrapper .gform_title {
  font-size: 23px;
  letter-spacing: -0.38px;
  line-height: 42px;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform-body {
  margin-top: 12px;
}
.gform_wrapper .gform-body .gform_fields {
  row-gap: 15px !important;
}
.gform_wrapper .gform-body .gform_fields p {
  color: #fff;
  font-size: 14px;
}
.gform_wrapper .gform-body .gform_fields strong {
  font-size: 18px;
  color: #fff;
}
.gform_wrapper .gform-body .gform_fields .gfield--type-html a {
  color: #fff !important;
  text-decoration: underline;
}
.gform_wrapper .gform-body .gform_fields .ginput_container_consent label {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.gform_wrapper label,
.gform_wrapper legend.gfield_label {
  font-size: 18px !important;
  letter-spacing: -0.3px;
  line-height: 42px;
  font-weight: 700 !important;
  color: #fff !important;
}
.gform_wrapper input:not(.gform_button):not([type=checkbox]), .gform_wrapper select, .gform_wrapper textarea {
  border-radius: 8px !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  opacity: 50% !important;
  height: 44px !important;
}
.gform_wrapper select {
  opacity: 100% !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.gform_wrapper select option,
.gform_wrapper select optgroup {
  background-color: #fff !important;
  color: #061D41 !important;
}
.gform_wrapper select:not([multiple]) {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 36px !important;
}
.gform_wrapper .ginput_container_multiselect select {
  height: auto !important;
  min-height: 44px !important;
}
.gform_wrapper .gfield--type-multiselect .gfield_description {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px !important;
  font-style: italic;
  margin-top: 6px;
}
.gform_wrapper .gfield--type-multiselect .gfield_description strong {
  font-style: normal;
  color: #fff !important;
}
.gform_wrapper input[type=submit] {
  background-color: #88BC23 !important;
  padding: 0 !important;
  color: #061D41 !important;
  border-radius: 60px !important;
  height: 44px !important;
  width: 138px !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 600px) {
  .gform_wrapper input[type=submit] {
    width: 100% !important;
  }
}
.woocommerce .content-area .site-main {
  margin: unset !important;
}

.woocommerce .content-area {
  max-width: unset !important;
  padding: unset !important;
}
.woocommerce .content-area #breadcrumbs {
  max-width: 1200px;
  margin: 20px auto;
}
@media screen and (max-width: 600px) {
  .woocommerce .content-area #breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single-product-custom .top-wrap {
  padding-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .single-product-custom .top-wrap {
    padding-bottom: unset;
    padding: 20px;
    background: #E0F0BF;
    border-radius: 30px;
    margin: 0 20px;
  }
}
.single-product-custom .single-product-title {
  margin-bottom: 40px;
}
.single-product-custom .single-product-title h1 {
  font-size: 28px;
  letter-spacing: -0.47px;
  color: #061D41;
}
.single-product-custom .single-product-custom-top {
  max-width: 1020px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-product-custom .single-product-custom-top .image-wrap {
  background: #E0F0BF;
  border-radius: 30px;
  height: 476px;
  max-width: 476px;
}
@media screen and (max-width: 799px) {
  .single-product-custom .single-product-custom-top .image-wrap {
    max-width: 450px;
    max-height: 250px;
    margin: 0 auto 30px auto;
  }
}
.single-product-custom .single-product-custom-top .image-wrap img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-description h2 {
  color: #061D41;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-description h2 {
    font-size: 15px;
    line-height: 13px;
  }
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-description p {
  font-size: 15px;
  margin-top: 15px;
  line-height: 21px;
  color: #061D41;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-description p {
    margin-top: 10px;
  }
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-description .price-from {
  margin-top: 20px;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-description .price-from p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-description .price-from p {
    font-size: 15px;
  }
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field {
    width: 100%;
    margin: 15px 0;
  }
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field label {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field label {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field input {
  border-radius: 8px;
  height: 40px;
  border: 1px solid rgba(6, 29, 65, 0.4039215686);
  width: 254px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field input {
    max-width: 100%;
    width: 100%;
  }
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field input::placeholder {
  font-size: 14px;
  color: #061D41;
  opacity: 50%;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field input:focus {
  outline: none;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field input[readonly] {
  background: #e7ebed;
  cursor: not-allowed;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field p {
  font-size: 14px;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field p.is-success {
  font-weight: 700 !important;
  font-size: 15px;
  color: #061D41;
  margin: 15px 0;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .postcode-pricing-field .postcode-validation-message > p {
  font-weight: 400;
  font-size: 15px;
  color: #061D41;
  margin: 15px 0;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart {
  height: 100%;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-qty label {
  font-weight: 700;
  margin-right: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-qty label {
    font-size: 15px;
  }
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-qty p {
  width: 100%;
  font-size: 13px;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-qty .qty-note {
  margin-bottom: 20px;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-price {
  margin-bottom: 15px;
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-price p {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form .single-product-custom-price p {
    font-size: 18px;
  }
}
.single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form button[type=submit] {
  background: #88BC23 !important;
  color: #061D41 !important;
}
@media screen and (max-width: 600px) {
  .single-product-custom .single-product-custom-top .single-product-custom-summary .single-product-custom-add-to-cart form button[type=submit] {
    width: 100%;
    margin-top: 15px;
  }
}
.single-product-custom .single-product-custom-top .not-in-area-content {
  display: none;
  margin: 15px 0;
}
.single-product-custom .single-product-custom-top .not-in-area-content p {
  font-weight: 400;
  font-size: 15px;
}
.single-product-custom .single-product-custom-top .not-in-area-content a {
  color: #88BC23;
}
.single-product-custom .single-product-custom-top .not-in-area-content a:hover {
  color: #6a9319;
}
.single-product-custom .single-product-custom-blocks .product-recycle-guide {
  padding: 3em 0;
}

/*# sourceMappingURL=single-product.css.map */
