/****VARIABLES***************************************************************/
:root {
  /* colors - main */
  --c1: #94ae3f;
  --c2: #80c3de;
  --c3: #fbc11a;
  --c4: #fc8700;
  /* colors - darker */
  --d1: #7e9436;
  --d2: #6da6bd;
  --d3: #d6a416;
  --d4: #d67300;
  /* grays */
  --g1: #0b0014;
  --g2: #81828b;
  --g3: #b5b2b8;
  --g4: #e1e1e3;
  --g5: #f5f5f5;
  /* backgrounds */
  --bg1: #f5f9f9;
  --bg2: #e0eeb3;
  --bg3: #ffedd9;
  /* rgb + yellow/orange */
  --r: #e2401c;
  --g: #94ae3f;
  --b: #80c3de;
  --y: #fbc11a;
  /* rgby active */
  --ra: #bb3213;
  --ga: #7e9630;
  --ba: #538ea6;
  --ya: #d39d0d;
  /* fonts */
  --font_primary: Poppins, sans-serif;
  --font_secondary: Poppins, sans-serif;
  --fp: var(--font_primary);
  --fs: var(--font_secondary);
  --icons: 'pysznie-zdrowo-icons-v1'; }

/* Fonts */
.header {
  font-family: var(--font_primary);
  font-weight: 800; }

.subheader {
  font-family: var(--font_primary);
  font-weight: 700; }

#body, .p {
  font-family: var(--font_secondary);
  font-weight: 600; }

.button {
  font-family: var(--font_primary);
  font-weight: 600; }

a, .link {
  font-family: var(--font_secondary); }

.primary {
  font-family: var(--font_primary); }

.secondary {
  font-family: var(--font_secondary); }
html:root {
  margin-top: 0 !important; }

html {
  font-size: 1px !important; }

@media (min-width: 1200px) and (max-width: 1439px) {
  html {
    font-size: calc(0.06vw + 0.04px) !important; } }

@media (min-width: 1060px) and (max-width: 1199px) {
  html {
    font-size: calc(0.06vw + 0.17px) !important; } }

@media (min-width: 960px) and (max-width: 1059px) {
  html {
    font-size: calc(0.063vw + 0.19px) !important; } }

@media (min-width: 768px) and (max-width: 959px) {
  html {
    font-size: 0.87px !important; }
  div#content-wrap {
    max-width: 680px; } }

@media screen and (min-width: 520px) and (max-width: 767px) {
  html {
    font-size: 0.9px !important; }
  div#content-wrap {
    max-width: 510px; } }

@media (min-width: 480px) and (max-width: 519px) {
  html {
    font-size: calc(0.06vw + 0.5px) !important; } }

@media (min-width: 340px) and (max-width: 479px) {
  html {
    font-size: calc(0.065vw + 0.6px) !important; } }

@media (max-width: 339px) {
  html {
    font-size: calc(0.067vw + 0.5px) !important; } }

.oon {
  display: none !important; }

@media (min-width: 1200px) {
  .lg {
    display: block !important; } }

@media (min-width: 960px) and (max-width: 1199px) {
  .mdl {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .md {
    display: block !important; } }

@media (max-width: 767px) {
  .sm {
    display: block !important; } }

body {
  margin-right: 0 !important; }

body p {
  font-weight: 400;
  transition: none !important; }

body #outer-wrap {
  max-width: 100vw;
  overflow: hidden !important; }

#wpadminbar {
  position: fixed;
  top: -22px;
  opacity: 0.65;
  transition: opacity 0.1s, top 0.1s; }

#wpadminbar:hover {
  top: 0;
  opacity: 1; }

@media (max-width: 767px) {
  #wpadminbar {
    display: none; } }

.fl-col-small:not(.fl-col-small-full-width) {
  max-width: 100%; }

#body.fl-builder .content-area, #body.fl-builder #content-wrap {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border: 0 !important; }

#content.textpages {
  max-width: 1280px;
  margin: auto; }

#main {
  min-height: 500px; }

.hidden {
  display: none; }

pre {
  text-align: left; }

.button {
  background: var(--c1);
  padding: 16rem 32rem;
  border-radius: 32px; }
  .button:hover {
    background: var(--d1); }
/****GLOBAL**************************************************************/
/*  Button White */
.button-white {
  border-radius: 60px;
  color: var(--c1);
  letter-spacing: 0.8px;
  font-size: 18rem; }

.button-white:hover {
  background: var(--c1) !important;
  box-shadow: 0rem 10px 40px 0 rgba(0, 0, 0, 0.4); }

/*  Button Outline  */
a.single-btn-outline:hover {
  background: var(--c1) !important;
  border-color: var(--c1) !important; }

a.single-btn-outline {
  border-color: var(--g2) !important;
  color: var(--g2) !important; }

i.sb-icon {
  color: var(--g2) !important; }

a.single-btn-outline:hover {
  color: #fff !important; }

a.single-btn-outline:hover i {
  color: #fff !important; }

/*  Link Button  */
.stm-btn {
  font-size: 18rem; }

.link-animate {
  position: relative;
  z-index: 2; }

.link-animate::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 10px;
  width: 10%;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  background-color: var(--c1);
  opacity: 0.15; }

.link-animate:hover::after {
  width: 100%; }

/****HOME****************************************************************/
/* S2 */
.pz-scnd-section .stm-shortdescp {
  font-size: 24rem; }

.stm_module-5ec7f026aaeef p, .font-bold p {
  color: var(--g1);
  font-weight: bold; }

.font-grey p {
  color: var(--g2);
  line-height: 1.6;
  font-size: 18rem;
  letter-spacing: 0.5px; }

/* cta */
.cta-shop .fl-row-content-wrap {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5); }

/* S8 */
.stm_module-5ec9292b5e3b6 p {
  color: var(--g2); }

/* S11 counter */
.fl-number-string {
  color: var(--c1);
  text-align: left;
  font-weight: bold; }

.fl-number-string span {
  color: var(--g1); }

span.fl-number-after-text {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.4;
  font-size: 16rem; }

.counter-txt-right .sh-shortdescp {
  font-size: 20rem; }

/****HEADER**************************************************************/
/****  ABOUT  ****************************************************************/
/* s2 */
.page-id-1854 .pz-scnd-section .stm-right-container {
  display: none; }

/* s3 */
.big-size-img-row {
  position: relative; }

.big-size-img-right {
  margin-bottom: 40rem; }

/* s4 */
/* s5 */
.gallery-about-row {
  position: relative; }

/* s8 */
.image-row .fl-row-content-wrap {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5); }

/****  CONTACT  ****************************************************************/
.contact-row-2 {
  padding: 40rem 0; }

.contact-form-section .stm-vertical-heading {
  margin-top: 0;
  margin-bottom: 10px; }

.contact-form-section .stm-shortdescp {
  margin: 10px 0; }

.ct-form-module {
  margin-top: 20rem;
  margin-bottom: 20rem; }

/* contact form */
.contact-descp-right p {
  letter-spacing: 1px;
  line-height: 1.8;
  max-width: 100%; }

.contact-descp-right .fl-rich-text {
  margin: 40rem 0; }

.contact-form .wpforms-form .wpforms-one-half {
  min-width: 100%;
  margin-left: 0 !important; }

.contact-form .wpforms-form input[type=text], .contact-form .wpforms-form input[type=email], .contact-form .wpforms-form textarea {
  border-radius: 5px !important;
  border: solid 1px #000000 !important;
  min-height: 60px;
  margin-top: 20px;
  padding: 10px 20px !important; }

.contact-form .wpforms-form textarea {
  height: 200px !important;
  padding: 20px !important; }

.contact-form .wpforms-form .wpforms-field-label {
  margin-bottom: 20px !important; }

.contact-form .wpforms-form input[type=text]:focus, .contact-form .wpforms-form input[type=email]:focus, .contact-form .wpforms-form textarea:focus {
  border-color: var(--c1) !important;
  box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1); }

.contact-form .wpforms-form .wpforms-required-label {
  color: var(--c1) !important; }

.contact-form .wpforms-form .wpforms-field-label-inline a {
  text-decoration: underline;
  font-weight: 500; }

.contact-form .wpforms-form .wpforms-field-label-inline {
  font-size: 14px !important;
  color: var(--c1); }

.contact-form .wpforms-form .wpforms-field-description {
  color: var(--g2);
  margin-left: 30px !important;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-top: 0px !important;
  font-size: 12px !important; }

.contact-form-btn {
  border-radius: 60px !important;
  background-color: var(--c1) !important;
  float: right !important;
  padding: 20px 60px !important;
  font-size: 16rem !important;
  position: relative; }

.contact-form-btn:hover {
  background-color: var(--d1) !important;
  border: none !important; }

.wpforms-submit-container::after {
  content: "* wymagane";
  position: absolute;
  right: 20px;
  top: 70px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px; }

.wpforms-submit-container::after::first-letter {
  color: var(--c1); }

.wpforms-form input[type=checkbox] {
  height: 20px !important;
  width: 20px !important; }

.wpforms-form input[type=checkbox]:active, .wpforms-form input[type=checkbox]:focus, .wpforms-form input[type=checkbox]:visited {
  border: 2px solid var(--c1) !important; }

input[type=checkbox]:checked:before {
  color: var(--c1);
  line-height: 18px;
  width: 18px; }

/**** TEXT PAGES  ****************************************************************/
.page-template-text #main p {
  font-size: 20rem;
  color: var(--g2); }

.page-template-text #main {
  padding: 50rem 0 100rem 0 !important; }

.page-template-text .fl-module-List_Text_Content_Loop {
  margin: 30rem auto; }

/****FAQ****************************************************************/
.page-id-1828 .faq-shortdescp {
  color: var(--g2); }

/****HOW DO WE SALE****************************************************************/
.fl-node-5fb28f5c38653 .faq-shortdescp a {
  color: #fc8700; }

.fl-node-5fb28f5c38653 .faq-shortdescp a:hover {
  color: #fbc11a; }

.page-id-1926 .fl-module-FAQ_Text .faq-header {
  font-size: clamp(24px, 3vw, 36rem); }

.page-id-1926 .fl-module.fl-module-FAQ_Text {
  margin: 30px 0; }

/****FAQ****************************************************************/
.page-id-1828 .faq-number, .page-id-1828 i.faq-big-icon {
  opacity: 0.2; }

/****INSTRUCTION****************************************************************/
#cws-wp-help-document img {
  box-shadow: 1px 2px 5px 0px #888888 !important;
  margin: 20px 0 !important; }
@charset "UTF-8";
/****BODY***************************************************************/
body {
  margin-right: 0 !important;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #080606;
  position: relative !important;
  left: 0 !important;
  transition: none !important; }

body #outer-wrap {
  max-width: 100vw;
  overflow: hidden !important; }

div#wpadminbar {
  position: fixed;
  top: -22px;
  opacity: 0.65;
  transition: opacity 0.1s, top 0.1s; }

div#wpadminbar:hover {
  top: 0;
  opacity: 1; }

.fl-col-small:not(.fl-col-small-full-width) {
  max-width: 100%; }

.container {
  width: 1400px; }

a:hover {
  color: #94ae3f; }

a:focus, a:active {
  outline: none; }

.front-hidden {
  display: none !important; }

.fl-builder-edit .front-hidden {
  display: block !important; }

option[hidden] {
  display: none !important; }

.fl-row-content {
  width: 100%; }

.fl-row-fixed-width {
  max-width: 1330px; }

/****TYPOGRAPHY & MAIN MARGINS***************************************************************/
p {
  margin-bottom: 10rem; }

hr {
  border-top: 1px solid #eaeaea; }

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
  color: #0b0014; }

h3 {
  font-size: 25rem; }

.container, body.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
  padding: 0 25rem; }

@media screen and (max-width: 399px) {
  .container, body.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 18rem; } }

.fl-module-content {
  margin: 12rem 25rem; }

/* set fullwidth for beaver builder pages */
body.fl-builder #main div#content-wrap, body.fl-builder #main div#primary {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0; }

body.fl-builder #main aside#right-sidebar {
  display: none; }

/* first section without top margin */
.fl-builder-content.fl-builder-content-primary > .fl-row:first-child .fl-row-content {
  padding-top: 0; }

/*  */
h1.entry-title {
  font-size: 37rem;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #0b0014;
  padding: 0; }

#main #content-wrap {
  padding-top: 10rem;
  padding-bottom: 40rem; }

.nbsp {
  white-space: pre;
  position: relative;
  display: inline-block; }

/****HEADER***************************************************************/
/* Topbar */
#body #top-bar {
  padding: 8px 20rem; }

#body #top-bar-wrap {
  z-index: 1; }

#body #top-bar-wrap.sticky {
  top: -120px;
  position: fixed;
  left: 0;
  right: 0; }

#top-bar-wrap .top-bar-left {
  float: none;
  width: 100%; }

#top-bar-wrap .topbar-content {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.topbar_right ul {
  display: flex; }

.topbar_right ul li {
  padding: 0 0 0 5px;
  position: relative; }

.topbar_right a {
  padding: 13px 4px; }

.topbar_right .sub-menu a {
  padding: 10px 20px; }

#top-bar-content {
  font-size: 14rem; }
  #top-bar-content p {
    margin: 0; }

#top-bar-wrap .topbar-content i {
  color: var(--c1);
  margin-right: 6rem;
  vertical-align: -1rem;
  font-size: 1.1em; }
#top-bar-wrap .topbar-content i + span {
  margin-right: 12rem;
  font-weight: 500; }
#top-bar-wrap .topbar-content .social-icons {
  float: right; }
  #top-bar-wrap .topbar-content .social-icons i {
    color: var(--g1);
    font-size: 1em; }
    #top-bar-wrap .topbar-content .social-icons i:hover {
      color: var(--c1); }

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

/* Main Header */
#site-header {
  border: 0;
  top: -200px;
  transition: top 0.3s;
  position: static; }

header#site-header.sticky {
  position: fixed;
  padding: 10px 0;
  box-shadow: 0 2px 2px 1px #0002;
  top: 0; }

/* logo */
#site-logo {
  max-width: calc(100% - 100px); }

img.custom-logo.lazyloading {
  opacity: 1; }

#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
  width: 240rem;
  max-width: 100% !important; }

@media screen and (min-width: 960px) and (max-width: 1299px) {
  #site-logo #site-logo-inner {
    max-width: 235rem; } }

/* Menu */
a.menu-link {
  color: #080606;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px; }

nav#site-navigation span.nav-content {
  display: none; }

span.sidr-class-nav-content {
  display: none; }

ul#menu-oferta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; }

ul#menu-oferta a {
  color: #fff;
  padding: 10px 0;
  display: block;
  font-size: 16rem;
  letter-spacing: 0.96px;
  text-align: center;
  color: #ffffff; }

ul#menu-oferta a:hover {
  opacity: 0.7; }

#menu-oferta .menu-item {
  position: relative; }

#body .sub-menu, #menu-oferta .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  z-index: 50;
  margin: 0;
  list-style: none;
  background: #ddd;
  display: none; }

#body .menu-item:hover > .sub-menu, #menu-oferta .menu-item:hover > .sub-menu {
  display: block; }

#body .sub-menu li, #menu-oferta .sub-menu li {
  padding: 0;
  color: #000; }

#body .sub-menu li::before, #menu-oferta .sub-menu li::before {
  float: left;
  font-size: 2em;
  margin-left: 17px;
  margin-top: 7px; }

#body .sub-menu::before, #menu-oferta .sub-menu::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 100%;
  border-style: solid;
  border-width: 0 10px 9px 10px;
  border-color: transparent transparent #f5f9f9 transparent; }

#body .sub-menu li:hover, ul#menu-oferta .sub-menu li:hover {
  color: #fff;
  background: var(--c1); }

#body .sub-menu li:hover > a, ul#menu-oferta .sub-menu li:hover > a {
  color: #fff;
  opacity: 1; }

#body .sub-menu a, ul#menu-oferta .sub-menu a {
  color: inherit;
  text-align: left;
  transition: all 0s;
  line-height: 19rem;
  font-weight: 400 !important;
  padding: 11px 13px 11px 60px;
  display: block;
  font-size: 16rem;
  letter-spacing: 0.96px; }

#body a:not([href]), ul#menu-oferta a:not([href]) {
  cursor: default;
  opacity: 1; }

@media screen and (max-width: 1599px) {
  #body li:last-child > .sub-menu, #menu-oferta li:last-child > .sub-menu {
    left: auto;
    right: 0; }
  #body li:last-child > .sub-menu::before, #menu-oferta li:last-child > .sub-menu::before {
    left: auto;
    right: 20px; } }

#body .menu-item:hover > .sub-menu ul.sub-menu {
  left: 100%;
  right: -100%;
  top: 0; }

#body .menu-item:last-child:hover > .sub-menu ul.sub-menu {
  right: 100%;
  left: -100%;
  top: 0; }

#body .sub-menu .sub-menu a {
  padding-left: 16px; }

#body .sub-menu .sub-menu::before {
  right: 100%;
  bottom: auto;
  top: 12rem;
  border-width: 9px 10px 9px 0px;
  border-color: transparent #f5f9f9 transparent transparent; }

#body .menu-item:last-child .sub-menu .sub-menu::before {
  left: 100%;
  bottom: auto;
  top: 12rem;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #f5f9f9; }

/* My account menu */
#body .topbar_right ul.sub-menu {
  position: absolute;
  top: 100%;
  width: 200px;
  flex-direction: column;
  display: none;
  padding-top: 9px;
  padding-bottom: 5px;
  box-shadow: -13px 8px 30px 0 rgba(34, 35, 40, 0.3);
  background-color: #f0f0f0;
  border-radius: 6px;
  /* overflow: hidden; */ }

#body .topbar_right li:hover > ul.sub-menu {
  display: flex; }

#body .topbar_right ul.sub-menu a {
  font-weight: 600;
  padding-left: 13px;
  padding: 13px; }

#body .topbar_right ul.sub-menu hr {
  margin: 0; }

#body .topbar_right ul.sub-menu a.dc-submenu-item-secondary {
  text-transform: uppercase;
  font-size: 12px;
  color: #81828b; }
  #body .topbar_right ul.sub-menu a.dc-submenu-item-secondary:hover {
    color: #fff; }

#body .topbar_right ul.sub-menu:before {
  content: "";
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--c1) transparent;
  display: none; }

li.dc_wishlist a {
  padding: 3px 8px 9px 2px !important; }

li.dc_wishlist a span {
  font-size: 26rem;
  display: block;
  color: #111111; }

/****Header mobile******************************************************/
body a.sidr-class-toggle-sidr-close {
  font-size: 0; }

a.sidr-class-toggle-sidr-close::before {
  content: "X ";
  font-size: 11px; }

a.sidr-class-toggle-sidr-close::after {
  content: " Zamknij menu";
  font-size: 11px; }

.sidr-class-mobile-searchform button {
  display: none; }

#body #sidr form input[type="search"] {
  min-height: 40px;
  padding: 0 10px !important; }

@media screen and (max-width: 480px) {
  #site-logo #site-logo-inner {
    max-width: 190rem; } }

.admin-bar #sidr, .admin-bar .oceanwp-sidr-overlay {
  top: 0;
  height: 100vh;
  height: 100vh; }

/****FOOTER***************************************************************/
#footer-widgets {
  background: var(--bg1);
  padding-bottom: 40rem; }

#footer-bottom {
  background-color: #194206; }

#footer-widgets .footer-box a {
  color: #080606; }

#footer-widgets .footer-box a {
  color: #080606;
  font-size: 22rem;
  letter-spacing: 0.64rem;
  line-height: 40rem; }

#footer-bottom div#copyright a {
  color: #676767;
  text-decoration: underline;
  letter-spacing: 0.3rem;
  white-space: nowrap;
  line-height: 40rem; }

#footer-bottom div#copyright a:hover {
  color: #94ae3f; }

#footer-widgets .footer-box .textwidget a {
  color: var(--g1);
  text-decoration: underline; }
  #footer-widgets .footer-box .textwidget a:hover {
    background-color: #0e76a8;
    color: #fff; }

#wrap #footer-widgets .footer-box .footer_contact_card a {
  text-decoration: none;
  color: #fff;
  background: no-repeat; }

.footer-box.span_1_of_4.col.col-4 p {
  margin-bottom: 25rem; }

.oceanwp-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_recent_comments li, .widget-recent-posts-icons li, .site-footer .widget_nav_menu li, .oceanwp-widget-recent-posts-li:first-child, .widget_categories li:first-child, .widget_recent_entries li:first-child, .widget_archive li:first-child, .widget_recent_comments li:first-child, .widget-recent-posts-icons li:first-child, .site-footer .widget_nav_menu li:first-child {
  border: 0; }

#footer-widgets .footer-box {
  padding: 0;
  margin-top: 20rem;
  margin-bottom: 20rem; }

#footer-bottom.no-footer-nav #copyright {
  text-align: left; }

#footer-bottom.no-footer-nav #copyright p {
  margin-bottom: 30rem; }

div#media_image-2 img {
  max-width: 200px !important; }

#footer-bottom.no-footer-nav #copyright img {
  margin: auto;
  display: inline-block; }

#footer-widgets .footer-box .textwidget p {
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.64px; }

#footer #footer-widgets .footer-box p.social-icons a {
  text-decoration: none;
  padding: 6px;
  margin-left: 2px;
  margin-right: 6px;
  border: solid 0.5px rgba(0, 0, 0, 0.3);
  width: 50rem;
  height: 50rem;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px; }

footer#footer::before {
  content: "";
  left: 0;
  right: 0;
  background-image: url(/app/themes/webdiamond/img/wave-footer.svg);
  height: 40rem;
  bottom: calc(100% - 2px);
  display: block;
  background-size: cover;
  transform: translateY(2px); }

#footer #footer-widgets .footer-box .social-icons .allegro img {
  margin-top: -3px !important;
  margin-left: -5px; }

#footer #footer-widgets .footer-box p.social-icons a svg {
  width: 15px;
  margin-bottom: -2px; }

#footer #footer-widgets .footer-box p.social-icons a i.icon-prestigecar-short-facebook {
  color: #3b5998; }

#footer-widgets .footer-box a:hover {
  color: #94ae3f; }

.footer-box.col-1 img {
  margin-bottom: 20rem; }

#footer-widgets .footer-box .widget-title {
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #194206;
  border: 0;
  padding: 0; }

#footer-widgets .footer-box a {
  color: var(--g1);
  font-size: 16rem;
  letter-spacing: 0.64rem;
  line-height: 30rem;
  font-weight: 500; }

.footer_contact {
  text-align: left; }

.footer_contact_card {
  padding: 30rem 35rem;
  border-radius: 5px;
  background-color: var(--c1);
  margin-bottom: 30rem;
  background-image: url(/app/themes/webdiamond/img/green-card.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat; }

#footer-widgets .footer_contact_card .widget-title {
  color: #fff; }

#body #footer-widgets .footer_contact_card p {
  margin-bottom: 13rem;
  color: #fff;
  font-size: 18rem;
  font-weight: 500;
  display: flex; }

.footer_payments ul, #footer-widgets .footer_payments ul {
  display: flex;
  justify-content: center;
  margin: 0 -6px; }

.footer_payments li, #footer-widgets .footer_payments li {
  max-width: 80rem;
  display: flex;
  width: 24%;
  margin: 0 6px;
  background: #fff;
  border-radius: 5px;
  padding: 0 12rem;
  box-shadow: 0 1px 4px #0001;
  border-radius: 5px; }

.footer_payments li img, #footer-widgets .footer_payments li img {
  max-height: 50px;
  margin: auto; }

.footer_payments li:last-child img, #footer-widgets .footer_payments li:last-child img {
  max-height: 29rem;
  margin: auto; }

#footer-widgets .footer-box .textwidget p.social-icons {
  margin-top: 25rem; }

#body #footer-widgets .footer_contact_card p i {
  margin: 3px 12px 0 0;
  font-size: 1.12em; }

#footer-bottom {
  background-color: #194206;
  padding: 25rem 0 18rem; }

#body #footer #footer-bottom p, #body #footer #footer-bottom a {
  color: #fff;
  margin: 0; }

.footer_payments li {
  box-shadow: 0 2px 6px 1px #0002; }

footer#footer.mfoot {
  margin-bottom: 0 !important; }

#footer-bottom #footer-bottom-menu li {
  position: relative; }

#footer-bottom #footer-bottom-menu li:after {
  content: "";
  margin-left: 5px;
  margin-right: 5px;
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 50%;
  left: -2px; }

#footer-bottom #footer-bottom-menu li:first-child:after {
  display: none; }

#wrap #footer .social-icons a.fb:hover {
  background: #4267b2; }

#wrap #footer .social-icons a.tw:hover {
  background: #08a0e9; }

#wrap #footer .social-icons a.ig:hover {
  /* background: #f61f99; */
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }

#footer-bottom #copyright span.nbsp {
  padding: 0 2px; }

/**** FORMS & INPUTS ***************************************************************/
/* #body form input[type="checkbox"],
#body form input[type="radio"] {
  display: none;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
  color: #080606;
  font-size: 20rem;
  line-height: 40rem;
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}
form input[type="checkbox"]:checked + label,
form input[type="radio"]:checked + label {
  color: #94ae3f;
  font-weight: 700;
}
form input[type="checkbox"] + label::before,
form input[type="radio"] + label::before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
form input[type="radio"] + label::before,
form input[type="radio"] + label::after {
  border-radius: 50%;
}
form input[type="checkbox"]:checked + label::before,
form input[type="radio"]:checked + label::before {
  border-width: 2px;
  color: #94ae3f;
}
form input[type="checkbox"]:checked + label::after,
form input[type="radio"]:checked + label::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid;
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
  background: #94ae3f;
}
#body form input,
#body form label {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18rem;
  display: flex;
}
#body form input,
#body form textarea,
#body form select {
  border: 2px solid #f0f0f2;
  border-radius: 0;
  min-height: 80px;
  margin-bottom: 18rem;
  line-height: 32px !important;
  padding-top: 36rem !important;
  padding-left: 27rem;
  font-size: 24rem;
  font-weight: 700;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#body form select {
  padding-left: 24rem;
}
body#body form textarea {
  padding-top: 52rem !important;
}
body .gform_wrapper ul li.gfield,
form label {
  position: relative;
}
#body .gform_body label,
form label span {
  position: absolute;
  top: 32rem;
  left: 30rem;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
  font-size: 23rem;
  line-height: 24px;
  color: #676767;
  transition: transform 0.3s, font-size 0.3s;
  font-weight: 400;
}
#body .gform_body .isFocus label,
form label.isFocus span,
form select.selected ~ span {
  transform: translateY(-12px);
  font-size: 20rem;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}
.gfield_radio li {
  min-height: 40px;
}
#body .gform_body [type="radio"] + label {
  padding-left: 28px;
  line-height: 2;
  left: 0;
  top: 4px;
} */
/****HOME***************************************************************/
.fl-col.fl-node-5ecd0058982cd {
  padding: 50rem 0 70rem; }

/****BLOG***************************************************************/
#main .fl-builder-module-template {
  margin: 0 auto;
  max-width: 100%;
  padding: 0; }

.post_grid.post_main .post_item {
  position: relative;
  color: #fff;
  background-size: cover;
  margin: 22rem 0;
  border-radius: 4px;
  min-height: 450rem;
  display: flex; }
.post_grid.post_main .post_item a {
  color: #fff;
  font-size: 24rem;
  font-weight: bold; }
.post_grid.post_main .post_item a :hover {
  opacity: 0.8; }
.post_grid.post_main .post_date {
  position: absolute;
  top: 0;
  right: 20rem;
  left: auto;
  background: #fff;
  color: var(--g1);
  width: 68rem;
  text-align: center;
  padding: 11rem 0 14rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2; }
  .post_grid.post_main .post_date span.day {
    font-size: 25rem;
    font-weight: bold;
    line-height: 1;
    display: block; }
.post_grid.post_main hr {
  border-width: 4px;
  max-width: 54px; }
.post_grid.post_main .ps_desc {
  font-family: Poppins;
  font-size: 16rem;
  line-height: 1.35;
  letter-spacing: 0.4rem;
  color: #fff;
  font-weight: 400; }
.post_grid.post_main a.ps_link {
  border-radius: 24.5px;
  border: solid 2px #ffffff;
  padding: 4rem 30rem 7rem !important;
  display: inline-block;
  line-height: 35rem;
  margin-top: 21rem;
  position: relative;
  overflow: hidden; }
  .post_grid.post_main a.ps_link span {
    font-size: 16rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
    text-align: left;
    position: relative; }
.post_grid.post_main .ps_title :hover {
  opacity: 0.7; }

.post_grid.post_main .post_item .post_content {
  position: relative;
  z-index: 5;
  padding: 30rem 30rem 40rem;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.post_grid.post_main .post_item .post_image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #0003;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 100%); }

.post_grid.post_main .post_item .post_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden; }

.post_grid.post_main .post_item .post_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.post_grid.post_main a.ps_link i.icon-long-right-arrow {
  vertical-align: -4px;
  padding-left: 12rem;
  position: relative; }

.post_grid.post_main a.ps_link:hover {
  box-shadow: 0 0 1px 1px #fff inset; }

.post_grid.post_main a.ps_link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.43s; }

.post_grid.post_main a.ps_link:hover::before {
  opacity: 1;
  transform: translateX(0); }

.post_grid.post_main a.ps_link:hover i, .post_grid.post_main a.ps_link:hover span {
  color: var(--g1); }

.post_grid + .pagination {
  border-top: solid 1px #ddd;
  padding-top: 27rem;
  padding-bottom: 25rem; }

body#body.search div#content {
  max-width: 900px;
  margin: 30rem auto; }

/**** SIDEBAR ***************************************************************/
.content-left-sidebar .widget-area {
  border-radius: 10px;
  background-color: #f5f9f9;
  padding: 40rem 34rem !important; }

.tagcloud a {
  font-size: 14rem !important;
  padding: 3rem 8rem;
  border: solid 1px var(--g1);
  display: inline-block;
  margin: 0 3rem 6rem 0;
  border-radius: 6rem; }

.ps_cat {
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.28rem;
  text-transform: uppercase; }

/****SLIDER***************************************************************/
.owl-item {
  float: left; }

.owl_slider {
  visibility: hidden; }

.owl-loaded {
  display: block;
  visibility: visible;
  overflow: hidden; }

/* Navs */
.owl-carousel .owl-nav {
  display: flex !important;
  left: -23px;
  right: -19px;
  z-index: 5; }

.owl-carousel .owl-nav button span {
  padding: 20px;
  display: block;
  pointer-events: all;
  width: 48px;
  height: 48px;
  background: #fff;
  color: #333;
  border-radius: 40px;
  padding: 12px;
  line-height: 24px; }

.owl-carousel .owl-nav button span:hover {
  background: #e46818;
  color: #fff; }

.owl-carousel button.owl-prev span, .owl-carousel button.owl-next span {
  font-size: 0; }

.owl-carousel button.owl-prev span::before, .owl-carousel button.owl-next span::before {
  font-family: 'pysznie-zdrowo-icons-v1' !important;
  font-size: 24px; }

.owl-carousel button.owl-prev span::before {
  content: ""; }

.owl-carousel button.owl-next span::before {
  content: "";
  padding-left: 3px; }

/****LIGHTBOX fancybox*******************************************************/
/* lightbox */
button.fancybox-button.fancybox-button--play, button.fancybox-button.fancybox-button--zoom, button.fancybox-button.fancybox-button--thumbs, button.fancybox-button.fancybox-button--fullscreen {
  display: none !important; }

.fancybox-container .fancybox-caption {
  color: #000;
  border: 0; }

.fancybox-container .fancybox-caption-wrap {
  background: linear-gradient(180deg, transparent 0, rgba(255, 255, 255, 0.15) 8%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0.8));
  bottom: 95px;
  padding-top: 50px;
  text-shadow: 0 0 2px #fffa; }

body.fancybox-active main {
  filter: blur(2px); }

body.fancybox-active main .sticky-col {
  opacity: 0.7;
  top: 0; }

.fancybox-container .fancybox-bg {
  opacity: 0.4;
  background: #fff; }

.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 0.9 !important; }

.fancybox-image, .fancybox-spaceball {
  border: solid 3px #fff; }

.fancybox-navigation svg, button.fancybox-button.fancybox-button--close svg {
  display: none; }

a.fancybox-button.fancybox-button--arrow_left, a.fancybox-button.fancybox-button--arrow_right {
  padding: 30px;
  margin: 0 25px;
  background-size: 29px !important; }

a.fancybox-button.fancybox-button--arrow_left {
  background: url("/app/themes/webdiamond//img/jackdiamonds-icon-arrow-left.svg") no-repeat center center; }

a.fancybox-button.fancybox-button--arrow_right {
  background: url("/app/themes/webdiamond//img/jackdiamonds-icon-arrow-right.svg") no-repeat center center; }

button.fancybox-button.fancybox-button--close {
  background: url("/app/themes/webdiamond/img/icon_close.svg") no-repeat center center;
  opacity: 1;
  margin: 45px;
  background-size: 24px !important; }

button.fancybox-button.fancybox-button--close:hover {
  background-color: none;
  opacity: 0.8 !important; }

.fancybox-container .fancybox-infobar {
  opacity: 0.4 !important; }

body .fancybox-navigation button {
  background: transparent; }

@media screen and (max-width: 800px) {
  .fancybox-show-thumbs .fancybox-inner {
    right: 0 !important; }
  .fancybox-thumbs.fancybox-thumbs-x {
    display: none !important; }
  .fancybox-container .fancybox-caption-wrap {
    bottom: 0; } }

@media screen and (max-width: 768px) {
  a.fancybox-button.fancybox-button--arrow_left, a.fancybox-button.fancybox-button--arrow_right {
    margin: 0 5px; }
  button.fancybox-button.fancybox-button--close {
    margin: 10px; } }

/* horizontal thumbnails */
@media (min-width: 768px) {
  .fancybox-container .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.8); }
  .fancybox-container .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important; } }

.fancybox-container .fancybox-thumbs > ul > li:before {
  border: 4px solid #94ae3f; }

/* modalbox */
.fancybox-slide #gform_wrapper_1 {
  width: 100%;
  max-width: 780px;
  padding: 35rem 60rem 50rem;
  box-shadow: 0 2px 10px 2px #0005; }

body .fancybox-close-small {
  width: 60px;
  height: 60px; }

body .fancybox-close-small:after {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font: 31px / 40px Arial, Helvetica Neue, Helvetica, sans-serif;
  padding-left: 2px; }

@media screen and (max-width: 767px) {
  .fancybox-slide #gform_wrapper_1 {
    padding: 25rem 35rem 45rem; } }

/****ACCORDION***************************************************************/
.acc_title {
  font-family: Poppins;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.72px;
  text-align: left;
  color: #0b0014;
  cursor: pointer;
  transition: color 0.23s;
  padding: 7px 0; }

.acc_title:hover {
  color: var(--c1); }

.dc_acc {
  display: none; }

.acc_title.active + .dc_acc, .dc_acc.show {
  display: block; }

/**** SELECT2 ***************************************************************/
#main .oceanwp-toolbar .select2, #main .oceanwp-toolbar .select2 * {
  height: calc(100% - 2px);
  right: 4px; }

#main .select2 span.select2-selection__rendered, form#product_searchform input#s {
  padding: 4rem 20rem 7rem 12rem;
  color: var(--g2);
  text-transform: none;
  font-size: 14rem;
  font-weight: 500;
  border-radius: 3px; }

form#product_searchform input#s, #main .select2-container--default {
  border: solid 1.6px var(--g4);
  background: #fff;
  border-radius: 5px; }

form#product_searchform input#s {
  padding: 2rem 34rem 2rem 14rem; }

#main .select2-container--default .select2-selection--single {
  border: 0;
  background-color: transparent; }

#body .select2-container--default .select2-dropdown {
  margin-top: -3px;
  border: solid 2px var(--g4);
  box-shadow: 0 2px 9px 1px #0005;
  font-weight: 500; }

#body .select2-results__options {
  max-height: 280px; }

#body .select2-container--default .select2-results__option {
  padding: 4rem 12rem; }

#body .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--c1);
  color: #fff; }

select#dostawa_w_dn {
  height: 42px;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-bottom: 50px;
  font-weight: 400; }

/****breadcrumbs***************************************************************/
#breadcrumbs {
  box-shadow: inset 0 0 13.5px 1.5px rgba(11, 0, 20, 0.15);
  background-color: #fafcfc;
  padding: 10rem 0;
  margin-bottom: 40rem; }

#breadcrumbs p.breadcrumbs {
  margin: 0;
  font-size: 12rem;
  font-weight: 500; }
  #breadcrumbs p.breadcrumbs > span > span > a {
    color: var(--g3); }

/****pagination***************************************************************/
.pagination {
  font-size: 24rem;
  text-align: right;
  margin-top: 22rem; }

.pagination a, .pagination span {
  padding: 8rem;
  color: var(--g3);
  font-weight: 400; }

.pagination a.nb.label, .pagination span.current {
  color: var(--g1);
  font-weight: 600; }

.pagination a.nb.label:hover {
  color: var(--c1); }

/****BODY***************************************************************/
#scroll-top {
  background-color: rgba(25, 66, 6, 0.9); }

/****Single post***************************************************************/
#body.single-post.fl-builder #content-wrap #content section {
  padding: 0 20rem; }

#body.single-post.fl-builder article > .post_image, #body.single-post.fl-builder ul.meta, #body.single-post.fl-builder header.entry-header {
  margin: auto !important;
  padding: 20rem !important;
  display: block;
  max-height: 630rem; }

#body.single-post #main article > .post_image {
  display: flex; }

#body.single-post #main article > .post_image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px !important;
  overflow: hidden; }

#body .thumbnail, #body .entry-header, #body ul.meta, #body .entry-content h1, #body .entry-content h2, #body .entry-content h3, #body .entry-content h4, #body .entry-content h5, #body .entry-content h6, #body .entry-content blockquote, #body .entry-content p, #body .post-tags, #body .entry-share, #body nav.post-navigation, #body #author-bio, #body #related-posts, #body .comments-area {
  padding-left: 0;
  padding-right: 0; }

li.meta-date, ul.meta li a {
  font-size: 17rem;
  color: var(--g2);
  text-transform: uppercase;
  margin-right: 12rem;
  font-weight: 400; }

ul.meta li a {
  color: var(--c1); }

ul.meta li:after {
  content: "";
  display: none; }

.single-post .entry-title {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.9rem;
  color: #0b0014; }

.single-post article p {
  font-size: 18rem;
  line-height: 1.8;
  letter-spacing: 0.8rem;
  margin-bottom: 22rem;
  color: var(--g2); }

.single-post h1, .single-post h2 {
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.8rem;
  color: #0b0014; }

.theme-heading .text::before {
  content: "";
  display: none; }

section#related-posts .related-posts-title {
  font-size: 36rem;
  line-height: 1.35;
  font-weight: bold;
  color: #0b0014;
  text-transform: none;
  margin-bottom: 18rem; }
  section#related-posts .related-posts-title span {
    color: var(--c1); }

section#related-posts {
  padding-top: 70rem !important; }

.single-post article p a {
  color: var(--c1); }
  .single-post article p a:hover {
    color: var(--d1); }

.single-post article p b, .single-post article p strong {
  color: var(--g1);
  font-weight: 600; }

.menu-stopka-container a {
  line-height: 1.5;
  padding: 10rem;
  display: inline-block; }

.heading h1 {
  font-size: 50rem;
  font-weight: 800; }

.heading p {
  font-size: 20rem;
  color: var(--g2);
  font-family: var(--font_primary);
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin-bottom: 40rem; }

a.wishlist-btn i.icon-like-filled, a.wishlist-btn i.icon-like {
  font-size: 26px;
  line-height: 26px; }

#body.single-post ul.meta {
  display: flex !important; }

#body.single-post ul.meta li, #body.single-post ul.meta span, #body.single-post ul.meta a {
  font-size: 17rem !important; }
@media screen and (min-width: 768px){/* (min-width: 768px) */
/* (min-width: 768px) */
/****BODY****************************************************************/
/****BLOG****************************************************************/
.post_grid.post_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.post_grid.post_main .post_item {
  width: calc(50% - 16rem); }

/****TYPOGRAPHY & MAIN MARGINS*******************************************/
.container, body.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0 30rem; }

.fl-module-content {
  margin: 15rem 30rem; }

/****HEADER**************************************************************/
/* Main Header */
#site-header {
  padding: 36px 0; }

/* Logo */
#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
  width: 320rem; }

/****FOOTER**************************************************************/
#wrap #footer-widgets .footer-box {
  padding-right: 5%;
  max-width: 790px; }

#footer-widgets .footer-box.span_1_of_4.col.col-1 {
  width: 100%;
  margin-bottom: 60rem; }

#wrap #footer-widgets .footer-box.span_1_of_4.col.col-4 {
  padding: 0; }

#footer-widgets .footer-box {
  clear: none; }

#footer-bottom {
  padding: 4rem 0; }

/****OTHER***************************************************************/
.heading h1 {
  font-size: 60rem; }
}@media screen and (min-width: 960px){/* (min-width: 960px) */
/**** TEXT PAGES  ****************************************************************/
.page-template-text .fl-module-List_Text_Content_Loop {
  max-width: 85%; }
@charset "UTF-8";
/* (min-width: 960px) */
/****BODY****************************************************************/
/****TYPOGRAPHY & MAIN MARGINS*******************************************/
/****HEADER**************************************************************/
/* menu */
#site-header {
  padding: 26rem 0; }

#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
  width: 325rem; }

#site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#site-navigation-wrap {
  right: 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end; }

#site-navigation span.text-wrap {
  color: #080606;
  font-size: 16rem;
  font-weight: 500;
  letter-spacing: 0.64rem;
  transition: color 0.1s; }

#site-navigation-wrap .dropdown-menu > li > a {
  line-height: 60rem;
  padding: 0 15rem;
  font-size: 15rem; }

#site-navigation-wrap .dropdown-menu > li > a:hover span {
  color: #94ae3f; }

#site-navigation-wrap .dropdown-menu > li.current-menu-item > a {
  position: relative; }

#site-navigation-wrap .dropdown-menu > li.menu-item + li.menu-item::before {
  content: "";
  bottom: 50%;
  right: 100%;
  width: 7rem;
  height: 7rem;
  border-radius: 8px;
  background: var(--g1);
  display: block;
  position: absolute;
  transform: translate(50%, 10%); }

.icon-magnifier:before {
  content: ""; }

nav#site-navigation, nav#site-navigation > ul {
  display: flex; }

li.woo-menu-icon.wcmenucart-toggle-drop_down.spacious.toggle-cart-widget {
  order: 15; }

nav#site-navigation .icon-magnifier {
  font-size: 25rem;
  color: var(--g1); }
  nav#site-navigation .icon-magnifier:hover {
    color: var(--c1); }

.dc_wishlist a {
  display: block;
  font-size: 25rem;
  padding: 0 10rem; }

/* sub-menu */
#body ul.sub-menu {
  box-shadow: 0px 20px 40px 0 rgba(34, 35, 40, 0.25);
  background-color: #f5f9f9;
  border: 0;
  min-width: 220px;
  padding: 9px 0; }

#body .dropdown-menu li .sub-menu li.menu-item {
  border: 0; }

#body .dropdown-menu li a.menu-link {
  font-size: 1em; }

#body .dropdown-menu li .sub-menu li.menu-item {
  border: 0;
  font-size: 15px; }

#body .dropdown-menu li .sub-menu li.menu-item::before {
  position: absolute;
  left: 18px;
  margin: 0;
  top: 0;
  bottom: 0;
  font-size: 1.8em;
  color: var(--g1);
  display: flex;
  justify-content: center;
  align-items: center; }

#body .dropdown-menu li .sub-menu li.menu-item:hover {
  background: var(--c1);
  color: #fff; }

#body .dropdown-menu li .sub-menu a.menu-link {
  padding-left: 65px; }

#body .dropdown-menu li .sub-menu li:hover::before, #body .dropdown-menu li .sub-menu a.menu-link:hover, #body .dropdown-menu li .sub-menu a.menu-link:hover span {
  background-color: transparent;
  color: #fff; }

/****FOOTER**************************************************************/
#footer-widgets .footer-box {
  width: 33%; }

#footer-bottom.no-footer-nav #copyright p {
  margin-bottom: 50rem; }

footer#footer::before {
  height: 81rem; }

/****HOME****************************************************************/
/****BLOG***************************************************************/
/****KONTAKT***************************************************************/
/****SIDEBAR***************************************************************/
.content-left-sidebar .widget-area {
  width: 20%; }

.content-left-sidebar .content-area {
  border-left-width: 0;
  width: 79.8%; }

@media screen and (max-width: 1199px) {
  .content-left-sidebar .widget-area {
    width: 27%; }
  .content-left-sidebar .content-area {
    width: 72.8%; } }

/****BODY***************************************************************/
.cols {
  display: flex;
  justify-content: space-between; }

.cols > div {
  width: 49%; }

.owp-floating-bar {
  background-color: var(--c1);
  box-shadow: 0 2px 2px 1px #0006; }

.owp-floating-bar.show {
  top: 93px !important; }

.owp-floating-bar button.button {
  background: #fff !important; }

.owp-floating-bar .product_price del .amount, .owp-floating-bar .product_price .amount {
  color: #fff !important; }

.owp-floating-bar .product_price p {
  color: #fff;
  font-weight: 400; }

table.woocommerce-product-attributes.shop_attributes {
  max-width: 500px; }

/****Single POST***************************************************************/
#body.single-post.fl-builder article > .post_image, #body.single-post.fl-builder ul.meta, #body.single-post.fl-builder header.entry-header {
  max-width: calc(100% - 20rem) !important; }
}@media screen and (min-width: 1200px){/* (min-width: 1200px) */
/****HOME****************************************************************/
/* S1 */
.pz-scnd-section .stm-header {
  font-size: 45px; }

/* cta */
.fl-cta-text-content p {
  max-width: 60%; }

/* S11 counter */
.counter-txt-right .sh-shortdescp {
  max-width: 100%; }

.counter-txt-right .sh-shortdescp {
  line-height: 1.8; }

/* S12 counter */
.newsletter-txt-left .sh-shortdescp {
  max-width: 100%; }

/****  ABOUT  ****************************************************************/
/* s2 */
.page-id-1854 .pz-scnd-section .stm-right-container {
  display: inherit; }

/* s3 */
.big-size-img-row .big-size-img-right {
  position: absolute;
  right: -30px;
  top: 0%;
  max-width: 95%;
  z-index: 2; }

.big-size-img-row .ib-photo {
  border-radius: 10px 0 0 20px; }

/* s4 */
.about-paragraph .shop-text-module-content {
  max-width: 55%; }

.stm-big-icon {
  margin-left: 30%; }

/* s5 */
.gallery-about-module .img-loop {
  justify-content: inherit;
  position: absolute;
  top: -100px;
  left: 8vw; }

/* s6 */
.fl-node-5ed65779628a2 p {
  font-size: 24rem;
  max-width: 60vw;
  margin-left: 7%; }

.fl-node-5ed65b813398b .fl-row-content {
  max-width: 92vw; }

/* s7 contact form */
.contact-form .wpforms-form .wpforms-one-half {
  min-width: inherit;
  margin-left: 4% !important; }

.contact-descp-right p {
  font-size: 24rem;
  max-width: 80%;
  margin-left: 5vw; }

.contact-form-btn {
  margin-top: -50px !important; }

/****  CONTACT  ****************************************************************/
.contact-form-section .shop-text-module-content {
  min-width: 80%;
  margin-left: 60rem; }

.contact-form-section .stm-vertical-heading {
  top: 3vw;
  left: -160rem; }

.contact-form-section .stm-shortdescp {
  margin-bottom: 0;
  margin-top: 20px; }

.contact-form-section .shop-text-module-content .stm-shortdescp p {
  color: var(--g2);
  font-size: 18rem;
  letter-spacing: 0.5px; }

.contact-form-section .shop-text-module-content {
  padding-bottom: 0; }

.icon-adress {
  margin-left: 40rem; }

/* contact form */
.wpforms-submit-container::after {
  top: 25px; }

div.wpforms-container-full .wpforms-form input[type=checkbox] {
  margin: 20px 13px 0 0 !important; }

div#wpforms-2143-field_3-container {
  max-width: 55%; }

/****HOW DO WE SALE****************************************************************/
.page-id-1926 .fl-module.fl-module-FAQ_Text {
  margin: 15px 0; }
/* (min-width: 1200px) */
/****BODY****************************************************************/
.container {
  max-width: 98%; }

.fl-row-fixed-width {
  width: 98%; }

.container, body.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0 20rem; }

/****TYPOGRAPHY & MAIN MARGINS*******************************************/
/****HEADER**************************************************************/
#site-navigation-wrap .dropdown-menu > li > a {
  padding: 0 30rem;
  font-size: 16rem; }

/****FOOTER**************************************************************/
#footer-widgets {
  padding-top: 79rem; }

#wrap #footer-widgets .footer-box.span_1_of_4.col.col-1 {
  width: 30%; }

#wrap #footer-widgets .footer-box.span_1_of_4.col {
  width: 22%; }

#wrap #footer-widgets .footer-box.span_1_of_4.col.col-4 {
  width: 26%; }

#footer-widgets div#media_image-2 img {
  max-width: 75% !important;
  margin-top: 10rem; }

#footer-widgets .footer-box a {
  font-size: 15rem;
  line-height: 30rem; }

#wrap #footer-widgets .footer-box .textwidget a {
  font-size: 17rem; }

.footer-box.span_1_of_4.col.col-4 {
  margin-top: 24rem;
  text-align: right; }

#footer-bottom.no-footer-nav #copyright p {
  margin-bottom: 30px; }

html#diamond #body.woocommerce-checkout .footer-widgets-inner.container {
  width: 1640px; }

#wrap .footer_payments ul, #wrap #footer-widgets .footer_payments ul {
  justify-content: space-between;
  margin: 0 -6px; }

.footer_payments li, #footer-widgets .footer_payments li {
  max-width: 86rem; }

.footer_payments li img, #footer-widgets .footer_payments li img {
  max-height: 52px; }

@media screen and (max-width: 1499px) {
  .footer_contact_card {
    padding: 28rem; } }

/****HOME****************************************************************/
/****BLOG***************************************************************/
.post_grid::after {
  content: "";
  order: 10;
  width: calc(33.33% - 16rem); }

.post_grid.post_main .post_item {
  width: calc(33.33% - 16rem); }

.post_grid.post_main .post_item .post_content {
  padding: 30rem 40rem 40rem; }

/****KONTAKT***************************************************************/
/* @media screen and (max-width: 1599px) {
  .fl-node-5e2ec4fdce334 > .fl-col-content {
    padding-right: 5%;
  }
  .fl-node-5e2ec4fdce334 {
    width: 53%;
  }
  .fl-node-5e2ec4fdce335 {
    width: 46%;
  }
}
.fl-module.cform {
  padding-left: 35rem;
  padding-right: 35rem;
}
.contact-text p {
  font-size: 20rem;
}
.contact-text.contact-phone a {
  font-size: 23rem;
}
.contact-text.contact-mail a {
  font-size: 21rem;
}
#body .gform_body select {
  padding-left: 27px;
  font-size: 14px;
}
#body .gform_body label {
  top: 8px;
  font-size: 13px;
  left: 28px;
}
.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
  display: flex !important;
}
#body .gfield_radio li.gchoice_1_1_0 {
  width: 230px;
}
#body .gfield_radio li {
  width: 130px;
}
#body .gform_wrapper .gsection .gfield_label,
#body .gform_wrapper h2.gsection_title,
#body .gform_wrapper h3.gform_title {
  font-family: Poppins;
  font-size: 30rem !important;
  font-weight: 600 !important;
}
#body .gform_body [type="radio"] + label {
  line-height: 30px;
  font-size: 14px;
}
@media screen and (max-width: 1599px) {
  #body .gfield_radio li {
    width: 150px;
  }
  #body .gfield_radio li.gchoice_1_1_0 {
    width: 260px;
  }
  #body .gform_body [type="radio"] + label {
    line-height: 30px;
    font-size: 13px;
    padding-left: 21px;
  }
}
#body .gform_wrapper .top_label li.gfield.gf_right_half label.gfield_label {
  left: 39px;
}
body .gform_body textarea {
  font-size: 14px;
}
#body input[type="submit"] {
  font-size: 16px;
  max-width: 260px;
  margin-left: auto;
  margin-right: 0;
}
#body .gform_wrapper .gform_footer {
  padding-top: 0;
  padding-bottom: 5px;
}
.fl-node-5e2ec4fdce334 > .fl-col-content {
  padding-right: 35rem;
}
#body .gform_body input,
#body .gform_body textarea {
  font-size: 16px;
  padding-left: 25px;
}
@media screen and (max-width: 1399px) {
  #body .gform_body select {
    padding-left: 19px;
    font-size: 13px;
  }
  #body .gform_body label {
    font-size: 12px;
    top: 11px;
    left: 20px;
  }
  #body .gform_wrapper .top_label li.gfield.gf_right_half label.gfield_label {
    left: 30px;
  }
  #body .gform_body input,
  #body .gform_body textarea {
    font-size: 14px;
    padding-left: 17px;
  }
} */
/****Single POST***************************************************************/
.single-post .fl-row-fixed-width .fl-module-rich-text .fl-module-content {
  width: 98%;
  max-width: 1040px;
  margin: auto; }

#body.single-post.fl-builder article > .post_image, #body.single-post.fl-builder ul.meta, #body.single-post.fl-builder header.entry-header {
  max-width: 1320px !important; }

li.meta-date, ul.meta li a {
  font-size: 20rem; }

.single-post .entry-title {
  font-size: 40rem; }

.single-post article p {
  font-size: 20rem; }

.single-post h1, .single-post h2 {
  font-size: 40rem; }

#body.single-post.fl-builder #content-wrap #content section, #body.single-post.fl-builder #content-wrap #content .fl-module-rich-text .fl-module {
  padding: 0 20rem; }
}@media screen and (min-width: 1500px){/* (min-width: 1500px) */
/****HOME****************************************************************/
/* S1 */
.pz-scnd-section .stm-header {
  font-size: 60px; }

/****  ABOUT  ****************************************************************/
/* s3 */
.big-size-img-row .big-size-img-right {
  right: -30rem;
  top: 10%;
  max-width: 100%; }

/* s5 */
.gallery-about-module .img-loop {
  top: -170px;
  left: 15vw; }

/* s6 */
.fl-node-5ed65779628a2 p {
  font-size: 24rem;
  max-width: 50vw;
  margin-left: 0; }

/****  CONTACT  ****************************************************************/
.contact-form-section .shop-text-module-content {
  padding: 0; }

.contact-form .wpforms-form input[type=text], .contact-form .wpforms-form input[type=email], .contact-form .wpforms-form textarea {
  min-height: 80px; }

.contact-form .wpforms-form textarea {
  height: 240px !important; }

.contact-form .wpforms-field-textarea {
  padding-top: 40px !important; }

.contact-form-section .shop-text-module-content {
  margin-left: 100rem; }

.contact-form-section .stm-vertical-heading {
  left: -200rem; }

.icon-adress {
  margin-left: 70rem; }
/* (min-width: 1500px) */
body.admin-bar::-webkit-scrollbar {
  display: none; }

/****BODY****************************************************************/
.container {
  width: 1640px; }

.fl-row-fixed-width {
  max-width: 1640px; }

/****TYPOGRAPHY & MAIN MARGINS*******************************************/
/****HEADER**************************************************************/
#site-logo {
  flex-grow: 1; }

#site-header {
  padding: 17rem 0 22rem; }

#site-navigation-wrap .dropdown-menu > li > a {
  padding: 0 26rem;
  line-height: 54rem; }

/****FOOTER**************************************************************/
/****HOME****************************************************************/
/****BLOG***************************************************************/
/****KONTAKT***************************************************************/
}@media screen and (max-width: 959px){/* max-width: 767px lub 959px (frontend.css.php) */
@media screen and (min-width: 520px) and (max-width: 767px) {
  div#content-wrap {
    max-width: 510px; }
  html#diamond #main .products .product {
    width: 45%; }
  html {
    font-size: 0.9px !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  div#content-wrap {
    max-width: 766px; } }

@media screen and (max-width: 767px) {
  div#top-bar-wrap {
    display: none; } }

.sidr-inner .sidr-class-dc_wishlist {
  display: none !important; }

.sidr-inner li::before {
  display: none; }

.sidr-class-dropdown-menu ul a:before {
  content: "";
  display: none; }

.sidr-class-dropdown-menu ul a {
  padding-left: 42rem;
  font-weight: 400; }
}@charset "UTF-8";
#cookie-law {
  text-align: center;
  background: var(--c1); }

#cookie-law > div {
  padding: 30px 15px;
  padding-right: 70px;
  display: inline-block;
  position: relative; }

#cookie-law h4 {
  padding: 0 !important;
  margin: 0 0 8px !important;
  text-align: left !important;
  font-size: 17rem !important;
  letter-spacing: 0.5px;
  color: #fff; }

#cookie-law p {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: 14.5rem !important;
  line-height: 22rem !important;
  color: #eee;
  letter-spacing: 0.5px; }

#cookie-law a {
  color: #fff;
  white-space: nowrap; }

@media screen and (min-width: 1000px) {
  a.close-cookie-banner {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
    display: block;
    width: 20px;
    height: 20px; }
  #cookie-law p a {
    text-decoration: underline; }
  #cookie-law p a:hover {
    color: #000; } }

#cookie-law .fa-times {
  font-size: 28px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 12px;
  margin-top: 20px;
  margin-left: -25px; }

a.close-cookie-banner span {
  display: none !important; }

#body #cookie-law {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 158;
  box-shadow: 0px -1px 5px #0009;
  background: var(--c1); }

#body #cookie-law .fa-times:before {
  content: "";
  font-family: var(--icons);
  line-height: 42px;
  padding: 2px;
  vertical-align: 3px;
  margin-left: 1px;
  font-size: 16px; }

#body #cookie-law .fa-times {
  padding: 0px 11px;
  border-radius: 42px;
  transition: background 0.3s;
  text-align: center;
  font-weight: 800;
  font-style: normal;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px !important; }

#body #cookie-law .fa-times:hover {
  background: #e46818; }

@media (max-width: 999px) {
  #cookie-law > div {
    padding: 22px 15px 75px; }
  a.close-cookie-banner {
    right: auto;
    left: 0; }
  #cookie-law .fa-times {
    margin-left: -10px;
    margin-top: 15px; }
  #cookie-law h4 {
    font-size: 21rem !important; }
  #cookie-law p {
    font-size: 17rem !important;
    line-height: 24rem !important; }
  #cookie-law p a {
    color: #fff;
    letter-spacing: 0.8px;
    padding: 13px 0 13px;
    font-size: 19rem;
    display: block;
    /* background: var(--d1); */
    background: rgba(0, 0, 0, 0.5);
    margin: 9px 0 0;
    text-align: center;
    border-radius: 4px;
    width: calc(50% - 22px);
    position: absolute;
    line-height: 1;
    bottom: 16px; }
  #body #cookie-law .fa-times {
    width: auto;
    height: auto !important;
    line-height: 22rem !important;
    font-size: 26rem;
    text-transform: uppercase;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: calc(50% - 22px);
    font-size: 21rem;
    padding: 0 !important; }
  #body #cookie-law .fa-times:before {
    content: "Ukryj komunikat";
    color: #fff;
    font-family: var(--fp);
    font-weight: 400; } }

@media screen and (max-width: 479px) {
  #body #cookie-law .fa-times {
    width: calc(100% - 30px); }
  #cookie-law p a {
    width: calc(100% - 30px);
    bottom: 68px;
    font-size: 13px; }
  #cookie-law > div {
    padding-bottom: 125px; } }
