/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.main-nav-menu-daria .elementor-menu-toggle {
  z-index: 9999 !important;
}

.main-nav-menu-daria .elementor-nav-menu__container {
  position: fixed;
  top: 0;
  right: 0;
  width: 0 !important;
  height: 100%;
  padding-top: 100px;
  display: block;
  margin-top: 0px !important;
  transform: scale(1) !important;
  max-height: 100vh !important;
  transition: 0.3s !important;
}

.main-nav-menu-daria .elementor-nav-menu__container[aria-hidden="false"] {
  transition: 0.3ss !important;
  width: 300px !important;
}

.main-nav-menu-daria .elementor-menu-toggle {
  animation: hidden 0.3s forwards;
  /* opacity: 0; */
}

.main-nav-menu-daria .elementor-menu-toggle.elementor-active {
  /* opacity: 0; */
  animation: show 0.3s forwards !important;
}

@keyframes show {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1 !important;
    position: fixed;
    top: 50px;
    right: 50px;
  }
}

@keyframes hidden {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/**/

.su-hp-offers-col {
  min-height: 550px;
}

.strefaurody-img-fit img {
  object-fit: cover;
  width: 400px !important;
  height: 400px !important;
  border-radius: 999px !important;
  box-shadow: 8px 0px 15px -3px #d8127d;
}

@media all and (max-width: 767px) {
  .su-hp-offers-col {
    min-height: auto !important;
  }

  .strefa-team-flex-section .elementor-container {
    flex-direction: column-reverse;
  }

  .strefaurody-img-fit img {
    width: 250px !important;
    height: 250px !important;
  }
}

.strefa-img-fit-zabiegi img {
  height: 700px;
  object-fit: cover;
}

.strefa-img-fit-single-post img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.woocommerce-notices-wrapper {
  display: none !important;
}

/*karta podarunkowa*/
#pwgc-form-recipient-name,
#pwgc-form-from,
#pwgc-form-message,
#pwgc-form-delivery-date {
  /* display: none !important; */
}
#pwgc-email-preview-button {
  color: #fff;
}
/*karta podarunkowa end*/

.added_to_cart.wc-forward {
  margin-left: 20px;
}

/*koszyk*/
.alignwide {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
/*koszyk end*/
