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

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

html {}

body {
  font-size: var(--fontsizePrimary);
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #2B2B2B;
}

input,
form {
  color: #111;
}

input {
  padding: 5px 10px;
}

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

a {
  text-decoration: none;
  color: var(--hoverColour);
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--linkColour);
}

.button,
a.button,
.btn,
input.wpcf7-form-control.wpcf7-submit,
input[type="submit"] {
  font-family: "Playfair Display", serif;
  background-color: #000000;
  color: #fff;
  padding: var(--buttonPadding);
  font-weight: bold;
  border-color: transparent;
  border-radius: 0;
  position: relative;
}

.button:hover,
a.button:hover,
.btn:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--backgroundSecond);
  color: var(--hoverColour);
}

.btn:after,
.button:after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: calc(100% - 5px);
  width: calc(100% - 5px);
}

.btn:hover {
  background-color: #fff;
  color: #000;
}

.btn:hover:after {
  border: 1px solid #000;
}

.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(--textFontWeight);
  margin-top: 0;
  font-family: "Playfair Display", serif;
  color: #000000;
}

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

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

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

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

.reviews-strip {
  position: relative;
  padding-bottom: 0;
  height: 300px;
  margin-bottom: 195px;
}

.row-slider--wrap {
  position: relative;
  left: 0;
  right: 0;
}

.review-stars {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  display: flex;

  li {
    margin-right: 7.5px;
  }

  svg {
    width: 15px;
    height: 15;
  }
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: 1;
  transform: translate3d(0, 0, 0);
  z-index: 10;

  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 0;
    background: #000000;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #23C281;
  }
}

.testimonial {
  background: #fff;
  padding: 30px;

  .title-testimonial {
    font-weight: var(--textFontWeight);
    margin: 0 0 15px;
    font-family: "Playfair Display", serif;
    color: #000000;
    font-size: 22px;
  }
}

.page-template-template-testimonials-php .testimonial {
  background-color: #F7F7F7;
  height: 100%;
}


.pink-strip {
  background: #E8D3CE;
}

.img-full {
  height: 100%;
}

.post-date {
  margin-bottom: 5px;
}

.full-block {
  padding: 30px;
  background: #E0EBF1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-three--wrapper {
  .content {
    padding: 30px;
    background: #D9E4C6;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }

  svg {
    height: 45px;
    width: 45px;
    margin: auto auto 15px;
    text-align: center;
  }

}

.post-date,
.client-testimonial {
  font-size: 14px;
  font-weight: 500;
}

.full-block--beige {
  background: #F6F3F0;
}

.block-one--wrapper {
  .block-image--overlay-wrap {
    position: relative;
    margin-bottom: 15px;
  }

  .block_title {
    background: #FFFFFF;
    width: fit-content;
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    font-family: "Playfair Display", serif;
    color: #2B2B2B;
    font-size: 20px;
    max-width: 85%;
  }
}

.block-image--overlay-wrap:hover {
  .block_title {
    color: #fff;
    background-color: #000;
  }
}

.block-two--wrapper {
  overflow: hidden;

  .content {
    background: #FFFFFF;
    padding: 30px;
    height: 100%;
  }

  .block_title a {
    font-family: "Playfair Display", serif;
    color: #2B2B2B;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
  }
}

.beige-strip {
  background: #F6F3F0;
}

.btn-wrap-blog {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.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 div.product .qty-wrap {
  button.plus:hover {
    background-color: #000;
    color: #fff;
  }

  button.minus:hover {
    background-color: #000;
    color: #fff;
  }
}

.product_listings {
  ul {
    list-style: none;
    padding: 0px 0 5px 0;
    margin: 0px;

    li {
      margin: 10px 0;
    }

    svg {
      width: 17.5px;
      height: 17.5px;
      fill: #23C281;
      margin-right: 5px;
    }
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #958e09;
  font-size: 1.25em;
  font-size: 28px !important;
}

.woocommerce div.product form.cart {
  margin: 15px 0 30px 0;
}

.product_alert {
  background-color: #FE5462;
  color: #fff;
  font-size: 14px;
  width: fit-content;
  padding: 7.5px 15px;
  font-weight: 500;

  svg {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    fill: #fff;
  }
}

.product_alert_two {
  background-color: #e67e22;
  color: #fff;
  font-size: 14px;
  width: fit-content;
  padding: 7.5px 15px;
  font-weight: 500;
	margin-top: 15px;
	display: inline-block;

  svg {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    fill: #fff;
  }
}

.product_alert_two:hover {
	color: #FFFFFF;
	background: #d35400;
}


.alternating_wrap {
  .content-strip-alternating-boxes-page:first-child .full-block {
    background-color: #E0EBF1;
  }

  .content-strip-alternating-boxes-page:nth-child(2) .full-block {
    background-color: #E8D3CE;
  }

  .content-strip-alternating-boxes-page:nth-child(3) .full-block {
    background-color: #E3E2EA;
  }
}

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

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

a.main-image.glightbox{
  padding: 30px;
  border: 1px solid #000;
}

.content-product--desc{
  padding: 60px 0 50px 0;
  margin-top: 60px;
  background-color: #E0EBF1;
}

.single-product img.thumbnail-product.wp-post-image {
  display: block;
  width: auto !important;
  height: 550px !important;
  margin: auto;
}

.woocommerce-message {
  border-top-color: #23C281;
  background: #23C281;
  color: #fff;
  margin: 0px;

  a.button.wc-forward {
    border-radius: 0px;
  }
}

.woocommerce-message::before {
  content: "\e015";
  color: #fff;
}

.contact-page--contact {
  ul.contact-details li:nth-child(2) {
    margin: 15px 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-details--wrap-lower {
    margin-right: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .contact-details--wrap {
    margin-left: 0px;
    margin-bottom: 15px;
  }

  .contact-details--wrap-lower {
    margin-left: 15px;
  }

  .icon {
    border: 1px solid;

    svg {
      width: 40px;
      height: 20px;
    }
  }

  a {
    color: #212529 !important;
  }

  a:hover {
    color: #23C281 !important;
  }
}

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

/* XXL > 1400 */

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

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

/* M */
@media (max-width: 992px) {}

/* S */
@media (max-width: 768px) {
  .no-padding-left {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .no-padding-right {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

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