@charset "UTF-8";
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* @import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;600;800&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playball&display=swap");
@import url("./variables.css");
body {
  font-family: "DM Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1 {
  font-family: "Playball", serif;
  font-weight: 500;
}

a {
  color: #575757;
}

h1 {
  font-size: 30px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
img {
  max-width: 100%;
}

p {
  color: #000;
}

.m-25 {
  margin: 25px 0;
}

.mt-10 {
  margin-top: 10px;
}

.black-text {
  color: #000;
}

.italic {
  font-style: italic;
}

.green-text {
  color: #000000 !important;
}

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

.form-control {
  background: transparent;
}

.form-control-select,
.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
}
.btn.btn-secondary {
  padding: 17px 36px;
  /* text-transform: none !important; */
  text-transform: uppercase;
  box-shadow: none !important;
  display: table;
  letter-spacing: 2px;
  color: var(--primary-text);
  background: transparent;
  border: 1px solid;
  font-weight: 600;
}

.btn.btn-primary {
  box-shadow: none;
  background: #00a9a4;
  text-transform: none;
  letter-spacing: 2px;
  font-size: 14PX;
  padding: 17px 36px;
  white-space: normal !important;
}

.btn.btn-secondary.left {
  padding-left: 60px;
}

.btn.btn-secondary.left::after {
  left: 0 !important;
  transform: translateY(-50%) rotate(180deg) !important;
  top: 50% !important;
}

.row-description {
  display: block;
  margin: 50px 0;
}

.card, .block-categories, #pagenotfound .page-not-found, #products .page-not-found,
.product-images > li.thumb-container > .thumb,
.color, .custom-checkbox input[type=checkbox] + span.color {
  box-shadow: none;
}

#category #wrapper, #best-sales #wrapper, #prices-drop #wrapper, #new-products #wrapper, #search #wrapper {
  background: #FBFAF9;
}

#wrapper {
  background: #fff;
  padding-top: 32px;
}

.input-group .input-group-btn > .btn[data-action=show-password] {
  background-color: transparent;
  background-image: url(../img/icon_show_password.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  color: transparent;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9;
}

/* top */
#header .header-nav #_desktop_contact_link #contact-link,
#header .header-nav .language-selector,
#header .header-nav .currency-selector,
#header .header-nav .user-info {
  margin: 10px 0;
}

#header {
  border-bottom: 1px solid #eee;
}

.top-menu .sub-menu ul[data-depth="1"] > li {
  float: none;
}

#index #header {
  margin: 0;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 0px;
  max-width: 230px;
}

#header .header-nav {
  color: #fff;
  border: 0px;
}

.products-sort-order .select-title {
  box-shadow: none;
}

.dropdown-menu a,
a.dropdown-item {
  color: #000 !important;
}

#header a:hover, .dropdown:hover .expand-more {
  color: #000;
}

/*#index*/
#index #wrapper {
  padding-top: 0;
}

#wrapper, #products .thumbnail-container, .carousel {
  box-shadow: none;
}

@media (min-width: 1200px) {
  #carousel .carousel-inner {
    height: 100%;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 1199px) {
  #carousel .carousel-inner {
    max-height: 580px;
    margin-bottom: 0px !important;
  }
}
#header .header-top {
  text-align: right;
}

#header #_desktop_cart {
  display: inline-block;
  color: #000;
  align-items: center;
}

#header .search_module {
  /* display: inline;
  position: relative; */
}

/*
@media(max-width:991px) {
    #header .search_module {
        display: block;

    }
    #header .header-top .position-static .search_module {
    display: none;
}
}
*/
#ceneo-mobile-widget-bar > div:last-child, #ceneo-mobile-widget-bar > div:nth-child(4) {
  display: none;
}

#header .search_module .green-text {
  cursor: pointer;
}

#header #search_widget {
  position: absolute;
  max-width: 200px;
  left: auto;
  right: 0;
  z-index: 2;
}

.carousel {
  margin-bottom: 0px;
}

.carousel .direction {
  /*    display:none;*/
}

.search_module.open #search_widget {
  display: block !important;
}

.search_module #search_widget {
  display: none;
}

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

.carousel .carousel-item .caption {
  top: 50%;
  transform: translateY(-50%);
}

#header .menu {
  margin: 0;
  padding: 8px 0 0 0;
}

#header .header-nav .blockcart {
  background: transparent;
}

#header a, .dropdown .expand-more, .dropdown, #header .header-nav .cart-preview .shopping-cart {
  color: #000;
}

#header .header-top a[data-depth="0"] {
  color: #000;
  padding-bottom: 0px;
}

.top-menu a.dropdown-submenu {
  font-weight: 400;
}

/* content */
.products-sort-order .select-list:hover {
  background: #4faaa4;
  color: #fff !important;
}

.page-addresses .address, .page-authentication #content {
  box-shadow: none;
}

.category-top-menu .text-uppercase.h6,
#search_filters .facet .facet-title {
  font-family: "DM Serif Display", serif;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  box-shadow: none;
}

.block_quote {
  font-style: italic;
  display: block;
  font-size: 30px;
  font-family: "DM Serif Display", serif;
  margin: 50px 0;
  float: left;
  line-height: 32px;
  text-align: center;
}

/* home */
.dystrybutor .row {
  padding: 25px 0;
}

.dystrybutor {
  padding: 50px;
  background-image: url("../img/home_banner_dystrybutor.png");
  background-size: cover;
}

.dystrybutor img {
  max-height: 80px;
  width: auto;
  max-width: auto;
}

.dystrybutor h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

@media (min-width: 992px) {
  .oferta, .produkty, .opinie {
    padding: 50px;
  }
  .oferta {
    padding: 0 50px 0 50px;
  }
}
.oferta .plyny {
  /* background-image: url('../img/home_banner_plyny.png'); */
  background-image: url("../img/home_banner_plyny3.png");
}

.oferta .detal {
  background-image: url("../img/home_banner_detal.png");
}

.oferta .urzadzenia {
  background-image: url("../img/home_banner_urzadzenia.png");
}

.oferta .box {
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0px;
  position: relative;
  display: block;
}

.oferta .box .btn.btn-primary {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: 75%;
}

.oferta h2 {
  font-size: 36px;
}

.oferta .box a {
  margin-top: 350px;
}

.oferta h2 {
  color: #fff;
}

.author_reviews {
  font-weight: 700;
  color: #4faaa4;
  padding-bottom: 50px;
}

.content_reviews {
  padding: 100px 0 50px 0;
  position: relative;
  font-style: italic;
  font-family: "DM Serif Display", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: initial;
}

.content_reviews:before, .content_reviews:after {
  content: " ";
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: -1;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/home_logo_quote.png);
}

.content_reviews:after {
  top: 0px;
  right: 0px;
  bottom: auto;
}

.banner-szkolenia {
  background-position: center;
  background-image: url(../img/home_banner_szkolenia.png);
  background-size: cover;
}

.banner-szkolenia > div {
  display: flex;
  min-height: 450px;
  align-items: center;
  color: #fff;
}

.block_newsletter .col-md-6:nth-child(1) {
  /* background:#fff; */
  padding: 50px 0;
}

.block_newsletter {
  border: 10px solid #00a9a3;
  text-align: center;
  /* background-image: url(../img/newsletter_border_top.png); */
  background-size: auto;
  /*    padding: 50px;*/
}

.block_newsletter h1, .block_newsletter #block-newsletter-label {
  font-size: 36px;
}

.block_newsletter .btn.btn-primary {
  padding: inherit;
}

/* product */
.btn-comment, .btn-comment-inverse {
  box-shadow: none;
}

.product-prices .tax-shipping-delivery-label {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 15px;
}

article.product-miniature.js-product-miniature {
  margin: 2% 1% !important;
  width: 22.8%;
  background: #fff;
}

.row.flex.show-and-quickview a {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  align-items: center;
  display: flex;
  margin: 5px 5px;
}

#block-reassurance img {
  width: auto;
  margin-right: 0.625rem;
  height: 24px;
}

@media (min-width: 768px) {
  #mjtanexpertblock1 .col-md-4 {
    min-height: 330px;
  }
}
@media (max-width: 767px) {
  .cms-id-26 .page-content .box, .cms-id-8 .page-content .box, .cms-id-25 .page-content .box {
    margin: 0;
  }
  #module-mjcmsfeatureblog-list #content-wrapper .row .col-md-4 {
    margin-bottom: 50px !important;
    float: left !important;
    width: 100%;
  }
  #module-mjcmsfeatureblog-list #content-wrapper .row .col-md-4:last-child {
    margin-bottom: 0px !important;
  }
  article.product-miniature.js-product-miniature {
    margin: 5% 1% !important;
  }
}
#new-products article.product-miniature.js-product-miniature,
#prices-drop article.product-miniature.js-product-miniature {
  width: 30.3%;
  margin: 1% auto;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations,
.thumbnail-container,
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
  max-width: 100%;
  position: relative;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
  box-shadow: none;
}

article.product-miniature.js-product-miniature:hover {
  border-color: #00a9a3;
}

.product-cover img {
  box-shadow: none;
}

#category article.product-miniature.js-product-miniature,
#product article.product-miniature.js-product-miniature {
  width: 31%;
  margin: 1%;
  /* background:#fff; */
  /* background: #f7f7f7; */
  border: 0px;
}

/* #product article.product-miniature.js-product-miniature .thumbnail-container */
#category article.product-miniature.js-product-miniature .thumbnail-container {
  background: #f7f7f7 !important;
  width: 100% !important;
}

.produkty-polecane article.product-miniature.js-product-miniature .thumbnail-container {
  background-color: #fff !important;
}

.block-categories a {
  color: #fff !important;
}

.block-categories {
  background: transparent;
  padding: 25px !important;
}

.blockcart a {
  color: #000 !important;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
  box-shadow: none;
}

.product-flags li.product-flag {
  box-shadow: none;
  font-size: 12px;
  background: var(--primary-text);
}

.social-sharing li, #product #block-reassurance, .tabs,
.product-variants > .product-variants-item select,
.bootstrap-touchspin {
  box-shadow: none;
}

#product #main h1.h1 {
  text-align: left;
  /* font-size: 36px; */
  font-size: 42px;
  /* font-family: 'DM Serif Display', serif; */
  font-family: var(--font-secondary);
  font-weight: 400;
  color: #575757;
  text-transform: none;
}

@media (min-width: 992px) {
  .product-quantity .qty {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .product-quantity .qty {
    width: 25%;
  }
}
.product-quantity .qty {
  align-items: center;
}

.product-add-to-cart .add {
  width: 70%;
}

button.btn.btn-primary.add-to-cart {
  padding: 0 20px;
  width: 100%;
  height: 52px;
  white-space: nowrap !important;
  padding-right: 20px !important;
}

div#js-product-list-header {
  background-color: #F7F7F7;
  /*    display:none;*/
}

#left-column .block-categories, #left-column #search_filters {
  padding: 0;
}

.product-price {
  color: #000;
  display: inline-block;
  font-size: 36px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}

/* footer */
.footer-container {
  padding: 20px 0 0 0;
  box-shadow: none;
  margin-top: 0px !important;
}

.footer-container .logo {
  max-height: 32px;
}

.copy {
  padding: 25px 0;
}

.contact-footer {
  display: flex;
  position: relative;
  flex-flow: column;
  overflow: hidden;
}

.row.contact-footer:before {
  width: 100%;
  content: " ";
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-image: url("../img/list_contact_image1.png");
}

.row.contact-footer:after {
  width: 0%;
  content: " ";
  height: 100%;
  right: 0;
  min-height: 0px;
  position: absolute;
  /*       background-image: url('../img/list_contact_image2.png');*/
}

.contact-footer .box {
  padding: 75px 0;
}

/* cart */
#blockcart-modal .cart-content p.cart-products-count {
  color: #000;
}

#blockcart-modal .product-name {
  color: #000000;
  font-size: 1.125rem;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-weight: 500;
}

#cart .card.cart-summary {
  background: #F7F7F7;
}

#blockcart-modal .cart-content p.product-total {
  background-color: transparent;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
  background: transparent;
}

#cart .cart-grid-body .card-block h1 {
  font-family: var(--font-primary);
  font-size: 36px;
  text-transform: none;
}

.cart-summary-line .label {
  font-weight: 600;
  color: #000;
  font-size: 15px;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  color: var(--primary-text);
  font-size: 1.25rem;
  font-family: var(--font-primary);
}

#cart .separator {
  margin: 0;
  border: 0px;
  height: 1px;
  display: block;
  background: #fff;
}

.product-line-grid-body > .product-line-info > .label {
  /* font-style: italic; */
  font-size: 20px;
  font-weight: 400;
  /* font-family: 'DM Serif Display', serif; */
}

.cart-item .current-price {
  font-size: 1.25rem;
  color: var(--secondary-text);
  margin: 10px 0;
  font-family: var(--font-primary);
}

.cart-item span.product-price {
  font-size: 1.25rem;
  font-family: var(--font-primary);
}

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

body#checkout section.checkout-step {
  box-shadow: none;
}

/* checkout */
body#checkout #footer {
  box-shadow: none;
  padding: 0;
  background: transparent;
  color: #000;
}

body#checkout #header .header-nav {
  max-height: inherit;
  padding: inherit;
  border: inherit;
  margin-bottom: inherit;
  box-shadow: none;
}

body#checkout #header .header-nav #_desktop_contact_link #contact-link {
  margin-top: 0.9375rem;
}

#js-checkout-summary {
  border: 0px;
  background: #F7F7F7;
}

/* kontakt */
#contact #content {
  border: 0px;
}

#contact .page_header, #cms .page_header {
  height: 550px;
  display: flex;
  align-items: center;
  color: var(--four-text);
  background-size: cover;
  justify-content: flex-start;
  padding: 50px;
}

@media (max-width: 991px) {
  #contact .page_header, #cms .page_header {
    padding: 1rem;
  }
}
#contact .page_header {
  background-image: url(../img/contact_image_main.png);
}

#cms .page_header {
  background-image: url(../img/about_image_main.png);
}

#contact .contact-rich .icon {
  display: block;
  float: none;
  text-align: center;
  margin: 10px auto;
}

.contact-rich .data {
  line-height: 24px;
  margin-top: 15px;
}

#contact .contact-rich img {
  height: 64px;
}

.block-social ul li,
.block-social ul li:hover {
  background-color: transparent;
}

.block-social ul li {
  height: 22px;
  width: 22px;
  background-size: contain;
  margin: 10px 0;
  padding: 0px;
}

.block-social ul {
  padding-bottom: 0px;
}

#header .block-social {
  display: inline-block;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
  background: #4faaa4;
}

.contact-rich {
  text-align: center;
  color: inherit;
}

.contact-rich > div {
  padding: 50px 0;
}

#contact .breadcrumb, #cms .breadcrumb {
  display: none;
}

#contact #header, #cms #header {
  margin: 0 0 0px 0;
}

@media (max-width: 991px) {
  .oferta .box {
    margin: 0 0 100px 0;
  }
  .dystrybutor, .oferta {
    text-align: center;
  }
  #header > nav > div > div > div.hidden-sm-down > div.col-lg-7.col-md-12.col-xs-12 {
    text-align: center;
  }
  .right-nav {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .wspolpraca_block .block_newsletter {
    background-size: auto;
    padding: 0px 0;
  }
  .wspolpraca_block .col-md-4 img {
    height: auto !important;
  }
  #newsletter_block input[name=submitNewsletter] {
    width: auto !important;
    padding: 0 15px !important;
    margin: 0;
    width: 20px;
    text-align: center !important;
  }
  .facet .h6.facet-title + .float-xs-right {
    position: absolute;
  }
  .js-top-menu-bottom {
    background: #4faaa4;
    color: #fff;
    text-align: center;
  }
  article.product-miniature.js-product-miniature {
    width: 100%;
  }
  #mobile_top_menu_wrapper .top-menu {
    text-align: left;
  }
  #products .thumbnail-container .product-description, .featured-products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description {
    box-shadow: none;
  }
  .product-description {
    /*        overflow: hidden;*/
    /*żeby nie ucinało buttona (zobacz)*/
  }
  #category article.product-miniature.js-product-miniature, #product article.product-miniature.js-product-miniature, #new-products article.product-miniature.js-product-miniature, #prices-drop article.product-miniature.js-product-miniature {
    width: 100%;
  }
  #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    margin: auto;
  }
  #header .header-nav .user-info .logged {
    color: #fff;
  }
  #header .header-nav .top-logo a img,
  #header .header-nav .cart-preview img {
    /* filter:invert(1) grayscale(1); */
  }
  #header .header-nav .top-logo a {
    /* background-image: url(../img/tanexpert_logo_mobile.png); */
    filter: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #header .header-nav .top-logo a img {
    opacity: 1;
  }
  #header .header-nav .top-logo a img {
    height: 30px;
  }
  .top-logo {
    display: inline-block;
    max-width: 90px;
    margin: 2px 0;
    padding: 0;
  }
  #header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
    color: #fff !important;
  }
  #header .header-nav .cart-preview.active {
    background: transparent;
  }
  #header .header-nav #_desktop_contact_link #contact-link, #header .header-nav .language-selector, #header .header-nav .currency-selector, #header .header-nav .user-info {
    margin: 15px 0;
  }
  #header #search_widget {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
  #header .search_module .green-text {
    /* display:none; */
  }
  .row.contact-footer:after {
    width: 100%;
    z-index: -1;
    position: relative;
  }
  .row.contact-footer:before {
    width: 100%;
    z-index: -1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #category article.product-miniature.js-product-miniature, #product article.product-miniature.js-product-miniature {
    width: 49%;
  }
  .thumbnail-container {
    margin: auto;
  }
  article.product-miniature.js-product-miniature {
    width: 48%;
  }
}
.tax-shipping-delivery-label {
  display: none;
}

#product-modal .modal-content .modal-body .product-cover-modal {
  background: #fff;
  max-width: 100%;
  max-height: 100vh;
  width: auto !important;
}

#product-modal .modal-content .modal-body {
  left: 50%;
  right: -50%;
  flex-wrap: wrap;
  flex-flow: wrap;
  transform: translateX(-50%);
  margin-left: 0% !important;
}

#product-modal .modal-content .modal-body .image-caption {
  width: auto !important;
  display: none;
}

#header .header-top {
  padding-bottom: 0;
}

#top-menu {
  margin-bottom: 0px;
}

#header .popover {
  min-width: 100%;
  position: absolute;
  right: 0px;
  width: 100% !important;
}

@media (min-width: 992px) {
  #_desktop_logo + div {
    position: relative !important;
  }
}
#header ul.top-menu .top-menu .collapse {
  display: none;
}

/*.top-menu .sub-menu ul[data-depth="1"]>li {
    border-bottom: 1px solid #eee;
}*/
.top-menu .sub-menu ul[data-depth="1"] > li:hover img {
  display: block;
}

@media (min-width: 768px) {
  .col-md-offset-2 {
    margin-left: 16.5% !important;
  }
  #index .konfigurator .konfigurator_opcje li {
    display: inline-block;
    margin: 15px 0;
  }
  .wspolpraca_block .row {
    display: flex;
  }
  #index .konfigurator {
    padding: 50px;
  }
  #index .konfigurator h1 {
    font-size: 36px;
  }
  .top-menu .sub-menu ul[data-depth="1"] > li:hover .category_menu_description {
    display: block;
  }
  .image_menu {
    display: none;
    position: absolute;
    right: 45%;
    height: auto;
    max-height: 100% !important;
    max-width: 27%;
    top: 0px;
    /* max-height: 275px; */
  }
  .top-menu .sub-menu ul[data-depth="1"] > li:after {
    content: " ";
    height: 1px;
    width: 25%;
    background: #eee;
    position: absolute;
  }
  .category_menu_description {
    display: none;
    position: absolute;
    top: 0px;
    padding: 25px;
    right: 0px;
    width: 45%;
    text-transform: none;
    overflow: hidden;
    max-height: 195px;
  }
  .category_menu_description > div {
    word-break: normal;
    white-space: normal;
  }
  #index .konfigurator .konfigurator_opcje li .caption h3 {
    position: absolute;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 12px;
    width: 100%;
    top: 50%;
    font-family: sans-serif;
    transform: translateY(-50%);
    color: #fff;
  }
}
@media (max-width: 767px) {
  #mjtanexpertblock2 .inner {
    padding: 0% !important;
  }
  #index .konfigurator .konfigurator_opcje li .caption h3 {
    position: absolute;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    width: 100%;
    top: 50%;
    font-family: sans-serif;
    transform: translateY(-50%);
    color: #fff;
    font-size: 15px;
  }
  #index .konfigurator .konfigurator_opcje li {
    margin: 5px 0;
  }
  #index .konfigurator h1 {
    font-size: 32px;
  }
  #index .konfigurator .col-md-4 {
    width: 49%;
  }
  #index .konfigurator .konfigurator_opcje li .caption h3 {
    font-size: 15px;
    letter-spacing: 3px;
    bottom: -25%;
    font-family: sans-serif;
    transform: translateY(-33%);
  }
  #header .header-nav .top-logo {
    /* padding-top:0px;*/
  }
  .image_menu, .category_menu_description {
    display: none !important;
  }
  #index .konfigurator .konfigurator_opcje li {
    display: inline-block;
    margin: 5px 0;
    padding: 0px;
  }
}
.top-menu a[data-depth="1"], .top-menu a[data-depth="2"] {
  padding: 0.3rem 0.3rem 0.3rem 0;
}

#contact .contact-rich a {
  color: inherit;
}

#contact .contact-rich strong {
  font-size: 26px;
  display: block;
  font-weight: 400;
  font-style: italic;
  font-family: "DM Serif Display", serif;
}

.specials-box {
  display: flex;
}

.specials-box .col-lg-6 {
  padding: 0px 5px;
  display: flex;
  width: 50%;
}

.specials-box .inner-box {
  border: 1px solid #eee;
  text-align: center;
  padding: 20px 5px;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  display: flex;
  width: 100%;
}

.specials-box .inner-box p {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .specials-box .col-lg-6 {
    width: 100%;
    margin: 5px 0;
  }
  .specials-box {
    flex-wrap: wrap;
  }
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  color: var(--primary-text);
  border-bottom: 0px;
}

.tabs .nav-tabs {
  text-align: center;
  border-bottom: 0px !important;
}

.tabs .nav-tabs .nav-link {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
}

.tabs .nav-tabs .nav-item {
  display: inline-block;
  text-align: center;
  float: none;
}

.nav-tabs .nav-item,
.nav-tabs .nav-item {
  text-align: center;
  float: none;
}

#product .featured-products h2 {
  text-align: center;
  font-size: 32px;
  /* line-height: inherit; */
}

.block-categories .category-sub-menu .category-sub-link {
  margin-left: 15px;
}

.quickview .modal-content {
  background: #fff;
}

.pagination .page-list {
  box-shadow: none;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  /* height:400px; */
  /* min-height: 300px;
  max-height: 300px; */
  min-height: 360px;
  max-height: 360px;
  margin: auto;
  /* padding: 25px 0; */
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
  /* height:125px; */
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}

#products .thumbnail-container:focus .highlighted-informations.no-variants, #products .thumbnail-container:hover .highlighted-informations.no-variants, .featured-products .thumbnail-container:focus .highlighted-informations.no-variants, .featured-products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants, .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
  bottom: 7rem;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
  min-height: 80px;
}

@media (min-width: 576px) {
  #product .js-product-images-modal .modal-dialog {
    background: #fff;
    max-width: 90%;
    margin: 30px auto;
  }
  #product .js-product-images-modal .modal-dialog figure {
    margin: 0 0 1rem;
    width: 80%;
    text-align: center;
  }
  #product-modal .modal-content .modal-body .thumbnails {
    position: relative;
    width: 20%;
  }
}
#product .js-product-images-modal .modal-dialog {
  top: 50%;
  bottom: 0%;
  margin: 0;
  /* padding: 100%; */
  height: 100%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
}

.js-product-images-modal.small-modal {
  width: 50%;
  background: #fff;
}

/* #product .modal-dialog
{
    max-width: 100%;
} */
.footer-container .h1 {
  text-transform: none;
  font-size: 32px;
  color: #fff;
}

.footer-container li a, .footer-container .block-contact {
  color: #F7F7F7 !important;
}

.product-description li {
  list-style: disc;
}

.badge-card {
  display: inline-block;
}

.inline {
  display: inline;
}

.middle {
  vertical-align: middle;
}

.inline-block {
  display: inline-block;
}

.margin0 {
  margin: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-rich .block .data {
  font-size: inherit;
}

#thumbnails {
  padding: 50px 0;
}

#product-modal .modal-body {
  margin: 0;
  padding: 0;
}

#product-modal .modal-body figure {
  margin: 0;
}

#currency-selector-label {
  font-weight: 700;
  font-size: 20px;
}

#product-modal .modal-content .modal-body .arrows {
  top: 36px;
}

#product-modal .modal-content .modal-body .arrows .arrow-down,
#product-modal .modal-content .modal-body .arrows .arrow-up {
  color: #000;
}

#product-modal .modal-content .modal-body .mask {
  position: relative;
  overflow: hidden;
  max-height: 60vh;
  margin-top: 2.188rem;
  z-index: 1;
}

@media (max-width: 991px) {
  #product-modal .modal-content .modal-body .arrows {
    display: block;
  }
}
@media (max-width: 767px) {
  #product-modal .modal-content .modal-body .arrows {
    display: none;
  }
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
  bottom: 0;
}

.product-variants select {
  width: 100% !important;
}

#thumbnails li {
  display: block;
}

#blockcart-modal .modal-dialog {
  background: none;
}

#blockcart-modal .modal-body {
  display: none;
}

.product-discounts > .product-discounts-title {
  font-weight: 700;
  font-size: 1rem;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .marka-mineteam, .formula {
    display: flex;
    align-items: center;
  }
}
.block-category {
  border: 0px;
  /* margin-bottom: 25px; */
}

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

.block-category .block-category-inner .category-cover img {
  width: inherit;
  height: inherit;
}

#products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-accessories .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img {
  margin: 0 auto;
  max-height: 360px;
  width: auto;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
  font-weight: 500;
  font-family: "DM SANS";
  color: #575757;
  font-size: 18px;
  /* font-size: 1rem; */
}

.page-cms-4 .row > h2 {
  margin: 50px 0;
}

.page-cms-4 .col-md-6 {
  padding: 0 30px;
}

@media (min-width: 992px) {
  .page-cms-4 > .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.contact-infosh3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.form-control-label {
  text-align: left;
}

.category-cover {
  min-width: 25%;
  /* display:none; */
}

.block_newsletter form input[type=email] {
  padding: 24px;
  background: transparent;
  border: 1px solid #575757;
  color: #c5c5c5 !important;
}

input[name=submitNewsletter] {
  padding: 0px 50px !important;
}

.block_newsletter form input {
  min-height: 50px;
}

.block_newsletter form input[type=email]:focus {
  padding: 7px 22px 7px;
}

.carousel-control.right {
  right: 15px;
}

.carousel-control.left {
  left: 15px;
}

.carousel-indicators .active {
  background-color: #000 !important;
}

.carousel-indicators li {
  border: 1px solid #000;
}

.opinie .carousel-indicators {
  bottom: -20px;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
  /* color:#4faaa4; */
  color: var(--secondary-text);
  font-family: var(--font-secondary);
  font-size: 26px;
  font-weight: 400 !important;
}

.category_menu_description * {
  font-size: inherit !important;
}

.link-comment {
  cursor: pointer;
}

.mjwariantowosc_user_set li {
  list-style: disc !important;
  margin-left: 20px;
}

span.product-price.float-xs-right {
  font-size: 24px;
}

/*.product-accessories {
    display:none;
}*/
#mobile_top_menu_wrapper .top-menu .collapse.in {
  display: block !important;
}

.product-prices .tax-shipping-delivery-label .delivery-information:before {
  content: "";
  padding: 0px;
}

span.payu-installment-price-listing a {
  color: inherit !important;
  text-decoration: none !important;
}

.product-prices .tax-shipping-delivery-label .delivery-information {
  padding: 0px;
}

.col-md-6.col-xs-6.qty {
  min-height: auto;
}

@media (max-width: 1199px) {
  #carousel .carousel-inner {
    height: auto;
  }
}
@media (max-width: 767px) {
  #index .konfigurator {
    padding: 50px 0px;
  }
  .opinie .reviews {
    text-align: center;
  }
  #carouselExampleIndicators {
    /* height:640px; */
    height: auto;
    text-align: center;
  }
  .wspolpraca_block .col-md-4, .wspolpraca_block .row {
    display: block;
  }
}
span#payu-installment-cart-summary a {
  color: inherit !important;
  text-decoration: none !important;
}

.product-miniature .payu-installment-price-listing {
  display: none;
}

.block-promo .promo-input {
  height: 3.75rem;
}

.carousel-indicators li {
  background-color: #d7d7d7;
  border: 0px;
}

.carousel-indicators .active {
  background-color: #00a9a4 !important;
  height: 6px;
}

.carousel-indicators li {
  min-width: 30px;
  height: 6px;
  border-radius: 0px;
}

section.firma {
  background-image: url(../img/firma_footer.jpg);
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}

#index .konfigurator {
  text-align: center;
  margin: 25px 0;
  background-image: url(../img/konfigurator_bg.jpg);
}

#index .konfigurator h2 {
  margin: 15px 0;
  font-style: italic;
  font-size: 24px;
}

#index .konfigurator h3 {
  color: #00a9a4;
  font-size: 24px;
  margin: 25px 0;
}

@media (min-width: 768px) {
  #index .konfigurator .konfigurator_opcje li .caption {
    display: flex;
  }
}
@media (min-width: 768px) {
  #index .konfigurator .konfigurator_opcje li .caption {
    display: inlne-block;
  }
}
#index .konfigurator .konfigurator_opcje li .caption {
  cursor: pointer;
  /*    min-height: 224px;*/
  height: auto !important;
  position: relative;
  background: #000;
}

.caption:hover img {
  opacity: 0.5;
}

.all-product-link {
  text-align: center;
  width: auto;
  background: #4faaa4;
  display: table;
  margin: auto;
  clear: both;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
}

.krok2, .krok3 {
  display: none;
}

/* first in menu element always visible */
#category-3 > a:hover + .popover .top-menu li:nth-child(1) .image_menu, #category-3 > a:hover + .popover .top-menu li:nth-child(1) .category_menu_description {
  display: block;
}

.badge-success {
  background: #72c279;
}

.badge-danger {
  background: #e08f95;
}

.badge {
  color: #fff;
  border-radius: 10px;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.0625em;
  line-height: inherit;
  padding: 1px 5px;
}

.wspolpraca_block .col-md-4 img {
  margin: auto;
  display: block;
}

.wspolpraca_block .col-md-4 {
  background-size: cover;
  background-position: center;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  position: relative;
  padding: 25px;
  padding-top: 120px;
  padding-bottom: 75px;
  text-align: left;
  font-family: "DM Serif Display", serif;
}

.wspolpraca_block .col-md-4 h1 {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: #fff;
  font-style: italic;
  font-size: 90px;
  margin: -15px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  padding: 0;
}

.cms-id-26 .page_header h1 {
  color: #fff;
}

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

section.row.firma.green {
  position: relative;
}

section.row.firma.green:before {
  background: rgba(79, 170, 164, 0.7411764706);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  content: " ";
  left: 0;
  top: 0;
}

section.row.firma.green:after {
  background: rgba(0, 0, 0, 0.0196078431);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
}

section.row.firma.green h1 {
  z-index: 2;
  position: relative;
  color: #fff;
}

section.row.firma.green a {
  z-index: 2;
  position: relative;
  background: #fff;
  color: #000;
}

.wspolpraca_block .image_block {
  position: absolute;
  top: 15px;
  left: 15px;
}

#contact input[name=fileUpload] {
  display: none;
}

.top-logo h1 {
  line-height: inherit;
}

/* :nth-child(2) */
.wspolpraca_block .block_newsletter > div {
  margin: 0;
}

.wspolpraca_block .block_newsletter .col-md-4 {
  background: none;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-flow: column;
}

.wspolpraca_block .column1 {
  text-align: center;
  color: #fff;
  padding: 25px;
  background-image: url(../img/wspolpraca_column_1.jpg);
}

.wspolpraca_block .column1 .link {
  color: #00a9a3;
}

.wspolpraca_block .column2 {
  text-align: center;
  color: #000;
  padding: 25px;
  background-image: url(../img/wspolpraca_column_2.jpg);
}

.wspolpraca_block .column3 {
  text-align: center;
  color: #fff;
  padding: 25px;
  background-image: url(../img/wspolpraca_column_3.jpg);
}

.wspolpraca_block .column1 h1,
.wspolpraca_block .column2 h1,
.wspolpraca_block .column3 h1 {
  font-size: 28px;
  position: relative;
  display: block;
  font-style: normal;
  margin: 25px 0;
}

.wspolpraca_block .column2 h1 {
  color: #000;
}

.wspolpraca_block .column1 p,
.wspolpraca_block .column2 p,
.wspolpraca_block .column3 p {
  display: block;
  width: 100% !important;
  color: #fff;
}

.wspolpraca_block .column2 p {
  color: #000;
}

.column1 .btn.btn-primary, .column2 .btn.btn-primary, .column3 .btn.btn-primary {
  margin: auto;
}

.radius {
  margin: auto;
  background: #4faaa4;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 32px;
  align-items: center;
  justify-content: center;
}

.column2 .radius {
  background: #fff;
  color: #000;
}

.column3 .radius {
  background: #000;
  color: #4faaa4;
}

.wspolpraca_block li {
  line-height: 26px;
  list-style-image: url(../img/li.png);
  margin: 10px 35px;
}

.wspolpraca_block .block_newsletter p, .wspolpraca_block .block_newsletter h2 {
  margin: auto;
}

.cms-id-9 .page_header {
  background-image: url("../img/faq_bg.jpg") !important;
}

.cms-id-9 h1 {
  font-size: 36px;
  font-weight: bold;
  font-family: inhert;
}

.cms-id-9 h1 strong {
  color: #00a9a4;
}

.cms-id-9 .block_newsletter .radius {
  color: #fff;
}

.cms-id-9 .block_newsletter {
  padding: 0px 15px;
  /*    margin:*/
  clear: both;
}

/* Wysyłka */
.cms-id-11 .page_header {
  background-image: url(../img/wysylka_bg.jpg) !important;
}

.cms-id-11 .cennik_wysylka {
  background-color: #F7F7F7;
  width: 100%;
  position: relative;
  padding: 50px;
  border-collapse: inherit;
}

.cennik_wysylka tr:nth-child(1) td {
  /* color: #4faaa4; */
}

.cennik_wysylka tr td {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-collapse: collapse;
}

.wysylka_cennik_kraje {
  clear: both;
  background-image: url(../img/wysylka_cennik_kraje_bg.jpg) !important;
  width: 100%;
  color: #000;
  padding: 50px;
  position: relative;
  border-collapse: inherit;
}

.wysylka_cennik_kraje td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
}

table.cennik_wysylka:before, table.wysylka_cennik_kraje:before {
  /* content: "Cennik"; */
  position: absolute;
  right: 0;
  top: 0;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.25);
  margin: 32px;
  /* font-weight: bold; */
  font-family: "DM Serif Display", serif;
  font-style: italic;
}

table.wysylka_cennik_kraje:before {
  color: #fff;
}

.cms-id-11 h1 {
  /* font-size: 48px; */
}

.cms-id-11 h2 {
  /* font-size: 32px; */
  word-break: break-word;
}

.cms-id-11 .page-content h1, .cms-id-11 .page-content p {
  margin: 50px 0;
}

@media (max-width: 520px) {
  .cennik_wysylka tr td {
    /* display:block;*/
    text-align: left;
  }
  .cms-id-11 .cennik_wysylka {
    padding: 50px 15px;
  }
}
/* Reklamacje */
.cms-id-8 .page_header {
  background-image: url(../img/reklamacje_bg.jpg) !important;
  background-position: center;
}

.cms-id-8 .reklamacje_light_bg {
  float: left;
  padding: 50px 0;
  text-align: center;
  margin: 50px 0;
  background-image: url(../img/reklamacje_light_bg.jpg) !important;
}

@media (min-width: 992px) {
  .cms-id-8 .reklamacje_light_bg .col-20 {
    width: 20%;
    float: left;
  }
}
.cms-id-8 .block_newsletter {
  clear: both;
  margin: 50px 0;
  display: inline-block;
}

@media (max-width: 991px) {
  .cms-id-8 .reklamacje_light_bg .col-20 {
    width: 100%;
    float: left;
  }
}
span.badge.badge-info {
  background: #080808;
}

.mjfilter {
  background: #fbfbfb;
  margin: 0;
  padding: 10px;
  align-items: flex-end;
  display: flex;
}

@media (max-width: 767px) {
  .mjfilter {
    display: block;
  }
}
.growl.growl-default {
  background: #fff;
  color: #000;
}

.productinfo {
  display: flex;
}

.productinfo .col-md-4 {
  width: 25%;
}

.productinfo .col-md-8 {
  width: 75%;
}

/* na mobile przykryje fbmessengera*/
#growls.bl {
  z-index: 9999999999;
}

.growl.growl-default.growl-large {
  opacity: 1;
  border: 1px solid #eee;
}

.konfigurator_a {
  cursor: pointer;
  font-weight: bold;
  display: block;
  clear: both;
  font-size: 18px;
}

.thumbnail-container h3.h3.product-title {
  height: 40px;
  overflow: hidden;
  line-height: 16px;
  margin-top: 10px !important;
}

.thumbnail-container .product-price-and-shipping {
  margin-top: 0px !important;
}

@media (min-width: 768px) {
  .col-md-25 {
    width: 19.5%;
    display: inline-block;
    padding: 15px;
  }
  .col-md-25 img {
    max-width: 125px;
  }
}
@media (max-width: 479px) {
  .col-md-25 {
    display: inline-block;
    width: 100%;
    /* width:100%;
    display:block; */
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .col-md-25 {
    display: inline-block;
    width: 49%;
    /* width:100%;
    display:block; */
  }
}
@media (max-width: 767px) {
  .col-md-25 img {
    max-width: 125px;
  }
  .zadowoleni_klienci {
    text-align: center;
  }
}
.zadowoleni_klienci {
  padding: 50px 0;
}

.zadowoleni_klienci a {
  color: #000;
}

.modal, .modal-open {
  overflow: auto;
}

#blockcart-modal + .modal-backdrop.fade.in {
  display: none;
}

@media (max-width: 767px) {
  .blockcart-mobile img {
    filter: invert(1);
  }
  .blockcart-mobile .header {
    padding: 10px;
    color: #fff;
  }
  .blockcart-mobile {
    position: fixed;
    display: none;
    bottom: 80px;
    z-index: 9999 !important;
    background: #00a9a4 !important;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 15px 20px -10px rgb(0, 0, 0);
  }
  #growls.bs {
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  .blockcart-mobile {
    display: none;
  }
}
iframe {
  max-width: 100%;
}

.instagram-feed-block .col-sm-3 {
  padding: 0;
  margin: 0;
}

.instagram-feed-block a {
  height: 350px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .instagram-feed-block .col-sm-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .instagram-feed-block .col-sm-3 {
    width: 100%;
  }
}
.banner_wspolpraca {
  padding: 30px;
  background-image: url("../img/banner_wspolpraca_hurt.png") !important;
  background-size: cover;
  color: #fff !important;
  min-height: 280px;
}

.banner_wspolpraca p {
  color: #fff;
}

.banner_wspolpraca h2 {
  font-size: 24px;
  margin-top: 70px;
}

.kosmetyki_srodowisko {
  background-image: url(../img/bg_kosmetyk.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  text-align: center;
  margin: 25px -15px;
  padding: 25px 0;
}

.kosmetyki_srodowisko .col-md-4 {
  text-align: center;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
}

.kosmetyki_srodowisko .col-md-4 img {
  height: auto !important;
  max-height: 95px;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .remove {
  display: inline-block;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  width: 100%;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 4px 25px;
  z-index: 9;
  position: relative;
}

.col-md-20 {
  float: left;
  width: 20%;
}

@media (max-width: 991px) {
  .col-md-20 {
    float: left;
    width: 100%;
  }
}
.cms-id-14 .page_header {
  background-image: url("../img/gwiazdy_onas.jpg") !important;
}

.select-title {
  color: black !important;
}

#search_filters .facet .facet-title {
  font-size: 18px !important;
}

.column_product .block-categories {
  display: none !important;
}

#search_filters {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .products.crosseling {
    display: flex;
  }
  #header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  #header .header-nav {
    /* max-height: 35px; */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .header-nav {
    position: relative;
    z-index: 999;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #header .header-nav {
    position: fixed;
    z-index: 999;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #ceneo-mobile-widget-bar {
    /*        visibility: hidden;*/
    /*        margin-top: 100px;*/
    z-index: 999;
    top: 0px;
    position: fixed;
  }
}
@media (max-width: 700px) {
  #carousel {
    /* margin-top: 50px; */
    margin-top: 32px;
  }
  #header .header-nav {
    top: 0px;
  }
  .mjcountdown {
    top: 70px; /* 100px */
  }
  #header .header-nav .search_module {
    margin-top: 65px;
  }
  #search_widget {
    margin-top: 75px !important;
  }
}
.blog.page-header {
  width: 100%;
  height: 400px;
  background-image: url(../img/blog_header.jpg);
  display: block;
  background-size: cover;
}

.flex-block {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 400px;
  flex-flow: column;
}

.blog a {
  color: #000000 !important;
}

#customer-form > section:nth-child(1) > div:nth-child(9) > div:nth-child(2) > span:nth-child(1) > label:nth-child(1),
.condition-label .js-terms {
  padding: 10px;
  border: 2px solid red;
  background: #fadede;
}

.content_blog {
  max-width: 800px;
  margin: 50px auto !important;
}

.widget .review, .widget .review.active {
  transition: 0s !important;
  animation: none !important;
}

#js_rotator {
  display: none !important;
}

.inline-images {
  position: relative;
}

@media (min-width: 768px) {
  .inline-images img {
    display: inline-block;
    padding: 25px 25px 0 25px;
    max-width: 100%;
    z-index: 2;
    position: relative;
  }
  .home-logo .inline-images::before {
    background: #000;
    height: 1px;
    width: 20%;
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
  }
  .home-logo .inline-images::after {
    background: #000;
    height: 1px;
    width: 20%;
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .inline-images img {
    display: inline-block;
    margin: 25px 0;
    max-width: 100%;
    /* max-height: 100px; */
    max-height: 200px;
  }
}
#header .header-nav {
  max-height: initial;
}

.footer-container .inline-images img {
  padding: 25px 0 0 0;
}

.home-logo {
  text-align: center;
  padding: 50px 15px;
}

.flag-feature {
  position: absolute;
  right: 0px;
  /* text-transform: uppercase; */
  font-size: 13px;
  min-height: 20px;
  color: var(--third-text);
  text-align: right;
  padding-right: 15px;
  text-transform: uppercase;
  /* top: -10px; */
}

.home_zegarki_damskie .thumbnail-container, .home_zegarki_meskie .thumbnail-container {
  background: #f7f7f7 !important;
}

.icon_available {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}

.green {
  color: green;
}

.red {
  color: red;
}

.thumbnail.product-thumbnail.hold img {
  opacity: 1 !important;
}

.logo_footer img {
  margin: 0 25px;
  max-height: 50px;
}

@media (max-width: 767px) {
  .freedelivery {
    margin-top: 75px !important;
  }
}
.product-miniature.js-product-miniature.unavailable img {
  opacity: 0.25;
}

.page-order-detail .box {
  background: transparent;
  box-shadow: none;
}

#block_myaccount_infos {
  display: none;
}

.marka-mineteam iframe {
  width: 100%;
  min-height: 480px;
}

.marka-mineteam {
  display: block;
  text-align: center;
}

.opinie .flex {
  display: flex;
}

@media (max-width: 767px) {
  .opinie .flex {
    justify-content: center;
    margin: 25px 0;
  }
}
.flex-opinie {
  justify-content: center;
  display: flex;
  flex-flow: column;
  padding: 5px;
  text-align: left;
}

body#checkout .additional-information {
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  #product #main h1.h1 {
    margin-top: 50px;
  }
}
.cms-id-19 .page_header {
  background-image: url(../img/platnosc_bg.jpg) !important;
  background-position: top right;
}

.cms-id-19 .page_header h1 {
  /* color:#000; */
}

.cms-id-19 .col-md-6 .box {
  min-height: 430px;
  background-image: url(../img/platnosc_box.png);
  background-repeat: repeat;
  padding: 40px;
  margin: 15px auto;
}

.cms-id-19 .col-md-6 .box * {
  z-index: 1;
  position: relative;
}

.cms-id-19 .page-content .box img {
  display: block;
  margin: 24px auto;
  height: 66px;
  width: auto;
  max-width: 220px;
}

.cms-id-19 .col-md-6:nth-child(3) .box, .cms-id-19 .col-md-6:nth-child(4) .box {
  min-height: 400px;
}

.cms-id-19 .col-md-6 .box::after {
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: #fff;
  font-size: 15rem;
  font-family: initial;
  font-weight: bold;
  z-index: 0;
}

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

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

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

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

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

.cms-id-20 .page_header {
  background-image: url(../img/opalanie_natryskowe_bg1.jpg) !important;
}

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

.cms-id-18 .page-content .col-md-3 .box, .cms-id-8 .page-content .col-md-4 .box {
  min-height: 250px;
  background-image: url(../img/zaplac_poxniej_box.jpg);
  background-repeat: repeat;
  padding: 20px;
  margin: 15px auto;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
}

.cms-id-18 .col-md-3 .box * {
  position: relative;
  z-index: 1;
}

.cms-id-18 .col-md-3 .box:after {
  font-size: 15rem;
  color: #fff;
  font-family: initial;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  z-index: 0;
}

/* .cms-id-18 .col-md-3:nth-child(1) .box:after {
    content: "1";
}
.cms-id-18 .col-md-3:nth-child(2) .box:after {
    content: "2";
}
.cms-id-18 .col-md-3:nth-child(3) .box:after {
    content: "3";
}
.cms-id-18 .col-md-3:nth-child(4) .box:after {
    content: "4";
} */
.cms-id-18 .page-content img {
  display: block;
  margin: auto;
  height: auto;
}

.twisto_korzysci * {
  text-align: center;
  color: #fff;
}

.twisto_korzysci {
  background-image: url(../img/zaplac_pozniej_twisto_bg.jpg);
  background-size: cover;
  padding: 100px 0;
  background-position: center;
}

.cms-id-18 .box-outline {
  border: 10px solid #fff;
  padding: 25px;
  min-height: 360px;
  overflow: hidden;
  margin: 15px 0;
}

.twisto_korzysci h1 {
  margin: 25px 0;
}

.page-cms-18 li, .page-cms-20 li, .cms-id-20 .wskazowki_do_opalacza li {
  min-height: 50px;
  margin: 25px 0;
}

.page-cms-18 li::before, .page-cms-20 li::before, .cms-id-20 .wskazowki_do_opalacza li::before {
  content: "\e876";
  font-family: Material Icons;
  position: absolute;
  left: -30px;
  font-size: 2rem;
  font-weight: bold;
  color: #4faaa4;
}

.cms-id-20 #content-wrapper {
  background-image: url(../img/opalanie_natryskowe_bg2.jpg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #f7c9a8;
}

.page-cms-20 {
  background-color: transparent !important;
}

.wskazowki_do_opalacza {
  background-image: url(../img/opalanie_natryskowe_bg3.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  color: #fff;
  margin-top: -2.5rem;
}

.wskazowki_do_opalacza * {
  color: #fff;
}

.wskazowki_do_opalacza .section1 {
  padding: 50px 25px;
}

.page-cms-20 .col-md-6.offset-md-6 {
  padding: 50px 25px;
}

.page-cms-18 .zaplac_pozniej_banner {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px 0px;
  background-image: url(../img/zaplac_pozniej_banner.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  #js-product-list-header {
    margin-top: 50px;
  }
  .block-contact {
    padding: 25px;
    text-align: center;
  }
}
.search_module + .bootstrap {
  display: none;
}

/* .js-current-step .orderFunnel {
    display:block;
}
.checkout-step.-reachable.-complete.-clickable .orderFunnel {
    display:none !important;
} */
.li-item {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  margin-top: -10px;
  margin-left: -50px;
}

#collapseKonkurs ol li {
  margin: 30px 0;
  list-style: none;
}

.block_newsletter.konkurs {
  border: 10px solid #00a9a4;
  background-image: none;
  padding: 25px 50px;
}

.block_newsletter.konkurs h2 {
  font-size: 26px;
}

.page-cms-21 * {
  font-family: inherit !important;
}

.page-content.page-order-confirmation {
  display: none;
}

#mjtanexpertblock1, #mjtanexpertblock2, #mjtanexpertblock3, #mjtanexpertblock4 {
  /* padding: 20px 0;
  margin: 20px auto; */
}

@media (min-width: 768px) {
  #mjtanexpertblock3 .col-md-3 {
    padding: 5px;
  }
  #mjtanexpertblock3 .col-md-3 img {
    max-width: 100% !important;
  }
}
#mjtanexpertblock1 {
  padding: 50px 0;
  margin: 50px auto;
  text-align: center;
  background-size: cover;
  background-image: url("../img/list_contact_image1.png");
  overflow: hidden;
}

#mjtanexpertblock3 .inner {
  padding: 0 5%;
}

#mjtanexpertblock3 .block_newsletter {
  margin-top: 100px;
}

#mjtanexpertblock1 h1, #mjtanexpertblock2 h1, #mjtanexpertblock3 h1, #mjtanexpertblock4 h1 {
  margin: 0 0 50px 0;
  text-align: center;
  /* font-size: 28px; */
}

#mjtanexpertblock1 .box {
  border: 1px solid #D0CBC5;
  padding: 32px 10px;
  min-height: 320px;
  display: flex;
  text-align: left;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 15px 0;
}
#mjtanexpertblock1 .box h3 {
  color: #546B2B;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.2px;
}
@media (min-width: 992px) {
  #mjtanexpertblock1 .box h3 {
    text-align: left;
  }
}
@media (max-width: 991px) {
  #mjtanexpertblock1 .box h3 {
    text-align: center;
  }
}

#mjtanexpertblock1 .box img {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #mjtanexpertblock1 .box img {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #mjtanexpertblock1 .box img {
    margin-left: auto;
  }
}

#mjtanexpertblock2 .inner {
  padding: 0 10%;
}

/* #mjtanexpertblock3 .inner > p { */
#mjtanexpertblock3 .inner > p:nth-child(1) {
  font-weight: bold;
}

#mjtanexpertblock1 ul,
#mjtanexpertblock2 ul,
#mjtanexpertblock3 ul,
#mjtanexpertblock4 ul {
  list-style-type: disc;
  list-style: disc;
}

#mjtanexpertblock1 li,
#mjtanexpertblock2 li,
#mjtanexpertblock3 li,
#mjtanexpertblock4 li {
  /* display: block; */
  margin: 25px 0;
}

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

#mjtanexpertblock4 .h1 {
  text-transform: none;
}

#mjtanexpertblock5 {
  text-align: left;
  /* background: #eee; */
  /* padding: 50px 0; */
}

#mjtanexpertblock5 .row {
  padding: 150px 25px;
  /* padding: 50px 25px; */
  margin: 0;
  background-size: cover;
  background-position: center;
  color: #fff;
}

#mjtanexpertblock5 .row p {
  color: #fff;
  max-width: 550px;
  text-shadow: 1px 2px 8px #000;
}

#mjtanexpertblock5 .row img {
  display: none;
}

.btn.btn-comment.btn-comment-big.post-product-comment {
  background: #00a9a4;
  margin: 0 !important;
}

.comment-date {
  text-align: right;
  display: block;
  color: #000;
  font-size: 13px;
}

.comment-author {
  font-weight: bold;
}

.product-comment-list-item .comment-content h4 {
  font-size: 24px;
  overflow: hidden;
  height: 24px;
}

#mjtanexpertblock3 .block_newsletter {
  text-align: left;
  font-weight: bold;
  margin-top: 75px;
}

#mjtanexpertblock2 ul, #mjtanexpertblock3 ul, #mjtanexpertblock4 ul {
  margin-left: 15px;
}

#mjtanexpertblock2 .inner > p.primary-color {
  font-weight: bold;
}

#mjtanexpertblock5 .row {
  text-align: left;
}

.black-text {
  color: #000 !important;
}

#mjtanexpertblock5 .row.black-text p {
  color: #000 !important;
}

ul li::marker, ol li::marker {
  color: var(--primary-text);
}

@media (min-width: 768px) {
  #mjtanexpertblock2 .row, #mjtanexpertblock3 .row {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
#mjtanexpertblock1 img, #mjtanexpertblock2 img, #mjtanexpertblock3 img, #mjtanexpertblock4 img, #mjtanexpertblock5 img {
  height: auto;
  max-width: 90%;
  margin: auto;
  display: block;
}

#mjtanexpertblock3 h1 {
  display: block;
  width: 100%;
}

#mjtanexpertblock3 table {
  width: 100%;
}

#sklad .block_newsletter {
  background: #00a9a4;
}

#category-description {
  overflow: hidden;
  height: 100px;
}

.block-category .block-category-inner {
  display: block;
}

.btn.more {
  display: block;
  text-align: center;
}

#product #content {
  max-width: inherit;
}

.product-miniature .product-title {
  line-height: 14px;
}

@media (max-width: 767px) {
  .tabs {
    padding: 0px;
  }
  .product-id-35 #mjtanexpertblock5 > div,
  .product-id-138 #mjtanexpertblock5 > div {
    background-position: right !important;
  }
  /* .is-open ~ .container,  */
  .is-open ~ #mjtanexpertblock1, .is-open ~ #mjtanexpertblock2, .is-open ~ #mjtanexpertblock3, .is-open ~ #mjtanexpertblock4, .is-open ~ #mjtanexpertblock5 {
    display: none;
  }
  #mobile_top_menu_wrapper {
    /* height: 100vh; */
  }
  /* .js-top-menu-bottom {
       display: none;
   } */
  .row .col-xs-4 img {
    height: 22px;
  }
}
@media (min-width: 768px) {
  .row .col-xs-4 img {
    max-height: 45px;
  }
}
#product-comments-list-footer {
  margin-top: 50px;
}

/*
tooltip 
*/
.tooltip_ui {
  position: relative;
  display: inline-block;
}

.tooltip_ui .tooltiptext_ui {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 6px;
  padding: 10px 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip_ui .tooltiptext_ui::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip_ui:hover .tooltiptext_ui {
  visibility: visible;
  opacity: 1;
}

.dystrybutor .col-md-2 h3 {
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .dystrybutor {
    padding: 50px 0 !important;
  }
  #index .produkty h1, #index .produkty .row-description {
    text-align: center;
  }
  .oferta h1 {
    padding-top: 50px;
  }
}
.oferta .row-description, .produkty .row-description {
  margin-top: 25px;
}

.marka-mineteam h1 {
  margin-top: 50px;
}

#menu-icon2 {
  padding: 15px;
  cursor: pointer;
}

#post-product-comment-modal {
  z-index: 99999;
}

@media (max-width: 991px) {
  #mjtanexpertblock1 .box {
    flex-flow: column;
  }
  #post-product-comment-modal .modal-content {
    padding-bottom: 70px !important;
  }
  button.btn.btn-primary.paczkomatBtn {
    margin-left: 1p;
    margin-left: 15px;
  }
}
#referalModal {
  top: 50%;
  transform: translateY(-50%);
}

#cart .row .col-xs-4 img {
  max-height: 100%;
}

@media (max-width: 767px) {
  #cart .cart-items .col-xs-4 img {
    height: 75px !important;
  }
}
.payment-option label {
  text-align: left;
}

@media (max-width: 991px) {
  .tingle-modal-box__content .block_newsletter {
    padding-left: 0px;
  }
  .tingle-modal-box__content .block_newsletter .col-xs-12 {
    padding-right: 0;
  }
  .tingle-modal-box__content .block_newsletter label {
    text-align: left;
  }
  .tingle-modal-box__content div#newsletter_block .col-md-12 {
    padding-right: 0;
  }
  .tingle-modal-box__content h1 {
    font-size: 2.5rem;
  }
  .payment-option label {
    position: relative;
  }
  .payment-option label img {
    position: absolute;
    top: -20px;
    left: 0;
  }
  .block_newsletter > div, .block_newsletter {
    /* padding: 0%;  */
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .block_newsletter {
    padding-bottom: 0rem;
  }
  #sklad .block_newsletter > .row {
    padding: 25px 25px;
  }
}
@media (max-width: 991px) {
  .tingle-modal-box {
    background-image: url(../img/newsletter_popup_mobile.png) !important;
    /* background-size: 100% !important; */
    background-color: #fff !important;
    background-position: top left !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 500px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .tingle-modal-box {
    /* background-size: 100% 800px !important; */
    /* background-size:100% 100px !important; */
    background-size: auto 100px !important;
    background-position: top center !important;
  }
}
@media (max-width: 991px) {
  .tingle-modal-box h1 {
    text-align: right;
    margin-top: 50px;
    width: 100%;
    padding-left: 20%;
    line-height: normal !important;
  }
  .tingle-modal-box h1 span {
    font-size: 7.4rem;
    font-weight: 400;
  }
  .tingle-modal-box h3 {
    font-style: italic;
    margin-top: 20px;
  }
  .tingle-modal-box__content h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .tingle-modal-box__content h1 span {
    line-height: 68px;
  }
}
@media (min-width: 992px) {
  .tingle-modal-box h3 {
    font-style: italic;
  }
  .tingle-modal-box {
    background-image: url(../img/newsletter_popup_desktop.png) !important;
    background-size: auto 100% !important;
    background-color: #fff;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    min-height: 600px;
    width: 95% !important;
  }
  .tingle-modal-box__content {
    background-color: transparent;
    padding: 25px;
    padding-top: 40px;
    width: 60%;
    margin-top: 75px;
    /* margin-left: 41%; */
    margin-left: 35%;
  }
  .tingle-modal-box__content .block_newsletter label {
    text-align: left;
  }
  .tingle-modal-box__content h1 {
    font-size: 3rem;
  }
}
.tingle-modal-box__footer {
  border: 0px !important;
  height: 0px !important;
}

.tingle-modal-box__content .block_newsletter, .tingle-modal-box__content .block_newsletter .row {
  border: 0;
  text-align: left;
  background: transparent !important;
  padding-right: 0;
  margin-right: 0;
}

.tingle-modal-box__content .block_newsletter h1 {
  display: none;
}

.tingle-modal-box__content {
  padding: 2.5rem !important;
}

@media (max-width: 991px) {
  .tingle-modal-box__content {
    padding: 1.5rem !important;
  }
}
.prestacraft-close {
  font-size: 18px !important;
  font-family: inherit !important;
  text-transform: uppercase !important;
}

.tingle-modal--visible {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.tingle-modal-box__content h1 {
  font-size: 48px;
}

@media (max-width: 991px) {
  .tingle-modal-box__content h1 {
    font-size: 36px;
    line-height: 36px !important;
  }
}
@media (max-width: 400px) {
  .tingle-modal-box__content h1 {
    font-size: 30px;
  }
}
button[name=submitNewsletter] {
  display: flex;
  height: 100%;
  padding: 17px;
}

@media (max-width: 991px) {
  .tingle-modal-box__content .block_newsletter form button[type=submit] {
    height: 50px;
  }
}
.tingle-modal-box__content h1 {
  margin-bottom: 2rem;
}

.tingle-modal-box__content h4 {
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: "DM Sans";
  font-size: 1rem;
}

.tingle-modal-box__content .block_newsletter label {
  color: #000;
}

.block_newsletter form button[type=submit] {
  background: #546B2B;
  color: #fff;
  display: flex;
  position: relative;
  padding: 13px !important;
  height: 100%;
  bottom: 0;
  width: 200px;
  right: 0;
}

#mjtanexpertblock3 .block_newsletter > div {
  /* padding: 50px; */
}

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

.cms-id-22 .page_header h1 {
  color: #000;
}

.cms-id-22 .samoopalacz-first-slide {
  margin-bottom: -25px;
}

.cms-id-22 .samoopalacz-first-slide,
.cms-id-22 .samoopalacz-second-slide,
.cms-id-22 .samoopalacz-third-slide,
.cms-id-22 .samoopalacz-four-slide {
  position: relative;
}

.cms-id-22 .samoopalacz-first-slide h3,
.cms-id-22 .samoopalacz-second-slide h3,
.cms-id-22 .samoopalacz-third-slide h3,
.cms-id-22 .samoopalacz-four-slide h3 {
  font-size: 24px;
  font-style: italic;
  margin: 20px 0;
  display: block;
}

@media (max-width: 991px) {
  .cms-id-22 .row {
    margin: 0;
  }
  .cms-id-22 .samoopalacz-first-slide,
  .cms-id-22 .samoopalacz-second-slide,
  .cms-id-22 .samoopalacz-third-slide,
  .cms-id-22 .samoopalacz-four-slide {
    padding: 50px;
    text-align: left;
  }
  .cms-id-22 .samoopalacz-first-slide {
    background-image: url(../img/jak_dobrac_samoopalacze_slide1.jpg) !important;
    background-position: 35% 50%;
    background-size: cover;
    margin-top: -25px;
  }
  .cms-id-22 .samoopalacz-second-slide {
    background-image: url(../img/jak_dobrac_samoopalacze_slide2.jpg) !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #ffc2c2;
  }
  .cms-id-22 .samoopalacz-third-slide {
    background-image: url(../img/jak_dobrac_samoopalacze_slide3.jpg) !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #e0e0e0;
  }
  .cms-id-22 .samoopalacz-four-slide {
    background-image: url(../img/jak_dobrac_samoopalacze_slide4.jpg) !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #05060b;
  }
}
@media (min-width: 992px) {
  .cms-id-22 .samoopalacz-first-slide::before {
    background-image: url(../img/jak_dobrac_samoopalacze_slide1.jpg) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -25px;
    content: " ";
    left: 0;
    background-position: 25% 50%;
    background-repeat: no-repeat;
    background-color: #f2c055;
    background-size: cover;
    margin-bottom: -25px;
  }
  .cms-id-22 .samoopalacz-second-slide::before {
    background-image: url(../img/jak_dobrac_samoopalacze_slide2.jpg) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    left: 0;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #ffc2c2;
    background-size: contain;
  }
  .cms-id-22 .samoopalacz-third-slide::before {
    background-image: url(../img/jak_dobrac_samoopalacze_slide3.jpg) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    left: 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #e0e0e0;
    background-size: contain;
  }
  .cms-id-22 .samoopalacz-four-slide::before {
    background-image: url(../img/jak_dobrac_samoopalacze_slide4.jpg) !important;
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #05060b;
    background-size: contain;
  }
  .row.last-slide:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
  }
  .row.last-slide * {
    position: relative;
  }
}
.cms-id-22 .samoopalacz-four-slide * {
  color: #fff;
}

.cms-id-22 #footer {
  z-index: 9;
  position: relative;
}

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

.row.samoopalacz-first-slide .col-md-6, .row.samoopalacz-second-slide .col-md-6, .row.samoopalacz-third-slide .col-md-6, .row.samoopalacz-four-slide .col-md-6 {
  padding: 50px 0;
}

.row.last-slide h1 {
  padding: 50px 0;
}

.payment-options img {
  /* position: absolute; */
  left: 40px;
  top: 0;
}

div#payment-option-2-additional-information > section, div#payment-option-3-additional-information > section {
  display: none !important;
}

.payment-options {
  position: relative;
}

.payment-options > div:nth-child(1) {
  padding: 20px 0 0;
}

.green-text a {
  color: #01a9a4 !important;
}

.cms-products-line {
  margin: 25px 0;
  word-break: break-word;
}

.page-content.page-cms {
  text-align: left;
}

@media (max-width: 767px) {
  .cms-id-22 .samoopalacz-second-slide {
    background-image: url(../img/jak_dobrac_samoopalacze_slide2.jpg) !important;
    background-position: 72% 115%;
    background-repeat: no-repeat;
    background-color: #ffc2c2;
    padding-bottom: 500px;
  }
  .cms-id-22 .samoopalacz-first-slide {
    background-image: none !important;
    background-size: cover;
    margin-top: -25px;
    background-color: #fad36f;
  }
  .cms-id-22 .samoopalacz-four-slide {
    background-image: url(../img/jak_dobrac_samoopalacze_slide4.jpg) !important;
    background-position: 70% 100%;
    background-repeat: no-repeat;
    padding-bottom: 800px;
    background-color: #05060b;
  }
  .cms-id-22 .samoopalacz-third-slide {
    background-image: url(../img/jak_dobrac_samoopalacze_slide3.jpg) !important;
    background-position: 35% 100%;
    background-repeat: no-repeat;
    background-color: #e0e0e0;
    padding-bottom: 900px;
  }
}
.tingle-modal {
  display: none;
}

.tingle-enabled {
  overflow: auto !important;
  position: inherit !important;
}

.prestacraft-close-content {
  display: none;
}

@media (max-width: 767px) {
  .prestacraft-close-content {
    /* display: block; */
    position: relative;
    left: 50%;
    border: 0;
    background: transparent;
    cursor: pointer;
    bottom: 295px;
    left: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #01a9a3;
  }
}
.block_newsletter_alert {
  position: absolute;
  /* top: -50px; */
  z-index: 9;
  width: 100%;
}

.cms-id-22 .row {
  margin-left: 0;
  margin-right: 0;
}

#product .dlaczego_warto img {
  height: 72px;
  margin: auto;
  display: table;
}

.content-dlaczego-kupowac {
  margin: 25px 0;
}

.cms-id-23 .page_header {
  background-image: url(https://wiliwili.pl/img/cms/tanexpert_website_2022_polecany_samoopalacz.jpg) !important;
  background-position: center;
  color: #000;
}

.cms-id-23 .page_header h1 {
  color: #000;
}

.cms-id-23 .page-content h1 {
  margin: 50px 0;
}

.cms-id-23 .banner_wyproboj_samoopalacze {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  min-height: 250px;
}

.cms-id-23 .banner_wyproboj_samoopalacze p {
  color: #fff;
}

.cms-id-23 .banner_wyproboj_samoopalacze::before {
  left: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-image: url(https://wiliwili.pl/img/cms/tanexpert_website_2022_polecany_samoopalacz5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.najlepsze_efekty {
  position: relative;
  width: 100%;
  padding: 50px 0;
  margin: 0;
}

.najlepsze_efekty h1 {
  position: relative;
  z-index: 9;
}

.najlepsze_efekty::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-image: url(../img/tanexpert_website_2022_polecany_samoopalacz6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.cms-id-23 .page_header {
  background-position: 66%;
}

.cms-id-23 .page-cms-23 img {
  height: auto !important;
}

.pagination {
  text-align: left;
}

ul.pagination li {
  display: inline;
}

.product-id-196 #destination_product_banner_full {
  background-position: top center !important;
}

.block {
  display: block !important;
}

.product-id-199 #mjtanexpertblock1, .product-id-198 #mjtanexpertblock1 {
  /* background-image: none; */
}

.margin100-0 {
  margin: 100px 0;
}

.product-id-199 .dlaczego_warto,
.product-id-198 .dlaczego_warto {
  display: none;
}

#mjtanexpertblock2 .table tr td:nth-child(1) {
  /* font-weight: bold; */
}

.product-id-199 #sklad h1, .product-id-198 #sklad h1 {
  display: none;
}

#_desktop_top_menu {
  padding: 0 !important;
}

.block-category .block-category-inner #category-description p, .block-category .block-category-inner #category-description strong {
  color: #232323;
}

.header-nav #_desktop_language_selector .material-symbols-outlined,
.header-nav #_desktop_user_info .material-symbols-outlined, .header-nav .material-symbols-outlined, .header-nav .material-icons {
  color: var(--secondary-text);
}

.header-top .col-md-10.col-sm-12.position-static {
  padding: 0px;
}

/**
Gwarancja satysfakcji CMS ID: 25
**/
.cms-id-25 .page_header {
  background-image: url(../img/gwarancja_satysfakcji1.png) !important;
  background-position: center;
}

.gwarancja_baner1 {
  background-image: url(../img/gwarancja_satysfakcji2.png) !important;
  padding: 50px 0;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .gwarancja_baner1 {
    min-height: 575px;
  }
}
.gwarancja_baner2 {
  background-image: url(../img/gwarancja_satysfakcji3.png) !important;
  padding: 50px 0;
  color: #fff;
  background-position: top right;
  background-repeat: no-repeat;
}

@media (min-width: 1900px) {
  .gwarancja_baner2 {
    background-position: center;
  }
}
.gwarancja_baner2 p {
  color: #fff;
}

.cms-id-25 #content-wrapper > .container, .cms-id-29 #content-wrapper > .container {
  width: 100%;
  /* padding: 0; */
  margin: 0;
}

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

ul.ikony_gwarancje li img {
  display: block;
  margin: auto;
}

ul.ikony_gwarancje li {
  text-align: center;
  z-index: 2;
  width: 50%;
  display: flex;
  float: left;
  font-family: "DM Serif Display", serif;
  font-weight: bold;
  margin: 25px 0;
  padding: 25px 0;
  background-size: contain;
  background-image: url(../img/gwarancja_satysfakcji10.png);
  background-repeat: no-repeat;
  background-position: center;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

@media (min-width: 768px) {
  ul.ikony_gwarancje li {
    min-height: 400px;
  }
  .ikony_gwarancje li:before {
    font-size: 15rem;
  }
}
@media (max-width: 767px) {
  ul.ikony_gwarancje li {
    width: 100%;
  }
  .ikony_gwarancje li:before {
    font-size: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  ul.ikony_gwarancje li {
    margin: -40px 0 !important;
  }
}
.ikony_gwarancje li img {
  max-height: 60px;
}

.ikony_gwarancje li:before {
  position: absolute;
  left: 50%;
  color: #f0f0f0;
  font-weight: 400;
  transform: translateX(-50%);
  z-index: -1;
}

.ikony_gwarancje li:nth-child(1):before {
  content: "1";
}

.ikony_gwarancje li:nth-child(2):before {
  content: "2";
}

.ikony_gwarancje li:nth-child(3):before {
  content: "3";
}

.ikony_gwarancje li:nth-child(4):before {
  content: "4";
}

.ikony_gwarancje li:nth-child(5):before {
  content: "5";
}

.ikony_gwarancje li:nth-child(6):before {
  content: "6";
}

@media (min-width: 992px) {
  ul.ikony_gwarancje li:nth-child(even) {
    top: 125px;
    /* margin-bottom: 0px; */
  }
}
/**
Pomysł na prezent
**/
.cms-id-24 .page_header {
  background-image: url(../img/pomysl_na_prezent1.png) !important;
  background-position: center !important;
  color: #000 !important;
}

.page-cms-24 .row > h1 {
  text-align: center;
  margin: 25px 0 25px;
}

.cms-id-24 .block_pianki {
  background-image: url(../img/pomysl_na_prezent9.png) !important;
  background-position: center !important;
  background-size: cover;
  padding: 5px 15px 15px 15px;
  clear: both;
  display: block;
  margin-top: 25px;
}

.cms-id-24 .first-block {
  padding: 50px 0;
}

.prezent_footer_block {
  background-image: url(../img/pomysl_na_prezent8.png) !important;
  background-size: cover;
  background-position: center;
  padding: 75px 25px;
  text-align: center;
  color: #fff !important;
  margin-top: 100px;
  width: 100% !important;
  margin-bottom: -50px;
}

.prezent_footer_block p {
  color: #fff;
}

.prezent_footer_block h2 {
  max-width: 50%;
  margin: auto;
}

.block_pianki ul {
  list-style: disc;
}

.cms-id-24 #content-wrapper > .container {
  width: 100%;
  padding: 0px;
}

.abs_img_gift {
  position: absolute;
  left: -25%;
  bottom: -100px;
}

.page-cms-25 .gwarancja_baner1 h1, .page-cms-25 .gwarancja_baner2 h1 {
  margin-top: 25px;
  font-size: 32px;
}

.page-cms-25 .gwarancja_baner1 h2, .page-cms-25 .gwarancja_baner2 h2 {
  margin: 25px 0;
  font-style: italic;
  font-size: 30px;
}

.classic-view .modal-body {
  display: block !important;
}

.cart-content span.value {
  text-align: right;
}

.classic-view {
  width: 90%;
  max-width: 980px;
  transform: translateX(-50%);
  left: 50%;
  /* top: 25%; */
  height: 100%;
}

@media (max-width: 767px) {
  .cart-content-btn {
    display: block !important;
  }
  .cart-content-btn .btn.btn-secondary {
    width: 100% !important;
  }
  #blockcart-modal .cart-products-count {
    display: none !important;
  }
  #blockcart-modal .product-image {
    height: 125px;
    width: auto;
    margin-bottom: 0;
  }
  #blockcart-modal .modal-title {
    overflow: hidden !important;
    max-height: 25px !important;
  }
  #blockcart-modal .product-price {
    font-size: 24px;
  }
  #blockcart-modal .freedelivery {
    margin-top: 0px !important;
  }
  .modal-cart.product-image {
    display: none !important;
  }
}
/*
Ambasadorzy CMS 
*/
.block_newsletter a.btn.btn-default {
  border: 1px solid #01a9a3;
  margin: 50px 15px 0;
  padding: 15px 25px;
  color: #000;
  font-weight: bold;
}

.block_newsletter.ambasador-block {
  padding: 50px;
  margin-top: 75px;
}

@media (max-width: 767px) {
  .block_newsletter.ambasador-block {
    padding: 1rem 0;
  }
}
.cms-id-26 .page_header {
  background-image: url(../img/header-ambasador.webp) !important;
  background-color: #000 !important;
}

.cms-id-26 .page-content .box, .cms-id-8 .page-content .box, .cms-id-25 .page-content .box {
  background: #f9f9f9;
  padding: 25px;
  text-align: center;
  min-height: 250px;
  margin: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
}

.page-cms-26 .row.flex {
  margin: 75px 0;
}

.page-cms-26 .row.flex img {
  height: auto !important;
}

@media (max-width: 767px) {
  .cms-id-26 .page-content .box {
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .cms-id-26 .page-content .box {
    width: calc(33% - 20px) !important;
  }
  .page-cms-26 .col-md-3 {
    position: inherit;
  }
  .page-cms-26 .col-md-3 img {
    position: absolute;
  }
  .cms-id-26 {
    overflow-x: hidden;
  }
  .cms-id-26 .page-content .flex {
    justify-content: center;
    display: flex;
    align-items: center;
  }
}
.cms-id-26 .page-content .box::after {
  font-size: 120px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 0;
  font-family: "DM Serif Display";
}

/* .cms-id-26 .page-content .box:nth-child(1):after { 
    content: "1";
}
.cms-id-26 .page-content .box:nth-child(2):after { 
    content: "2";
}
.cms-id-26 .page-content .box:nth-child(3):after { 
    content: "3";
}
.cms-id-26 .page-content .box:nth-child(4):after { 
    content: "4";
}
.cms-id-26 .page-content .box:nth-child(5):after { 
    content: "5";
}
.cms-id-26 .page-content .box:nth-child(6):after { 
    content: "6";
} */
body.cms-id-26 .zadowoleni_klienci,
body.cms-id-26 .insta-block,
body.cms-id-26 .banner-szkolenia,
body.cms-id-26 #footer .block_newsletter,
body.cms-id-26 #footer .firma,
body.cms-id-26 .stopka_wideo,
body.cms-id-26 .pisza_o_nas,
body.cms-id-26 .stopka_banner {
  display: none;
}

.cms-id-27 .page-content ol li::marker {
  color: #000;
}

.cms-id-27 .page-content ul {
  padding: inherit;
  list-style: inherit;
}

@media (max-width: 991px) {
  .promo_video {
    margin: auto;
    display: block;
    max-width: 100% !important;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .promo_video {
    margin: auto;
    display: block;
    height: 495px;
    max-width: 100% !important;
    min-width: 880px;
    width: auto;
  }
}
@media (min-width: 992px) {
  #product #sklad .block_newsletter img {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
#product #sklad .block_newsletter h2 {
  font-size: 20px;
  font-family: "DM Serif Display";
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 0;
}

#product #sklad .block_newsletter p.author {
  color: #04d1c0;
}

#mjtanexpertblock5 #destination_product_banner_full .col-md-12 .col-md-6 {
  text-align: center;
}

#mjtanexpertblock5 #destination_product_banner_full .col-md-12 {
  display: flex;
  justify-content: center;
  margin: auto !important;
  align-items: center;
  max-width: 1280px;
  float: none;
}

#mjtanexpertblock5 #destination_product_banner_full .col-md-12 .col-md-6:last-child {
  text-align: left;
}

#mjtanexpertblock5 #destination_product_banner_full .col-md-12 .col-md-6 img {
  display: inline-block;
  margin: 0px 10px;
}

.alert.alert-warning.row {
  margin: 0px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #eee;
  font-weight: 400;
  border: 1px solid transparent;
}

a#header_logo {
  background-image: url(https://wiliwili.pl/img/tanexpert-logo-1722366781.jpg) !important;
  background-size: 60% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #000 !important;
}

#header_infos > * {
  color: #fff !important;
}

div#mjtanexpertblock3 video {
  width: 100%;
  height: auto !important;
  background: transparent !important;
}

#mjtanexpertblock3 .instagram-feed-block.row li {
  margin: 0px !important;
  padding: 0px !important;
  display: inherit;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .video_home_vertical {
    max-height: 800px !important;
    margin: auto !important;
    display: block !important;
    margin-top: 57px !important;
  }
}
.product-without-taxes {
  font-weight: 500 !important;
}

.video_full_block {
  /* height: 300px; */
  overflow: hidden;
}

.video_full_block > .container {
  overflow: hidden;
}

#tanexpert_footer_olivka {
  top: 0;
  left: 0;
  height: auto;
  position: absolute;
}

@media (min-width: 480px) and (max-width: 991px) {
  #tanexpert_footer_olivka {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #tanexpert_footer_olivka {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #tanexpert_footer_olivka {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .video_full_block p:last-child {
    display: none;
  }
}
.footer_caption_video {
  position: relative;
  padding: 50px;
  z-index: 2;
}

.video_full_block p {
  text-shadow: 1px 2px 8px #000;
}

.oferta a.box img {
  position: relative;
}

.oferta .box {
  background: none;
  border: 1px solid #E6E6E6;
}

.header-nav #contact-link {
  display: none;
}

.block_newsletter {
  /* padding: 0px; */
  margin-bottom: 0px;
}

.btn.btn-primary {
  text-transform: uppercase;
  font-weight: 500;
  background: #000;
  color: #fff;
}

.btn-outline {
  background: transparent !important;
  border: 1px solid var(--four-bg) !important;
  color: var(--primary-text) !important;
  font-size: 13px;
  letter-spacing: 2px;
}

.card {
  border: 0px !important;
}

header.page-header {
  text-align: center;
}

#login-form button {
  width: 100%;
}

#block-reassurance li {
  display: inline-block;
  border-bottom: 0;
  width: 19%;
}

#block-reassurance img {
  display: block;
  margin-bottom: 15px;
}

.freedelivery {
  text-align: center;
  border: 1px solid #2F3E15;
  padding: 20px 10px;
  margin: 0px;
  text-transform: uppercase;
}

.freedelivery h2 {
  font-size: 26px;
  text-transform: none;
  font-family: "Playball";
  color: #575757 !important;
}

#cart div#block-reassurance {
  display: none;
}

.input-group.bootstrap-touchspin {
  align-items: center;
  display: flex;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border: 0px;
}

.cart-grid-body a.label:hover {
  color: var(--primary-text) !important;
}

.card-header button.btn.btn-link {
  white-space: normal;
}

@media (max-width: 767px) {
  #product-comments-list-header {
    display: block;
  }
  .social-sharing {
    display: block;
  }
  .product-action-bottom {
    text-align: center;
    display: block !important;
  }
  .social-sharing ul {
    margin-top: 1rem;
  }
  #product .product-information .product-add-to-cart {
    text-align: center;
  }
  #product .product-information .product-add-to-cart .control-label {
    display: none !important;
  }
  .tooltiptext_ui {
    display: none;
  }
  #product .product-information .product-add-to-cart .product-quantity {
    justify-content: flex-end;
  }
}
.svg-container-product {
  width: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

input#use_same_address, label[for=use_same_address] {
  /* display: none; */
}

.feature_single_product--inner .thumbnail-container h3.h3.product-title {
  line-height: 22px;
}

section.opinie {
  display: none;
}

.tingle-modal-box .block_newsletter .col-md-6 {
  width: 100%;
}

@media (max-width: 991px) {
  .tingle-modal-box__content h3 {
    display: block;
  }
  .tingle-modal-box__content .block_newsletter .col-md-6:nth-child(1) {
    padding: 20px 0px;
  }
}
@media (min-width: 992px) {
  .tingle-modal-box__content {
    background: #fff;
    height: 100%;
    margin-top: 0;
  }
}
.mjassocvariantproduct-list li {
  display: inline-block;
}

span.color-box {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 5px solid #fff;
}

#header .header-nav .right-nav {
  align-items: center;
  min-height: 72px;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.d-table {
  display: table;
}

.zalety_produktu {
  padding: 2rem 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.zalety_produktu .title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.zalety_produktu img {
  height: 48px;
  width: 48px;
}

.zalety_produktu .row {
  align-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}

.zalety_produktu .col-md-9 {
  width: 75% !important;
}

.zalety_produktu .col-md-3 {
  width: 25% !important;
}

.product-miniature .product-title,
.product-miniature .product-price-and-shipping {
  text-align: left !important;
}

.product-miniature .product-price-and-shipping .price {
  font-family: "DM Sans";
  color: #2F3E15;
  font-size: 20px;
  font-weight: 500;
}

.products-sort-order button {
  text-transform: uppercase;
}

.product-miniature .thumbnail-container {
  /* width: calc(100% - 50px) !important; */
  width: 100%;
}

.products-sort-order .select-title {
  font-weight: bold;
  font-size: 0.85rem;
}

#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
  color: #575757;
  text-decoration: line-through;
  font-size: 1rem;
  font-family: var(--font-primary);
}

.sidebar {
  color: #000;
}

#header .header-top {
  background: transparent;
}

.js-cart-line-product-quantity {
  text-align: center;
}

#password .btn-primary {
  padding: 0 36px;
}

a.thumbnail.product-thumbnail:hover > img:nth-child(3) {
  opacity: 1 !important;
}

a.thumbnail.product-thumbnail:hover > img:nth-child(2) {
  opacity: 0 !important;
}

.tingle-modal-box .block_newsletter .col-md-6.offset-md-3 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.tingle-modal-box .block_newsletter, .tingle-modal-box .block_newsletter > .container {
  padding-left: 0;
}

.preorder-box img {
  max-width: 64px;
}

.freedelivery.preorder-box, .preorder-box {
  display: flex;
  margin: 15px 0;
  gap: 15px;
}/*# sourceMappingURL=custom.css.map */