/*-----------------
* palette
* ----------------
*
*/

/******** GLOBAL *******/

html {}

body {
  font-size: var(--fontsizePrimary);
  font-family: "Raleway", sans-serif;
  font-weight: var(--textFontWeight);
  font-style: normal;
  color: var(--textcolorPrimary);
  overflow-x: hidden;
}

.content-strip-padding {
  padding: var(--contentStripPadding);
}

input,
form {
  color: #111;
}

input {
  padding: 5px 10px;
}

.img-responsive {
  object-fit: cover;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: var(--linkColour);
  font-weight: var(--headingFontWeight);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #0D1C4C;
}

.button,
a.button,
.btn,
input.wpcf7-form-control.wpcf7-submit,
input[type="submit"] {
  color: #FFFFFF;
  background-color: #CE1126;
  border-radius: 16px;
  padding: var(--buttonPadding);
  font-weight: var(--headingFontWeight);
  text-transform: uppercase;
  border: 0;
  font-size: 14px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.btn-primary:hover,
.btn:hover {
  background-color: #0D1C4C;
}

.btn-primary {
  background: var(--bgcolorSecondary);
}

.btn-secondary {
  background: var(--bgcolorTertiary);
}

.btn:hover {
  color: #fff;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  color: #FFFFFF;
  background-color: #CE1126;
  border-radius: 16px;
  padding: var(--buttonPadding);
  font-weight: var(--headingFontWeight);
  text-transform: uppercase;
  border: 0;
  font-size: 14px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
  background-color: #0D1C4C;
  color: #fff;
}

.breadcrumbs {
  margin-top: 30px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
}

.breadcrumbs-wrap {
  background: transparent;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: var(--headingFontWeight);
  color: var(--textcolorSecondary);
}

h1,
.h1 {
  font-size: var(--fontsizeLarge);
}

h2,
.h2 {
  font-size: var(--fontsizeMedium);
}

h3,
.h3 {
  font-size: var(--fontsizeSmall);
}

h4,
.h4 {
  font-size: var(--fontsizeExSmall);
}

.banner-static--left {

  .btn-primary:hover,
  .btn:hover {
    color: #0D1C4C;
    background-color: #fff;
  }
}

.btn-wrap {
  margin-top: 10px;
}

.block-wrapper {
  margin-top: 30px;
}

.event--wrap {
  iframe {
    height: 350px;
  }

  .event-title {
    color: #0D1C4C;
    font-size: 20px;
    padding: 15px 0 5px;
  }
}

.event-ul {
  list-style: none;
  padding: 0;
  margin: 0;

  svg {
    width: 20px;
    height: 20px;
    fill: #EE8516;
    margin-right: 10px;
    margin-top: -3px;
  }

  li {
    margin: 10px 0;
    display: flex;
  }
}

.custom-shape-divider-red-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);

  svg {
    fill: #FFFFFF;
    height: 75px;
    width: 100%;
  }
}

.custom-shape-divider-white-red {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: scaleY(-1);

  svg {
    fill: #FFFFFF;
    height: 75px;
    width: 100%;
  }
}


.faded-text {
  text-align: center;
  opacity: 0.6;

  p {
    padding: 0;
    margin: 0;
  }
}


.point-wrap {
  text-align: center;
  margin-top: 30px;
}

.title-point {
  font-weight: 700;
  font-size: 32px;
}

.faded-text {}


.strip-red {
  padding: 60px 0 90px;
  background: #CE1126;
  color: #fff;
  position: relative;
}

.info--blocks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 15px;

  .block-title {
    font-weight: var(--headingFontWeight);
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
  }

  .info-block {
    border-radius: 16px;
    padding: 30px;
    color: #fff;
    height: 100%;

    a {
      color: #fff;
    }

    a:hover {
      color: rgba(255, 255, 255, 0.6);
    }

    svg {
      width: 55px;
      height: 55px;
      fill: #fff;
    }
  }
}

.text-btn {
  margin-top: 20px;
}


.block-full--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.img-rad {
  border-radius: 16px;
}

.text-center {
  text-align: center;
}

.banner-static--left {
  background: #0D1C4C;
  padding: 30px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  h1 {
    color: #fff;
  }
}

.no-padding--left {
  padding-left: 0;
}

.no-padding--right {
  padding-right: 0;
}

.clear-pos {
  position: relative;
  z-index: 9;
}

.img-static--wrap {
  position: relative;

}

.banner-static--left {
  position: relative;
}

.banner-static--left:before {
  content: "";
  background: url('/wp-content/uploads/2025/07/prostate-cancer-ribbon.png');
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  pointer-events: none;
}

.inner-pages {
  margin: 0;
  padding: 0;
  float: left;
  text-align: left !important;
  width: 100%;
}

.banner-static--right {
  height: 100%;
}

.img-static {
  height: 100%;
}

.header-buttons--wrap {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  display: flex;
}

#breadcrumbs {
  a {
    color: #fff;
  }

  a:hover {
    color: var(--bgcolorTertiary);
  }
}

img.intro-image {
  position: absolute;
  top: 0;
  right: -400px;
  height: 100%;
  width: auto;
  float: right;
}

.blue-strip {
  background: var(--bgcolorPrimary);
  position: relative;
  color: #fff;

  h1 {
    color: #fff;
  }
}

body:not(.home) {
  .strip-red {
    padding-bottom: 30px;
  }


  footer {
    .custom-shape-divider-red-white {
      svg {
        fill: #CE1126;
        height: 75px;
        width: 100%;
      }
    }
  }
}

.intro-padding--contain{
  padding-top: 100px;
}

.alternating_wrap {
  margin-top: -30px;
}

.wpcf7-text,
.wpcf7-textarea {
  background: #E9EEF6;
  margin-bottom: 0px;
}

.wpcf7 label {
  font-weight: var(--headingFontWeight);

  span {
    color: #CE1126;
  }
}

.block_alternating_boxes_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.product_meta {
  display: none;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  opacity: 1 !important;
  margin-bottom: 0px !important;
}

.woocommerce {
  input[type=radio]+label {
    color: #0D1C4C;
    font-style: normal;
    cursor: pointer;
    background: #E9EEF6;
    padding: 15px;
    font-weight: var(--headingFontWeight);
    font-size: 20px;
  }

  input[type=radio]:checked+label {
    background-color: #0D1C4C;
    color: #fff;
  }

  .variations,
  .woocommerce-variation.single_variation {
    display: none !important;
  }

  .variation-radios {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }

  .woocommerce div.product form.cart {
    margin-bottom: 0px;
  }

  .radio_buttons_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 15px;
    padding-top: 15px;
    margin-bottom: 30px;
  }
}

.notice-added {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-message:before {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 15px 30px;
  margin: 0 0 2em;
  position: relative;
  background: #10ac84;
  color: #fff;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-message {
  border-top-color: #10ac84;
  color: #fff;
}

.stages-point {
  margin-top: 15px;
}

.col-margin--larger {
  margin-top: 30px;
}

.grey-strip {
  background: #E9EEF6;
}

.alert-full--wrap {
  background: #CE1126;
  color: #fff;
  border-radius: 14px;
  padding: 15px 30px 5px;
  margin-top: 20px;
}

.col-margin {
  margin-top: 20px;
}

.type-boxes {
  background: #FBFBF7;
  border: 1px solid #ADC3DA;
  border-radius: 14px;
  padding: 30px;
  height: 100%;

  .type-title {
    color: #CE1126;
    font-weight: var(--headingFontWeight);
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.wc-block-components-checkout-step__container textarea,
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
input#email {
  background: #E9EEF6 !important;
  border: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.wc-block-components-form .wc-block-components-checkout-step {
  margin: 0px !important;
}

.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout-pickup-options-block {
  display: none;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top: 0px solid hsla(0, 0%, 7%, .11) !important;
  padding-top: 15px !important;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--bgcolorTertiary);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bgcolorTertiary);
  text-decoration: none;
  background-color: #fff;
}

.dropdown-menu {
  border: 0px solid;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: var(--bgcolorTertiary);
    background-color: #fff;
    width: 100%;
  }

  a {
    font-weight: var(--headingFontWeight);
    color: #000000;
    text-transform: uppercase;
  }

}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  flex-grow: 1;
  margin: -17px 0 0 0px !important;
  color: #fff;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 15px !important;
  background: var(--bgcolorPrimary);
}

.page-template-template-contact {
  form {
    margin-top: 50px;
  }
}

strong {
  font-weight: 700;
}

/******** Responsive ***********/

/* XXL > 1400 */

/* XL */
@media (max-width: 1400px) {}

/* L */
@media (max-width: 1200px) {}

/* M */
@media (max-width: 992px) {
  .info--blocks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
    margin-bottom: -30px;

    li {
      margin-bottom: 30px;
    }
  }

.intro-padding--contain{
  display: none;
}

}

/* S */
@media (max-width: 768px) {
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
    padding: 0 15px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  margin-bottom: 45px;
    float: left;
    width: 100%;
}

  .banner-static--right {
    display: none;
  }

  .col-margin--small {
    margin-top: 30px;
  }

  .info--blocks {
    grid-template-columns: 1fr;
  }

  .banner-static--left {
    padding: 120px 30px;
  }

  .block-full--wrap {
    margin-top: 20px;
  }

  .block-full--wrap.mt {
    margin-top: 30px;
  }

  .block-full--wrap.mb {
    margin-bottom: 30px;
  }
}

/* XS */
@media (max-width: 576px) {}