/**
* Theme Name: Potocki Porto child
* Description: This is a child theme of Porto
* Author: <a href="#">Martyna Lehmann</a>
* Template: Porto
* Version: 1.0.0
*/
#CookiebotWidget {
  display: none;
}

.popup {
  display: none;
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.321);
}

.popup.active {
  display: block;
}

.popup__content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: fit-content;
  max-width: 600px;
  height: fit-content;
  transform: translate(-50%, -50%);
  background-color: #fcfcfc;
  color: #4f4f4f;
  border-radius: 50px;
  padding: 50px;
}

.popup__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #232323;
  color: #fcfcfc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.popup__title {
  text-align: center;
  margin-bottom: 20px;
  color: #232323;
}

.popup__description {
  text-align: center;
  color: #4f4f4f;
}

.popup__textarea {
  height: unset;
}

.popup__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.quantity .minus {
  border-radius: 5px 0 0 5px !important;
  border-width: 1.5px 1px 1.5px 1.5px !important;
}

.quantity .qty {
  border-width: 1.5px 1px !important;
}

.quantity .plus {
  border-radius: 0 5px 5px 0 !important;
  border-width: 1.5px 1.5px 1.5px 1px !important;
}

.btn-borders {
  border-width: 1.5px;
}

.btn-borders.btn-lg {
  border-radius: 5px;
}

/*.home .porto-full-no-gap .owl-stage-outer {
  height: 60vh; }*/

.owl-item .e-con {
  min-width: 300px !important;
}

@media only screen and (min-width: 450px) {
  .owl-item .e-con {
    min-width: 430px !important;
  }
}

/*.owl-item .porto-ibanner {
  height: 60vh; }*/
.owl-item .porto-ibanner-img {
  height: 100%;
}

#header .elementor-widget-container .wishlist-count,
#header .elementor-widget-container .cart-items {
  font-size: 11px;
  background-color: #215c52;
}

.single-product .main-content .porto-block>.elementor-section {
  flex-direction: column;
}

.single-product .main-content .btn-info {
  background-color: #215c52;
}

.single-product .main-content .btn-info:hover {
  background-color: #286f63;
}

.single-product .btn-info,
.single-product .single_add_to_cart_button {
  border-radius: 2em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 1rem 2.25rem;
  border: none;
  display: flex;
  align-items: center;
}

.single-product__shipping-info-container {
  display: flex;
  gap: 1rem;
}

.single-product__shipping-info {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.single-product__shipping-info-delivery-text {
  font-weight: 500;
  color: #454545;
}

.single-product__shipping-info-text {
  color: #454545;
  font-weight: 500;
}

.single-product__pay-once {
  font-weight: 400;
  color: #8a8b8e;
}

.single-product__pl-wood {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  background-color: #cad0c6;
  border-radius: 10px;
  padding: 9px 18px;
  max-width: 30rem;
  margin-bottom: 1.5rem;
}

.single-product__pl-wood-icon {
  font-size: 2rem;
  color: #5c6358;
}

.single-product__pl-wood-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.single-product__pl-wood-description {
  font-size: 0.9rem;
  margin-bottom: 0rem;
  line-height: 1.2;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
  justify-content: center;
  flex-direction: column;
}

.widget_price_filter .price_slider_amount .price_label {
  margin-bottom: 8px;
}

.widget_price_filter .price_slider_amount .button {
  border-radius: 50px;
}

.sidebar-content {
  border-radius: 16px;
}

.woocommerce-ordering select .woocommerce-viewing select {
  border-radius: 50px;
}

.ppom-popup-inner-section {
  width: 1000px;
  max-width: 80%;
  margin: 40px auto;
  height: calc(100vh - 60px);
  overflow: scroll;
  border-radius: 24px;
  padding: 16px 12px;
}

.ppom-popup-wrapper>.single_add_to_cart_button {
  display: none;
}

.ppom-popup-wrapper>.buttons_added {
  display: none;
}

.ppom__icon-clean {
  width: 30px;
}

.ppom__icon-paw {
  width: 25px;
}

.ppom__icon-water {
  width: 25px;
}

.ppom__summary-container {
  display: flex;
  flex-direction: row;
}

.ppom__summary-container .single_add_to_cart_button {
  display: flex;
  align-items: center;
}

.ppom-section-collapse h4.alignLeft {
  border-radius: 20px;
}

.ppom-popup-header h3 {
  text-align: center;
}

.ppom-wrapper .form-row .ppom-collapsed-title {
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.ppom-section-collapse .collapseIcon {
  top: 50%;
}

.ppom-wrapper .form-group {
  padding: 6px;
}

.ppom-popup-close-js {
  background: transparent;
  color: black;
  border: 1px solid black;
  border-radius: 24px;
}

@media (min-width: 992px) {
  ul.sub-menu.porto-narrow-sub-menu {
    display: inline-block;
  }
}

.home .porto-carousel {
  max-height: 600px !important;
}

.home .hero--banner-1 h1.elementor-heading-title {
  color: #252525;
  font-family: "Poppins", Poppins;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.68px;
}

.home .hero--banner-1 .porto-ibanner-layer {
  background-color: #eeeeee;
  padding: 2rem;
  max-width: 460px;
  height: 100%;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  margin-left: 20%;
  justify-content: center;
}

.home .hero--banner-1 .porto-ibanner-layer p {
  padding: 2rem 0;
}

.archive .gridlist-toggle {
  /* display: none;*/
}

.sidebar-info-image {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 5;
}

@media (max-width: 1438px) {
  .sidebar-info-image {
    display: none;
  }
}

@media (min-width: 1438px) and (max-width: 1630px) {
  .sidebar-info-image {
    max-width: 150px;
  }
}

@media (min-width: 1630px) and (max-width: 1780px) {
  .sidebar-info-image {
    max-width: 220px;
  }
}

@media (min-width: 1780px) {
  .sidebar-info-image {
    max-width: 300px;
  }
}

#footer {
  z-index: 10;
  background-color: #fff;
}

section,
archive .category__description,
.blog .post {
  content-visibility: auto;
  contain-intrinsic-size: auto 300px;
}

.home-slider,
.home-features,
.blog .post:first-child {
  content-visibility: visible;
  contain-intristic-size: initial;
}

.visibility-auto {
  content-visibility: auto;
  contain-intrinsic-size: auto 300px;
}

.visibility-visible {
  content-visibility: visible;
  contain-intrinsic-size: initial;
}

.author-img {
  max-height: 140px;
}

.author-container {
  display: flex;
}

.author-desc {
  padding-left: 1.4rem;
  padding-bottom: 3.6rem;
}

.post-author .img-thumbnail img {
  display: none;
}

.post-author .img-thumbnail {
  background-image: url(https://meblepotocki.pl/wp-content/uploads/2024/08/Mateusz_Potocki.jpg);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
}

@media (min-width: 992px) {
  .main-menu .popup {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .main-menu .menu-item-has-children:hover>.popup {
    display: block;
  }

  .main-menu .popup a {
    display: block;
    color: #000;
    text-decoration: none;
  }

  .main-menu .sub-menu {
    position: static;
  }
}

#header.sticky-header .header-main.sticky {
  padding: 0 1.4rem !important;
}

#header .header-main {
  max-width: 1800px;
}

@media (max-width: 575px) {
  .error404 i.fas.fa-file {
    font-size: 38px;
  }

  .error404 .page-not-found h2 {
    font-size: 88px;
  }

  .ppom-popup-body .row .col-md-7 .ppom__summary-container {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  #header .header-main {
    margin: 0 auto;
  }

  #footer {
    max-width: 1800px;
    margin: 0 auto;
  }
}

@media (max-width: 390px) {
  .ppom-popup-body .row .col-md-7 .ppom__summary-container .single_add_to_cart_button {
    padding: 0.8rem;
    font-size: 12px;
  }
}

.home .porto-full-no-gap .owl-stage-outer {
  height: 535px;
}

.owl-item .porto-ibanner {
  height: 535px !important;
}

.elementor-143 .elementor-element.elementor-element-89d7fad>.elementor-container {
  min-height: 535px !important;
}

@media (max-width: 767px) {
  .opacity-background .porto-ibanner-img {
    opacity: 0.4;
  }

  .opacity-background .elementor-widget-image img {
    margin: 0 auto;
  }
}