
.woocommerce .content-area .site-main .product{
  margin-top: 1rem !important;
}

.single-products-block {
  position: relative;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 3rem;
}
.single-products-block .section__shell {
  position: relative;
  max-width: var(--width--section-max);
  margin: 0px 1rem;
}
@media (min-width: 70.25em) {
  .single-products-block .section__shell {
    margin: 0px auto;
  }
}
.single-products-block .accordion-block-products .section__shell {
  margin: 0px auto !important;
  width: 100% !important;
}
.single-products-block > .section__shell > .section__content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  padding: 0px;
}
@media (min-width: 64.125em) {
  .single-products-block > .section__shell > .section__content {
    flex-direction: row;
    justify-content: space-between;
  }
  .single-products-block > .section__shell > .section__content.image-position-right {
    flex-direction: row-reverse;
  }
}
@media (min-width: 64.125em) {
  .single-products-block > .section__shell > .section__content {
    padding: 0px;
  }
}
.single-products-block > .section__shell > .section__content .image-wrapper {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1rem;
}
@media (min-width: 64.125em) {
  .single-products-block > .section__shell > .section__content .image-wrapper {
    width: 58%;
    padding-right: 1rem;
  }
}
/* .single-products-block > .section__shell > .section__content > .image-wrapper {
  display: none;
} */
.single-products-block .flexible-content-mobile{
  display: block;
}
@media (min-width: 64.125em) {
  .single-products-block > .section__shell > .section__content > .image-wrapper {
    display: block;
  }
  .single-products-block .flexible-content-mobile{
    display: none;
  }
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  /* background: #F5F5F5; */
  border-radius: 10px;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 270px;
}
@media (min-width: 34.375em) {
  .single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders {
    height: 290px;
  }
}
@media (min-width: 64.125em) {
  .single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders {
    height: 428px;
  }
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .image-sliders-container,
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .image-sliders-container .single-slide,
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .slick-list,
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .slick-track {
  position: relative;
  height: 100%;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .slick-list .slick-slide {
  position: relative;
  height: 100%;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .slick-list .slick-slide div {
  position: relative;
  height: 100%;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; /** change to flex to enable **/
  align-items: center;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .controls * {
  position: absolute;
  height: 43px;
  width: 43px;
  z-index: 5;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  top: calc(50% - 21px) !important;
  background-color: rgba(0, 0, 0, 0.3);
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .controls *:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .controls .slider-prev-single-product {
  background-image: url("/wp-content/themes/twenty-twenty-one-child/images/slider-arrow-left.svg");
  left: 1rem;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-flex-inner .image-sliders .controls .slider-next-single-product {
  background-image: url("/wp-content/themes/twenty-twenty-one-child/images/slider-arrow-right.svg");
  right: 1rem;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner {
  position: relative;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .image-sliders-nav {
  z-index: 5;
  cursor: pointer;
  position: relative;
  width: calc(100% - 4rem);
  margin: 0px auto;
  display: block;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .image-sliders-nav * {
  height: 58px;
  width: 100%;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .image-sliders-nav .slick-list {
  height: 58px;
  padding: 0px !important;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .image-sliders-nav .slick-list .slick-slide {
  /* background: #F5F5F5; */
  border-radius: 10px;
  overflow: hidden;
  height: 58px;
  margin-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .image-sliders-nav .slick-list .slick-slide div {
  height: 58px;
  /* background: #F5F5F5; */
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .image-sliders-nav img,
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .image-sliders-nav picture {
  width: 100%;
  height: 100%;
  max-width: 75px;
  object-fit: contain;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .controls * {
  position: absolute;
  height: 58px;
  width: 36px;
  z-index: 5;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  top: 0px !important;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .controls .slider-nav-prev-single-product {
  background-image: url("/wp-content/themes/twenty-twenty-one-child/images/chevron-left.svg");
  background-position: center left;
  left: 0px;
}
.single-products-block > .section__shell > .section__content .image-wrapper .image-nav-inner .controls .slider-nav-next-single-product {
  background-image: url("/wp-content/themes/twenty-twenty-one-child/images/chevron-right.svg");
  background-position: center right;
  right: 0px;
}
.single-products-block > .section__shell > .section__content > .card-wrapper {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 64.125em) {
  .single-products-block > .section__shell > .section__content > .card-wrapper {
    width: 42%;
    padding-left: 1rem;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .heading {
  color: var(--color--secondary);
  text-transform: uppercase;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 34.375em) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .heading {
    font-size: 32px;
    line-height: 32px;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .price {
  width: 100%;
  font-family: "montserrat", sans-serif;
  position: relative;
  font-style: normal;
  color: var(--color--black);
  text-align: left;
  font-weight: 700 !important;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}
@media (min-width: 34.375em) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .price,
  .single-products-block > .section__shell > .section__content > .card-wrapper .price .product__price {
    font-size: 20px;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .price strong {
  font-family: "montserrat", sans-serif;
  font-weight: 700 !important;
  font-size: 25px;
  line-height: 35px;
}
@media (min-width: 34.375em) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .price strong {
    font-size: 29px;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .content {
  font-family: var(--font-family);
  font-weight: 100;
  font-style: normal;
  text-transform: none;
  color: var(--color--black);
  width: 100%;
  font-size: 19px;
  line-height: 28px;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .content strong {
  font-family: var(--font-family);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: var(--color--black);
  line-height: 28px;
  font-size: 20px;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .contact {
  font-family: var(--font-family);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: var(--color--black);
  font-weight: 300;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .contact a {
  font-family: var(--font-family);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: var(--color--black);
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .woocommerce-product-details__short-description{
  margin-top: 20px;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .woocommerce-product-details__short-description p{
  margin-bottom: 1rem;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .woocommerce-product-details__short-description,
.single-products-block > .section__shell > .section__content > .card-wrapper .woocommerce-product-details__short-description p{
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: var(--color--black);
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 485px) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .woocommerce-product-details__short-description,
  .single-products-block > .section__shell > .section__content > .card-wrapper .woocommerce-product-details__short-description p{
    font-size: 15px;
    line-height: 1.3;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__price_check .inner {
  max-width: 729px;
  padding: 10px 20px;
  background: #E6F4D6;
  border-radius: 10px;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 29px !important;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 485px) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__price_check .inner {
    padding: 10px 15px;
  }

  .single-products-block > .section__shell > .section__content > .card-wrapper .section__price_check .inner .text-wrapper,
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__price_check .inner .text-wrapper span {
    font-size: 15px;
    line-height: 1.3 !important;
  }
}
@media (max-width: 475px) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__price_check .inner .text-wrapper,
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__price_check .inner .text-wrapper span {
    font-size: 14px;
    line-height: 1.3 !important;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__price_check .inner .input-wrapper {
  display: flex;
  gap: 1rem;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__price_check .inner input {
  width: 143px;
  background: var(--color--white);
  border: 1px solid var(--color--primary);
  border-radius: 5px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  padding: 4px 8px;
  outline: 0px !important;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__price_check .inner .cta-button {
  margin-top: 0px;
  font-family: var(--font-family);
  border-radius: 30px;
  height: 33px;
  max-width: 106px !important;
  min-width: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 25px !important;
  border: 1px solid var(--color--primary) !important;
  background: var(--color--primary) !important;
  color: var(--color--white) !important;
  font-weight: 800 !important;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__price_check .inner .cta-button:hover {
  border: 1px solid var(--color--black) !important;
  background: var(--color--black) !important;
  color: var(--color--white) !important;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__variations {
  margin-top: 20px;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__variations .form-control {
  margin-top: 20px;
}
.single-product div.product table.extra-options th, table.extra-options td{
  padding-left: 0;
}
.theme-twentytwentyone .single-products-block .extra-options .label-tag,
.single-products-block > .section__shell > .section__content > .card-wrapper .section__variations .form-control label {
  font-family: var(--font-family);
  font-weight: 100;
  font-style: normal;
  text-transform: none;
  color: var(--color--black);
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 485px) {
  .theme-twentytwentyone .single-products-block .extra-options .label-tag,
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__variations .form-control label {
    font-size: 15px;
    line-height: 1.3;
  }
}
.single-products-block table.extra-options .sublabel-tag{
  font-family: var(--font-family);
  font-size: 16px !important;
  font-weight: normal;
  line-height: 1.3;
  color: var(--color--black);
}
.single-products-block .extra-options td > h4.label-tag{
  margin-top: 10px;
}
.single-products-block .extra-options #skip_collection_date_field td > h4.label-tag{
  margin-top: 15px;
}
.single-products-block .extra-options .additional_waste_materials td > h4.label-tag{
  margin-top: 0px;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__variations .form-control .form-input span {
  font-family: var(--font-family);
  font-weight: 100;
  font-style: normal;
  text-transform: none;
  color: var(--color--black);
  font-size: 16px;
  line-height: 20px;
}
.single-products-block .extra-options .label-tag .woocommerce-Price-amount,
.single-products-block > .section__shell > .section__content > .card-wrapper .section__variations .form-control .form-input span strong {
  color: var(--color--black);
}
.single-products-block .select2-container--default{
  width: auto !important;
  min-width: 220px;
}
.single-products-block #skip_permit_borough_field .select2-container--default{
  width: auto !important;
  min-width: 320px;
}
.single-products-block .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 15px;
}
.single-products-block .select2-container--default .select2-selection--multiple{
  margin-top: 10px;
  min-height: 41px;
  min-width: 120px;
  background: #F5F5F5;
  border-radius: 4px;
  border: 1px solid var(--color--primary);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 30px 0px 10px !important;
  font-size: 16px;
  font-family: var(--font-family);
  background-image: url("/wp-content/themes/twenty-twenty-one-child/images/icons/check-green.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.single-products-block .select2-container--default .select2-selection--multiple .select2-search__field{
  min-width: 280px !important;
  margin-top: -5px;
}
.single-products-block .additional_waste_materials .select2-container--default .select2-selection--multiple{
  margin-top: 5px;
}
tr.thwepo_multiselect.additional_waste_materials {
  margin: 10px 0 0 0;
  display: block;
}
.single-products-block .clear-date-picker,
.thwepo-select2-dropdown .select2-results .select2-results__option{
  font-size: 16px;
  font-family: var(--font-family);
}
.single-products-block .select2-container--default .select2-selection--single,
.single-products-block > .section__shell > .section__content > .card-wrapper .section__variations .form-control .form-input.select {
  margin-top: 10px;
  height: 41px;
  min-width: 120px;
  background: #F5F5F5;
  border-radius: 4px;
  border: 1px solid var(--color--primary);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 20px !important;
  background-image: url("/wp-content/themes/twenty-twenty-one-child/images/icons/check-green.svg");
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 17px 17px;
}

.single-products-block .select2-container .select2-selection--single .select2-selection__rendered,
.single-products-block > .section__shell > .section__content > .card-wrapper .section__variations .form-control .form-input.select select {
  border: 0px;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 100;
  font-style: normal;
  text-transform: none;
  color: var(--color--black);
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
  width: 95%;
}
.woocommerce div.product form.cart table.extra-options{
  table-layout: auto;
}
.select2-results__option{
  font-size: 16px !important;
  font-family: var(--font-family) !important;
}
/* .single-products-block > .section__shell > .section__content > .card-wrapper .section__variations .form-control .form-input.datefield {
  margin-top: 10px;
  height: 41px;
  width: 165px;
  background: #F5F5F5;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 10px;
  background-image: url("/wp-content/themes/twenty-twenty-one-child/images/icons/calendar-black.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px 20px;
  border: 1px solid #DDDDDD;
} */
.single-product .product .extra-options .thwepo-input-field {
  outline: 0px !important;
}
.single-product .product .extra-options .thwepo-input-field.input-checkbox {
  border-width: 1px !important;
  width: 19px;
  height: 19px;
  background: var(--color--off-white);
}
.single-product .product .extra-options .thwepo_checkbox label {
  font-weight: 400 !important;
  font-size: 16px;
}
@media (max-width: 485px) {
  .single-product .product .extra-options .thwepo_checkbox label {
    font-size: 15px;
  }
}
.single-product .product .extra-options .thwepo_checkbox .thwepo_tooltip::after {
  line-height: 1.3 !important;
}
.single-product .product .extra-options .thwepo_checkbox td{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.single-product .product .extra-options .skip_hire_duration .thwepo-select-field{
  padding-bottom: 10px !important;
}
.single-product .product .extra-options .thwepo_datepicker span,
.single-product .product .extra-options .thwepo_datepicker input,
.single-products-block > .section__shell > .section__content > .card-wrapper .section__variations .form-control .form-input.datefield input {
  border: 0px;
  background: transparent;
  text-transform: none;
  color: var(--color--black);
  font-family: var(--font-family);
  font-weight: 100;
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
  margin-top: 10px;
  height: 41px;
  width: 165px;
  background: #F5F5F5;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 10px;
  background-image: url("/wp-content/themes/twenty-twenty-one-child/images/icons/calendar-black.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px 20px;
  outline: 0px !important;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .add-to-basket-button{
  border: 0px !important;
  padding: 0px !important;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .single_add_to_cart_button,
.single-products-block > .section__shell > .section__content > .card-wrapper .add-to-basket-button a{
  margin-top: 25px;
  border: 0px;
  border-radius: 30px;
  height: 45px;
  min-width: 214px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 25px !important;
  background: var(--color--primary) !important;
  color: var(--color--white) !important;
  font-family: var(--font-family);
  font-weight: 800 !important;
  font-size: 19px;
  line-height: 23px;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: 0px !important;
}
.single-products-block .thwepo_tooltip:hover:before{
  border-color:var(--color--primary) transparent;
}

.single-products-block .thwepo_tooltip:hover:after{
  background-color: var(--color--primary);
  font-size: 14px;
  font-weight: normal;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .quantity{
  display: none;
}
#postcode_price_check_result .form__error--alt{
  color: red;
}
#postcode_price_check_result .form__success{
  color: var(--color--primary) !important;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .single_add_to_cart_butto.disabledn{
  opacity: 1;

}
.single-products-block > .section__shell > .section__content > .card-wrapper .single_add_to_cart_button:hover,
.single-products-block > .section__shell > .section__content > .card-wrapper .add-to-basket-button a:hover {
  background: var(--color--secondary) !important;
  color: var(--color--primary) !important;
  text-decoration: none !important;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products {
  position: relative;
  margin: 60px 0px 0px 0px;
  width: 100%;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .section_heading {
  font-family: var(--font-family);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: var(--color--black);
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 17px;
  line-height: 21px;
}
@media (min-width: 56.25em) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .section_heading {
    font-size: 19px;
    line-height: 23px;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0px;
  margin-right: 0px;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column {
  margin-bottom: 0.75rem;
  width: calc(50% - 0.5rem);
  gap: 1rem;
}
@media (min-width: 56.25em) {

}
@media (min-width: 70.25em) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column {
    max-width: 267px;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner {
  position: relative;
  width: 100%;
  /* min-height: 275px; */
  /* background: #F5F5F5; */
  border-radius: 10px;
  cursor: pointer;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .image-wrapper {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: 123px;
  padding: 0px !important;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .image-wrapper img {
  height: 100% !important;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 68.75em) {
  /* .single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .image-wrapper img {
    height: 100% !important;
    object-fit: cover;
  } */
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 1rem 1rem 1rem;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .heading,
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .heading p {
  width: 100%;
  position: relative;
  text-transform: none;
  text-align: left;
  color: var(--color--black);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}
@media (min-width: 56.25em) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .heading,
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .heading p {
    font-size: 18px;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .heading strong {
  font-weight: 500;
  display: block;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .heading img {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .price,
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .product__price {
  width: 100%;
  position: relative;
  text-align: left;
  color: var(--color--black);
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "montserrat", sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 12px;
}
@media (min-width: 34.375em) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .price,
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .product__price {
    font-size: 14px;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .price strong,
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .product__price strong {
  font-family: "montserrat", sans-serif;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 34.375em) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .price strong,
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .product__price strong {
    font-size: 26px;
    line-height: 32px;
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .cta-button {
  font-family: var(--font-family);
  border-radius: 30px;
  height: 33px;
  max-width: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color--secondary) !important;
  background: var(--color--secondary) !important;
  color: var(--color--primary) !important;
  font-weight: 800 !important;
  line-height: 18px;
  font-size: 11px;
  padding: 0px 15px !important;
}
@media (min-width: 56.25em) {
  .single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .cta-button {
    font-size: 15px;
    /* padding: 0px 25px !important; */
  }
}
.single-products-block > .section__shell > .section__content > .card-wrapper .section__related_products .products-list .section__column .section__inner .card-wrapper .cta-button:hover {
  border: 1px solid var(--color--primary) !important;
  background: var(--color--primary) !important;
  color: var(--color--white) !important;
}

.add_to_cart_button.added{
  display: none !important;
}

.added_to_cart{
  /* display: none !important; */
}

.single-product .entry .entry-summary{
  margin: 0px !important;
}


/** single products block mobile slider - start **/
.single-products-block #single-products-block-mobile-image-slider > .image-sliders {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 270px;
  background: var(--color--off-white);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media (min-width: 34.375em) {
  .single-products-block #single-products-block-mobile-image-slider > .image-sliders {
    height: 290px;
  }
}
@media (min-width: 64.125em) {
  .single-products-block #single-products-block-mobile-image-slider > .image-sliders {
    height: 428px;
  }
}
.single-products-block #single-products-block-mobile-image-slider > .image-sliders .image-sliders-container,
.single-products-block #single-products-block-mobile-image-slider > .image-sliders .slick-list,
.single-products-block #single-products-block-mobile-image-slider > .image-sliders .slick-track {
  position: relative;
  height: 100%;
}
.single-products-block #single-products-block-mobile-image-slider > .image-sliders .slick-list .slick-slide {
  position: relative;
  height: 100%;
}
.single-products-block #single-products-block-mobile-image-slider > .image-sliders .slick-list .slick-slide div {
  position: relative;
  height: 100%;
}
.single-products-block #single-products-block-mobile-image-slider > .image-sliders img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-products-block #single-products-block-mobile-image-slider > .image-sliders .controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.single-products-block #single-products-block-mobile-image-slider > .image-sliders .controls * {
  position: absolute;
  height: 43px;
  width: 43px;
  z-index: 5;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  top: calc(50% - 21px) !important;
}
.single-products-block #single-products-block-mobile-image-slider > .image-sliders .controls *:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.single-products-block #single-products-block-mobile-image-slider > .image-sliders .controls .slider-prev-single-product {
  background-image: url("/wp-content/themes/twenty-twenty-one-child/images/chevron-left.svg");
  left: 0px;
}
.single-products-block #single-products-block-mobile-image-slider > .image-sliders .controls .slider-next-single-product {
  background-image: url("/wp-content/themes/twenty-twenty-one-child/images/chevron-right.svg");
  right: 0px;
}
tr#skip_permit_borough_field > .value.above {
  padding-bottom: 10px;
}
/** single products block mobile slider - end **/