/*
Theme Name: Moorea
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Kiz
Text Domain: moorea
Template: bridge

*/

.qode-pli-text-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  position: unset !important;
}
.qode-pl-holder.qode-normal-space .qode-pl-outer {
  margin: 0 !important;
}
.qode-pl-holder .qode-pl-outer {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .qode-pl-holder .qode-pl-outer {
    column-gap: 15px;
    row-gap: 20px;
  }
}

.qode-pl-holder.qode-one-column .qode-pl-outer {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.qode-pl-holder.qode-two-columns .qode-pl-outer {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qode-pl-holder.qode-three-columns .qode-pl-outer {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qode-pl-holder.qode-four-columns .qode-pl-outer {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qode-pl-holder.qode-five-columns .qode-pl-outer {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qode-pl-holder.qode-six-columns .qode-pl-outer {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (min-width: 768px) {
  .qode-pl-holder.qode-three-columns .qode-pl-outer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qode-pl-holder.qode-four-columns .qode-pl-outer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qode-pl-holder.qode-five-columns .qode-pl-outer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qode-pl-holder.qode-six-columns .qode-pl-outer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1024px) {
  .qode-pl-holder.qode-three-columns .qode-pl-outer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qode-pl-holder.qode-four-columns .qode-pl-outer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qode-pl-holder.qode-five-columns .qode-pl-outer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qode-pl-holder.qode-six-columns .qode-pl-outer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1280px) {
  .qode-pl-holder.qode-four-columns .qode-pl-outer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .qode-pl-holder.qode-five-columns .qode-pl-outer {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .qode-pl-holder.qode-six-columns .qode-pl-outer {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.qode-pl-holder .qode-pl-outer .qode-pli {
  padding-bottom: 0 !important;
  width: 100% !important;
  background-color: #fff;
  /* box-shadow: 6px 6px 15px 0px #0000000d; */
  box-shadow: 5px 5px 5px #aaaaaa;
}

.qode-pl-holder .qode-pli .kiz.qode-pli-rating-holder {
  position: absolute;
  top: 10px;
  right: 20px;
  width: auto;
}

.qode-pl-holder .qode-pli .kiz.qode-pli-title {
  order: 1;
  width: 100%;
  flex: 0 0 auto;
  display: -webkit-box;
  height: 56px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.qode-pl-holder .qode-pli .kiz.qode-pli-price {
  order: 2;
  width: 100%;
  flex: 0 0 auto;
  text-align: left;
  line-height: 1;
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qode-pl-holder .qode-pli .kiz.qode-pli-price del {
  margin: 0;
}

.qode-pl-holder .qode-pli .kiz.qode-pli-excerpt {
  order: 3;
  width: 100%;
  flex: 1 0 auto;
  display: -webkit-box;
  height: calc(1.7em * 2);
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.qode-pl-holder .qode-pli .kiz-accordition {
  order: 5;
  margin-top: 30px;
  width: 100%;
}

.qode-pl-holder .qode-pli .kiz.qode-pli-add-to-cart {
  order: 4;
  position: static !important;
  width: 100%;
  text-align: center;
  opacity: 1 !important;
  transform: none !important;
}

.qode-pl-holder .qode-pli .kiz.qode-pli-add-to-cart a {
  display: block;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
  background-color: #38553b;
  color: #fff;
}

.qode-pl-holder .qode-pli .kiz.qode-pli-add-to-cart a:hover {
  color: #fff !important;
}

.qode-pl-holder .qode-pli .kiz.qode-pli-add-to-cart a.added {
  display: none;
}

.qode-pl-holder .qode-pli .kiz.qode-pli-add-to-cart a.added_to_cart {
  margin: 0;
}

.accordion-item {
  border-top: 1px solid #717171;
}

.accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  cursor: pointer;
}

.accordion-item .accordion-item-body {
  height: 0;
  overflow: auto;
  transition: height 0.3s ease-in-out;
}
.accordion-item.active .accordion-item-body {
  height: 200px;
  overflow-y: auto;
}

.accordion-item .accordion-item-header .icon-minus,
.accordion-item.active .accordion-item-header .icon-plus {
  display: none;
}
.accordion-item.active .accordion-item-header .icon-minus {
  display: block;
}

@media screen and (min-width: 768px) {
  .qode-pl-holder .qode-pli .kiz.qode-pli-title {
    width: 65%;
    height: 46px;
  }
  .qode-pl-holder .qode-pli .kiz.qode-pli-price {
    width: 35%;
    text-align: right;
  }
  .qode-pl-holder .qode-pli .kiz.qode-pli-add-to-cart a {
    padding: 5px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .qode-pl-holder.qode-normal-space .qode-pl-outer .qode-pli {
    padding: 0 10px 30px !important;
  }
  .qode-pl-holder .qode-pli .kiz.qode-pli-title a {
    font-size: 14px;
    line-height: 18px;
  }
  .qode-pl-holder .qode-pli .kiz.qode-pli-price {
    font-size: 16px;
  }
  .qode-pl-holder .qode-pli .kiz.qode-pli-excerpt,
  .accordion-item .accordion-item-header p,
  .accordion-item .accordion-item-body-content p {
    font-size: 14px;
  }
  .qode-pl-holder .qode-pli .qode-pli-inner .qode-pli-onsale {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    top: 5px !important;
    left: 0px !important;
  }
  .qode-banner .qode-banner-content {
    position: relative !important;
    padding: 7.2% !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .qode-banner .qode-banner-content .qode-banner-text-holder > * {
    max-width: 100% !important;
  }
}

.kiz-product-description {
  clear: both;
  background-color: #fff;
  padding: 20px;
}

.woocommerce-page .content .container,
.blog .content .container {
  background-color: #dff9e6;
}

.single-product.woocommerce-page .quantity .plus,
.single-product.woocommerce-page .quantity .minus {
  background-color: transparent !important;
  font-size: 20px;
  font-weight: bold;
}

.woocommerce ul.products li.product:hover .image-wrapper img {
  opacity: 1 !important;
}

.woocommerce-page .products .product .kiz-product-info {
  display: flex !important;
  height: auto !important;
  padding-top: 22px !important;
}

.woocommerce-page .products .product .kiz-product-info .kiz-product-title {
  width: 65%;
  flex: 0 0 auto;
  display: -webkit-box;
  height: 46px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 !important;
}

.woocommerce-page .products .product .kiz-product-info .price {
  width: 35%;
  flex: 0 0 auto;
  text-align: right !important;
  line-height: 1 !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce-page .products .product .kiz-product-info .price {
  margin: 0 !important;
}

.woocommerce-page .products .product .kiz-product-info .price del {
  line-height: 1 !important;
}

.woocommerce-page .products .product .kiz-product-info .price del .amount {
  margin-right: 0 !important;
}

.woocommerce-page .products .product .kiz-product-info .price ins {
  text-align: right !important;
}

.woocommerce-page .products .product .kiz-accordition {
  margin-top: 30px;
}

.woocommerce-page .products .product .kiz-product-excerpt {
  width: 100%;
  flex: 1 0 auto;
  display: -webkit-box;
  height: calc(1.7em * 2);
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 3px 0px 5px;
}

.woocommerce-page .products .product .kiz-product-atc {
  display: block;
  width: 100%;
  opacity: 1;
  visibility: visible;
  position: static !important;
  margin: 0 !important;
}
.woocommerce-page
  .products
  .product
  .kiz-product-atc
  .add-to-cart-button-inner {
  display: block;
}
.woocommerce-page .products .product .kiz-product-atc .add_to_cart_button,
.woocommerce-page .products .product .kiz-product-atc .added_to_cart {
  margin: 0 !important;
  opacity: 1;
  visibility: visible;
  display: block;
  font-size: 18px;
  line-height: 1;
  height: auto;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  background-color: #38553b;
  color: #fff;
}

.woocommerce-page .products .product.product-type-simple {
  padding: 0 15px;
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  position: relative;
}

.woocommerce-page ul.products {
  display: grid;
  column-gap: 15px;
}

.woocommerce-page ul.products .product .onsale {
  top: 20px;
  left: 20px;
}

.woocommerce-page ul.products .product .star-rating-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
}

.woocommerce-page .star-rating {
  display: block !important;
  color: #506445 !important;
  font-family: ElegantIcons !important;
  font-size: 12px !important;
  line-height: 1.1em !important;
  height: 1.1em !important;
  vertical-align: middle;
  letter-spacing: 6px;
  -webkit-font-smoothing: antialiased;
  width: 7.2em !important;
}

.woocommerce-page .star-rating::before {
  content: "\e031\e031\e031\e031\e031" !important;
  color: #506445 !important;
}
.woocommerce-page .star-rating span::before {
  content: "\e033\e033\e033\e033\e033" !important;
  color: #506445 !important;
}
.woocommerce-page.columns-4 ul.products {
  grid-template-columns: repeat(4, 1fr);
}

.woocommerce-page.columns-3 ul.products {
  grid-template-columns: repeat(3, 1fr);
}

.kiz-description-header {
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce-cart-form table.cart thead tr,
.woocommerce-cart-form table.cart tbody .cart_item,
.woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  thead
  tr,
.woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tbody
  .cart_item,
.woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  tr {
  background-color: #fff;
}

.full-height-image .elementor-widget-image,
.full-height-image .elementor-widget-image .elementor-widget-container {
  height: 100%;
}

.full-height-image img {
  object-fit: cover;
}

.post.format-standard .post_info {
  margin-top: 0 !important;
}

.post.format-standard .post_text .post_text_inner {
  padding: 10px 15px !important;
  text-align: left !important;
}

.post.format-standard .post_text .post_text_inner .entry_title {
  margin-bottom: 10px !important;
}
.post.format-standard .post_image .entry_date {
  background-color: #38553b80 !important;
  color: #fff !important;
}

.post.format-standard .post_image .entry_date .time_day {
  color: #fff !important;
}

.sidebar .widget {
  padding: 30px 20px;
  background: #dff9e6;
}

.sidebar .widget h5 {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #0080cb33;
}

.single-post .post.format-standard .post_image {
  display: none;
}
.onbackorder a.single_add_to_cart_button,
.onbackorder a.add_to_cart_button {
    cursor: default !important;
    opacity: 0.8;
    pointer-events: none;
}
.single-product .onbackorder form.cart {
    display: none;
}