/*

Theme Name: Lukani Child Theme
Theme URI: http://demo.roadthemes.com/lukani/
Author: Plaza-Themes
Author URI: http://plazathemes.com/
Description:  Lukani Child Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, threaded-comments
Text Domain: lukani
Template: lukani

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
  --swiper-navigation-size: 32px;
  --swiper-theme-color: #054423;
}

html {
  scroll-behavior: smooth;
}

/* Ensure store notice is displayed at the top */
.woocommerce-store-notice {
  position: relative !important; /* Remove sticky behavior */
  top: 0;
  margin: 0;
  z-index: 9999;
  text-align: center;
  width: 100%;
  background-color: #1d492a !important; /* Customize the background color as needed */
  color: #000; /* Customize text color as needed */
  padding: 10px;
  box-shadow: unset!important;
}

.header-container .header {
  .col-ver {
    width: 100%;
  }
  .horizontal-menu .primary-menu-container ul.nav-menu {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding-right: 12px;

    li {
      margin-right: 0;
    
      a {
        font-size: 12px;
      }
    }

    @media(max-width: 1270px) {
      padding-right: 48px;
    }
  }
}

.woocommerce-store-notice {
  &.demo_store {
    font-size: .95em;
    padding: .95em 0;
  }
  a {
    &:hover {
      text-decoration: none;
    }
  }
}

/* Hide the dismiss button */
.woocommerce-store-notice__dismiss-link {
  display: none !important;
}

.grecaptcha-badge { 
  visibility: hidden !important;
}

.header-middle .col-cart {
  border: 0 !important;
  width: auto;
  max-width: unset;
}

.main-container .title-breadcrumb {
  padding: 2em 0;
}

.main-container .category-desc {
  margin-top: 50px;
}

.header-middle .box-inner {
  display: flex;
  align-items: center;
}

/* .main-container .product-view .product_meta {
    display: none;
} */

.widget.widget_socialsharing_widget {
  display: none;
}

.header-middle .col-search {
  width: 71%;
  top: 38%;
}

.col-logo .logo img {
  max-width: 150px;
}

@media only screen and (max-width: 1270px) {
  .col-logo .logo {
    margin-left: 0px !important;
    max-width: 150px;
  }

  .header-middle .col-cart {
    width: auto !important;
  }
}

@media (max-width: 1270px) {
  .header-middle .col-cart {
    width: auto;
  }
}

@media screen and (max-width: 1150px) {
  .header-container .header-content {
    display: none;
  }

  .header-container .header-mobile {
    display: block;
  }

  .header-container .widget_shopping_cart {
    margin: 0;
    margin-right: 2.5em;
    margin-top: 7px;
  }

  .header-container .header-mobile .setting {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }

  .mobile-menu {
    display: inline-block;
    position: inherit;
    margin: 0;
    margin-right: 1.5em;
  }

  .mobile-menu .mbmenu-toggler {
    color: #222222;
    cursor: pointer;
    font-family: Rubik;
    font-size: 0;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    width: 35px;
    text-align: left;
    text-transform: uppercase;
  }

  .mobile-menu .mbmenu-toggler span.mbmenu-icon {
    font-size: 28px;
  }

  .mobile-menu .mobile-menu-container,
  .mobile-menu div.nav-menu {
    background: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    float: left;
    height: 0;
    left: 0;
    right: 0;
    width: 300px;
    overflow: hidden;
    padding: 0 12px;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99999;
  }

  .mobile-menu .mobile-menu-container ul.nav-menu > li,
  .mobile-menu .mobile-menu-container > ul > li,
  .mobile-menu div.nav-menu ul.nav-menu > li,
  .mobile-menu div.nav-menu > ul > li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
  }

  .header-container
    .header-mobile
    .widget_shopping_cart
    .widget_shopping_cart_content
    .cart-toggler {
    border: 0;
    padding: 0;
  }

  .header-container
    .widget_shopping_cart
    .widget_shopping_cart_content
    .mini_cart_content {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .header-container .header-mobile .logo {
    padding-left: 0;
    margin-left: 0 !important;
    max-width: 150px;
  }

  .mobile-menu {
    position: inherit;
    margin: 0;
    margin-right: 1.5em;
  }

  .header-container .widget_shopping_cart {
    margin: 0;
    margin-right: 2.5em;
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .header-container
    .widget_shopping_cart
    .widget_shopping_cart_content
    .cart-toggler
    a
    .cart-quantity {
    display: block;
  }
}

.menu-right-side .wpb_wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.mobile-menu .mobile-menu-container,
.mobile-menu div.nav-menu {
  left: unset;
  right: 13px;
  width: 200px;
}

.woocommerce form .form-row textarea {
  height: 50px;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #999;
  border-bottom: 3px #044422 solid;
}

.woocommerce form .form-row select {
  border-radius: 10px;
  border: 1px solid #999;
  border-bottom: 3px #044422 solid;
}

.single-product select.form-control:not([size]):not([multiple]) {
  height: auto;
}

@media (min-width: 1270px) {
  .header-middle .col-cart {
    width: auto;
    position: relative;
    top: unset;
    right: unset;
  }
}

@media (max-width: 1270px) {
  .header-middle .col-cart {
    width: 6rem;
  }
}

@media (max-width: 990px) {
  .header-middle .col-cart {
    width: 12rem;
  }
}

.woocommerce ul#shipping_method {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.main-container .cart_totals table.shop_table td label {
  margin-left: 10px;
}

/* .main-container .cart_totals table.shop_table .shipping ul#shipping_method li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 10px;
  margin-bottom: 0;

  &:nth-of-type(3) {
    position: relative;
    flex-direction: column;
    align-items: flex-end;

    input {
      position: absolute;
      top: 6px;
      right: 177px;
    }

    label {
      margin-bottom: 8px;
    }

    #selected-paczkomat {
      margin-top: 8px;
    }
  }
} */

.main-container .cart_totals table.shop_table .shipping ul#shipping_method li .shipping_method {
  top: 5px;
}

.main-container #order_review .shop_table .shipping #shipping_method li:nth-of-type(3) {
  div {
    margin-top: 8px;
  }
  #selected-paczkomat {
    margin-bottom: 0;
  }
}

.main-container
  .cart_totals
  table.shop_table
  .shipping
  ul#shipping_method
  li:nth-child(2) {
  /* padding-right: 4.9em; */
}

.page-content input,
.page-content input.input-text,
.page-content input[type="text"] {
  height: auto;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 1em;
}

.main-container #order_review .shop_table th,
.main-container #order_review .shop_table td {
  text-align: left !important;
}

span.express-menu {
  color: white !important;
  background-color: rgb(29, 73, 42);
  padding: 10px;
  letter-spacing: 2px !important;
}

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

.owl-stage {
  width: 100% !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

@media (max-width: 767px) {
  .group {
    flex-direction: column;
  }

  .shop-products.products.row.grid-view {
    display: block;
  }
}

/* SITE MANAGER */

.dropdown-toggle {
  border: 1px solid rgba(3, 3, 3, 0.1);
  background-color: #fff;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(3, 3, 3, 0.1);
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  margin: 4px;
}

.dropdown {
  position: fixed;
  display: inline-block;
  right: 0;
  top: 22%;
  z-index: 9999;
}

.dropdown > .dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  display: block;
}

.dropdown > .dropdown-toggle.hover:hover + .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-menu {
  padding: 0;
  position: absolute;
  background-color: #fff;
  z-index: 9;
  display: none;
  border-radius: 0;
  min-width: 150px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.13);
  margin: 0;
  transition: width 0.6s ease-in-out;
}

.dropdown > .dropdown-menu.dropleft.dropup {
  bottom: -300px;
  top: auto;
}

.dropdown > .dropdown-menu.dropleft {
  right: 100%;
  top: 0;
}

.dropdown > .dropdown-menu.dropup {
  bottom: 100%;
}

.dropdown > .dropdown-menu[data-type="selectbox"] {
  padding: 0;
}

.dropdown > .dropdown-menu[data-type="selectbox"] li,
.dropdown > .dropdown-menu[data-type="selectbox"] .item {
  border-bottom: 1px solid #eee;
  padding: 1em 2em;
}

.dropdown > .dropdown-menu[data-type="selectbox"] li:hover,
.dropdown > .dropdown-menu[data-type="selectbox"] .item:hover {
  background-color: #f9f9f9;
}

.dropdown > .dropdown-menu.show {
  display: block;
  animation: zoomIn 0.4s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.dropdown > .dropdown-menu.out {
  display: block;
  animation: zoomOut 0.4s;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.dropdown > .dropdown-menu > .heading {
  text-transform: capitalize;
  font-size: 15px !important;
}

.dropdown > .dropdown-menu > .item,
.dropdown > .dropdown-menu > li {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  padding: 10px;
  font-size: 12px;
  font-weight: 300;
}

.dropdown > .dropdown-menu > .item:not(:last-of-type),
.dropdown > .dropdown-menu > li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}

.dropdown > .dropdown-menu > .item,
.dropdown > .dropdown-menu > .item > a,
.dropdown > .dropdown-menu > li,
.dropdown > .dropdown-menu > li > a {
  width: 100%;
  color: #797979;
  transition: color 0.2s ease-in-out;
}

.dropdown > .dropdown-menu > .item:hover,
.dropdown > .dropdown-menu > .item .active,
.dropdown > .dropdown-menu > .item > a:hover,
.dropdown > .dropdown-menu > .item > a .active,
.dropdown > .dropdown-menu > li:hover,
.dropdown > .dropdown-menu > li .active,
.dropdown > .dropdown-menu > li > a:hover,
.dropdown > .dropdown-menu > li > a .active {
  color: #232323;
  cursor: pointer;
}

.dropdown-menu a {
  text-decoration: none;
  list-style-type: none;
}

.dropdown-menu li {
  padding: 7px 10px;
  border-bottom: 1px dashed lightgrey;
}

.node-item-bg {
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* margin-bottom: 10px; */
}

.dropdown .reklama-dla-biznesu {
  background-image: url("https://reklamadlabiznesu.pl/wp-content/uploads/2019/08/rdb-group.png");
  width: 35px;
  margin: 0;
}

.dropdown .zadronowani {
  background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/drony-gdansk-big.png");
}

.dropdown .kurs-na-drona {
  background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/kurs-na-drona.png");
}

.dropdown .kup-drona {
  background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/kup-drona-gdansk-big.png");
}

.dropdown .rdbgroup {
  background-image: url("http://kupdrona.pl/wp-content/uploads/2020/02/rdb-group-logo.png");
}

.dropdown .parker {
  background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/parker-gdansk-big.png");
}

.dropdown .pieczatki {
  background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/pieczatki-ekspres-gdansk.png");
}

.dropdown .zagrawerowani {
  background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/zagrawerowani-grawer-gdansk-big2.png");
}

.dropdown .santryk {
  background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/santryk-reklama-gdansk.png");
}

.dropdown .zahaftowani {
  background-image: url("https://parkergdansk.pl/wp-content/uploads/2019/02/zahaftowani-haft-gdansk-big.png");
}

.dropdown .ideasem {
  background-image: url("http://kupdrona.pl/wp-content/uploads/2020/02/idaesem.png");
}

.dropdown-menu p {
  color: black;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

/* tooltip */

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
.tooltip:hover:before,
.tooltip:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */

.tooltip:before,
[data-tooltip]:before {
  z-index: 5;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */

.tooltip:after,
[data-tooltip]:after {
  z-index: 5;
  padding: 8px;
  width: 210px;
  height: 30px !important;
  border-top: none !important;
  background-color: rgb(238, 238, 238);
  /* border: 1px solid black; */
  border-radius: 5px;
  color: #000;
  font-family: inherit;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.13);
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 40%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: rgb(238, 238, 238);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Vertically center tooltip content for left/right tooltips */

.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

@media only screen and (max-width: 767px) {
  .dropdown-menu li {
    padding: 6px;
    /* border: none; */
  }

  .dropdown > .dropdown-menu {
    min-width: 80px;
  }

  .dropdown .node-item-bg {
    margin: 0;
  }

  .dropdown .zadronowani {
    background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/drony-gdansk.png");
  }

  .dropdown .kup-drona {
    background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/kup-drona-gdansk.png");
  }

  .dropdown .parker {
    background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/parker-gdansk.png");
  }

  .dropdown .zagrawerowani {
    background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/zagrawerowani-grawer-gdansk.png");
  }

  .dropdown .santryk {
    background-image: url("https://zahaftowani.pl/wp-content/uploads/2019/05/santryk-reklama-gdansk-small.png");
  }

  .dropdown .zahaftowani {
    background-image: url("https://parkergdansk.pl/wp-content/uploads/2019/02/zahaftowani-haft-gdansk.png");
  }

  .tooltip-left:after,
  .tooltip-left:before {
    display: none;
  }
}

button.btn.btn-rose.btn-md.dropdown-toggle.tooltip-left {
  padding: 0 !important;
}

ul.dropdown-menu.dropleft.show {
  right: 100% !important;
  left: initial !important;
}

/* SITE MANAGER END */

.header-container
  .header
  .horizontal-menu
  #primary
  > .menu_holder
  .menu_inner
  > ul
  > li {
  margin-right: 2.8rem;
}

#primary ul {
}

#popmake-15984 {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#main_ul-primary {
  display: flex !important;
  margin-left: 50px;
}

.logo img {
  width: 200px;
}

@media only screen and (max-width: 1270px) {
  .logo {
    margin-left: 30px !important;
  }
}

.footer-bottom {
  font-size: 0.63vw;
  background-color: #202120;
  padding: 5em 5em 2em 5em;
  font-family: "Spartan", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 2020px) {
  .footer-bottom,
  #text-2,
  #custom_html-3,
  .footer_1_left {
    font-size: 0.3vw;
  }
}

@media screen and (max-width: 1024px) {
  .footer-bottom,
  #text-2,
  #custom_html-3,
  .footer_1_left {
    font-size: 0.5vw;
  }
}

@media screen and (max-width: 800px) {
  .footer-bottom,
  #text-2,
  #custom_html-3,
  .footer_1_left {
    font-size: 1.45vw;
  }
}

@media screen and (max-width: 600px) {
  .footer-bottom,
  #text-2,
  #custom_html-3,
  .footer_1_left {
    font-size: 2vw;
  }
}

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

.footer-bottom h3 {
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 1.2em;
  padding-left: 0;
}

.our-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5em;
}

.our-group-main {
  display: flex;
  align-items: flex-end;
  margin-left: 3.5em;
}

.our-group-main img {
  width: 150px;
}

.our-group-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-left: 50px;
}

.our-group-single {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-group-single img {
  width: 140px;
  margin: 0 2em;
  transition: opacity 0.3s ease-out, filter 0.3s ease-out;
  filter: grayscale(100%) brightness(200%) contrast(0);
}

.our-group-single:hover img {
  filter: none;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: Rubik;
  font-weight: 400;
  padding: 20px 0;
}

.footer-info-menu-link {
  text-decoration: none;
  margin: 0 3em;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.developed-webclever a {
  color: rgba(255, 255, 255, 0.8);
}

/* .wearid img {
  width: 7em;
}

.parker img {
  width: 12em;
}

.piecz img {
  width: 13em;
}

.zah img {
  width: 11em;
} */

@media screen and (max-width: 800px) {
  .footer-bottom h3 {
    margin-left: 0.8em;
  }

  .our-group {
    flex-direction: column-reverse;
  }

  .our-group-logos {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .our-group-main {
    margin: 0;
    margin-top: 3em;
  }

  .our-group-single {
    margin-bottom: 5em;
  }

  .footer-info {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }

  .footer-info p {
    margin: 2em 0;
  }

  .footer-info a {
    margin: 0.5em 0;
  }
}

@media (max-width: 450px) {
  .woocommerce-shipping-totals.shipping {
    display: flex;
    width: 168px;
  }
}

@media screen and (max-width: 600px) {
  .footer-bottom {
    padding-bottom: 10em;
  }

  .footer-bottom h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;
    font-size: 2.3em;
  }

  .our-group-logos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .footer-info-menu {
    align-items: center;
    flex-direction: column;
  }

  .footer-info {
    font-size: 12px;
  }

  .our-group-main img {
    width: 140px;
  }

  .our-group-single img {
    width: 140px;
  }
}

.dark {
  background-color: #f4f4f4 !important;
}

.dark > h3 {
  color: #333 !important;
}

.dark .footer-info {
  color: #333 !important;
}

.dark .footer-info-menu-link {
  color: #333 !important;
}

.dark .developed-webclever a {
  color: #333 !important;
}

.main-container .blog-page .post .post-thumbnail,
.main-container .blog-page article .post-thumbnail {
  width: 100%;
  float: unset;
  border-radius: 0;
  margin-bottom: 15px;
}

.main-container .blog-page .post:not(:last-child),
.main-container .blog-page article:not(:last-child) {
  border-bottom: 0;
}

.blog-page .post-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

@media screen and (max-width: 991px) {
  .blog-page .post-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-container .blog-page .post:not(:last-child),
  .main-container .blog-page article:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }
}

.post-info a,
.post-tag a {
  color: rgb(29, 73, 42);
}

.main-container .blog-page .entry-title,
.blog-page h2 {
  color: #121212;
}

.category-desc-inner {
  display: flex;
  align-items: center;
}

.category-image-desc {
  width: 225px;
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  .category-desc-inner {
    flex-direction: column;
  }

  .category-image-desc {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .category-image-desc {
    display: none;
  }
}

.contact-page a {
  color: #054423;
}

.footer .footer-top {
  padding: 10rem 0 5rem;
}

.footer .footer-bottom {
  padding: 50px 0 0px;
}

.footer .footer-title h5 {
  text-align: left;
}

.footer .footer-content p {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .footer .footer-title h5:after {
    display: none;
  }

  .footer .toogle-content {
    display: block;
  }

  .footer .f-col {
    float: left;
    width: 50%;
    text-align: left;
  }

  .footer.footer-bottom .f-col {
    width: 100% !important;
  }

  .footer .current {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .footer .f-col {
    width: 100%;
  }
}

#back-top {
  background-color: #1d492a;
}

@media screen and (max-width: 800px) {
  .footer .footer-bottom .footer-title h5 {
    text-align: center;
  }

  .footer .footer-bottom .footer-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.bottom-mobile-panel {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #054423;
  padding: 10px 0;
  border-top: 1px solid rgb(173, 173, 173);
  z-index: 99;
}

.footer .bottom-mobile-panel a {
  color: #ffffff;
  font-size: 12px;
}

.footer .bottom-mobile-panel a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.footer .bottom-mobile-panel a .fa {
  font-size: 16px;
  margin-bottom: 8px;
}

.bmp--box {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: black;
}

.bmp--box:nth-of-type(2) {
  border-left: 1px solid rgb(173, 173, 173);
  border-right: 1px solid rgb(173, 173, 173);
}

.bmp--box:nth-of-type(3) {
  border-right: 1px solid rgb(173, 173, 173);
}

.bmp--box p {
  margin-bottom: 0;
  line-height: 1;
}

.bmp--img {
  width: 20px;
  color: #e0191c;
}

.bmp--box .xoo-wsc-bki {
  top: unset;
  margin-bottom: 3px;
  font-size: 20px;
  color: #e0191c;
}

.bmp--img:nth-of-type(2) {
  width: 30px;
  margin-bottom: 3px;
}

.wp-google-powered img {
  display: none;
}

.wp-google-place {
  display: none !important;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
  display: none;
}

.vc_btn3-container.vc_btn3-left {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #cookie-notice {
    bottom: 56px;
  }

  .bottom-mobile-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fb_dialog {
    bottom: 7em !important;
  }

  .fb_customer_chat_bounce_in_v2 {
    bottom: 7em !important;
  }

  .bottom-mobile-panel a {
    font-size: 11px;
  }

  .footer-info {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 480px) {
  .bmp--box .xoo-wsc-bki {
    font-size: 16px;
  }

  .bmp--img {
    width: 16px;
  }
}

.google-reviews-link {
  display: inline-block;
  margin: 0;
}

.google-reviews-link .hidden {
  display: none;
}

@media (hover: hover) {
  .google-reviews-link:hover {
    text-decoration: none;
  }
}

.google-reviews-wrapper {
  display: inline-flex;
  box-shadow: 0 0 40px 0 rgb(29 73 42 / 9%);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  background-color: #dedede;
  color: #4e4e4e;
}

.google-reviews {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 15px;
  line-height: 20px;
}

.google-reviews-company {
  font-weight: 600;
}

.google-reviews > div {
  display: flex;
}

.google-reviews p {
  margin-bottom: 0;
}

.google-reviews-stars {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.google-reviews-stars > img,
.google-reviews-stars > img.lazyDone {
  padding: 0 1px;
  width: 16px;
}

.footer .footer-google-reviews {
  padding: 5rem 0 0;
}

.footer .footer-google-reviews .wpb_wrapper {
  display: flex;
  justify-content: center;
}

.main-container .shop-products .product-wrapper .product-image .box-hover {
  opacity: 1;
}

.main-container .shop-products .box-hover ul li a:before {
  font-size: 2.4rem;
}

.main-container .shop-products .box-hover ul li a:hover:before {
  color: var(--wp--preset--color--vivid-red);
}

.policy-block .box,
.policy-block .col:nth-child(2) .box,
.policy-block .col:nth-child(3) .box {
  background-position: left top;
}

.main-container .sale_product .shop-products .product-wrapper {
  opacity: 1;
}

.main-container .coupon .input-text {
  max-width: 75%;
}

@media (min-width: 800px) {
  .header-container .widget-title,
  .header-container .widgettitle {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

.header-container .widget_shopping_cart {
  display: inline-flex;
  align-items: center;
  align-content: center;
  gap: 6px;
}

.home .vc_gitem-animated-block > .vc_gitem-zone {
  max-height: 160px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background-color: #1d492a;
  color: #fff;
  border-radius: 0;
}

.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:hover {
  text-decoration: none;
}

.wc-block-grid__product-price.price .iworks-omnibus {
  display: none;
}

.wc-block-grid__product .wc-block-grid__product-link {
  color: #1d492a;
}

.related .shop-products {
  margin-top: 4em;
  padding: 0 20px;
}

.related .shop-products:not(.swiper-initialized) {
  visibility: hidden;
  max-height: 350px;
}

.google-reviews-slider {
  margin-top: 4em;
}

.company-boxes h4 {
  color: #000;
}

.company-boxes h3 {
  color: #1d492a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}

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

.company-boxes .text a {
  margin-top: 32px;
  background-color: #1d492a !important;
  color: #ffffff !important;
  background-image: unset !important;
  border: 2px solid #1d492a !important;
  transition: all 0.3s ease-in-out;
}

.company-boxes .text a:hover,
.company-boxes .text a:focus {
  color: #1d492a !important;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .company-boxes .text {
    padding: 6rem 0;
  }
  .company-boxes .vc_column-inner {
    padding: 0 !important;
  }
  .company-boxes .vc_figure,
  .company-boxes .vc_single_image-wrapper,
  .company-boxes .wpb_single_image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
}

.google-reviews-slider .ti-widget.ti-goog .ti-review-item > .ti-inner {
  background-color: #f8faf5 !important;
}

.google-reviews-slider
  .ti-widget.ti-goog
  .ti-header-write-btn-container
  .ti-header-write-btn {
  background-color: #1d492a !important;
  border: 2px solid #1d492a !important;
  border-radius: 0 !important;
  font-weight: 400px !important;
  padding: 14px 20px !important;
}

.google-reviews-slider
  .ti-widget.ti-goog
  .ti-header-write-btn-container
  .ti-header-write-btn:hover {
  background-color: transparent !important;
  color: #1d492a !important;
}

.pswp {
  z-index: 1000000;
}

body.woocommerce-order-received {
  color: #4c4c4c;
}

.order-special-offers-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  padding: 5rem 0;
}

.order-special-offers-brands-list a,
.order-special-offers-reviews a {
  color: #054423;
  text-decoration: underline;
}

.order-special-offers-brands-list a:hover,
.order-special-offers-reviews a:hover {
  color: #054423;
  text-decoration: none;
}

.main-container .default-page .entry-content .order-special-offers-brands p:nth-of-type(2) {
  margin-bottom: 1rem;
}

.order-special-offers-brands-list li {
  margin-bottom: 0;
}

.order-special-offers-brands {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .order-special-offers-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .order-special-offers-logos {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

.standard-alert {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4rem;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.5;
}

.woocommerce-order-received .standard-alert {
  margin: 3rem 0;
}

.alert-heading {
  font-size: 14px;
}

.ppom-wrapper span.show_description {
  display: block;
  padding-left: 0;
  line-height: 1;
}

.ppom-wrapper input, .ppom-wrapper button, .ppom-wrapper select, .ppom-wrapper optgroup, .ppom-wrapper textarea {
  margin-top: 1.25rem !important;
}

.ppom-dragdrop-text {
  display: none;
}

.ppom-file-container {
  background-color: rgb(204, 204, 204, .2);
  border-radius: 2rem;
}

.ppom-wrapper .btn-primary {
  background-color: #999;
  border-color: #999;
  border: 0;
  border-radius: 2.5rem;
}

.ppom-wrapper .btn-primary:hover {
  background-color: #666;
}

#payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > .payment_box.payment_method_bluemedia .payment_box.payment_method_bacs > .bm-payment-channels-wrapper ul.woocommerce-shipping-methods > div > li > ul li.bm-payment-channel-item > label, #payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > .payment_box.payment_method_bluemedia .payment_box.payment_method_bacs > .bm-payment-channels-wrapper ul.woocommerce-shipping-methods > div > li > ul li.bm-payment-channel-group-item > label {
  min-height: unset !important;
}

.main-container .default-page .entry-content .payment_method_bluemedia  p {
  margin: 0;
}

.main-container #order_review #payment .payment_methods li {
  margin-bottom: 0;
}

#payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > .payment_box.payment_method_bluemedia .payment_box.payment_method_bacs > .bm-payment-channels-wrapper ul.woocommerce-shipping-methods > div {
  margin: 0 !important;
}

#payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > .payment_box.payment_method_bluemedia .payment_box.payment_method_bacs > .bm-payment-channels-wrapper ul.woocommerce-shipping-methods > div > li > ul li.bm-payment-channel-item > label .bm-payment-channel-method-logo {
  max-height: 50px !important;
  max-width: 60px !important;
}

#payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > .payment_box.payment_method_bluemedia .payment_box.payment_method_bacs > .bm-payment-channels-wrapper ul.woocommerce-shipping-methods > div > li > ul li.bm-payment-channel-item > label .bm-payment-channel-method-name, #payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > .payment_box.payment_method_bluemedia .payment_box.payment_method_bacs > .bm-payment-channels-wrapper ul.woocommerce-shipping-methods > div > li > ul li.bm-payment-channel-item > label .bm-payment-channel-group-method-name, #payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > .payment_box.payment_method_bluemedia .payment_box.payment_method_bacs > .bm-payment-channels-wrapper ul.woocommerce-shipping-methods > div > li > ul li.bm-payment-channel-group-item > label .bm-payment-channel-method-name, #payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > .payment_box.payment_method_bluemedia .payment_box.payment_method_bacs > .bm-payment-channels-wrapper ul.woocommerce-shipping-methods > div > li > ul li.bm-payment-channel-group-item > label .bm-payment-channel-group-method-name {
  font-size: 15px !important;
}

.widget_shopping_cart h2 {
  display: none !important;
}

.main-container .product-view .product .woocommerce-tabs .panel h3.tab-specyfikacja-title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
}

#tab-specyfikacja div {
  font-size: 1.5rem;
}

#tab-specyfikacja h3 + div {
  margin-bottom: 2rem;
}

#tab-specyfikacja ul, #tab-specyfikacja ol {
  padding-left: 25px;
}

#tab-specyfikacja ul li, #tab-specyfikacja ol li {
  margin-bottom: 0;
}

.apaczkaMapWrapper {
  background: rgba(0, 0, 0, 0.7) !important;
}

.apaczkaMapFilterCod {
  display: none !important;
}

.woocommerce .cart .button[name="update_cart"] {
  background-color: #dc3545;
  color: #fff;

  &:hover {
    background-color: #bb2d3b;
  }
}

.main-container table.shop_table a.remove {
  display: block;
  font-size: 0;
  width: unset;
  height: unset;
  line-height: normal;
  img {
    width: 20px !important;
  }
}

.woocommerce-cart-form__contents {
  .table-bottom {
    .button {
      text-align: center;
    }
  }
}