@charset "UTF-8";
@import url("./variables.css");
@font-face {
  font-family: "Thesignature";
  src: url(".../fonts/Thesignature.woff2") format("woff2"), url("../fonts/Thesignature.woff") format("woff"), url("../fonts/Thesignature.ttf") format("truetype"), url("../fonts/Thesignature.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
start core
**/
::-moz-selection {
  color: #fff;
  background: #546b2b;
}
::selection {
  color: #fff;
  background: #546b2b;
}

a:hover {
  color: var(--primary-text);
}

#index > main > .container {
  width: 100%;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1 {
  font-family: var(--font-secondary);
  font-weight: 400;
  color: #575757;
}

.products-section-title {
  color: #575757;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

@media (min-width: 992px) {
  .col-md-16 {
    width: 16.66%;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .col-md-16 {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .col-md-16 {
    width: 100%;
  }
}

p {
  color: #575757;
}

.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
  color: #546B2B;
}

.text-right {
  text-align: right !important;
}

#pagenotfound .page-not-found h4, #products .page-not-found h4 {
  font-weight: 400 !important;
}

.form-group {
  margin-bottom: 0;
}
.form-group .form-control {
  border: 1px solid #E6E6E6;
}
.form-group .form-control-label {
  padding-top: 0;
}
.form-group .form-control-label, .form-group .form-control-comment {
  text-align: left;
  font-size: 12px;
  margin-bottom: 0;
  color: #575757;
}
.form-group .form-control-comment {
  letter-spacing: 1.2px;
}

.input-group .input-group-btn > .btn[data-action=show-password] {
  color: transparent !important;
}

.btn-secondary.left::before {
  content: "\e5cb";
  font-family: "Material Icons";
  vertical-align: middle;
}

.box-outline {
  border: 1px solid #2F3E15;
  padding: 15px;
  width: 100%;
  font-family: "Playball";
  font-size: 26px;
  line-height: normal;
  text-align: center;
  color: #575757;
}

a.text-primary:focus, a.text-primary:hover {
  color: var(--primary-text) !important;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
  background-color: #000;
}

input::-moz-placeholder {
  opacity: 1 !important;
}

input::placeholder {
  opacity: 1 !important;
}

.btn.btn-primary, .btn-secondary {
  position: relative;
  font-size: 12px;
}

.btn.btn-secondary {
  position: relative;
}

.add-to-cart::after {
  display: none !important;
}

.panel_border {
  padding: 3rem;
  border: 1px solid #000;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #000;
}

.text-white, .text-white * {
  color: #fff;
}

.carousel-control {
  width: 5% !important;
}

.text-primary {
  color: #546B2B !important;
}

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

.font-secondary {
  font-family: var(--font-secondary);
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: 900 !important;
}

.btn.btn-primary, .btn-primary {
  background-color: #546B2B;
}

.btn-secondary {
  background-color: #575757 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

.carousel .carousel-item .caption {
  max-width: 600px !important;
}

.featured-products .products-section-title, .products-section-title {
  font-size: 42px !important;
  text-transform: none;
  word-break: keep-all;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .featured-products .products-section-title {
    font-size: 36px;
  }
}
.material-symbols-outlined {
  vertical-align: middle;
  font-weight: 200;
}

.mjcountdown_code {
  border: none;
  color: #fff !important;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container, #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description, .product-list-reviews {
  background: transparent;
}

.text-separate {
  letter-spacing: 3px;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
  color: #fff;
}

@media (max-width: 991px) {
  .page-content > .container, .page-content {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .row.recaptcha {
    margin: 1rem;
  }
}
.btn.btn-secondary.left {
  text-transform: none;
}

.input-group .input-group-btn > .btn {
  color: #fff !important;
}

button.owl-prev, button.owl-next {
  background: #fff !important;
  position: absolute;
  top: -50px;
  z-index: 999;
  font-size: 2rem !important;
  padding: 20px !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border: 1px solid #C5C5C5 !important;
}

button.owl-prev {
  right: 15px;
}

button.owl-next {
  right: -50px;
}

.owl-nav.disabled {
  display: block !important;
}

/**
end core
**/
/* 
start Header
*/
#index header#header, #header {
  background-color: #fff !important;
}

.header-top #_desktop_cart {
  display: none !important;
}

.user-info {
  margin: 8px !important;
}

.header-nav > .container > .row > div {
  min-height: 72px;
  display: flex;
  align-items: center;
}

#header .header-nav .right-nav {
  flex-flow: row;
  justify-content: flex-end !important;
}

div#_desktop_logo {
  justify-content: center;
}

body#checkout #header .header-nav {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #header .header-nav .top-logo {
    float: left;
    margin-top: 1px;
  }
}
#header .header-nav a, #header .header-nav i {
  /* z-index: 9999; */
  position: relative;
}

.language-switcher-mobile {
  background-color: var(--primary-bg) !important;
}

.js-rm-trigger {
  color: var(--four-text) !important;
}

@media (min-width: 992px) {
  #header {
    top: 30px;
    /* margin-top: -16px !important; */
    top: 0;
  }
}
.top-menu[data-depth="1"] {
  position: relative;
}

#header .top-menu .dropdown-menu a, a.dropdown-item {
  color: initial !important;
}

#header .top-menu .sub-menu {
  top: 37px !important;
  /* top: -10px !important;
  padding-top: 50px;
  z-index: -1; */
}

.top-menu .sub-menu {
  box-shadow: 2px 10px 11px 2px rgba(0, 0, 0, 0.1) !important;
}

.header-top #_desktop_logo {
  display: none !important;
}

.home-logo h1 {
  font-family: "DM Sans" !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

#header #search_widget {
  display: none;
  position: fixed;
  right: 0;
  z-index: 999;
  background: rgb(255, 255, 255);
  left: 0;
  height: 100%;
  min-width: 100%;
  /* max-width: 750px;
  min-width: 66%; */
  /* left: 50%; */
  /* transform: translateX(-50%) translateY(-50%); */
  /* top: 50%; */
  transform: none;
  top: 0;
  box-shadow: 0px 0px 200px 100px rgba(0, 0, 0, 0.25);
  margin-top: 0px !important;
  padding-top: 0;
}

.search-widget form input[type=text] {
  width: 100% !important;
  padding: 25px;
  padding-left: 50px;
}

.search-widget form button[type=submit] {
  bottom: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#header .right-nav .search_module {
  display: inline-block;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 5px;
}

#header .header-top .row .col-md-10 {
  /* 
  width: 100%;
  min-height: 72px;
  align-content: center; */
  text-align: left;
  width: 100%;
  display: flex;
  min-height: 72px;
  align-items: center;
}

#header .blockcart {
  margin-left: 0 !important;
  padding: 5px 5px !important;
}

#header .header-nav .cart-preview.active {
  background-color: transparent !important;
}

header#header {
  border: 0px;
}

.language-selector.dropdown.js-dropdown button {
  text-transform: uppercase;
}

#header .header-nav #_desktop_logo img {
  opacity: 1;
  padding: 0 5px 5px;
  max-height: 64px;
}

#header .header-nav #_desktop_logo a {
  background-size: auto auto !important;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

#header .header-nav, body#checkout #header .header-nav {
  /* padding: 15px 0; */
  text-align: center;
  margin-bottom: 0px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.facebook {
  background-image: url(../img/facebook.svg) !important;
}

.instagram {
  background-image: url(../img/instagram.svg) !important;
}

.block_newsletter p {
  font-family: var(--font-primary);
  font-weight: bold;
  line-height: 24px;
  color: #fff;
}

.insta-block h1 {
  font-family: var(--font-secondary) !important;
  font-weight: 400;
  margin-bottom: 3rem;
}

.block-category h1 {
  font-size: 36px;
  text-transform: none;
}

.header-nav > .container {
  width: 100%;
}

#header .header-top {
  padding-bottom: 0;
  color: #fff !important;
}

#header .header-top a[data-depth="0"] {
  color: #000 !important;
  text-transform: none;
  /* padding-top: 15px !important; */
}

#header .top-menu .sub-menu {
  top: 37px !important;
}

#header .blockcart a {
  color: #fff !important;
}

#header .search_module span {
  color: #fff !important;
}

@media (min-width: 992px) {
  #index header#header {
    position: relative;
  }
  #index .sticky-header {
    background-color: #000 !important;
    position: sticky !important;
  }
  #index .home-logo {
    margin-top: -150px;
  }
  #index #header {
    background: transparent;
    transition: 0.3s all ease-in-out !important;
  }
  #index #header .header-nav {
    background-color: #fff !important;
    margin-bottom: 0px;
    min-height: 104px;
    align-items: center;
    display: flex;
  }
  #index #header .header-top {
    padding-bottom: 0;
    background: transparent !important;
    color: #fff !important;
    margin-bottom: -50px !important;
  }
}
#header .header-nav .blockcart {
  color: #fff !important;
}

#menu-icon2 {
  /* border: 1px solid; */
  z-index: 999;
  position: relative;
  padding: 5px;
  margin: 5px;
}

@media (min-width: 768px) {
  .image_menu {
    display: none;
    position: absolute;
    right: 43%;
    height: auto;
    max-height: 100% !important;
    /* max-width: 100%; */
    top: 0px;
    max-height: 275px !important;
  }
  .popover {
    top: 70px !important;
  }
}
/* 
end Header 
*/
/**
start Mobile
**/
@media (max-width: 767px) {
  .product-miniature .product-title a {
    display: block !important;
    text-align: left !important;
    padding-right: 15px;
  }
  .product-miniature .product-description {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
  #header .header-nav #_desktop_logo img {
    height: auto;
  }
  #_desktop_logo {
    padding: 0;
  }
  div#js-product-list-header .block-category {
    padding: 4rem 1rem !important;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .block_newsletter form button[type=submit] {
    width: 64px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .block_newsletter form button[type=submit] {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .block_newsletter .newsletter-block-inner form > .row > .col-xs-12 {
    display: flex;
    flex-flow: column-reverse;
  }
}
@media (max-width: 767px) {
  .block_newsletter form button[type=submit] .fa {
    display: none;
  }
  #footer .block_newsletter {
    padding: 25px 1rem;
  }
  .products-section-title {
    word-break: break-all;
  }
  #index .home_top_slider {
    margin-top: 75px !important;
    min-height: auto !important;
  }
}
/**
end  Mobile
**/
/* 
start breadcrumb 
*/
#wrapper .breadcrumb li a {
  color: #575757 !important;
  font-size: 12px;
  text-transform: uppercase;
}

#wrapper .breadcrumb li:last-child a {
  /* color: #000 !important; */
  color: #546B2B !important;
}

.product-quantity #quantity_wanted {
  background-color: var(--five-bg);
}

#wrapper .breadcrumb li:after {
  content: "-";
  color: #c7c7c7;
}

/* 
end breadcrumb 
*/
/**
start Home
*/
.home_effects_boxes .box img {
  width: auto;
}

#custom-text .col-md-6:nth-child(1) {
  text-align: left;
}

.home_video_block {
  margin: 0 0 5rem 0;
  width: 100%;
  min-height: 480px;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  /* background-image: url(../img/home_video_block.png); */
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

.home_video_block video {
  position: absolute;
  z-index: 0;
}

#index .all-product-link {
  margin: 0;
}

.home_video_block .inner-video_block {
  z-index: 2;
  position: relative;
}

.home_video_block * {
  color: #fff;
}

#custom-text img {
  height: auto;
}

.carousel .carousel-item .caption .caption-description p, .carousel .display-1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
  font-family: "Material Symbols Outlined";
  font-weight: 200;
}

@media (max-width: 767px) {
  .home_top_slider .btn.btn-primary {
    /* display: none; */
    margin-top: 0px;
  }
  .home_top_slider .carousel .carousel-control .icon-prev {
    left: 0rem;
  }
  .home_top_slider .carousel .carousel-control .icon-next {
    right: 1rem;
  }
  .home_top_slider .btn.btn-primary {
    padding: 10px 20px;
    font-size: 0.7rem;
    letter-spacing: 2px;
  }
  .btn.btn-primary::after, .btn.btn-secondary::after {
    width: 24px !important;
    height: 24px !important;
    font-size: 1rem !important;
  }
}
.home_top_slider .btn.btn-primary {
  background-color: #546B2B;
  border: 0px;
  color: #fff !important;
  margin-top: 50px;
  letter-spacing: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.home_top_slider > .container {
  position: relative;
  z-index: 9;
}

#index .home_top_slider {
  overflow: hidden;
  background-image: url(../img/home_slider_top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  color: #fff;
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  #index .home_top_slider::before {
    background-image: url(../img/slider_mask.png);
  }
}
#index .home_top_slider::before {
  background-size: 400px;
  background-position: -50px -55px;
  content: " ";
  background-repeat: no-repeat;
}

.home_top_slider h1 {
  font-size: 56px;
  color: #FFF;
  margin-top: 150px;
}

.home_top_slider h2 {
  font-size: 42px;
  color: #FFF;
}

.home_top_slider p {
  color: #fff;
  margin-top: 50px;
}

#custom-text h1, .feature_single_product h1, .opinie h1 {
  font-weight: 400;
}

.home_effects {
  background-color: #FBFAF9;
  padding: 100px 0;
}
.home_effects .box img {
  max-height: 64px;
}
.home_effects .box {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 320px;
  padding: 40px;
  border: 1px solid #E6E6E6;
}
.home_effects .box h2 {
  font-size: 42px;
}
.home_effects p, .home_effects h2 {
  color: #575757;
}

.home_wiliwili_hawai {
  background-image: url(../img/home_img2_mask2.png);
}
@media (max-width: 991px) {
  .home_wiliwili_hawai {
    padding: 93px 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .home_wiliwili_hawai {
    padding: 93px;
  }
}
.home_wiliwili_hawai {
  background-position: -50% 500px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .home_wiliwili_hawai {
    min-height: 750px;
  }
}
.home_wiliwili_hawai .home_wiliwili_hawai_text {
  max-width: 434px;
}
.home_wiliwili_hawai .mask {
  position: absolute;
  right: -150px;
  z-index: 2;
  max-width: 445px;
}
@media (max-width: 991px) {
  .home_wiliwili_hawai .mask {
    max-width: 150px;
    left: 0;
    margin-top: 220px;
  }
}
.home_wiliwili_hawai h3 {
  font-size: 66px;
  color: #575757;
  font-family: "Thesignature", Arial, sans-serif;
}

.home_4steps {
  background-color: #F7F7F7;
}
@media (min-width: 992px) {
  .home_4steps {
    padding: 110px;
  }
}
@media (max-width: 991px) {
  .home_4steps {
    padding: 110px 0;
  }
}
.home_4steps > .container {
  max-width: 1400px;
  width: auto;
}
.home_4steps .white-panel {
  margin-top: 2rem;
}
.home_4steps .white-panel > img {
  max-width: 200px;
}
.home_4steps .white-panel {
  background-color: #fff;
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .home_4steps .white-panel {
    flex-flow: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .home_4steps .white-panel .text-panel {
    padding: 36px;
  }
}
@media (max-width: 991px) {
  .home_4steps .white-panel .text-panel {
    padding: 36px 10px;
  }
}
.home_4steps .white-panel .subtite {
  color: #546B2B;
}
.home_4steps .white-panel .text-panel-content {
  color: #575757;
}
.home_4steps .white-panel h3 {
  font-size: 26px;
}

.home_customtext {
  padding: 110px 0;
}
.home_customtext h2 {
  font-size: 42px;
  color: #575757;
}
.home_customtext p {
  color: #575757;
}
.home_customtext strong {
  color: #546B2B;
}
@media (max-width: 991px) {
  .home_customtext .col-lg-6:nth-child(1) img {
    margin-bottom: 3rem;
  }
}
.home_customtext .col-lg-6:nth-child(1)::after {
  background-image: url(../img/home_customtext_mask.png);
  width: 220px;
  height: 220px;
  position: absolute;
  content: " ";
  right: -50px;
  top: 50px;
}
@media (max-width: 991px) {
  .home_customtext .col-lg-6:nth-child(1)::after {
    top: -100px;
    right: 0;
  }
}
.home_customtext .col-lg-6:nth-child(1)::after {
  background-position: right;
  background-repeat: no-repeat;
}

div#carousel {
  margin: auto;
}

.home-logo .inline-images::before,
.home-logo .inline-images::after {
  display: none;
}

article.product-miniature.js-product-miniature {
  border-width: 0px !important;
}

.reviews .btn.btn-primary {
  background-color: transparent;
  color: #000 !important;
  border: 1px solid #00a9a3;
}

.content_reviews:after {
  display: none;
}

.content_reviews:before {
  left: 50%;
  transform: translateX(-50%);
}

.content_reviews {
  font-weight: 400 !important;
}

#custom-text p {
  font-size: 0.9375rem;
}

.block_newsletter h1, .block_newsletter #block-newsletter-label {
  font-weight: 400;
  color: #fff;
  font-family: var(--font-secondary);
}

.home_about {
  overflow: hidden;
}
@media (min-width: 992px) {
  .home_about {
    min-height: 700px;
    display: flex;
    align-items: flex-end;
  }
}
.home_about {
  color: #fff;
  position: relative;
  background-image: url(../img/home_about.png);
  background-size: cover;
  background-position: center;
  padding: 115px 0;
}
.home_about h2 {
  font-size: 42px;
  color: #fff;
}
.home_about p {
  color: #fff;
}
.home_about::before {
  content: " ";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/**
end Home
**/
/**
start Cms
**/
.cms-id-19 .page_header h1, .cms-id-11 .page_header h1,
.cms-id-8 .page_header h1, .cms-id-17 .page_header h1, .cms-id-4 .page_header h1, .cms-id-2 .page_header h1, .cms-id-3 .page_header h1, .cms-id-13 .page_header h1, .cms-id-2 .page_header h1 {
  color: #fff;
}

.cms-id-10 .page_header h1 {
  color: #575757;
}

#cms #wrapper {
  padding-top: 0;
}

.wspolpraca_block {
  background-color: #F7F7F7;
  padding: 3rem 0;
}

.page-cms-8 .row, .page-cms-26 .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.page-cms h2 {
  font-size: 1.5rem;
}

.page-cms h3, .page-cms h2, .page-cms h4, .page-cms h1 {
  font-weight: normal !important;
}

.page-cms .box img {
  margin-bottom: 20px;
}

.page_header h1 {
  word-wrap: break-word;
  font-weight: 400;
  font-family: var(--font-secondary);
  font-size: 3rem;
}

#product .blockreassurance_product {
  background: transparent !important;
}

#authentication .page-header {
  margin-top: 3rem;
}

.page-header h1 {
  font-weight: 400;
  font-size: 3.5rem;
}

/**
Cutomizacja tła względem poszczególnych widoków w szablonie
*/
.cms-id-2 .page_header {
  background-image: url(../img/cms_id_2.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-3 .page_header {
  background-image: url(../img/cms_id_3.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-4 .page_header {
  background-image: url(../img/cms_id_4.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-8 .page_header {
  background-image: url(../img/cms_id_8.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-11 .page_header {
  background-image: url(../img/cms_id_11.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-13 .page_header {
  background-image: url(../img/cms_id_13.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-14 .page_header {
  background-image: url(../img/cms_id_14.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-17 .page_header {
  background-image: url(../img/cms_id_17.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-18 .page_header {
  background-image: url(../img/cms_id_18.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-19 .page_header {
  background-image: url(../img/cms_id_19.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-26 .page_header {
  background-image: url(../img/cms_id_26.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-29 .page_header {
  background-image: url(../img/cms_id_29.jpg) !important;
  background-position: bottom center !important;
}

#contact .page_header {
  background-image: url(../img/contact.jpg) !important;
  background-position: bottom center !important;
}

.blog.page-header {
  background-image: url(../img/blog.jpg) !important;
  background-position: bottom center !important;
}

.cms-id-28 .card-header button.btn.btn-link {
  width: 100%;
  text-align: center;
  font-family: inherit;
  text-align: left;
  text-transform: none;
  font-weight: inherit;
  font-size: 1.25rem;
  letter-spacing: inherit;
}

.page-cms-10 .page_header, .page-cms-10 .page_header h1 {
  color: #575757;
}

.page-cms-10 .col-md-4 .radius {
  border: 1px solid #546B2B;
  font-size: 40px;
  color: #546B2B;
  background-color: #fff;
  position: relative;
  top: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-cms-10 .column {
  border: 1px solid #2F3E15;
  height: 100%;
  min-height: 480px;
  align-items: center;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 60px;
}
.page-cms-10 .column h1 {
  font-size: 26px;
  color: #575757;
}

.page-cms-18 .zaplac_pozniej_banner h3 {
  font-size: 28px;
}

.cms-id-18 .page_header h1 {
  /* color: var(--secondary-text) !important; */
  color: var(--six-bg) !important;
}

.cms-id-26 #main > #content-wrapper > .container, .cms-id-10 #main > #content-wrapper > .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.cms-id-26 #main > #content-wrapper > .container > #content, .cms-id-10 #main > #content-wrapper > .container > #content {
  margin: 0;
  padding: 0;
}

.cms-id-18 .page-content .col-md-3 .box, .cms-id-19 .page-content .col-md-3 .box, .cms-id-8 .page-content .box, .cms-id-25 .page-content .box {
  background-image: none !important;
  background-color: var(--six-bg) !important;
}

.page-cms-18 li::before, .page-cms-20 li::before, .cms-id-20 .wskazowki_do_opalacza li::before {
  color: var(--primary-text);
}

/**
end Cms
**/
/**
start Listing 
**/
.seo-section {
  background: #fff;
  padding-top: 5rem;
}
.seo-section strong, .seo-section b {
  color: #546B2B;
}
.seo-section p {
  color: #575757;
}

.block-categories {
  border: 1px solid #2F3E15;
}
.block-categories .category-top-menu li a {
  font-size: 26px !important;
  color: #575757 !important;
  font-weight: 500;
}
.block-categories .category-sub-menu li a {
  color: #575757;
  line-height: 26px;
  font-size: 18px !important;
}
.block-categories .category-sub-menu li[data-depth="1"] {
  list-style-type: disc;
  list-style-position: inside;
}
.block-categories .category-sub-menu li[data-depth="1"] a {
  color: #546B2B !important;
  font-weight: 500 !important;
  margin-left: 0;
}

.category-cover {
  background-color: #fff;
}

.products-sort-order .select-title {
  background: transparent;
}

.block-category h1, .block-categories .h6 {
  font-family: var(--font-secondary) !important;
}

@media (min-width: 768px) {
  #products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    line-height: 1rem;
  }
}
#category .category-cover {
  width: 100%;
}

div#js-product-list-header .block-category {
  border: 1px solid #D0CBC5;
  padding: 3rem;
  width: 100%;
  margin-bottom: 0;
}

#js-product-list-header {
  align-content: stretch;
  display: flex;
}

.products-sort-order .select-title {
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 16px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.products-sort-order .select-title .d-flex {
  flex-flow: column;
}
.products-sort-order .select-title .d-flex .material-symbols-outlined {
  margin: -5px 0;
}

#category-description p {
  color: #575757 !important;
}

.category-cover img {
  max-height: 320px;
}

.seo-title-section {
  color: #575757;
}

.active_filters {
  background: transparent !important;
}

.flag-feature.text-center {
  text-align: center !important;
}

article.product-miniature.js-product-miniature,
.owl-carousel article.product-miniature.js-product-miniature {
  height: 560px;
}

article.product-miniature.js-product-miniature .btn.btn-primary:hover {
  background-color: #877159;
}

/**
end Listing
**/
/**
start Product
**/
#accordion .card-body strong {
  color: #575757;
  font-size: 18px;
  font-family: "DM Sans";
  line-height: 26px;
}

#accordion .card-body p {
  color: #575757;
  line-height: 20px;
  font-size: 14px;
}

.product-title a {
  text-align: left !important;
}
.product-title p::first-line {
  font-size: 20px;
  line-height: 26px;
}
.product-title p {
  text-transform: none !important;
  line-height: 20px;
  font-size: 14px;
}

#mjtanexpertblock2 h3 {
  font-size: 26px;
}

.wrapper-description {
  font-size: 20px;
  line-height: normal;
  font-family: "DM Sans";
  display: block;
  font-weight: 500;
  width: 100%;
  margin: 3rem 0;
  line-height: 26px;
  position: relative;
  color: #546B2B;
}
.wrapper-description::before {
  content: " ";
  width: 15%;
  background: #938B80;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
}

.bigListing li .list-item, .bigListingProduct li::marker {
  color: #7E9C9B !important;
  font-size: 3rem;
  font-family: Playball, sans-serif;
}

.bigListing li {
  list-style: none;
}

.bigListing .list-item {
  display: inline-block;
}

.bigListing li, .bigListingProduct li {
  margin: 15px 0;
}

.product-accessories.produkty-polecane .owl-prev,
.owl-next {
  margin-top: -50px;
}

#product main > #wrapper::before {
  content: " ";
  width: 300px;
  height: 390px;
  background: url(../img/left_main_mask.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 950px;
  background-position: top right;
}

.product-action-bottom {
  display: flex;
  align-items: center;
  border-top: 1px solid #E6E6E6;
}

.product-information .mjdostawa > .row, .product-information .productcomments > .row {
  border-top: 1px solid #E6E6E6;
}
.product-information .mjdostawa > .row .col-lg-6:first-child .d-flex, .product-information .productcomments > .row .col-lg-6:first-child .d-flex {
  border-right: 1px solid #E6E6E6;
}
.product-information > .row {
  border-top: 1px solid #E6E6E6;
}
.product-information > .row .col-lg-6:first-child .d-flex {
  border-right: 1px solid #E6E6E6;
}
.product-information > .productcomments .row:last-child {
  border-bottom: 1px solid #E6E6E6;
}

@media (min-width: 992px) {
  .product-actions .control-label {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .product-actions .control-label {
    width: 100%;
  }
}
.product-actions .control-label {
  text-align: left;
  margin-bottom: 0;
}

.product-quantity #quantity_wanted {
  text-align: center;
}

.product-add-to-cart .add {
  height: 52px;
  flex-flow: column;
  width: 50%;
  margin-bottom: 0;
}

#product #footer {
  padding-top: 0;
}

#product .produkty-polecane {
  background-color: #F7F7F7;
  background-image: none;
}

.product_cart_icon {
  height: 18px;
  display: inline-block !important;
  width: auto !important;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  height: 360px;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
  width: 100%;
}

@media (max-width: 991px) {
  .product-line-actions .col-md-6.col-xs-6.qty {
    justify-content: center;
    display: flex;
  }
}
.feature_single_product--inner {
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mjproductvideo #productVideo {
  max-width: 100% !important;
}

.icon_available img {
  background: transparent !important;
}

#myVideo {
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

@media (max-width: 1199px) {
  #myVideo {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  #myVideo {
    width: 100%;
  }
}
/* 
Slider 
*/
.slider_section {
  background: #f9f9f9;
  margin: 50px 0;
  position: relative;
  min-height: 400px;
}

.slider_section .col-lg-6:nth-child(2) {
  position: initial;
}

.slider_section h1 {
  margin: 50px 0;
}

.slider_section h3 {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .slider_section div#carousel img, #carousel {
    height: 100% !important;
    width: auto;
    z-index: 9;
  }
}
@media (min-width: 992px) {
  .slider_section #carousel {
    position: absolute;
    margin: 0px !important;
  }
}
@media (max-width: 1199px) {
  .slider_section #carousel .carousel-inner {
    max-height: 100% !important;
    height: 100% !important;
  }
}
.slider_section #carousel .carousel-item figure {
  margin: 0;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
}

/***
Produkt
**/
article.product-miniature.js-product-miniature .btn.btn-primary {
  min-width: 180px;
  padding: 15px 36px;
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 2.4px;
  font-family: "DM Sans";
  line-height: 16px;
  font-weight: 500;
  display: block;
}

.product_home_delivery_icon {
  margin: 0 15px;
}

.mjdostawa .label-green {
  color: var(--primary-text) !important;
}

#sklad .block_newsletter {
  background: transparent !important;
}

.block_newsletter label {
  text-align: left;
}

.mjdostawa > section {
  display: flex;
}

.mjdostawa-inner .delivery-information {
  display: block;
}

.product-quantity .input-group-btn-vertical .btn {
  border: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
  content: "\e145";
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
  content: "\e15b";
}

.add-to-cart {
  vertical-align: middle;
}

.block_newsletter.konkurs {
  border: 0;
}

#product .product-information .gray-box {
  background-color: transparent !important;
  border: 1px solid #F7F7F7 !important;
}

.block_newsletter.konkurs span.more-option.btn.btn-primary {
  border: 1px solid;
  background-color: transparent;
  color: var(--primary-text);
}

.tabs a.nav-link {
  font-family: "DM Sans" !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 16px !important;
}

#mjtanexpertblock1 {
  background-color: #F7F7F7 !important;
  background-image: none !important;
}

@media (min-width: 992px) {
  #mjtanexpertblock1 .col-md-4 {
    width: 19.5%;
  }
}
.product-add-to-cart .label.available {
  color: var(--primary-text);
}

.comments-note {
  text-align: right;
}

.product-price {
  font-size: 26px;
  font-family: var(--font-secondary);
  color: #575757;
}

.social-sharing li {
  margin-left: 0px !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  background-size: contain !important;
  border-radius: 0px !important;
}

/**
start Comments 
*/
.additional-links .link-comment {
  display: block;
}

div#post-product-comment-modal {
  max-width: 900px;
  margin: auto;
  top: 50%;
  height: 100%;
  bottom: -50%;
  transform: translateY(-50%);
}

.product-comment-modal .modal-dialog {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
}

.product-comments-additional-info .link-comment.post-product-comment {
  border-left: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  font-weight: bold !important;
}

.product-quantity #quantity_wanted {
  border: 0px !important;
}

.post-product-comment {
  background-color: transparent;
}

button.btn.btn-comment.btn-comment-big.post-product-comment {
  background: transparent;
  border: 1px solid var(--five-text);
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  button.btn.btn-comment.btn-comment-big.post-product-comment {
    width: 100% !important;
    white-space: normal;
    height: auto;
  }
}
#blockcart-modal .freedelivery {
  border: 0px !important;
}

button.btn.btn-comment.btn-comment-big.post-product-comment i {
  color: var(--secondary-text);
}

.comment-author {
  text-transform: uppercase;
  font-family: "DM Sans";
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: normal !important;
}

button.btn.btn-link {
  z-index: 9;
  position: relative;
}

/**
end Comments
/**/
/**
start Footer
**/
.produkty-polecane .col-md-4 *, .produkty-polecane .col-md-3 *, .produkty-polecane .col-lg-3 * {
  text-align: left;
  margin: 15px 0;
}

.footer-dostawa-platnosc {
  padding: 2rem 0;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}

.blockreassurance_product {
  margin-top: 0px !important;
}

.block-reasurance-title {
  margin-top: 2rem;
}

.produkty-polecane {
  background-color: #fff;
  padding: 5rem 0;
  background-image: url(../img/home_img2_mask2.png);
  background-position: -50% 500px;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  #index {
    margin-top: 0px !important;
  }
}
.produkty-polecane .js-product-miniature {
  width: 100% !important;
}

#header .top-menu .sub-menu {
  margin-left: 0px !important;
}

.row.flex.show-and-quickview {
  display: flex;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.rounded {
  border-radius: 50% !important;
}

#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after {
  border-top: 0px !important;
}

.header-top-ui {
  /* border: 1px solid #575757; */
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px 0 30px !important;
}

#contact div#left-column .block-categories {
  display: none;
}

label.btn.btn-default {
  background: var(--primary-bg) !important;
  text-transform: none !important;
  letter-spacing: 2px !important;
  color: var(--primary-text) !important;
}

.pagination .current a {
  color: var(--primary-text);
}

#cms .page-cms img {
  height: auto;
}

.home_video_block h1 {
  font-weight: 500;
}

.inner-video_block {
  max-width: 500px;
}

footer .block-contact h1 {
  text-transform: none !important;
}

body #arlsf-notification a {
  color: var(--primary-text) !important;
}

.feature_single_product .product-miniature {
  width: 100% !important;
}

.feature_single_product .product-miniature, .feature_single_product .thumbnail-container, .feature_single_product .product-description {
  background: transparent !important;
}

@media (min-width: 992px) {
  #header .top-menu .sub-menu {
    min-width: 768px !important;
  }
}
#product .product-information .blockreassurance_product, #cart .cart-grid .blockreassurance_product, #checkout .cart-grid-right .blockreassurance_product {
  display: none;
}

.d-flex {
  display: flex;
}

.font-size-07 {
  font-size: 0.7rem;
}

.font-size-08 {
  font-size: 0.8rem;
}

#product-availability i {
  display: none;
}

span.input-group-btn-vertical {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.bootstrap-touchspin-up {
  position: absolute;
  left: -70px;
  z-index: 9;
}

.bootstrap-touchspin-down {
  position: absolute !important;
}

.no-account a {
  margin: auto;
  width: 100%;
}

.form-control:focus, .input-group.focus {
  outline: none !important;
}

#category #footer {
  background: var(--six-bg);
}

.wysylka_cennik_kraje {
  background-image: none;
  background-color: var(--five-bg) !important;
  background-image: none !important;
}

#fbpsc .btn-facebook, #fbpsc .btn-google {
  border-radius: 0px !important;
  background: #E6E6E6 !important;
  color: #000 !important;
  box-shadow: none !important;
  width: 48% !important;
  padding: 10px 0px;
  border: 0px !important;
}

#fbpsc.Dane_personalne {
  border: 0px !important;
  background: transparent !important;
  padding: 10px 0px !important;
}

#checkout-personal-information-step a.nav-link {
  background: transparent;
  width: 100%;
  text-align: center;
  padding: 15px;
  color: #000;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn-social > :first-child {
  filter: invert(1);
  position: relative;
}

.block-categories .collapse-icons {
  right: -25px !important;
}

table tr:nth-child(1) td {
  /* color: #575757;
  font-size: 0.8rem; */
}

table > tbody {
  width: 100% !important;
  /* display: table; */
}

.card-header {
  margin: 0;
  padding: 0;
}

.card-header button.btn.btn-link {
  width: 100%;
  text-align: center;
  color: #575757 !important;
  font-size: 42px;
}

.accordion .card-header {
  background: #fff !important;
  position: relative;
}

.accordion .card-header button {
  color: #000;
  font-size: 28px;
}

.accordion .card-header button:hover {
  text-decoration: none !important;
}

.accordion .card-header button:focus {
  outline: none;
  text-decoration: none;
}

.accordion .card-header button:after {
  content: "\e15b";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Material Symbols Outlined";
  font-size: 28px;
}

.accordion .card-body {
  padding: 50px 0px;
  /* 25 */
}

.dlaczego_warto {
  display: none;
}

@media (max-width: 767px) {
  .card .container {
    padding: 0px !important;
  }
  .contact-footer > .container {
    width: 100%;
  }
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
  border: 3px solid var(--primary-text);
}

#main .images-container .js-qv-mask.scroll {
  width: calc(100% - 75px);
}

.checkout-step li.nav-item {
  width: 48%;
}

.checkout-step li.nav-item a[data-link-action=show-login-form] {
  background: #000 !important;
  border: 1px solid #000;
  color: #fff !important;
}

@media (max-width: 991px) {
  #checkout-personal-information-step {
    margin-top: 2.5rem;
  }
}

body#checkout section.checkout-step {
  border-bottom: 1px solid #C5C5C5 !important;
}

body#checkout section.checkout-step.-unreachable .step-title {
  opacity: 1;
}

body#checkout a:hover, #checkout a:focus, .block-promo .promo-code-button.cancel-promo {
  color: var(--secondary-text);
}

.block-promo .promo-input + button {
  border-color: var(--secondary-text);
}

.step-edit {
  color: var(--primary-text) !important;
}

body#checkout section.checkout-step .address-item.selected {
  border-color: var(--primary-text);
}

.custom-radio input[type=radio]:checked + span {
  background-color: var(--primary-text) !important;
}

body#checkout section.checkout-step .delivery-option img {
  width: 3.125rem;
}

.payment-options img {
  filter: grayscale(1);
}

.block_newsletter.ambasador-block {
  background-image: none !important;
  border: 1px solid #E6E6E6 !important;
}

.ambasador-block .btn.btn-primary {
  padding: 1rem 2rem;
  margin: 1rem;
}

/**
start contact
**/
.outline {
  border: 1px solid #E6E6E6;
}

#contact .outline {
  min-height: 356px;
  text-align: left;
}

body#contact #content-wrapper > .container {
  width: 100%;
  max-width: 100%;
}

#contact #content {
  padding: 0;
}
#contact #content #left-column {
  padding: 0;
}
#contact #content {
  padding-top: 0;
}

#contact .page_header h1 {
  color: #575757;
}

.contact-title {
  font-size: 26px;
  color: #575757;
}

#contact #wrapper {
  padding-top: 0;
}

.contact-form .btn.btn-primary {
  background: #877159;
}

#contact .contact-rich {
  background: #FAFAF9;
}

.contact-left-bg {
  min-height: 300px;
  background-size: cover;
  background-image: url(../img/contact_left_bg.png);
}

.contact-right-bg {
  text-align: center;
}

.contact-rich .row.d-flex {
  justify-content: center;
  /* align-items: center; */
  padding: 0;
}

@media (min-width: 768px) {
  .contact-rich .row.d-flex {
    display: flex;
  }
}
@media (max-width: 767px) {
  .contact-rich .row.d-flex {
    display: block;
  }
  #contact #content, .contact-rich .block.bg-white {
    padding: 0px !important;
    margin: 0px !important;
  }
}
.contact-footer .col-md-3:last-child h1,
.block-contact-title {
  text-transform: none !important;
}

/**
end contact
**/
/**
start Footer
**/
.footer-container h3 {
  font-size: 26px;
  font-weight: 400;
}

.footer-container p, .footer-container a {
  color: var(--five-text);
}

.fa.fa-envelope-o {
  margin: 2px 5px;
}

.block_newsletter form {
  max-width: 750px;
  margin: auto;
  float: none;
}

.block_newsletter {
  border: 0px;
  background-size: cover;
  overflow: hidden;
}

#footer .block_newsletter {
  padding: 0px 50px;
  position: relative;
  background-color: #000;
}
#footer .block_newsletter::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.newsletter-block-inner {
  border: 1px solid #7E9C9B;
  margin: 50px 0;
}

.ambasador-block h1 {
  max-width: 992px;
  display: block;
  margin: auto;
  font-size: 42px;
  color: #575757;
}

.ambasador-block {
  text-align: center;
  border: 1px solid #E6E6E6;
  padding: 75px 15px;
}

.row.contact-footer:before {
  background-image: none;
}

.footer-container {
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}
.footer-container::after {
  content: " ";
  width: 500px;
  height: 500px;
  position: absolute;
  background-image: url(../img/footer_mask.svg);
  top: 0;
  right: 0;
  background-position: bottom left;
}
.footer-container .contact-footer .box {
  border-top: 1px solid #434343;
}

.footer-container .h1 {
  text-transform: none;
  font-size: 26px;
  font-family: var(--font-secondary);
  margin-bottom: 25px;
  color: #fff !important;
}

footer a {
  color: #000;
}

.row.logo_footer img {
  margin: 0 15px;
}

@media (max-width: 383px) {
  .row.logo_footer img {
    margin: 0 15px;
  }
}
.copy p {
  text-align: left !important;
  margin-top: 25px;
}

.footer-container {
  border-top: 1px solid #7E9C9B;
  background-color: #2C2C2C;
  color: #fff;
}

footer .blockreassurance_product > div {
  display: inline-block;
}
@media (min-width: 992px) {
  footer .blockreassurance_product > div {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  footer .blockreassurance_product > div {
    padding: 0 20px;
  }
}

footer .blockreassurance_product {
  display: flex;
}

footer .blockreassurance_product .item-product {
  float: none;
  display: block;
  margin-bottom: 15px;
}

footer .blockreassurance_product span.block-title {
  color: #fff !important;
  font-weight: 700 !important;
}

footer .blockreassurance_product p {
  color: var(--five-text) !important;
  line-height: 24px;
  font-size: 14px;
}

/**
end Footer
**/
.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
  width: auto;
}

.row.logo_footer {
  width: 100%;
}

.page-cms-18 .zaplac_pozniej_banner {
  background-image: none;
  color: inherit;
}

#main .page-content, #main .page-header {
  word-wrap: break-word;
}

.outlined-section .box {
  border: 1px solid var(--third-bg);
  background-color: var(--six-bg) !important;
}

.cms-id-18 #content-wrapper > .container, .cms-id-19 #content-wrapper > .container, .cms-id-26 #content-wrapper > .container, .cms-id-8 #content-wrapper > .container {
  width: 100%;
  padding: 0;
}

.cms-id-19 .col-md-6 .box::after {
  display: none;
}

.cms-id-19 .col-md-6 .box {
  background-image: none;
  background-color: var(--six-bg) !important;
  min-height: 520px;
  border: 1px solid var(--third-bg);
}

.kup_teraz_full_section, .cms_full_section {
  padding: 3rem 0;
  background-color: var(--five-bg);
  margin-bottom: 3rem;
}

.menu-nav a:hover, .menu-nav a.active, .menu-nav a:active {
  border-color: var(--primary-text);
  color: var(--primary-text);
}

@media (max-width: 767px) {
  .collapse-box {
    left: 25px !important;
    width: calc(100% - 50px) !important;
  }
  #header .header-nav {
    border-bottom: 1px solid #999999;
  }
  #fbpsc .btn-facebook, #fbpsc .btn-google,
  .checkout-step li.nav-item {
    width: 100% !important;
    margin: 5px 0px !important;
    /* padding: 0px !important; */
  }
  .contact-footer {
    align-items: center;
  }
  .links .title {
    border-bottom: 1px solid #434343;
  }
  .blockreassurance_product > div {
    width: 100%;
    display: block;
  }
  button.owl-next {
    right: 0px;
  }
  button.owl-prev {
    left: 0px;
  }
  .feature_single_product--inner {
    display: block;
  }
  .dbaj_o_potrzeby {
    padding: 5rem 15px;
  }
  .opinie .reviews {
    padding-top: 15px;
  }
  #custom-text .col-md-6:nth-child(1) {
    margin-bottom: 1rem;
  }
  .marka-mineteam {
    margin: 0 15px;
  }
  .footer-container .links ul {
    background-color: transparent !important;
  }
  footer .links span.h3 {
    color: #fff;
  }
  .contact-footer > .container {
    margin: 0 15px;
  }
  #product .page-content {
    margin-top: 5rem !important;
  }
  .copy {
    margin: 0 15px;
  }
  footer .blockreassurance_product {
    display: block;
  }
  .accordion .card-header button {
    font-size: 1.25rem;
  }
  #_mobile_cart {
    height: 56px !important;
    display: flex;
    align-items: center;
  }
  .onas_full_block_banner .col-md-6 {
    margin-top: 150px;
  }
  .cms-id-4 .page_header {
    background-position: center;
  }
}
.cms-id-4 #main #content-wrapper > .container {
  width: 100%;
  padding: 0;
}

.onas_full_block_banner {
  background-image: url("http://wiliwili.pl/img/cms/AdobeStock_447946199 (1).png");
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-size: contain;
  background-position: top left;
  margin: 3rem 0;
  background-repeat: no-repeat;
  background-color: #e9e0d8;
}

.onas_full_block_banner .col-md-6 {
  background: #fff;
  padding: 2rem;
}

.cms-id-4 section#content {
  padding: 0;
}

.top-menu a.dropdown-item.dropdown-submenu {
  position: inherit !important;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  text-transform: none !important;
}

.block-categories a:hover {
  color: var(--primary-text) !important;
}

.cms-id-26 h3 {
  font-weight: bold;
}

.page-cms-26 h3 {
  font-size: 22px;
  font-family: "DM Sans";
  line-height: 26px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.cms-id-26 .page-content .box, .cms-id-8 .page-content .box {
  width: 100% !important;
  height: 100%;
  justify-content: flex-start;
}

.block_newsletter a.btn.btn-default {
  color: var(--six-bg);
  background-color: var(--primary-bg);
}

.block_newsletter a.btn.btn-default {
  border: 1px solid var(--primary-bg);
  margin: 50px 15px 0;
  background: var(--primary-bg);
  padding: 15px 25px;
  text-transform: none !important;
  font-weight: 400;
}

.cms-id-26 .page_header {
  background-image: url(../img/ambasadorka_wiliwili_heading.png) !important;
}

.reklamacje_zwroty_formularz .col-md-6:nth-child(1) {
  height: 100%;
  /* background-image: url(../img/reklamacje_zwroty_formularz_bg.png); */
  background-image: url(../img/reklamacje_zwroty_formularz_bg.png);
  background-size: cover;
  background-position: top center;
  min-height: 550px;
}

.reklamacje_zwroty_formularz {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
}

.reklamacje_zwroty_formularz a {
  display: block;
  background: #fff;
  padding: 15px;
  color: var(--primary-text);
  position: relative;
}

.reklamacje_zwroty_formularz a:before {
  background-image: url(../img/download.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  content: " ";
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.reklamacje_zwroty_formularz .col-md-6:nth-child(2) {
  padding: 25px;
}

.gwarancja_baner2 {
  background-image: url(../img/gwarancja_satysfakcji_baner.png) !important;
  min-height: 550px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gwarancja_baner2 .col-md-6:nth-child(2) {
  background: #fff;
  padding: 3rem;
}

.gwarancja_baner2 .col-md-6:nth-child(2) * {
  color: #000;
}

.cms-id-25 .box img {
  display: block;
  margin: 0 auto 15px auto;
}

.cms-id-25 .col-md-4 .box:after {
  content: "1";
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: #c5c5c5;
  font-size: 3rem;
}

.cms-id-25 .col-md-4:nth-child(1) .box:after {
  content: "1";
}

.cms-id-25 .col-md-4:nth-child(2) .box:after {
  content: "2";
}

.cms-id-25 .col-md-4:nth-child(3) .box:after {
  content: "3";
}

.cms-id-25 .col-md-4:nth-child(4) .box:after {
  content: "4";
}

.cms-id-25 .col-md-4:nth-child(5) .box:after {
  content: "5";
}

.cms-id-25 .col-md-4:nth-child(6) .box:after {
  content: "6";
}

.feature_single_product article.product-miniature.js-product-miniature img {
  display: none;
}

@media (min-width: 992px) {
  .feature_single_product article.product-miniature.js-product-miniature, .feature_single_product article.product-miniature.js-product-miniature .thumbnail-container {
    height: auto !important;
    min-height: auto !important;
  }
}
@media (max-width: 991px) {
  .feature_single_product article.product-miniature.js-product-miniature .product-description {
    height: 300px;
  }
}
.accordion .card-header button.collapsed:after {
  content: "\e145";
}

/* .accordion .card-header:myVideoafter {
    content:"\e15b";
} */
@media (min-width: 992px) {
  .col-lg-16 {
    width: 16.66%;
  }
}
#authentication #fbpsc .btn-facebook, #authentication #fbpsc .btn-google {
  width: 100% !important;
  margin-left: 0;
}

#authentication #fbpsc.authentication {
  padding: 10px 0px 10px 0px;
}

.w-75 {
  width: 75%;
}

.text-separate {
  text-transform: uppercase;
}

a.all-product-link,
#custom-text .btn-outline {
  text-transform: uppercase !important;
}

.oferta .row-description h4 {
  font-family: var(--font-primary);
  font-weight: 600;
}

.block-reasurance-title, .footer-dostawa-platnosc h3 {
  text-align: left;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
}

.item-product b {
  font-weight: bold !important;
  color: var(--four-text) !important;
}

.block_newsletter label {
  color: #C5C5C5;
}

.feature_single_product--inner .product-title {
  line-height: 28px;
  height: auto !important;
}

.feature_single_product--inner .product-title a {
  font-size: 28px;
  font-family: var(--font-secondary);
}

button[name=submitNewsletter] {
  text-transform: uppercase !important;
  font-size: 0.8rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

button[name=submitNewsletter] i {
  font-size: 1rem;
}

.block-contact, .footer-container p {
  color: #F7F7F7;
  /* important */
}

.block-contact b {
  color: var(--four-text) !important;
}

.feature_single_product--inner .flag-bestseller, .feature_single_product--inner .icon_available {
  display: none !important;
}

.flag-bestseller {
  position: absolute;
}

.flag-bestseller li {
  z-index: 99;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: absolute;
  color: #dcb77f;
  padding: 3px 0px;
  list-style: none;
  bottom: 125px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: transparent !important;
}

.owl-prev span, .owl-next span {
  color: transparent;
}

.owl-prev span:before {
  content: "\e5cb";
  font-family: "Material Symbols Outlined";
  font-weight: 300 !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #546B2B !important;
}

.owl-next span:before {
  content: "\e409";
  font-family: "Material Symbols Outlined";
  font-weight: 300 !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #546B2B !important;
}

.contact-rich .block a[href^="mailto:"] {
  font-size: inherit;
}

.contact-rich .subtitle {
  color: #7a7a7a !important;
}

.contact-rich .block.bg-white {
  background: var(--four-text);
  min-height: 350px;
}

.inner-produkty-polecane {
  padding-right: 20px;
}

.collapse-box {
  position: absolute;
  width: 61%;
  /* height: 100%; */
  left: 0;
  z-index: 9;
  left: 15px;
  font-weight: 400;
  padding: 25px;
  background: #fff;
  justify-content: center;
  align-items: center;
  /* display: flex; */
}

.short_description {
  text-align: left;
  padding: 2rem 0;
}
.short_description p {
  color: #575757;
}

.product-variants {
  text-align: center;
}

#product .col-lg-6 .flag-feature {
  margin: 1rem 0;
}

#product li::marker {
  color: var(--primary-text);
}

#product .short_description li::before {
  content: "\e876";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: -30px;
  font-size: 1.5rem;
  color: var(--primary-text);
  font-weight: 200;
}

#product .short_description li {
  position: relative;
  margin-left: 30px;
}

@media (min-width: 992px) {
  #mjtanexpertblock1 .row, #mjtanexpertblock1 .col-md-4 {
    display: flex;
    margin: 0px;
    padding: 5px;
    width: 100%;
  }
}
#mjtanexpertblock1 h3 {
  color: var(--primary-text);
  font-family: var(--font-primary0);
  width: 100%;
  text-transform: uppercase;
}

.quickview h1.h1 {
  text-transform: none;
}

.product-action-bottom {
  display: flex;
  align-items: center;
}

.product-action-bottom .col-lg-6 {
  border: 0px !important;
}

.product-action-bottom .comments-note {
  margin-top: 20px;
}

#mjtanexpertblock1 .container {
  max-width: 1920px;
  width: auto;
}

#mjtanexpertblock5 li::marker {
  color: var(--five-text);
  font-size: 3rem;
  font-family: var(--font-secondary);
}

#mjtanexpertblock5 li {
  margin: 15px 0;
}

footer .blockreassurance_product p b {
  color: #fff;
}

.blog.page-header h1 {
  text-align: left;
  /* font-family: var(--font-primary);
  font-weight: bold; */
  color: var(--four-text);
}

.twitter.icon-gray {
  background-image: url(./ffddcb3736980b23405b31142a324b62.svg);
}

.googleplus.icon-gray {
  background-image: url(./c1a65805f759901a39d10eb854c1dcf2.svg);
}

.pinterest.icon-gray {
  background-image: url(./b1db819132e64a3e01911a1413c33acf.svg);
}

.grade-stars[data-grade="0"] .star-content .star-on {
  background-position: 0px 0px !important;
}

#product .col-lg-6 .flag-feature {
  color: #858585;
}

#product .col-lg-6 .flag-feature span {
  color: #858585;
}

.social-sharing li {
  background-position: center;
}

.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
  max-height: 40px;
  height: auto;
  overflow: visible;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border: 3px solid var(--primary-text);
}

#header .header-nav .user-info .account {
  margin-left: 0px;
}

.page-my-account #content .links a:hover i {
  color: var(--primary-text);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  background-color: #000000;
}

.has-discount .discount {
  background-color: #e63737;
}

.has-discount.product-price, .has-discount p {
  color: #e63737;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
  background-color: transparent;
  color: #e63737;
}

.oferta .col-md-4 h2 + p {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .tingle-modal-box__content {
    padding-top: 75px !important;
  }
  .tingle-modal-box__content h1 {
    text-align: left !important;
    padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .tingle-modal-box {
    max-width: 1100px;
  }
}
.block_newsletter form input[type=email]:focus {
  border: 3px solid var(--primary-body) !important;
}

.product-unit-price.sub {
  display: none;
}

.block_newsletter .block_newsletter_alert {
  position: relative !important;
}

.color-box {
  position: relative;
}

.home_klienci_opinie {
  text-align: center;
  padding: 5rem 0;
}

.home_klienci_opinie .home_klienci_opinia_content {
  font: italic normal normal 22px/34px DM Sans;
  margin: 5rem 0 2rem 0;
}

.language-selector-wrapper {
  display: none !important;
}

#product .product-quantity {
  text-align: center;
  gap: 15px;
  justify-content: space-between;
}

#product #product-availability {
  width: 100%;
  text-align: left;
  margin: 0;
  font-weight: 500;
  color: #546b2b;
}

.product-prices {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.color-box.active {
  outline: 1px solid black;
}

.product-info .comments-note .grade-stars .star-content div.star, .product-info .comments-note .grade-stars .star-content div.star-on, .product-info .comments-note .grade-stars .star-content div.star-hover {
  background-image: url(../img/stars_color.png) !important;
}

.block-reassurance-row {
  background: #F7F7F7 !important;
  text-transform: uppercase;
}

.mjdostawa .delivery-information, .kup_teraz .inner-block > span:nth-child(1) {
  text-transform: uppercase;
  font-weight: 500;
}

.product-prices div {
  margin-bottom: 0px !important;
}

.zalety_produktu .col-md-3 {
  text-align: center;
}

/**
end Product
**/
/**
start Cart
**/
#cart .separator {
  background: #E6E6E6;
}

.cart-summary-line .label {
  font-weight: 400;
  color: #363a42;
}

.block-promo .promo-code-button {
  padding: 0;
}
.block-promo .promo-code-button a {
  color: #546B2B;
  font-size: 16px;
}

.checkout.cart-detailed-actions .btn.btn-primary {
  width: 100%;
}

#cart .card.cart-summary {
  background: transparent;
  border: 0px;
}

.blockcart .product_count {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  text-align: center;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0.6rem;
}

.blockcart .product_count > span {
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

.blockcart a {
  position: inherit !important;
}

.cart-summary-line .value {
  font-family: var(--font-primary);
  font-size: 1rem;
}

#cart .cart-item {
  border: 1px solid #C5C5C5;
}

.product-discount .regular-price {
  font-family: var(--font-primary);
}

.cart-item .product-discount .regular-price {
  font-size: 0.9rem;
}

.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
  border: 0px;
  background-color: #F7F7F7;
}

#cart #footer {
  padding-top: 0px;
}

/**
end Cart
**/
/**
start checkout
**/
body#checkout section.checkout-step .delivery-option .col-xs-3 {
  padding: 0;
}
body#checkout section.checkout-step .delivery-option .col-xs-3 img {
  width: 100px;
  filter: grayscale(1) brightness(1.5);
}

body#checkout section.checkout-step .carrier-name {
  display: inline-block;
  word-break: break-word;
  text-align: left;
  font-size: 18px;
  color: #575757;
  line-height: 26px;
}

body#checkout section.checkout-step .carrier-delay {
  font-size: 14px;
}

.carrier-extra-content {
  text-align: right;
}

.paczkomatBtn {
  border: 1px solid #546B2B !important;
  background: transparent !important;
  color: #2C2C2C !important;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  display: block;
  float: right;
  margin-right: 0.125rem;
  color: #7a7a7a;
  color: #546B2B !important;
  font-family: "DM Sans";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.4px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
  display: inline-block;
}

#delivery label {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

body#checkout section.checkout-step .step-title {
  margin-bottom: 0;
  font-family: "Playball";
  text-transform: none;
  font-weight: 400;
  font-size: 26px;
  color: #575757;
}

body#checkout section.checkout-step {
  border: 0px !important;
  border-bottom: 1px solid #E6E6E6 !important;
}

#js-checkout-summary {
  background-color: transparent;
  border: 1px solid #2F3E15 !important;
}
#js-checkout-summary .separator {
  height: 1px;
  background: #E6E6E6;
  border: 0px;
}

/**
end checkout
**/
/**
start Authentication
**/
.no-account p {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#authentication .btn {
  text-align: center !important;
}

/**
end Authentication
**/
/**
start Search
**/
.search-widget form input[type=text]:focus {
  outline: none !important;
}

.search-widget form input[type=text]:focus + button .search, .search-widget form button[type=submit] .search:hover {
  color: var(--secondary-text);
}

.mjsearch-result article.product-miniature.js-product-miniature img {
  height: 100%;
}

/**
end Search
**//*# sourceMappingURL=wiliwili.css.map */