@charset "UTF-8";
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype"), url("../fonts/Satoshi-Regular.eot");
  /* IE9 */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff"), url("../fonts/Satoshi-Italic.ttf") format("truetype"), url("../fonts/Satoshi-Italic.eot");
  /* IE9 */
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype"), url("../fonts/Satoshi-Bold.eot");
  /* IE9 */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype"), url("../fonts/Satoshi-BoldItalic.eot");
  /* IE9 */
  font-weight: bold;
  font-style: italic;
}
.asdasda {
  font-size: 10px;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype"), url("../fonts/Satoshi-Light.eot");
  /* IE9 */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff"), url("../fonts/Satoshi-LightItalic.ttf") format("truetype"), url("../fonts/Satoshi-LightItalic.eot");
  /* IE9 */
  font-weight: 300;
  font-style: italic;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Satoshi";
  font-weight: 500;
  color: #0A0001;
}

body {
  font-family: "Satoshi";
  font-weight: 500;
  color: #0A0001;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 23%, #F7F7F7 39%, #fff 100%) no-repeat;
  background-size: 100% 3800px;
  background-color: #fff;
}

a {
  color: #939393;
}

.container-fluid {
  max-width: 1600px;
}

.container-fluid-all {
  max-width: 100%;
}

.navbar-toggler {
  border-color: #000;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.btn-primary {
  background-color: #2DCD68;
  border-color: #2DCD68;
}

.btn-primary:hover {
  opacity: 0.7;
}

.top-nav2 {
  padding: 4px 0;
  z-index: 2;
  position: relative;
}
.top-nav2 .logo img {
  width: 151px;
}
.top-nav2 .menu-item {
  margin-right: 6px;
}
.top-nav2 .navbar-nav .nav-link {
  color: #0A0001;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.top-nav2 .menu-item.active .nav-link {
  color: #009B39;
  font-weight: 500;
}
.top-nav2 .menu-item-object-product_cat .nav-link {
  color: #0A0001 !important;
  font-weight: 500;
}
.top-nav2 .menu-item-object-product_cat .nav-link:hover {
  color: #009B39 !important;
}
.top-nav2 .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}
.top-nav2 .navbar-nav .nav-link:hover {
  color: #2DCD68;
}
.top-nav2 .dropdown .btn-secondary {
  background-color: transparent;
  border: none;
  color: #0A0001;
}
.top-nav2 .dropdown .dropdown-toggle::after {
  display: none;
}
.top-nav2 .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
.top-nav2 .dropdown .dropdown-menu.show {
  width: 250px;
  border: none;
  padding: 0;
}
.top-nav2 .dropdown .woocommerce-product-search {
  position: relative;
}
.top-nav2 .dropdown .woocommerce-product-search #woocommerce-product-search-field {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #2a2a2a;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-nav2 .dropdown .woocommerce-product-search #search-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}
.top-nav2 .d-mobile-search {
  margin-top: 7px;
  margin-bottom: 7px;
}
.top-nav2 .d-mobile-search .woocommerce-product-search {
  position: relative;
}
.top-nav2 .d-mobile-search .woocommerce-product-search #woocommerce-product-search-field {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #2a2a2a;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-nav2 .d-mobile-search .woocommerce-product-search #search-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}
.top-nav2 .section-search .toggle-button {
  display: inline-block;
  cursor: pointer;
  background-color: #1b2716;
  color: #fff;
  border: none;
  padding: 6px 20px;
  border-radius: 4px;
}
.top-nav2 .section-search .toggle-button:hover {
  background-color: #0a0001;
}
.top-nav2 .section-search .content {
  display: none;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ccc;
}
.top-nav2 .section-search .content.active {
  display: inline-block;
}
.top-nav2 .section-search {
  margin-left: 14px;
}
.top-nav2 .section-search .btn.btn-primary {
  background-color: #2DCD68;
  padding: 10px 31px;
  box-shadow: none;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #2DCD68;
  cursor: pointer;
  height: 58px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.top-nav2 .section-search .btn.btn-primary:hover {
  background-color: #009B39;
  border-color: #009B39;
  color: #fff;
}

.front-slider1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
}

.front-slider1 {
  position: relative;
  margin: 0 32px;
  height: 718px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  border-radius: 32px;
}
.front-slider1 .img-d img {
  width: 100%;
  border-radius: 32px;
}
.front-slider1 .single-sz {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.front-slider1 .desc-sz {
  position: absolute;
  top: 16%;
  left: 0;
  max-width: 505px;
  z-index: 1;
  padding: 0 30px;
}
.front-slider1 .desc-sz h1,
.front-slider1 .desc-sz h2,
.front-slider1 .desc-sz h3 {
  font-size: 48px;
  line-height: 112%;
  font-weight: 500;
  margin-bottom: 24px;
  color: #fff;
  letter-spacing: -2%;
}
.front-slider1 .desc-sz p {
  color: rgb(217, 217, 217);
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 0;
}
.front-slider1 .desc-sz .underphotos {
  margin-top: 41px;
  background-color: rgb(255, 255, 255);
  border-radius: 15.53px;
  opacity: 1;
  padding: 6.54px;
  width: 268px;
  padding-left: 18px;
  padding-right: 18px;
}
.front-slider1 .desc-sz .underphotos img {
  max-width: 222px;
}

.front-slider2 {
  position: relative;
  z-index: 1;
  padding-bottom: 7px;
}
.front-slider2 .desc1 {
  margin-bottom: 30px;
  margin-top: -171px;
  float: left;
  width: 100%;
}
.front-slider2 .desc1 .nav-tabs {
  border-bottom: none;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
}
.front-slider2 .desc1 .nav-tabs .nav-link {
  background-color: #265931;
  color: #fff;
  border-color: #265931;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 12px 32px;
}
.front-slider2 .desc1 .nav-tabs .nav-link.active {
  color: #000000;
  border-width: 1px, 1px, 0px, 1px;
  border-style: solid;
  border-image-source: linear-gradient(180deg, rgba(45, 205, 104, 0) 0%, rgba(45, 205, 104, 0.2) 100%);
}
.front-slider2 .desc1 .nav-tabs .nav-item.show .nav-link,
.front-slider2 .desc1 .nav-tabs .nav-item.show .nav-link:hover,
.front-slider2 .desc1 .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.front-slider2 .desc1 .tab-content {
  background-color: #fff;
  padding: 5px;
  float: left;
  width: 100%;
  border-radius: 16px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(45, 205, 104, 0) 0%, rgba(45, 205, 104, 0.2) 100%);
  box-shadow: 0px 4px 100px 0px RGBa(45, 205, 104, 0.12);
  padding: 26px;
}
.front-slider2 .desc1 .woocommerce-product-search {
  position: relative;
  width: 280px;
  margin-right: 15px;
}
.front-slider2 .desc1 .woocommerce-product-search .search-field {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
.front-slider2 .desc1 .woocommerce-product-search button[type=submit] {
  position: absolute;
  right: 4px;
  top: 12px;
  background-color: transparent;
  border: none;
}
.front-slider2 .desc1 .woocommerce-product-search button[type=submit] i {
  font-size: 20px;
}
.front-slider2 .desc1 .berocket_single_filter_widget {
  margin-bottom: 30px;
  float: left;
  width: 19%;
  margin: 10px 0.5%;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_head h3 {
  font-size: 14px;
  color: #5A685F;
  line-height: 18px;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_sfilter {
  margin-bottom: 0;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slct select {
  border: 1px solid rgb(235, 238, 236);
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-flex;
  font-family: greycliff-cf, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px;
  white-space: normal;
  width: 100%;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slct select option {
  border: 1px solid rgb(235, 238, 236);
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-flex;
  font-family: greycliff-cf, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px;
  white-space: normal;
  width: 100%;
  cursor: pointer;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slct select option:hover {
  background-color: rgba(45, 205, 104, 0.1);
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slidr_all {
  padding: 0 10px;
  margin-top: 17px;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slidr_all .bapf_slidr_main.bapf_slidr_num.ui-slider {
  margin: 0 3px;
  margin-bottom: 10px;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slidr_all .bapf_from,
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slidr_all .bapf_to {
  font-size: 12px;
  font-weight: 500;
  line-height: 16.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: 1px solid rgb(235, 238, 236);
  padding: 6px 7px;
  border-radius: 8px;
  width: 80px;
  margin-top: 8px;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slidr_all .bapf_from {
  float: left;
  margin-left: -7px;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slidr_all .bapf_to {
  float: right;
  margin-right: -7px;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slidr_main.ui-widget-content,
.front-slider2 .desc1 .berocket_single_filter_widget .berocket_filter_price_slider.ui-widget-content {
  background: rgb(235, 238, 236);
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slidr_main.ui-widget-content .ui-slider-range,
.front-slider2 .desc1 .berocket_single_filter_widget .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: rgb(45, 205, 104);
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_slidr_main.ui-widget-content .ui-slider-handle,
.front-slider2 .desc1 .berocket_single_filter_widget .berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.front-slider2 .desc1 .berocket_single_filter_widget .slide.default .bapf_slidr_main .ui-state-default,
.front-slider2 .desc1 .berocket_single_filter_widget .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.front-slider2 .desc1 .berocket_single_filter_widget .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.front-slider2 .desc1 .berocket_single_filter_widget .slide.default .berocket_filter_price_slider .ui-state-default,
.front-slider2 .desc1 .berocket_single_filter_widget .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.front-slider2 .desc1 .berocket_single_filter_widget .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
  background-color: rgb(45, 205, 104);
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_sfilter .bapf_button {
  background-color: #2DCD68;
  padding: 10px 31px;
  box-shadow: none;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #2DCD68;
  cursor: pointer;
  height: 48px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  width: 100%;
  margin-top: 25px;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_sfilter .bapf_button:hover {
  background-color: #009B39;
  border-color: #009B39;
  color: #fff;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_sfilter .bapf_button.bapf_reset {
  background-color: rgb(210, 220, 214);
  border-color: rgb(210, 220, 214);
}
.front-slider2 .desc1 .yith-wcan-filters {
  margin-bottom: 0;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 30px;
  float: left;
  width: 19%;
  margin: 10px 0.5%;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container {
  display: none;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .filter-title {
  font-size: 14px;
  color: #5A685F;
  line-height: 18px;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .price-slider.slider {
  padding: 0 20px;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
  border: 1px solid #EBEEEC;
  background-color: #fff;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-flex;
  font-family: greycliff-cf, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 13px;
  white-space: normal;
  width: 100%;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
  border: 1px solid RGBa(45, 205, 104, 0.05);
  box-shadow: none;
  border-radius: 8px;
  padding: 0;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item {
  margin-bottom: 0;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item label {
  margin: 0;
  width: 100%;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item a {
  width: 100%;
  display: block;
  padding: 11px 13px;
  border-bottom: 1px solid rgb(235, 238, 236);
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item.checkbox label {
  margin: 0;
  width: 100%;
  position: relative;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item.checkbox input {
  position: absolute;
  left: 10px;
  top: 12px;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item.checkbox input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item.checkbox input[type=checkbox]::before {
  content: " ";
  font-size: 15px;
  color: transparent !important;
  background: #fff;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #EBEEEC;
  margin-right: 7px;
  cursor: pointer;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item.checkbox input[type=checkbox]:checked::before {
  background-color: #2DCD68;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item.checkbox a {
  width: 100%;
  display: block;
  padding: 11px 13px;
  border-bottom: 1px solid rgb(235, 238, 236);
  padding-left: 40px;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li.filter-item.checkbox:last-child a {
  border-bottom: none;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li.active {
  background-color: rgba(45, 205, 104, 0.1);
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li:hover {
  background-color: rgba(45, 205, 104, 0.1);
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
  background-color: RGBa(45, 205, 104, 0.05);
  color: #0A0001;
  border: 1px solid RGBa(45, 205, 104, 0.05);
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
  border: 1px solid rgb(45, 205, 104);
  box-shadow: none;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to,
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
  background-color: #fff;
  border: 1px solid rgb(235, 238, 236);
  color: rgb(10, 0, 1);
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .price-slider .irs-from::before,
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to::before,
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single::before {
  background-color: #fff;
  border: 1px solid rgb(235, 238, 236);
  color: rgb(10, 0, 1);
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
  overflow-y: auto;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter.filter-tax.checkbox-design .filter-title {
  display: none;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design {
  position: relative;
  padding-top: 26px;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design .filter-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design .filter-content {
  padding-left: 0;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design .filter-items {
  list-style-type: none;
  padding-left: 0;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design .filter-item {
  position: relative;
  margin-bottom: 10px;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design label {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 10px;
  /* Miejsce na checkbox */
  position: relative;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design label .term-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #EC4700;
  text-transform: uppercase;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design {
  /* Stylowanie samego checkboxa */
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design input[type=checkbox] {
  -webkit-appearance: none;
  /* Ukryj domyślny wygląd checkboxa */
  -moz-appearance: none;
  appearance: none;
  width: 31px;
  height: 31px;
  border: 1px solid #EBEEEC;
  border-radius: 8px;
  /* Lekko zaokrąglone rogi */
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  transition: background-color 0.3s, border-color 0.3s;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design {
  /* Stylowanie checkboxa, gdy jest zaznaczony */
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design input[type=checkbox]:checked {
  background-color: #2DCD68;
  /* Tło checkboxa po zaznaczeniu */
  border-color: #2DCD68;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design {
  /* Dodanie ikony "fajki" na zaznaczonym checkboxie */
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design input[type=checkbox]:checked::after {
  content: "✔";
  color: white;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design .term-label {
  margin-left: 10px;
  vertical-align: middle;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design .item-count {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design .filter-items .filter-item.active > a,
.front-slider2 .desc1 .yith-wcan-filters .checkbox-design .filter-items .filter-item.active > label > a {
  color: #EC4700;
}
.front-slider2 .desc1 .yith-wcan-filters .label-design {
  padding-top: 19px;
  text-align: center;
}
.front-slider2 .desc1 .yith-wcan-filters .label-design .filter-title {
  display: none;
}
.front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items li {
  text-align: center;
  width: 44%;
  margin: 2%;
}
.front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items li:first-child {
  width: 39%;
}
.front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items li:last-child {
  width: 49%;
}
.front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items .filter-item.label.active:not(.with-image) {
  background-color: #2DCD68;
  box-shadow: 0 0 0 2px #2DCD68;
  color: #fff;
}
.front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items .filter-item.label:not(.with-image):not(.disabled):hover {
  background-color: #2DCD68;
  box-shadow: 0 0 0 2px #2DCD68;
  color: #fff;
}
.front-slider2 .desc1 .yith-wcan-filters #filter_50_8 {
  position: absolute;
  right: 0;
  bottom: -55px;
  width: 390px;
  text-align: right;
}
.front-slider2 .desc1 .yith-wcan-filters #filter_50_8 .filter-title {
  float: left;
  margin-right: 15px;
  padding-top: 12px;
}
.front-slider2 .desc1 .yith-wcan-filters #filter_50_8 .filter-content {
  float: left;
  width: 301px;
}
.front-slider2 .desc1 .yith-wcan-filters #filter_50_8 .filter-content .matching-items {
  text-align: left;
}
.front-slider2 .desc1 .yith-wcan-filters #filter_50_8 .filter-content .matching-items .filter-item a {
  padding: 6px 13px;
}
.front-slider2 .desc1 .yith-wcan-filters .button_active,
.front-slider2 .desc1 .yith-wcan-filters .button_reset {
  margin-bottom: 30px;
  float: left;
  width: 19%;
  margin: 10px 0.5%;
}
.front-slider2 .desc1 .yith-wcan-filters .button_active button,
.front-slider2 .desc1 .yith-wcan-filters .button_reset button {
  margin-top: 26px;
  border: 1px solid #2DCD68;
  box-shadow: none;
  border-radius: 10px;
  width: 100%;
  box-shadow: none;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: block;
  padding: 14px;
  display: block !important;
}
.front-slider2 .desc1 .yith-wcan-filters .button_active button:hover,
.front-slider2 .desc1 .yith-wcan-filters .button_reset button:hover {
  background-color: #009B39;
  border-color: #009B39;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-dropdown.open .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
  border-color: #1b2716;
  box-shadow: 0 0 7px 0 #1b2716;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.front-slider2 .desc1 .yith-wcan-filters .search-field {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
  border: 4px solid rgb(45, 205, 104);
  background-color: rgb(45, 205, 104);
}
.front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
  background-color: rgb(45, 205, 104);
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_head.bapf_colaps_togl {
  border: 1px solid #EBEEEC;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: greycliff-cf, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 13px;
  white-space: normal;
  width: 100%;
  cursor: pointer;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_head.bapf_colaps_togl h3 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_head.bapf_colaps_togl h3 i {
  background-color: transparent;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_sfilter {
  position: relative;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_ocolaps .bapf_body {
  display: none;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_sfilter.bapf_ckbox.divi_checkbox_class.bapf_ccolaps .bapf_head.bapf_colaps_togl {
  background-color: RGBa(45, 205, 104, 0.05);
  color: #0A0001;
  border: 1px solid RGBa(45, 205, 104, 0.05);
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_ccolaps .bapf_body {
  position: absolute !important;
  top: 100% !important;
  width: 100% !important;
  background-color: #fff !important;
  z-index: 800 !important;
  margin: 0 !important;
  border: 1px solid #2dcd68 !important;
  padding: 0 !important;
  border-radius: 8px;
  margin-top: 5px !important;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_ccolaps .bapf_body ul li {
  border-bottom: 1px solid #ebeeec;
  padding: 0 !important;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_ccolaps .bapf_body ul li label {
  font-weight: 700;
  display: block !important;
  padding: 11px 13px;
  padding-left: 40px;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_ccolaps .bapf_body ul li:hover {
  background-color: rgba(45, 205, 104, 0.1);
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_ccolaps .bapf_body ul li:last-child {
  border-bottom: none;
}
.front-slider2 .desc1 .berocket_single_filter_widget .bapf_ccolaps .bapf_body input[type=checkbox] {
  border: 1px solid #EBEEEC;
  position: absolute;
  left: 14px;
  top: 12px;
}
.front-slider2 .desc1 .berocket_single_filter_widget .col1 .bapf_head.bapf_colaps_togl {
  background-color: rgba(45, 205, 104, 0.1);
}
.front-slider2 .desc1 .bapf_slidr_main.ui-widget-content .ui-slider-handle,
.front-slider2 .desc1 .berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.front-slider2 .desc1 .slide.default .bapf_slidr_main .ui-state-default,
.front-slider2 .desc1 .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.front-slider2 .desc1 .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.front-slider2 .desc1 .slide.default .berocket_filter_price_slider .ui-state-default,
.front-slider2 .desc1 .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.front-slider2 .desc1 .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
  width: 1.5em;
  height: 1.5em;
  top: -8px;
}
.front-slider2 .desc1 .berocket_single_filter_widget_600 .bapf_head {
  display: none;
}
.front-slider2 .desc1 .berocket_single_filter_widget_600 .bapf_body {
  margin-top: 8px;
}
.front-slider2 .desc1 .berocket_single_filter_widget_600 .bapf_body label {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #EC4700;
  text-transform: uppercase;
}
.front-slider2 .desc1 .berocket_single_filter_widget_600 .bapf_body .roundpcs.pcs {
  background-color: #e7e7e7;
  margin-left: 10px;
}
.front-slider2 .desc1 .berocket_single_filter_widget_600 .bapf_body input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 31px;
  height: 31px;
  border: 1px solid #EBEEEC;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  transition: background-color 0.3s, border-color 0.3s;
}
.front-slider2 .desc1 .berocket_single_filter_widget_600 .bapf_body label + span {
  background: #fff;
}
.front-slider2 .desc1 .berocket_single_filter_widget_600 .bapf_body input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 15px;
  border: 0;
  border-bottom: 1px solid #616971;
  border-left: 1px solid #616971;
  transform: rotate(-49deg) skew(0deg, -10deg);
  left: 6px;
  top: 10px;
}
.front-slider2 .desc1 .bapf_taprice {
  margin-left: 4px;
}

#leasingWynajemContent {
  float: left;
  width: 100%;
}

.archive .berocket_element_above_products {
  display: none;
}
.archive .berocket_element_above_products_after {
  display: none;
}
.archive .woocommerce-notices-wrapper {
  width: 100%;
}
.archive .woocommerce-sections-list-products .woocommerce-sections-list-products.row {
  width: 100%;
  margin: 0;
}

.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  text-indent: -9999px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none;
}
.woocommerce-product-gallery .flex-viewport {
  position: relative;
  z-index: 1;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  pointer-events: none;
}
.woocommerce-product-gallery .zoomImg {
  display: none !important;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  margin: 0 5px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
  display: block;
  width: 75px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img:hover, .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
  border-color: #0071a1;
}

.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent;
  cursor: pointer;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__trigger::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  margin: 0 5px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
  display: block;
  width: 75px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img:hover, .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
  border-color: #0071a1;
}

.woocommerce .front-slider2 .desc1 {
  margin-top: 0;
}

.front-page3d .page-woocommerce {
  background: transparent;
  padding: 0;
}

.front-car1 {
  padding-top: 48px;
  background-color: #F8F8F8;
  padding-bottom: 114px;
}
.front-car1 .single-sz {
  height: 405px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding-left: 64px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.front-car1 .title1 {
  margin-bottom: 24px;
  padding-top: 80px;
}
.front-car1 .title1 h4 {
  font-weight: 500;
  font-size: 64px;
  line-height: 71px;
  margin-bottom: 0;
}
.front-car1 .title2 {
  margin-bottom: 30px;
}
.front-car1 .title2 p {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 0;
  font-weight: 500;
  color: #5A685F;
}
.front-car1 .but-more p {
  float: left;
}
.front-car1 .but-more a {
  text-align: left;
  margin-top: 22px;
  width: 462px;
  float: left;
  font-size: 20px;
  color: #070707;
  font-weight: 500;
  box-shadow: 0px 6px 24px 0px RGBa(45, 205, 104, 0.2);
  border: 1px solid #EBEEEC;
  background-color: RGBa(45, 205, 104, 0.1);
  padding: 23px 31px;
  border-radius: 10px;
  text-decoration: none;
}
.front-car1 .but-more i {
  float: right;
  font-size: 20px;
  padding-top: 6px;
}
.front-car1 .but-more a:hover {
  border: 1px solid #2DCD68;
  background-color: RGBa(45, 205, 104, 0.12);
}

.how-it-works {
  text-align: left;
  padding: 50px 20px;
  background: #fff;
  padding-top: 104px;
  position: relative;
}
.how-it-works .container-fluid {
  z-index: 1;
  position: relative;
}
.how-it-works .title1 {
  text-align: center;
  margin-bottom: 60px;
}
.how-it-works .title1 h5 {
  font-size: 48px;
  font-weight: 500;
  line-height: 49.92px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0A0001;
}
.how-it-works .steps {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.how-it-works .steps .step-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-top: 70px;
}
.how-it-works .steps .step-number .line {
  position: absolute;
  height: 4px;
  background: linear-gradient(to right, #d3eecf, #00b894);
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.how-it-works .steps .step-number .step-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  flex: 1;
}
.how-it-works .steps .step-number .step-wrapper .step-circle {
  width: 70px;
  height: 70px;
  background: #F8F8F8;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #8AA092;
  position: relative;
  margin-top: -88px;
}
.how-it-works .steps .step-number .step-wrapper .step-point {
  width: 12px;
  height: 12px;
  background-color: #00b894;
  border-radius: 50%;
  margin-top: 17px;
  margin-left: 28px;
}
.how-it-works .steps .step-number .first-step {
  padding-left: 42px;
}
.how-it-works .step-content {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.how-it-works .step-content .step {
  text-align: left;
  flex: 1;
  padding: 0 20px;
}
.how-it-works .step-content .step .icon-box {
  width: 80px;
  height: 80px;
  background: #eaf8f3;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 26px;
}
.how-it-works .step-content .step .icon-box img {
  height: 56px;
}
.how-it-works .step-content .step .desc1-sz {
  text-align: left;
  max-width: 383px;
}
.how-it-works .step-content .step h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #0A0001;
  margin-bottom: 16px;
}
.how-it-works .step-content .step p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #5A685F;
}
.how-it-works .back-img {
  position: absolute;
  top: 0;
  left: 41%;
}

.how-it-works2 {
  padding: 40px 0;
}
.how-it-works2 .title1 {
  text-align: center;
  margin-bottom: 30px;
}
.how-it-works2 .title1 h5 {
  font-size: 28px;
  font-weight: 500;
  color: #333;
}
.how-it-works2 .steps {
  display: flex;
  justify-content: flex-start;
  /* Ustaw treść w jednym rzędzie */
  position: relative;
}
.how-it-works2 .steps .step-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.how-it-works2 .steps .step-line .vertical-line {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #00b894;
  /* Kolor linii */
  z-index: 0;
}
.how-it-works2 .steps .step-line .step-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100px;
  /* Ustaw wysokość zgodnie z wysokością treści */
  margin-bottom: 50px;
}
.how-it-works2 .steps .step-line .step-wrapper .step-circle {
  width: 40px;
  height: 40px;
  background: #f0f2f5;
  border-radius: 50%;
  /* Zaokrąglone rogi */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #6c757d;
  /* Kolor tekstu */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.how-it-works2 .steps .step-line {
  /* Dodaj nowy krok */
}
.how-it-works2 .steps .step-line .four-step {
  height: 100px;
  /* Dostosuj wysokość */
}
.how-it-works2 .steps .step-content {
  padding-left: 20px;
  flex: 1;
  /* Pozwól treści wypełnić dostępną przestrzeń */
}
.how-it-works2 .steps .step-content .step {
  margin-bottom: 50px;
  /* Odstęp między krokami */
  text-align: center;
}
.how-it-works2 .steps .step-content .step .icon-box {
  width: 70px;
  height: 70px;
  background: #eaf8f3;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin: 0 auto;
}
.how-it-works2 .steps .step-content .step .icon-box img {
  width: 40px;
  height: 40px;
}
.how-it-works2 .steps .step-content .step .desc1-sz {
  width: 100%;
}
.how-it-works2 .steps .step-content .step h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: #333;
}
.how-it-works2 .steps .step-content .step p {
  font-size: 14px;
  color: #6c757d;
  margin: 5px 0;
}

.front-page3ss {
  background-color: #fff;
  padding-top: 163px;
  padding-bottom: 100px;
}
.front-page3ss .single1-title {
  text-align: center;
  margin-bottom: 70px;
  text-align: center;
  margin-bottom: 60px;
}
.front-page3ss .single1-title h5 {
  font-size: 48px;
  font-weight: 500;
  line-height: 49.92px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0A0001;
}
.front-page3ss .product-poj {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-page3ss .product-poj .product-poj-img {
  display: block;
  border-radius: 15px;
  /* Zaokrąglone rogi */
  overflow: hidden;
  position: relative;
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #265931 0%, rgba(45, 205, 104, 0) 100%);
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz .category-thumbnail {
  position: relative;
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz .category-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  filter: brightness(0.8);
  /* Delikatne przyciemnienie obrazka */
  transition: filter 0.3s ease;
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz .category-thumbnail:hover img {
  filter: brightness(1);
  /* Przywrócenie jasności przy najechaniu */
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz .category-thumbnail .category-thumbnail-sz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #265931 0%, rgba(45, 205, 104, 0) 100%);
  box-shadow: 0px 0px 80px 0px rgba(45, 205, 104, 0.12);
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz .category-thumbnail .category-thumbnail-sz .category-description {
  padding: 40px;
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz .category-thumbnail .category-thumbnail-sz .category-description h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  color: #fff;
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz .category-quality {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.9);
  /* Tło dla liczby ofert */
  padding: 5px 10px;
  border-radius: 5px;
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz .category-quality p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz .category-quality p strong {
  color: #000;
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz {
  /* Przycisk w rogu */
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz:after {
  content: "→";
  position: absolute;
  bottom: 40px;
  left: 40px;
  background-color: #fff;
  /* Zielony kolor tła */
  color: #0A0001;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  /* Zaokrąglony kształt */
  font-size: 18px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0px 6px 24px 0px RGBa(45, 205, 104, 0.12);
}
.front-page3ss .product-poj .product-poj-img .product-poj-sz:hover:after {
  background-color: #2DCD68;
  color: #fff;
}
.front-page3ss .product-poj .product-poj-img:hover .product-poj-sz .category-thumbnail .category-thumbnail-sz {
  background: linear-gradient(0deg, #265931 0%, rgba(45, 205, 104, 0.6) 100%);
}

.front-blog1 {
  background-color: #F8F8F8;
  padding-top: 127px;
  padding-bottom: 90px;
}
.front-blog1 .single1 h3 {
  color: #0A0001;
  font-size: 48px;
  font-weight: 500;
  line-height: 49.92px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.front-blog1 .single2 .but-more {
  float: right;
  margin-top: -8px;
}
.front-blog1 .single2 .but-more p {
  float: left;
}
.front-blog1 .single2 .but-more a {
  text-align: left;
  width: 462px;
  float: left;
  font-size: 20px;
  color: #070707;
  font-weight: 500;
  box-shadow: 0px 6px 24px 0px RGBa(45, 205, 104, 0.2);
  border: 1px solid #EBEEEC;
  background-color: #EBEEEC;
  padding: 16px 31px;
  border-radius: 10px;
  text-decoration: none;
}
.front-blog1 .single2 .but-more i {
  float: right;
  font-size: 20px;
  padding-top: 6px;
}
.front-blog1 .single2 .but-more a:hover {
  border: 1px solid #2DCD68;
  background-color: RGBa(45, 205, 104, 0.12);
}
.front-blog1 .single3 {
  margin-top: 103px;
}
.front-blog1 .single3 .poj1 {
  margin-bottom: 30px;
}
.front-blog1 .single3 .photos img {
  border-radius: 24px;
}
.front-blog1 .single3 .desc {
  margin-top: 32px;
}
.front-blog1 .single3 .desc .title-single {
  margin-top: 32px;
  margin-bottom: 18px;
}
.front-blog1 .single3 .desc .title-single a {
  text-decoration: none;
}
.front-blog1 .single3 .desc .title-single a h3 {
  color: #0A0001;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 38px;
}
.front-blog1 .single3 .desc .title-single a:hover h3 {
  color: #009B39;
}
.front-blog1 .single3 .desc .desc1 {
  color: #5A685F;
  font-size: 14px;
}
.front-blog1 .single3 .desc .desc1 a {
  margin-bottom: 0;
  color: #5A685F;
  text-decoration: none;
}
.front-blog1 .single3 .desc .but-more {
  margin-top: 35px;
}
.front-blog1 .single3 .desc .but-more a {
  text-decoration: none;
  color: #070707;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}
.front-blog1 .single3 .desc .but-more a i {
  margin-left: 24px;
}
.front-blog1 .single3 .desc .but-more a:hover {
  color: #009B39;
}

.front-faq1 {
  background-color: #fff;
  padding: 100px 0;
}
.front-faq1 .container-fluid {
  max-width: 1350px;
}
.front-faq1 .row {
  background: linear-gradient(0deg, rgba(45, 205, 104, 0) 32.16%, rgba(45, 205, 104, 0.2) 100%);
  padding: 62px;
  border-radius: 32px;
}
.front-faq1 .single1 h5 {
  color: #0A0001;
  font-size: 48px;
  font-weight: 500;
  line-height: 49.92px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 0;
}
.front-faq1 .single2 .but-more {
  float: right;
  margin-top: -8px;
}
.front-faq1 .single2 .but-more p {
  float: left;
}
.front-faq1 .single2 .but-more a {
  text-align: left;
  float: left;
  font-size: 20px;
  color: #070707;
  font-weight: 500;
  box-shadow: 0px 6px 24px 0px RGBa(45, 205, 104, 0.2);
  border: 1px solid #fff;
  background-color: #fff;
  padding: 16px 31px;
  border-radius: 10px;
  text-decoration: none;
}
.front-faq1 .single2 .but-more i {
  float: right;
  font-size: 20px;
  padding-top: 6px;
  margin-left: 35px;
}
.front-faq1 .single2 .but-more a:hover {
  border: 1px solid #2DCD68;
  background-color: RGBa(45, 205, 104, 0.12);
}
.front-faq1 .single3 {
  margin-top: 63px;
}
.front-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
  color: #5A685F;
  font-size: 32px;
}
.front-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title:hover {
  color: #009B39;
}
.front-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header {
  padding: 0;
  padding-bottom: 24px;
}
.front-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__body {
  padding: 0;
  color: #5A685F;
  font-weight: 500;
  font-size: 16px;
}
.front-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item:first-child {
  border-top: 1px solid #D2DCD6;
}
.front-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item {
  border-bottom: 1px solid #D2DCD6;
  padding: 40px 0;
}
.front-faq1 .single3 .helpie-faq.accordions .accordion {
  margin: 10px 0;
}
.front-faq1 .single3 .helpie-faq.accordions .accordion__header::before {
  margin-right: 15px;
}
.front-faq1 .single3 .helpie-faq.accordions .accordion__header::after {
  margin-right: 15px;
}
.front-faq1 .single3 .helpie-faq-row ul {
  padding: 0;
}

.front-loga1 {
  padding: 30px 0;
  padding-bottom: 120px;
}
.front-loga1 .title1 {
  margin-bottom: 50px;
  text-align: center;
}
.front-loga1 .title1 h5 {
  color: #0A0001;
  font-weight: 500;
  font-size: 48px;
}
.front-loga1 .thumbnail {
  text-align: center;
}
.front-loga1 .owl-carousel .owl-item img {
  max-width: 100px;
}

footer {
  position: relative;
}
footer .back-footer {
  position: absolute;
  top: 0;
  right: 10%;
}

.footer-top {
  background-color: #0A0001;
  color: #D2DCD6;
  padding-top: 93px;
  padding-bottom: 84px;
}
.footer-top .container-fluid {
  z-index: 1;
  position: relative;
}
.footer-top .single-logo {
  margin-bottom: 53px;
}
.footer-top .single-logo img {
  max-width: 153px;
}
.footer-top .single1 .desc1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-top .single1 .desc1 ul li {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}
.footer-top .single1 .desc1 ul li .poj1 {
  display: inline-block;
  margin-right: 10px;
  display: none;
}
.footer-top .single1 .desc1 ul li a {
  text-decoration: none;
  color: #D2DCD6;
}
.footer-top .single1 .desc1 ul li a:hover {
  color: #2DCD67;
}
.footer-top .single1 .desc2 {
  margin-top: 5px;
  color: #D2DCD6;
  float: left;
  width: 100%;
}
.footer-top .single1 .desc2 p {
  margin-bottom: 5px;
}
.footer-top .single1 .desc3 {
  float: left;
  width: 100%;
  margin-top: 63px;
}
.footer-top .single1 .desc3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-top .single1 .desc3 ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer-top .single1 .desc3 ul li a {
  color: #939393;
  text-decoration: none;
  font-size: 25px;
}
.footer-top .single1 .desc3 ul li a:hover {
  color: #2DCD67;
}
.footer-top .single2 .title1 {
  margin-bottom: 14px;
}
.footer-top .single2 .title1 p {
  color: #8AA092;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}
.footer-top .single2 .desc1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-top .single2 .desc1 ul li {
  margin-bottom: 7px;
}
.footer-top .single2 .desc1 ul li a {
  color: #D2DCD6;
  font-size: 15px;
  font-weight: 400;
}
.footer-top .single2 .desc1 ul li a:hover {
  color: #2DCD67;
}

.footer-bottom {
  background-color: #0A0001;
  color: #D2DCD6;
  font-size: 13px;
  line-height: 19.5px;
}
.footer-bottom .container-fluid {
  border-top: 1px solid #5A685F;
  padding-top: 31px;
  padding-bottom: 40px;
  z-index: 1;
  position: relative;
}
.footer-bottom a {
  color: #D2DCD6;
}
.footer-bottom p {
  margin-bottom: 0;
}
.footer-bottom .single2 {
  text-align: right;
}

.section-small-slider {
  position: relative;
  margin: 0 32px;
  z-index: 1;
}
.section-small-slider .desc-sz {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
}
.section-small-slider .desc-sz h1 {
  color: #0A0001;
  font-weight: 500;
  font-size: 64px;
  line-height: 71px;
  margin-bottom: 0;
}

.section-small-slider2 {
  height: 342px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 64px;
  border-radius: 16px;
  margin: 0 30px;
  z-index: 1;
  position: relative;
}
.section-small-slider2 .desc-sz {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1400px;
  margin: 0 auto;
}
.section-small-slider2 .desc-sz h1 {
  color: #0A0001;
  font-weight: 500;
  font-size: 64px;
  line-height: 71px;
  margin-bottom: 0;
}

.header-back1 {
  position: absolute;
  top: 0;
  left: 10%;
}

.page-id-10 .header-back1 {
  z-index: 1;
}

.woocommerce-page .header-back1 {
  display: none;
}

.page-faq1 {
  padding: 100px 0;
}
.page-faq1 .container-fluid {
  max-width: 1200px;
}
.page-faq1 .single1 h5 {
  color: #0A0001;
  font-size: 48px;
  font-weight: 500;
  line-height: 49.92px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 0;
}
.page-faq1 .single3 {
  margin-top: 63px;
}
.page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
  color: #5A685F;
  font-size: 32px;
}
.page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title:hover {
  color: #009B39;
}
.page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header {
  padding: 0;
  padding-bottom: 24px;
}
.page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__body {
  padding: 0;
  color: #5A685F;
  font-weight: 500;
  font-size: 16px;
}
.page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item:first-child {
  border-top: 1px solid #D2DCD6;
}
.page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item {
  border-bottom: 1px solid #D2DCD6;
  padding: 40px 0;
}
.page-faq1 .single3 .helpie-faq.accordions .accordion {
  margin: 10px 0;
}
.page-faq1 .single3 .helpie-faq.accordions .accordion__header::before {
  margin-right: 15px;
}
.page-faq1 .single3 .helpie-faq.accordions .accordion__header::after {
  margin-right: 15px;
}
.page-faq1 .single3 .helpie-faq-row ul {
  padding: 0;
}

.woocommerce-back {
  position: absolute;
  right: 0;
  top: 0;
}

.single-product .front-page3s {
  padding: 0;
  height: 100%;
  background-color: rgb(248, 248, 248);
}

#woocommerce-nav .form-title1 {
  margin-bottom: 32px;
}
#woocommerce-nav .form-title1 h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 2px;
}

.desc-form .desc-sz textarea.wpcf7-form-control,
.desc-form .desc-sz input.wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #2a2a2a;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.desc-form .desc-sz textarea.wpcf7-form-control {
  height: 140px;
  resize: none;
}
.desc-form .desc-sz .poj-single .wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}
.desc-form .desc-sz .poj-single .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  /* Dopasowanie zaokrąglenia */
  color: #8AA092;
  font-size: 14px;
  background-color: #fff;
  /* Białe tło */
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  /* Ukrywa domyślną strzałkę w niektórych przeglądarkach */
  outline: none;
  /* Ukrywa obramowanie po kliknięciu */
  cursor: pointer;
}
.desc-form .desc-sz .poj-single1 label {
  margin-bottom: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(90, 104, 95);
}
.desc-form .desc-sz .poj-single1 p {
  margin-bottom: 5px;
}
.desc-form .desc-sz .poj-single label {
  margin-bottom: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(90, 104, 95);
}
.desc-form .desc-sz .poj-single p {
  margin-bottom: 5px;
}
.desc-form .desc-sz .poj-single {
  /* Ukrywanie strzałek w przeglądarkach WebKit (Chrome, Safari) */
}
.desc-form .desc-sz .poj-single input[type=number]::-webkit-outer-spin-button,
.desc-form .desc-sz .poj-single input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.desc-form .desc-sz .poj-single {
  /* Ukrywanie strzałek w przeglądarkach Firefox */
}
.desc-form .desc-sz .poj-single input[type=number] {
  -moz-appearance: textfield;
}
.desc-form .desc-sz .poj-single-text label {
  margin-bottom: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(90, 104, 95);
}
.desc-form .desc-sz .poj-single-text p {
  margin-bottom: 5px;
}
.desc-form .desc-sz .poj-single-select label {
  margin-bottom: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(90, 104, 95);
}
.desc-form .desc-sz .poj-single-select p {
  margin-bottom: 5px;
}
.desc-form .desc-sz .poj-single-select .wpcf7-form-control-wrap select:focus {
  border-color: #aaa;
  /* Zmieniony kolor obramowania przy fokusie */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  /* Delikatny cień */
}
.desc-form .desc-sz .poj-single-select {
  /* Stylowanie dla elementu select */
}
.desc-form .desc-sz .poj-single-select .wpcf7-form-control-wrap select {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  /* Dopasowanie zaokrąglenia */
  color: #8AA092;
  font-size: 14px;
  background-color: #fff;
  /* Białe tło */
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  /* Ukrywa domyślną strzałkę w niektórych przeglądarkach */
  outline: none;
  /* Ukrywa obramowanie po kliknięciu */
  cursor: pointer;
}
.desc-form .desc-sz .poj-single-select {
  /* Stylowanie wrappera */
}
.desc-form .desc-sz .poj-single-select .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.desc-form .desc-sz .poj-single-select {
  /* Dodanie strzałki wyboru */
}
.desc-form .desc-sz .poj-single-select .wpcf7-form-control-wrap::after {
  content: "▼";
  font-size: 12px;
  color: #8AA092;
  position: absolute;
  right: 10px;
  /* Pozycjonowanie strzałki */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Strzałka nie wpływa na kliknięcia */
}
.desc-form .desc-sz .poj-accept {
  margin-top: 3px;
  position: relative;
}
.desc-form .desc-sz .poj-accept .cc1 {
  position: absolute;
  width: 32px;
  text-align: center;
  padding-top: 0px;
  /* Stylowanie samego checkboxa */
}
.desc-form .desc-sz .poj-accept .cc1 input[type=checkbox] {
  -webkit-appearance: none;
  /* Ukryj domyślny wygląd checkboxa */
  -moz-appearance: none;
  appearance: none;
  width: 31px;
  height: 31px;
  border: 1px solid #EBEEEC;
  border-radius: 8px;
  /* Lekko zaokrąglone rogi */
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
}
.desc-form .desc-sz .poj-accept .cc1 {
  /* Stylowanie checkboxa, gdy jest zaznaczony */
}
.desc-form .desc-sz .poj-accept .cc1 input[type=checkbox]:checked {
  background-color: #2DCD68;
  /* Tło checkboxa po zaznaczeniu */
  border-color: #2DCD68;
}
.desc-form .desc-sz .poj-accept .cc1 {
  /* Dodanie ikony "fajki" na zaznaczonym checkboxie */
}
.desc-form .desc-sz .poj-accept .cc1 input[type=checkbox]:checked::after {
  content: "✔";
  color: white;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.desc-form .desc-sz .poj-accept .cc1 .wpcf7-list-item {
  margin-left: 0;
}
.desc-form .desc-sz .poj-accept .cc2 {
  margin-left: 45px;
  color: #42424F;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.desc-form .desc-sz .poj-accept .cc2 a {
  color: #009B39;
  text-decoration: underline;
}
.desc-form .desc-sz .poj-submit {
  margin-top: 35px;
  margin-bottom: 3px;
  text-align: right;
}
.desc-form .desc-sz .poj-submit .wpcf7-form-control.wpcf7-submit {
  background-color: #2DCD68;
  padding: 23px 30px;
  box-shadow: none;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #2DCD68;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
}
.desc-form .desc-sz .poj-submit .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #009B39;
  border-color: #009B39;
}
.desc-form .desc-sz .poj-submit .ajax-loader {
  width: 96%;
  margin: 0;
}
.desc-form .desc-sz .poj-submit .wpcf7-spinner {
  display: none;
}
.desc-form .desc-sz .poj-underdesc {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #5A685F;
  margin-top: 10px;
}
.desc-form .desc-sz .poj-underdesc a {
  text-decoration: underline;
}
.desc-form .desc-sz .wpcf7-response-output {
  border-color: #000 !important;
}

.section-title1 {
  background-color: rgb(248, 248, 248);
  padding-top: 98px;
  padding-bottom: 65px;
  text-align: center;
}
.section-title1 p {
  font-size: 48px;
  font-weight: 500;
  line-height: 49.92px;
  letter-spacing: -0.02em;
  color: rgb(10, 0, 1);
  margin-bottom: 0;
}

.single2-product {
  margin-top: 37px;
}
.single2-product .single2-product-title {
  float: left;
  width: 100%;
  margin-bottom: 48px;
}
.single2-product .single2-product-title h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #0A0001;
  margin-bottom: 0;
}
.single2-product .single2-attribute {
  float: left;
  width: 47%;
  margin-right: 3%;
}
.single2-product .single2-attribute .spec1c {
  margin-bottom: 32px;
}
.single2-product .single2-attribute .spec1 {
  margin-bottom: 8px;
}
.single2-product .single2-attribute .spec1 p {
  color: #5A685F;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.single2-product .single2-attribute .spec2 p {
  color: #0A0001;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.4px;
  margin-bottom: 0;
}
.single2-product .single2-sum {
  float: left;
  width: 50%;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 32px;
}
.single2-product .single2-sum .single2-sum-title {
  width: 100%;
  float: left;
  margin-bottom: 48px;
}
.single2-product .single2-sum .single2-sum-title p {
  margin-bottom: 0;
  float: left;
  background-color: #265931;
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}
.single2-product .single2-sum .single2-sum-pojc {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
.single2-product .single2-sum .single2-sum-pojc .sum-poj1 {
  margin-bottom: 8px;
}
.single2-product .single2-sum .single2-sum-pojc .sum-poj1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 0;
  color: #5A685F;
}
.single2-product .single2-sum .single2-sum-pojc .sum-poj2 p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32.4px;
  color: #0A0001;
  margin-bottom: 0;
}
.single2-product .single2-sum .single2-sum-pojc-sz {
  width: 50%;
}
.single2-product .single2-sum .single2-sum-pojc1 {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
.single2-product .single2-sum .single2-sum-pojc1 .sum-poj1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 0;
  color: #5A685F;
}
.single2-product .single2-sum .single2-sum-pojc1 .sum-poj2 .poj11 {
  color: #009B39;
  font-size: 32px;
  font-weight: 700;
  line-height: 43.2px;
}
.single2-product .single2-sum .single2-sum-pojc1 .sum-poj2 .poj12 {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #5A685F;
}

.modal-quick-contact .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}
.modal-quick-contact .modal-header {
  background-color: #f1f1f1;
}
.modal-quick-contact .modal-header .desc-sz {
  padding: 0 20px;
}
.modal-quick-contact .modal-body .row-desc1 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.modal-quick-contact .modal-body .desc-sz {
  padding: 0 20px;
}
.modal-quick-contact .modal-body .desc1 p {
  margin-bottom: 0;
  font-size: 14px;
}
.modal-quick-contact .modal-body .desc2 {
  text-align: right;
}
.modal-quick-contact .modal-body .desc2 .desc-sz {
  padding-top: 10px;
}
.modal-quick-contact .modal-body .desc2 a {
  font-size: 20px;
  font-weight: bold;
  color: #212529;
  text-decoration: none;
}
.modal-quick-contact .modal-body .desc2 a img {
  width: 20px;
  margin-right: 7px;
}
.modal-quick-contact .modal-body .desc2 a:hover {
  opacity: 0.7;
}
.modal-quick-contact .modal-body .desc3 .title1 {
  text-align: center;
  margin-bottom: 17px;
}
.modal-quick-contact .modal-body .desc3 .title1 h3 {
  font-size: 23px;
}
.modal-quick-contact .modal-body .desc3 .desc-sz {
  max-width: 450px;
  margin: 0 auto;
}
.modal-quick-contact .modal-body .desc3 .desc-sz textarea.wpcf7-form-control,
.modal-quick-contact .modal-body .desc3 .desc-sz input.wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0 4px 4px 0;
  color: #2a2a2a;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-quick-contact .modal-body .desc3 .desc-sz textarea.wpcf7-form-control {
  height: 140px;
  resize: none;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-single1 label {
  width: 100%;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-single1 p {
  margin-bottom: 5px;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-single label {
  width: 100%;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-single p {
  margin-bottom: 5px;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-single-text label {
  width: 100%;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-single-text p {
  margin-bottom: 5px;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-accept {
  margin-top: 3px;
  position: relative;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-accept .cc1 {
  position: absolute;
  width: 29px;
  text-align: center;
  padding-top: 0px;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-accept .cc1 input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-accept .cc1 input[type=checkbox]:before {
  content: " ";
  font-size: 15px;
  color: transparent !important;
  background: #fff;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  margin-right: 7px;
  cursor: pointer;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-accept .cc1 input[type=checkbox]:checked:before {
  background-color: rgba(0, 0, 0, 0.65);
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-accept .cc1 .wpcf7-list-item {
  margin-left: 0;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-accept .cc2 {
  margin-left: 28px;
  color: #42424F;
  font-size: 12px;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-accept .cc2 a {
  color: #42424F;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-submit {
  margin-top: 5px;
  margin-bottom: 3px;
  text-align: right;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-submit .wpcf7-form-control.wpcf7-submit {
  padding: 10px 30px;
  box-shadow: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  background-color: #3476b7;
  padding: 10px 30px;
  box-shadow: none;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #3476b7;
  cursor: pointer;
  height: 44px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-submit .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-submit .ajax-loader {
  width: 96%;
  margin: 0;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .poj-submit .wpcf7-spinner {
  display: none;
}
.modal-quick-contact .modal-body .desc3 .desc-sz .wpcf7-response-output {
  border-color: #000 !important;
}

.modal-quick-contact2 {
  backdrop-filter: blur(70px);
  background: rgba(106, 106, 106, 0.5);
}
.modal-quick-contact2 .back-modal-quick2 {
  position: absolute;
  top: 0;
  left: 10%;
}
.modal-quick-contact2 .modal-content {
  background: rgb(248, 248, 248);
  border: none;
}
.modal-quick-contact2 .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}
.modal-quick-contact2 .modal-header {
  background-color: transparent;
  border-bottom: none;
}
.modal-quick-contact2 .modal-header .desc-sz {
  padding: 12px 16px;
  background-color: #fff;
  border-radius: 16px;
  z-index: 1;
}
.modal-quick-contact2 .modal-header .desc-sz .photos {
  float: left;
}
.modal-quick-contact2 .modal-header .desc-sz .photos img {
  width: 97px;
}
.modal-quick-contact2 .modal-header .desc-sz .title1 {
  float: left;
  margin-left: 10px;
  margin-right: 25px;
}
.modal-quick-contact2 .modal-header .desc-sz .title1 p {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: rgb(10, 0, 1);
  padding-top: 13px;
}
.modal-quick-contact2 .modal-header .desc-sz .single-top-product-cat {
  float: left;
  display: none;
}
.modal-quick-contact2 .modal-header .desc-sz .single-top-product-cat p {
  float: left;
  background-color: #265931;
  color: #fff;
  border-radius: 8px;
  margin-top: 0;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 8px;
}
.modal-quick-contact2 .modal-body .row-desc1 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.modal-quick-contact2 .modal-body .desc1 {
  text-align: center;
}
.modal-quick-contact2 .modal-body .desc1 h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: rgb(10, 0, 1);
  margin-bottom: 16px;
}
.modal-quick-contact2 .modal-body .desc1 p {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(90, 104, 95);
}
.modal-quick-contact2 .modal-body .desc3 {
  margin-top: 50px;
}
.modal-quick-contact2 .modal-body .desc3 .desc-sz {
  padding: 0;
  max-width: 510px;
  margin: 0 auto;
}
.modal-quick-contact2 .desc-form .desc-sz .poj-submit .wpcf7-form-control.wpcf7-submit {
  background-color: #2DCD68;
  padding: 23px 30px;
  box-shadow: none;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #2DCD68;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  /* Potrzebne do ustawienia obrazu */
  padding-right: 60px;
  /* Miejsce na obraz po prawej stronie */
  background-image: url("https://carfy.pl/wp-content/themes/carfy/img/ico/pdf2.png");
  background-position: right 55px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  /* Dopasuj rozmiar obrazu */
}

.modal-quick-contact2-top .modal-header {
  background-color: transparent;
}
.modal-quick-contact2-top .desc-form .desc-sz .poj-submit .wpcf7-form-control.wpcf7-submit {
  background-image: none;
}

.front-slider1page::before {
  background-color: #f7f7f7;
}

.front-slider1page {
  padding-bottom: 0;
  min-height: 180px;
}
.front-slider1page .desc-sz {
  padding-top: 0;
}
.front-slider1page .desc1 {
  margin-bottom: 7px;
}
.front-slider1page .desc1 .tab-content {
  border: none;
  background-color: transparent;
}

.front-page3s {
  padding: 4px 0;
  padding-bottom: 0;
  margin-top: 60px;
}
.front-page3s .single1 .title-top {
  margin-bottom: 20px;
  text-align: left;
}
.front-page3s .single1 .title-top h2 {
  color: RGB(27, 35, 51);
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.front-page3s .category-thumbnail {
  position: relative;
}
.front-page3s .category-thumbnail img {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.front-page3s .category-thumbnail .category-thumbnail-sz {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1250700964) 0%, rgba(0, 0, 0, 0.891176539) 95%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.front-page3s .category-thumbnail .category-description {
  position: absolute;
  top: 15px;
  left: 15px;
}
.front-page3s .category-thumbnail .category-description h2 {
  color: #fff;
}
.front-page3s .category-quality {
  text-align: left;
  padding: 15px;
}
.front-page3s .category-quality p {
  margin-bottom: 0;
  color: #212529;
}

.front-page3s-single-product {
  background-color: #fff;
}

.single1-title h5 {
  color: RGB(27, 35, 51);
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.front-page4s {
  padding: 50px 0;
  font-size: 15px;
}
.front-page4s .title1 {
  text-align: center;
}
.front-page4s .title1 h3 {
  color: #000;
  font-size: 28px;
  margin-bottom: 0;
}
.front-page4s .desc1 {
  color: #ddd;
  text-align: center;
}
.front-page4s ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.front-page4s ul li {
  display: inline-block;
  margin: 20px;
}
.front-page4s ul li img {
  width: 250px;
}

.front-kf-2 {
  background-color: #fff;
  padding: 43px 0;
  font-size: 24px;
}
.front-kf-2 .single4 {
  text-align: center;
}
.front-kf-2 .single4 h3,
.front-kf-2 .single4 h4 {
  color: #000;
  font-size: 28px;
  margin-bottom: 20px;
}
.front-kf-2 .single3 body {
  background-color: #f4f4f4;
  margin: 0;
  padding: 20px;
}
.front-kf-2 .single3 .timeline {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1200px;
  list-style-type: none;
}
.front-kf-2 .single3 .timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.front-kf-2 .single3 .timeline-item:nth-child(even) .timeline-content {
  order: 2;
}
.front-kf-2 .single3 .timeline-item:nth-child(odd) .timeline-content {
  order: 1;
}
.front-kf-2 .single3 .timeline-item:nth-child(even) .timeline-image {
  order: 1;
}
.front-kf-2 .single3 .timeline-item:nth-child(odd) .timeline-image {
  order: 2;
}
.front-kf-2 .single3 .timeline-content {
  width: 43%;
  background: white;
  padding: 20px;
  border-radius: 5px;
}
.front-kf-2 .single3 .timeline-content h3 {
  font-size: 18px;
}
.front-kf-2 .single3 .timeline-image {
  width: 45%;
  text-align: center;
}
.front-kf-2 .single3 .timeline-image img {
  max-width: 100%;
  border-radius: 10px;
}
.front-kf-2 .single3 .progressbar__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #333;
  z-index: 0;
}
.front-kf-2 .single3 .progressbar__inner {
  width: 100%;
  background-color: #556B2F;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.front-kf-2 .single3 .progressbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.front-kf-2 .single3 .progressbar__no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #556B2F;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.front-kf-2 .single3 .progressbar__no--is-animate {
  opacity: 1;
}
.front-kf-2 .single3 {
  /* Responsiveness */
}
@media (max-width: 768px) {
  .front-kf-2 .single3 .timeline {
    padding: 0;
  }
  .front-kf-2 .single3 .timeline-item {
    flex-direction: column;
    text-align: center;
  }
  .front-kf-2 .single3 .timeline-content,
  .front-kf-2 .single3 .timeline-image {
    width: 90%;
    order: initial;
    margin-left: 10%;
  }
  .front-kf-2 .single3 .progressbar__line {
    left: 15px;
    margin-left: 0;
  }
  .front-kf-2 .single3 .progressbar {
    left: 20px;
    transform: none;
  }
  .front-kf-2 .single3 .progressbar__no {
    margin-left: -15px;
  }
  .front-kf-2 .single3 .timeline-item:nth-child(2n) .timeline-content {
    order: 1;
  }
}
@media (max-width: 480px) {
  .front-kf-2 .single3 .timeline-content {
    padding: 15px;
  }
  .front-kf-2 .single3 .progressbar__line {
    width: 3px;
  }
  .front-kf-2 .single3 .progressbar__no {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
.front-kf-2 .single5 {
  text-align: center;
  margin-top: 40px;
}
.front-kf-2 .single5 p {
  font-weight: 600;
  font-size: 21px;
}

.front-kf-2s {
  padding: 50px 0;
}
.front-kf-2s .single1 {
  margin-bottom: 20px;
}
.front-kf-2s .single1 h2 {
  color: RGB(27, 35, 51);
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.front-kf-2s .single2 .single-sz {
  position: relative;
}
.front-kf-2s .single2 .single-sz::after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), #000);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.front-kf-2s .single2 .photos {
  position: relative;
}
.front-kf-2s .single2 .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  color: #fff;
  z-index: 1;
}
.front-kf-2s .single2 .desc .title1 p {
  color: #0047FF;
  margin-bottom: 0;
  font-size: 39px;
}
.front-kf-2s .single2 .desc .title2 h3 {
  font-weight: 700;
  font-size: 24px;
}
.front-kf-2s .single2 .desc .desc1 {
  font-size: 13px;
}
.front-kf-2s .single2 .desc .desc1 a {
  color: #fff;
  text-decoration: none;
}
.front-kf-2s .single2 .desc .but-more {
  font-weight: 700;
  font-size: 13px;
}
.front-kf-2s .single2 .desc .but-more a {
  color: #fff;
}

.front-contact {
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 23%, #F7F7F7 100%);
  padding-top: 110px;
  padding-bottom: 120px;
}
.front-contact .container-fluid {
  max-width: 1600px;
}
.front-contact .single1 .single21-sz {
  max-width: 510px;
}
.front-contact .single1 .desc1 {
  margin-bottom: 37px;
}
.front-contact .single1 .desc1 h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 37px;
}
.front-contact .single1 .desc1 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: left;
}
.front-contact .single1 .desc2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.front-contact .single1 .desc2 ul li {
  margin-bottom: 18px;
}
.front-contact .single1 .desc2 ul li a {
  font-size: 18px;
  color: #5A685F;
  text-decoration: none;
  position: relative;
  display: block;
  line-height: 25px;
}
.front-contact .single1 .desc2 ul li a .ico {
  position: absolute;
  font-size: 18px;
  color: #5A685F;
  top: -2px;
}
.front-contact .single1 .desc2 ul li a .desc {
  margin-left: 32px;
}
.front-contact .single1 .desc2 ul li a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.front-contact .desc3-map {
  margin-top: 25px;
}
.front-contact .desc3-map iframe {
  border-radius: 16px;
  width: 100%;
}
.front-contact .single3 .title-top {
  margin-bottom: 25px;
}
.front-contact .single3 .title-top p {
  font-weight: 500;
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.front-contact .single3 .desc {
  float: left;
  width: 100%;
}
.front-contact .single3 .desc .poj-single {
  margin-bottom: 12px;
}
.front-contact .single3 .desc .poj-single label {
  width: 100%;
  color: #5A685F;
  font-size: 14px;
}
.front-contact .single3 .desc .poj-single input {
  background-color: #fff;
  color: #8AA092;
  border: none;
  border: 1px solid #EBEEEC;
  padding: 14px 14px;
  width: 100%;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  margin-top: 8px;
}
.front-contact .single3 .desc .poj-single1 {
  padding-right: 10px;
}
.front-contact .single3 .desc .poj-single1 p {
  margin-bottom: 6px;
}
.front-contact .single3 .desc .poj-single .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #8AA092;
  font-size: 14px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.front-contact .single3 .desc .poj-single-text label {
  width: 100%;
  color: #5A685F;
  font-size: 14px;
}
.front-contact .single3 .desc .poj-single-text textarea {
  background-color: #fff;
  color: #8AA092;
  border: none;
  border: 1px solid #EBEEEC;
  resize: none;
  width: 100%;
  padding: 14px 14px;
  height: 95px;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  margin-top: 8px;
}
.front-contact .single3 .desc .poj-accept {
  margin-top: 15px;
  position: relative;
}
.front-contact .single3 .desc .poj-accept .wpcf7-list-item {
  margin: 0;
}
.front-contact .single3 .desc .poj-accept .cc1 {
  position: absolute;
  width: 29px;
  text-align: center;
  padding-top: 3px;
}
.front-contact .single3 .desc .poj-accept .cc1 input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}
.front-contact .single3 .desc .poj-accept .cc1 input[type=checkbox]:before {
  font-family: "Font Awesome 5 Free";
  /* Font Awesome */
  font-weight: 900;
  /* Font Awesome wymaga zdefiniowania grubości dla ikon */
  content: "\f0c8";
  /* Kod unicode dla pustego kwadratu (ikona checkboxa) */
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #d6d6d6;
  margin-right: 7px;
  cursor: pointer;
  text-align: center;
  line-height: 18px;
  background-color: #fff;
  color: #fff;
}
.front-contact .single3 .desc .poj-accept .cc1 input[type=checkbox]:checked:before {
  content: "\f00c";
  /* Kod unicode dla zaznaczonej fajki */
  background-color: #2DCD68;
  color: #fff;
  /* Kolor fajki */
  display: block;
  text-align: center;
  border: 1px solid #2DCD68;
  color: #fff;
}
.front-contact .single3 .desc .poj-accept .cc2 {
  margin-left: 32px;
  color: #42424F;
}
.front-contact .single3 .desc .poj-accept .cc2 a {
  color: #009B39;
  text-decoration: underline;
}
.front-contact .single3 .desc .poj-submit {
  margin-top: 35px;
  margin-bottom: 10px;
  text-align: left;
}
.front-contact .single3 .desc .poj-submit .wpcf7-form-control.wpcf7-submit {
  background-color: #2DCD68;
  padding: 18px 30px;
  box-shadow: none;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #2DCD68;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
}
.front-contact .single3 .desc .poj-submit .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #009B39;
  border-color: #009B39;
  color: #fff;
}
.front-contact .single3 .desc .poj-submit .ajax-loader {
  width: 96%;
  margin: 0;
}
.front-contact .single3 .desc .wpcf7-response-output {
  margin: 5px;
}

.page-blog1 {
  padding-top: 127px;
  padding-bottom: 90px;
}
.page-blog1 .single1 h3 {
  color: #0A0001;
  font-size: 48px;
  font-weight: 500;
  line-height: 49.92px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.page-blog1 .single2 .but-more {
  float: right;
  margin-top: -8px;
}
.page-blog1 .single2 .but-more p {
  float: left;
}
.page-blog1 .single2 .but-more a {
  text-align: left;
  width: 462px;
  float: left;
  font-size: 20px;
  color: #070707;
  font-weight: 500;
  box-shadow: 0px 6px 24px 0px RGBa(45, 205, 104, 0.2);
  border: 1px solid #EBEEEC;
  background-color: #EBEEEC;
  padding: 16px 31px;
  border-radius: 10px;
  text-decoration: none;
}
.page-blog1 .single2 .but-more i {
  float: right;
  font-size: 20px;
  padding-top: 6px;
}
.page-blog1 .single2 .but-more a:hover {
  border: 1px solid #2DCD68;
  background-color: RGBa(45, 205, 104, 0.12);
}
.page-blog1 .single3 .poj1 {
  margin-bottom: 30px;
}
.page-blog1 .single3 .photos img {
  border-radius: 24px;
}
.page-blog1 .single3 .desc {
  margin-top: 32px;
}
.page-blog1 .single3 .desc .title-single {
  margin-top: 32px;
  margin-bottom: 18px;
}
.page-blog1 .single3 .desc .title-single a {
  text-decoration: none;
}
.page-blog1 .single3 .desc .title-single a h3 {
  color: #0A0001;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 38px;
}
.page-blog1 .single3 .desc .title-single a:hover h3 {
  color: #009B39;
}
.page-blog1 .single3 .desc .desc1 {
  color: #5A685F;
  font-size: 14px;
}
.page-blog1 .single3 .desc .desc1 a {
  margin-bottom: 0;
  color: #5A685F;
  text-decoration: none;
}
.page-blog1 .single3 .desc .but-more {
  margin-top: 35px;
}
.page-blog1 .single3 .desc .but-more a {
  text-decoration: none;
  color: #070707;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}
.page-blog1 .single3 .desc .but-more a i {
  margin-left: 24px;
}
.page-blog1 .single3 .desc .but-more a:hover {
  color: #009B39;
}

.page-about1 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.page-about1 .single1 .single-sz {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #5A685F;
}
.page-about1 .single1 .single-sz h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 49.92px;
  letter-spacing: -0.02em;
  color: #0A0001;
  margin-bottom: 40px;
}
.page-about1 .single2 .single-sz img {
  border-radius: 16px;
}

.page-about2 {
  position: relative;
  margin-bottom: 100px;
  margin-left: 15px;
  margin-right: 15px;
}
.page-about2 .row {
  background-color: #265931;
  border-radius: 16px;
  padding: 157px 133px;
}
.page-about2 .title1 {
  margin-bottom: 25px;
}
.page-about2 .title1 h5 {
  color: #2DCD68;
  font-size: 63px;
  font-weight: 700;
  margin-bottom: 0;
}
.page-about2 .desc p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}
.page-about2 .about2-back {
  position: absolute;
  top: 0;
  left: 9%;
}

.page-reviews1 {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #F8F8F8;
}
.page-reviews1 .owl-carousel .item {
  padding: 15px;
}
.page-reviews1 .item-nt {
  margin-top: 50px;
}
.page-reviews1 .review__item {
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  float: left;
}
.page-reviews1 .stars {
  color: #FFB924;
  font-size: 1.2em;
}
.page-reviews1 .review__content {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  color: #5A685F;
  font-weight: 500;
}
.page-reviews1 .review__name {
  margin-bottom: 10px;
  float: left;
  color: #5A685F;
  font-size: 20px;
  font-weight: 700;
  padding-top: 12px;
}
.page-reviews1 .review__img {
  float: right;
  margin-bottom: 10px;
}
.page-reviews1 .review__img img {
  border-radius: 50%;
}
.page-reviews1 .owl-nav,
.page-reviews1 .owl-nav.disabled {
  display: block !important;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 56px;
}
.page-reviews1 .owl-carousel .owl-nav .owl-prev,
.page-reviews1 .owl-carousel .owl-nav .owl-next {
  border: 1px solid #EBEEEC;
  background-color: #EBEEEC;
  box-shadow: 0px 6px 24px 0px RGBa(45, 205, 104, 0.2);
  border-radius: 10px;
  padding: 12px !important;
  margin: 12px;
}
.page-reviews1 .owl-carousel .owl-nav .owl-prev i,
.page-reviews1 .owl-carousel .owl-nav .owl-next i {
  color: #070707;
}
.page-reviews1 .owl-carousel .owl-nav .owl-prev:hover,
.page-reviews1 .owl-carousel .owl-nav .owl-next:hover {
  border: 1px solid #2DCD68;
  background-color: RGBa(45, 205, 104, 0.12);
}

#wooswipe {
  padding-bottom: 0 !important;
}
#wooswipe .thumbnails {
  margin-top: 24px !important;
  margin-bottom: 5px;
}
#wooswipe .thumbnails img {
  border-radius: 16px;
}

.section-slider-down {
  background-color: #000;
  padding: 40px 0;
  margin-top: -2px;
}
.section-slider-down .single1 {
  color: #fff;
  font-size: 21px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-slider-down .single1 p {
  margin: 0;
}
.section-slider-down .single2 {
  color: #fff;
}
.section-slider-down .single2 span {
  float: right;
  margin: 0 10px;
  display: block;
  line-height: 40px;
  width: 30px;
  text-align: center;
}
.section-slider-down .single2 a {
  background-color: #fff;
  color: #000;
  padding: 9px 12px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 150px;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
  font-weight: bold;
  float: right;
  font-size: 12px;
}
.section-slider-down .single2 a:hover {
  background-color: #f1f1f1;
}

.section-under-slider .container-fluid {
  max-width: 1360px;
}
.section-under-slider .container-fluid > .row {
  max-width: 1400px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 50px 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 14px 50px 6px rgba(0, 0, 0, 0.11);
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 30px;
  padding: 33px;
}
.section-under-slider .single1 .cc1 p {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.section-under-slider .single1 .cc2 p {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.section-under-slider .single2 {
  padding-left: 20px;
  position: relative;
}
.section-under-slider .single2 .row {
  height: 100%;
  padding-left: 40px;
}
.section-under-slider .single2 .pojup1 {
  float: left;
  width: 33.33%;
  position: relative;
}
.section-under-slider .single2 .pojup1 .single2-sz {
  max-width: 246px;
  left: auto;
  right: auto;
  width: 75%;
}
.section-under-slider .single2 .pojup2 .single2-sz {
  max-width: 246px;
  left: 12.5%;
  right: 12.5%;
  width: 75%;
}
.section-under-slider .single2 .pojup3 .single2-sz {
  max-width: 246px;
  right: 0;
  left: auto;
  width: 75%;
}
.section-under-slider .single2 .single2-sz {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.section-under-slider .single2 .cc1 {
  max-width: 70px;
  float: left;
  font-size: 40px;
  color: #000;
  padding-top: 4px;
}
.section-under-slider .single2 .cc2 {
  font-weight: 500;
  font-size: 20px;
  margin-left: 63px;
}
.section-under-slider .single2 .cc2 p {
  margin-bottom: 0;
  padding-top: 4px;
}

.front-page1s {
  padding: 45px 0;
  background-color: #FAFAFA;
}
.front-page1s .container-fluid {
  max-width: 1200px;
}
.front-page1s .single1 {
  margin-bottom: 20px;
}
.front-page1s .single1 .title-top {
  text-align: center;
}
.front-page1s .single1 .title-top h2 {
  font-weight: 500;
  font-size: 32px;
}
.front-page1s .single1 .desc {
  text-align: center;
  color: #999;
  font-size: 14px;
}
.front-page1s .single2 .poj1 {
  margin: 0 auto;
  margin-bottom: 30px;
}
.front-page1s .single2 .poj1-sz {
  background-color: #f5f5f5;
  height: 100%;
  border: 1px solid #e1e1e1;
  color: #000;
  padding: 30px;
}
.front-page1s .single2 .poj1-sz .ico {
  position: absolute;
  font-size: 33px;
}
.front-page1s .single2 .poj1-sz .desc {
  margin-left: 53px;
  padding-top: 12px;
}
.front-page1s .single2 .poj1-sz .desc .text p {
  margin: 0;
}

.front-page2s {
  padding: 2px 0;
  position: relative;
}
.front-page2s .single1b {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  width: 50%;
  height: 100%;
}
.front-page2s .single2b {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  width: 50%;
  height: 100%;
}
.front-page2s .single2 {
  margin-bottom: 16px;
  z-index: 1;
  color: #fff;
}
.front-page2s .single2 .single-sz {
  margin: 0;
}
.front-page2s .single2 .title1 {
  font-weight: bold;
  font-size: 32px;
}
.front-page2s .single2 .title1 p {
  margin-bottom: 6px;
}
.front-page2s .single2 .desc {
  color: #f1f1f1;
}
.front-page2s .single2 .poj1 .ico {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  font-size: 28px;
  width: 30px;
  text-align: center;
}
.front-page2s .single2 .poj1 .desc {
  overflow: hidden;
  line-height: 37px;
}
.front-page2s .single2 .poj1 .desc .title1 {
  font-weight: bold;
  font-size: 20px;
}
.front-page2s .single2 .poj1 .desc .title1 p {
  margin-bottom: 6px;
}
.front-page2s .single1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
  z-index: 1;
}
.front-page2s .single1 .single-sz {
  padding: 0 15px;
}
.front-page2s .single1 strong,
.front-page2s .single1 b {
  font-weight: 500;
  font-size: 18px;
}
.front-page2s .single1 .title1 h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.front-page2s .single1 .title2 p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
}
.front-page2s .single1 .sep {
  width: 46px;
  height: 3px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  top: 4px;
  margin-bottom: 8px;
}
.front-page2s .single1 .sep::before,
.front-page2s .single1 .sep::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
}
.front-page2s .single1 .sep::before {
  right: -5px;
}
.front-page2s .single1 .sep::after {
  right: -10px;
}

.front-page5s .single1 .title1 h2 {
  font-size: 38px;
}
.page-single {
  padding: 40px 0;
  font-size: 15px;
}
.page-single .container-fluid {
  max-width: 1040px;
}
.page-single .photos {
  margin-top: 30px;
  margin-bottom: 40px;
}
.page-single .photos img {
  border-radius: 24px;
}

.page-single2 {
  font-size: 16px;
  font-weight: 500;
  color: #5A685F;
}
.page-single2 .container-fluid {
  max-width: 940px;
}
.page-single2 h1 {
  font-size: 64px;
  font-weight: 500;
  color: #0A0001;
}
.page-single2 h2 {
  font-size: 54px;
  font-weight: 500;
  color: #0A0001;
}
.page-single2 h3 {
  font-size: 44px;
  font-weight: 500;
  color: #0A0001;
}
.page-single2 h4 {
  font-size: 34px;
  font-weight: 500;
  color: #0A0001;
}
.page-single2 h5 {
  font-size: 24px;
  font-weight: 500;
  color: #0A0001;
}
.page-single2 img {
  border-radius: 24px;
}

.page-o-nas1 {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.section-carts1 {
  background-color: #f6f6f6;
  padding: 50px 0;
}
.section-carts1 .container-fluid {
  max-width: 1200px;
}
.section-carts1 .single1 {
  text-align: center;
}
.section-carts1 .single1 .title1 p {
  margin: 0;
  color: #747474;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.5px;
}
.section-carts1 .single1 .title2 {
  margin-bottom: 15px;
}
.section-carts1 .single1 .title2 h2 {
  margin-bottom: 0;
  color: #383838;
  text-transform: uppercase;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
}
.section-carts1 .single1 .desc {
  color: #a4a4a4;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 15px;
}
.section-carts1 .single1 .sep {
  width: 46px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.65);
  position: relative;
  display: inline-block;
  margin: 0 auto;
  top: 4px;
}
.section-carts1 .single1 .sep::before,
.section-carts1 .single1 .sep::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  position: absolute;
}
.section-carts1 .single1 .sep::before {
  right: -5px;
}
.section-carts1 .single1 .sep::after {
  right: -10px;
}
.section-carts1 .single1 .desc h3 {
  color: #000;
  font-size: 23px;
}
.section-carts1 .single2 {
  background-color: #fff;
  padding: 50px;
  margin-top: 30px;
}
.section-carts1 .poj1 {
  text-align: center;
  color: #333;
  padding: 25px;
}
.section-carts1 .poj1 img {
  max-width: 38px;
}
.section-carts1 .poj1 .title1 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}
.section-carts1 .poj1 .desc1 {
  color: #9b9b9b;
}

.section-carts2 {
  padding: 50px 0;
  position: relative;
}
.section-carts2 .single1b {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  width: 50%;
  height: 100%;
}
.section-carts2 .single2b {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  width: 50%;
  height: 100%;
}
.section-carts2 .single2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
  z-index: 1;
}
.section-carts2 .single2 .single-sz {
  padding: 0 15px;
}
.section-carts2 .single2 a {
  color: #fff;
}
.section-carts2 .single2 a:hover {
  color: #f1f1f1;
}
.section-carts2 .single2 strong,
.section-carts2 .single2 b {
  font-weight: 500;
  font-size: 18px;
}
.section-carts2 .single2 .title1 h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.section-carts2 .single2 .title2 p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
}
.section-carts2 .single2 .sep {
  width: 46px;
  height: 3px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  top: 4px;
  margin-bottom: 8px;
}
.section-carts2 .single2 .sep::before,
.section-carts2 .single2 .sep::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
}
.section-carts2 .single2 .sep::before {
  right: -5px;
}
.section-carts2 .single2 .sep::after {
  right: -10px;
}

.section-carts51 {
  padding: 40px 0;
  text-align: center;
}
.section-carts51 img {
  margin: 0 auto;
}

.section-carts61 {
  text-align: center;
  background-color: #F7F7F7;
  padding-top: 40px;
}

.section-carts71::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.section-carts71 {
  background-color: #000;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.section-carts71 .row {
  padding: 40px 0;
}
.section-carts71 .single1 {
  text-align: center;
}
.section-carts71 .single1 .ico {
  font-size: 38px;
  font-weight: bold;
}
.section-carts71 .single1 .sep {
  background-color: rgb(255, 255, 255);
  height: 6px;
  width: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-carts71 .single1 .title {
  font-size: 23px;
}

.section-carts3 .container-fluid {
  max-width: 100%;
}
.section-carts3 .single1 {
  padding: 0;
}
.section-carts3 .single1 img {
  width: 100%;
}
.section-carts3 .single2 .single-sz {
  width: 100%;
  left: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 2.5%;
}
.section-carts3 .single2 .single-sz .title1 h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.section-carts3 .single2 .single-sz .sep {
  width: 46px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.65);
  position: relative;
  display: inline-block;
  margin: 0 auto;
  top: 4px;
  margin-bottom: 8px;
}
.section-carts3 .single2 .single-sz .sep::before,
.section-carts3 .single2 .single-sz .sep::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  position: absolute;
}
.section-carts3 .single2 .single-sz .sep::before {
  right: -5px;
}
.section-carts3 .single2 .single-sz .sep::after {
  right: -10px;
}
.section-carts3 .single2 .single-sz .desc {
  font-size: 17px;
}

.section-carts31 .single2 {
  background-color: rgb(0, 0, 0);
}
.section-carts31 .single2 .single-sz .sep {
  background-color: #000;
}
.section-carts31 .single2 .single-sz .sep::before,
.section-carts31 .single2 .single-sz .sep::after {
  background-color: #000;
}

.section-carts41 {
  background-color: #F7F7F7;
  padding: 80px 0;
}
.section-carts41 .container-fluid {
  background-color: #fff;
  padding: 60px;
  padding-bottom: 0;
}
.section-carts41 .single1 .title1 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-carts41 .single1 .title1 p {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-carts41 .single1 .sep {
  width: 46px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.65);
  position: relative;
  display: block;
  margin: 0 auto;
  top: 4px;
  margin-bottom: 25px;
}
.section-carts41 .single1 .sep::before,
.section-carts41 .single1 .sep::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  position: absolute;
}
.section-carts41 .single1 .sep::before {
  right: -5px;
}
.section-carts41 .single1 .sep::after {
  right: -10px;
}
.section-carts41 .single1 .desc1 {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 25px;
}
.section-carts41 .single1 .desc1 iframe {
  width: 100%;
}

.section-carts42 {
  padding: 40px 0;
  text-align: center;
}
.section-carts42 iframe {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 350px;
}

.section-carts4 {
  margin: 40px 0;
}
.section-carts4 .container-fluid {
  max-width: 100%;
}
.section-carts4 h3 {
  font-size: 20px;
}

.section-carts5 {
  padding: 50px 0;
}
.section-carts5 .container-fluid {
  max-width: 1200px;
}
.section-carts5 .single3 .title1 {
  text-align: center;
}
.section-carts5 .single3 .title1 h3 {
  margin-bottom: 0;
  font-size: 34px;
  font-weight: bold;
}
.section-carts5 .single3 .sep {
  width: 46px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.65);
  position: relative;
  display: block;
  margin: 0 auto;
  top: 4px;
}
.section-carts5 .single3 .sep::before,
.section-carts5 .single3 .sep::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  position: absolute;
}
.section-carts5 .single3 .sep::before {
  right: -5px;
}
.section-carts5 .single3 .sep::after {
  right: -10px;
}
.section-carts5 .single1 .single-sz {
  color: #000;
  padding: 30px;
  font-size: 15px;
}
.section-carts5 .single1 .single-sz .desc1 {
  color: #777;
  margin-top: 15px;
}
.section-carts5 .single1 .single-sz .desc1 td {
  padding: 8px;
}
.section-carts5 .single1 .single-sz .desc1 .row-1.odd {
  font-weight: bold;
}
.section-carts5 .single1 .single-sz .desc1 .column-1 {
  text-align: left;
  width: 50%;
}
.section-carts5 .single1 .single-sz .desc1 .column-1 strong {
  font-weight: bold;
}
.section-carts5 .single1 .single-sz .desc1 .column-2 {
  width: 25%;
  text-align: center;
}
.section-carts5 .single1 .single-sz .desc1 .column-3 {
  width: 25%;
  text-align: center;
}
.section-carts5 .single2 .single-sz {
  height: 100%;
  background-size: contain;
  background-position: center;
  min-height: 465px;
  background-repeat: no-repeat;
}

.page-how1 {
  padding: 80px 0;
}
.page-how1 .container-fluid {
  max-width: 1100px;
}
.page-how1 .single1 {
  text-align: center;
  margin-bottom: 30px;
}
.page-how1 .single1 .title2 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 20px;
}
.page-how1 .single1 .title-top {
  margin-bottom: 25px;
}
.page-how1 .single1 .title-top h3 {
  font-size: 42px;
  color: #333;
}
.page-how1 .single1 .desc {
  color: #333;
  font-size: 17px;
  line-height: 32px;
}
.page-how1 .single2 .single2-sz {
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  border-radius: 5px;
  padding: 45px;
  height: 100%;
  -webkit-box-shadow: 4px 9px 38px -15px rgba(66, 68, 90, 0.34);
  -moz-box-shadow: 4px 9px 38px -15px rgba(66, 68, 90, 0.34);
  box-shadow: 4px 9px 38px -15px rgba(66, 68, 90, 0.34);
}
.page-how1 .single2 .title1 {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
  font-weight: 500;
}
.page-how1 .single2 .desc {
  font-size: 15px;
  line-height: 27px;
}

.page-how2 {
  position: relative;
  padding-top: 65px;
  padding-bottom: 90px;
}
.page-how2 .container-fluid {
  padding: 0 5%;
}
.page-how2 .single1 {
  text-align: center;
}
.page-how2 .single1 .title2 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 8px;
}
.page-how2 .single1 .title-top h3 {
  font-size: 36px;
  font-weight: 500;
  color: #282828;
  text-transform: uppercase;
}
.page-how2 .single2 .card {
  background-color: transparent;
  border: none;
}
.page-how2 .single2 .btn {
  width: 100%;
  color: #333;
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(231, 228, 237, 0.7);
  white-space: normal;
}
.page-how2 .single2 .btn:hover {
  color: rgba(0, 0, 0, 0.65);
}
.page-how2 .single2 .card-body {
  padding: 7px 15px;
}

.front-about-tab2 .container-fluid .row {
  max-width: 1400px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 50px 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 14px 50px 6px rgba(0, 0, 0, 0.11);
  margin: 0 auto;
  margin-top: -69px;
  position: relative;
  z-index: 10;
  border-radius: 30px;
  padding: 38px;
  padding-top: 50px;
}
.front-about-tab2 .container-fluid .row .single1 {
  max-width: 1040px;
  margin: 0 auto;
  font-size: 20px;
}
.front-about-tab2 .container-fluid .row .single1 strong {
  font-weight: 500;
}
.front-about-tab2 .container-fluid .row .single1 .but-more {
  margin-top: 35px;
  margin-bottom: 15px;
}
.front-about-tab2 .container-fluid .row .single1 .but-more a {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  width: 190px;
  height: 40px;
  line-height: 38px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
}
.front-about-tab2 .container-fluid .row .single1 .but-more a:hover {
  background-color: #fff;
  color: #000;
}

.front-about-tab3 {
  margin-top: 15px;
  margin-bottom: 105px;
}
.front-about-tab3 .container-fluid .row {
  max-width: 1400px;
  padding: 0;
  margin: 0 auto;
}
.front-about-tab3 .container-fluid .row .col-12 {
  padding: 0;
}
.front-about-tab3 .container-fluid .row .col-12 img {
  width: 100%;
}

.page-contact3 {
  background-color: #f7f7f7;
  color: #666;
}

.bred-n2 {
  background-color: #f1f1f1;
}
.bred-n2 .container-fluid {
  max-width: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.woocommerce-top1 {
  padding-bottom: 20px;
  padding-top: 17px;
  background-color: #FAFAFA;
}
.woocommerce-top1 .container-fluid {
  max-width: 1400px;
}
.woocommerce-top1 .title-top {
  margin-top: 7px;
}
.woocommerce-top1 .title-top h2 {
  font-size: 48px;
  line-height: 41px;
  color: #494949;
  font-weight: 500;
}
.woocommerce-top1 a {
  color: rgba(0, 0, 0, 0.65);
}
.woocommerce-top1 .photos {
  margin-top: 15px;
  margin-bottom: 15px;
}
.woocommerce-top1 .desc {
  font-size: 15px;
  line-height: 2.1;
}

.woocommerce-top2 {
  padding-bottom: 42px;
  padding-top: 32px;
}
.woocommerce-top2 .container-fluid {
  max-width: 1400px;
}
.woocommerce-top2 .title-top {
  margin-top: 40px;
}
.woocommerce-top2 .title-top h2 {
  font-size: 48px;
  line-height: 41px;
  color: #282728;
  font-weight: 500;
}
.woocommerce-top2 a {
  color: rgba(0, 0, 0, 0.65);
}
.woocommerce-top2 .photos {
  margin-top: 15px;
  margin-bottom: 15px;
}
.woocommerce-top2 .desc {
  font-size: 15px;
  line-height: 2.1;
}

.breadcrumb {
  padding: 10px 7px;
  font-size: 14px;
  background-color: transparent;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #f1f1f1;
}
.breadcrumb span {
  color: #f1f1f1;
}

.page-contact3 .container-fluid {
  max-width: 1600px;
}
.page-contact3 .breadcrumb {
  padding: 10px 7px;
  font-size: 14px;
  background-color: transparent;
  font-weight: 400;
  color: #666;
}
.page-contact3 .breadcrumb a {
  color: #666;
  text-decoration: none;
}
.page-contact3 .breadcrumb a:hover {
  opacity: 0.7;
}
.page-contact3 .breadcrumb span {
  color: #666;
}

.page-woocommerce .container-fluid {
  max-width: 1600px;
}

/*woocommerce*/
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term {
  position: relative;
}

.page-woocommerce {
  padding: 45px 0;
}
.page-woocommerce .sidebar-left-main .panel-group {
  border: 1px solid #dcdcdc;
  float: left;
  border-radius: 5px;
  width: 100%;
}
.page-woocommerce .sidebar-left-main .panel-group #filtrs {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
}
.page-woocommerce .sidebar-left-main .filtrs-all {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}
.page-woocommerce .sidebar-left-main .filtrs-all .widget:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding-top: 7px;
}
.page-woocommerce .sidebar-left-main .filtrs-all .widget:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding-bottom: 7px;
}
.page-woocommerce .sidebar-left-main .woocommerce-widget-layered-nav-dropdown {
  padding: 5px;
}
.page-woocommerce .sidebar-left-main .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.page-woocommerce .sidebar-left-main .widget ul li {
  float: left;
  width: 100%;
  position: relative;
}
.page-woocommerce .sidebar-left-main .widget ul li .count {
  float: right;
  padding: 9px 0;
  font-size: 12px;
  right: 10px;
  position: absolute;
  line-height: 25px;
}
.page-woocommerce .sidebar-left-main .widget ul li:last-child {
  border-bottom: none;
}
.page-woocommerce .sidebar-left-main .widget ul img {
  max-width: 175px;
}
.page-woocommerce .sidebar-left-main .widget .product-categories li.current-cat > a {
  background-color: #fff;
  color: #222;
  font-weight: 500;
}
.page-woocommerce .sidebar-left-main .widget .product-categories li > a {
  padding: 15px 0;
  float: left;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  color: #282728;
  padding-left: 7px;
}
.page-woocommerce .sidebar-left-main .widget .product-categories li > a:hover {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #f4f4f4;
}
.page-woocommerce .sidebar-left-main .widget .product-categories > li {
  border-bottom: 1px solid #dcdcdc;
}
.page-woocommerce .sidebar-left-main .widget .product-categories > li a {
  padding-left: 20px;
  padding-right: 20px;
}
.page-woocommerce .sidebar-left-main .widget .woocommerce-widget-layered-nav-dropdown select {
  width: 100%;
  color: #222;
  font-weight: 400;
  padding: 3px 0;
  float: left;
  font-size: 13px;
  letter-spacing: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  margin-bottom: 2.5px;
  margin-top: 2.5px;
  border-radius: 5px;
  padding-left: 7px;
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
}
.page-woocommerce .sidebar-left-main .widget .current-cat-parent a {
  font-weight: 500;
}
.page-woocommerce .sidebar-left-main .widget .children li a {
  font-weight: 400;
  font-size: 16px;
  padding-left: 40px;
  border-bottom: 1px solid #dcdcdc;
}
.page-woocommerce .sidebar-left-main .widget .children li:first-child a {
  border-top: 1px solid #dcdcdc;
}
.page-woocommerce .sidebar-left-main .widget .children li:last-child a {
  border-bottom: none;
  padding-bottom: 13px;
}
.page-woocommerce .sidebar-left-main .widget .children .current-cat a {
  background-color: #f4f4f4;
}
.page-woocommerce .sidebar-left-main .widget.woocommerce.widget_recently_viewed_products li {
  margin-bottom: 5px;
}
.page-woocommerce .sidebar-left-main .widget.woocommerce.widget_recently_viewed_products a {
  float: left;
  width: 100%;
  text-align: center;
}
.page-woocommerce .sidebar-left-main .widget.woocommerce.widget_price_filter {
  width: 100%;
  float: left;
}
.page-woocommerce .sidebar-left-main .widgettitle {
  font-size: 16px;
}
.page-woocommerce .sidebar-left-main .widget.woocommerce.widget_price_filter .widgettitle {
  margin-bottom: 0;
}
.page-woocommerce .sidebar-left-main .widget.woocommerce.widget_price_filter form {
  padding: 10px;
}
.page-woocommerce .sidebar-left-main .widget.woocommerce.widget_product_tag_cloud {
  width: 100%;
  float: left;
  margin-top: 20px;
  border: 1px solid #ddd;
  background-color: rgba(0, 0, 0, 0.8);
}
.page-woocommerce .sidebar-left-main .widget.woocommerce.widget_product_tag_cloud .tagcloud {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
.page-woocommerce .sidebar-left-main .widget.woocommerce.widget_product_tag_cloud a {
  font-size: 13px !important;
  letter-spacing: 0.5px;
  float: left;
  width: 100%;
  margin-bottom: 3px;
  color: #222;
}
.page-woocommerce .sidebar-left-main .widget.woocommerce.widget_product_tag_cloud a:hover {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page-woocommerce .sidebar-left-main .widget .wpb_category_n_menu_accordion ul li a {
  padding: 6px 40px 6px 8px;
  background-color: rgba(0, 0, 0, 0);
}
.page-woocommerce .sidebar-left-main .wpb_category_n_menu_accordion ul li > a > span.wpb-submenu-indicator {
  line-height: 25px;
}
.page-woocommerce .sidebar-left-main .wpb_category_n_menu_accordion ul li .wpb-wmca-cat-count {
  top: 12%;
  background: none;
}
.page-woocommerce .sidebar-left-main .woocommerce-widget-layered-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-woocommerce .sidebar-left-main .woocommerce-widget-layered-nav-list li a {
  color: #222;
  font-weight: 400;
  padding: 8px 0;
  float: left;
  font-size: 13px;
  width: 100%;
  margin-bottom: 2.5px;
  margin-top: 2.5px;
  padding-left: 7px;
  border: 1px solid rgba(0, 0, 0, 0.65);
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  text-decoration: none;
}
.page-woocommerce .sidebar-left-main .woocommerce-widget-layered-nav-list li a:hover {
  color: #fff !important;
  background-color: #000;
}
.page-woocommerce .sidebar-left-main .woocommerce-widget-layered-nav-list .count {
  float: right;
  margin-right: 15px;
  color: #222;
  font-weight: 500;
}
.page-woocommerce .sidebar-left-main .widget.woocommerce.widget_layered_nav_filters ul {
  float: left;
  width: 100%;
}
.page-woocommerce .sidebar-left-main {
  /*sidebar plus*/
}
.page-woocommerce .sidebar-left-main .widget_product_categories ul.product-categories > li.cat-parent {
  position: relative;
}
.page-woocommerce .sidebar-left-main .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-left: 0.5em;
  width: 1.5em;
  line-height: 1em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.4s ease;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 5px;
}
.page-woocommerce .sidebar-left-main .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle.cat-popped {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #333;
  color: #fff;
}
.page-woocommerce .sidebar-left-main .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle::before {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  text-transform: none;
  speak: none;
  content: "+";
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.page-woocommerce .sidebar-left-main .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle.cat-popped::before {
  content: "–";
}
.page-woocommerce .sidebar-left-main .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle ~ ul.children {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease;
  display: none;
}
.page-woocommerce .sidebar-left-main .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle.cat-popped ~ ul.children {
  margin-bottom: 7px;
  width: 100%;
  display: inline;
}
.page-woocommerce .sidebar-left-main .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle.cat-popped ~ ul.children li {
  padding-left: 20px;
}
.page-woocommerce .sidebar-left-main .price_slider {
  margin-bottom: 1em;
}
.page-woocommerce .sidebar-left-main .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.page-woocommerce .sidebar-left-main .price_slider_amount .button {
  font-size: 1.15em;
  background-color: #000;
  border: 1px solid #000;
  color: #333;
  cursor: pointer;
  color: #fff;
  padding: 0 15px;
}
.page-woocommerce .sidebar-left-main .price_slider_amount .button:hover {
  background-color: rgba(0, 0, 0, 0.65);
  border-color: rgba(0, 0, 0, 0.65);
}
.page-woocommerce .sidebar-left-main .price_slider_amount .button {
  float: left;
}
.page-woocommerce .sidebar-left-main .ui-slider {
  position: relative;
  text-align: left;
}
.page-woocommerce .sidebar-left-main .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background: #e7e7e7;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#e7e7e7));
  background: -webkit-linear-gradient(#FEFEFE, #e7e7e7);
  background: -moz-linear-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
  background: -moz-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
  outline: none;
  top: -0.3em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
.page-woocommerce .sidebar-left-main .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.page-woocommerce .sidebar-left-main .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
  box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.page-woocommerce .sidebar-left-main .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #1e1e1e;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
  background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
  background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
  background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
}
.page-woocommerce .sidebar-left-main .ui-slider-horizontal {
  height: 0.5em;
}
.page-woocommerce .sidebar-left-main .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.page-woocommerce .sidebar-left-main .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.page-woocommerce .sidebar-left-main .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.page-woocommerce .sidebar-left-main #filtrs a {
  color: rgba(0, 0, 0, 0.65);
}
.page-woocommerce .sidebar-left-main #filtrs .fa-plus-circle {
  display: none;
}
.page-woocommerce .sidebar-left-main .collapse {
  display: block;
}
.page-woocommerce .woocommerce-home12 .section-woocommerce-ordering {
  margin-bottom: 22px;
}
.page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .orderby {
  border: none;
  border-radius: 5px;
  padding: 10px 18px;
  max-width: 100%;
  color: #686868;
  border: 1px solid #dcdcdc;
}
.page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .orderby:hover,
.page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .orderby:focus {
  background-color: #f4f4f4;
  color: #000;
}
.page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .woocommerce-perpage {
  float: left;
  width: 50%;
  text-align: right;
}
.page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .woocommerce-result-count {
  float: left;
  width: 50%;
}
.page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .woocommerce-ordering {
  float: left;
  width: 100%;
  text-align: right;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz {
  background-color: #fff;
  border: 1px solid #e6e7e8;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 100%;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a .product-category-img {
  position: relative;
  overflow: hidden;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a .product-category-img img {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a .product-category-img .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(148, 187, 214, 0.98);
  opacity: 0;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a .product-category-img .img-hover .img-hover-sz {
  position: absolute;
  width: 98%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a .product-category-img .img-hover .img-hover-sz p {
  font-size: 28px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a .product-category-img .img-hover .img-hover-sz i {
  font-size: 48px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a:hover .product-category-img .img-hover {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz .product-category-desc {
  margin-top: 30px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a {
  text-decoration: none;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a .woocommerce-loop-category__title {
  color: #0A0001;
  font-size: 18px;
  width: 100%;
  margin-top: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a .woocommerce-loop-category__title .count {
  display: none;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-category-sz a:hover .woocommerce-loop-category__title {
  color: #002678;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj {
  margin-bottom: 30px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img {
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  border-radius: 5px;
  height: 100%;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img a {
  color: #000;
  text-decoration: none;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-availability {
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: #F8F8F8;
  color: #0A0001;
  font-weight: 400;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-availability p {
  margin-bottom: 0;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-availability p strong {
  font-weight: 700;
  color: #0A0001;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-availability .s1 strong {
  color: #009B39;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-super-offer {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: #FFF7F4;
  color: #EC4700;
  font-weight: 700;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-super-offer p {
  margin-bottom: 0;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-super-offer img {
  margin-right: 7.5px;
  margin-top: -5px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .price-catalog {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #555555;
  color: #fff;
  font-weight: 500;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: line-through;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .price-catalog p {
  margin-bottom: 0;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .price-sell {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background-color: #3476b7;
  color: #fff;
  font-weight: 600;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .price-sell p {
  margin-bottom: 0;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .photo-production {
  position: absolute;
  left: 10px;
  top: 4px;
  background-color: #000;
  padding: 7px 7px;
  color: #fff;
  text-transform: uppercase;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img img {
  margin: 0 auto;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-top: 15px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .title1 {
  margin-bottom: 16px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single1c {
  float: left;
  width: 60%;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single1c .woocommerce-loop-product__title {
  color: #0A0001;
  font-size: 32px;
  width: 100%;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 38px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single1c .product-poj-attribute {
  width: 100%;
  float: left;
  color: #5A685F;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single1c .product-poj-attribute .poj1 {
  float: left;
  width: 100%;
  margin-bottom: 2px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single1c .product-poj-attribute .poj1 .cc1 {
  float: left;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single1c .product-poj-attribute .poj1 .cc1 img {
  max-width: 19px;
  filter: invert(43%) sepia(3%) saturate(1365%) hue-rotate(89deg) brightness(87%) contrast(86%);
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single1c .product-poj-attribute .poj1 .cc2 {
  float: left;
  margin-left: 10px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single1c .product-poj-attribute .poj1 .cc2 .ss2 {
  padding-top: 3px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single1c .product-poj-attribute .poj1 .cc2 .ss2 p {
  margin: 0;
  color: #5A685F;
  font-size: 14px;
  line-height: 21px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single2c {
  float: left;
  width: 40%;
  text-align: right;
  padding-top: 30px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single2c .price-sell {
  margin-bottom: 6px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single2c .price-sell p {
  margin-bottom: 0;
  color: #5A685F;
  font-size: 13px;
  line-height: 19px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single2c .price-sell p strong {
  color: #009B39;
  font-weight: 700;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single2c .price-catalog {
  margin-bottom: 4px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single2c .price-catalog p {
  margin-bottom: 0;
  color: #5A685F;
  font-size: 13px;
  line-height: 19px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single2c .price-catalog p strong {
  color: #E94555;
  font-weight: 400;
  text-decoration: line-through;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single2c .price-discount {
  margin-bottom: 4px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single2c .price-discount p {
  margin-bottom: 0;
  color: #5A685F;
  font-size: 13px;
  line-height: 19px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .single2c .price-discount p strong {
  color: #0A0001;
  font-weight: 700;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .woocommerce-loop-category__title {
  color: #333;
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.1px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .woocommerce-loop-category__title mark {
  background-color: #fff;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .product-poj-category {
  text-align: center;
  text-transform: uppercase;
  color: #15ba00;
  font-weight: 500;
  font-size: 14px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .price {
  text-align: right;
  font-size: 20px;
  margin-top: 16px;
  width: 100%;
  float: left;
  font-size: 14px;
  color: #8AA092;
  font-weight: 500;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .price .woocommerce-Price-amount.amount {
  font-weight: 700;
  color: #009B39;
  font-size: 32px;
  line-height: 20px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .price .woocommerce-Price-amount.amount .small-font,
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-size: 12px;
  font-weight: 700;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .price .p-price2 {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #8AA092;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .link-offer {
  text-align: left;
  margin-bottom: 24px;
  margin-top: 22px;
  width: 100%;
  float: left;
  font-size: 20px;
  color: #070707;
  font-weight: 500;
  box-shadow: 0px 6px 24px 0px RGBa(45, 205, 104, 0.2);
  border: 1px solid #EBEEEC;
  background-color: RGBa(45, 205, 104, 0.1);
  padding: 16px 31px;
  border-radius: 10px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .link-offer i {
  float: right;
  font-size: 20px;
  padding-top: 6px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .link-offer:hover {
  border: 1px solid #2DCD68;
  background-color: RGBa(45, 205, 104, 0.12);
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-koszyk {
  float: right;
  margin-top: 27px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-koszyk a {
  color: #0A0001;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-sz .onsale {
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  width: 100px;
  display: block;
  background-color: #ff0000;
  position: absolute;
  top: 10px;
  right: 7px;
  box-shadow: 0 4px 2px -2px #1f2839;
  border-radius: 4px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-front {
  margin-bottom: 30px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content {
  background-color: #265931;
  height: 100%;
  position: relative;
  border-radius: 16px;
  padding: 48px 51px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content .newsletter-content-sz {
  position: relative;
  z-index: 1;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content h3 {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 24px;
  z-index: 1;
  position: relative;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content p {
  color: #EBEEEC;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  z-index: 1;
  position: relative;
  margin-bottom: 39px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content .mailerlite-form-inputs {
  position: relative;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content .mailerlite-form-inputs .mailerlite-form-field label {
  display: none;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content .mailerlite-form-inputs .mailerlite-form-field #mailerlite-1-field-email {
  border: 1px solid rgb(235, 238, 236);
  border-radius: 8px;
  padding: 14px 24px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content .mailerlite-form-inputs .mailerlite-subscribe-button-container {
  position: absolute;
  top: 0;
  right: 0;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content .mailerlite-form-inputs .mailerlite-subscribe-button-container .mailerlite-subscribe-submit {
  border: 1px solid rgb(45, 205, 104);
  background-color: rgb(45, 205, 104);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 0 31px;
  cursor: pointer;
  height: 54px;
  border-radius: 10px;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content .newsletter-content-back {
  position: absolute;
  top: 0;
  left: 0;
}
.page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content .newsletter-content-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page-woocommerce .woocommerce-home12 nav.woocommerce-pagination {
  float: left;
  width: 100%;
  text-align: center;
}
.page-woocommerce .woocommerce-home12 nav.woocommerce-pagination .page-numbers {
  display: inline-block;
  padding: 0;
}
.page-woocommerce .woocommerce-home12 nav.woocommerce-pagination .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}
.page-woocommerce .woocommerce-home12 nav.woocommerce-pagination ul li {
  display: inline-block;
}
.page-woocommerce .woocommerce-home12 .bgcolor,
.page-woocommerce .woocommerce-home12 .day-box .title-type h4,
.page-woocommerce .woocommerce-home12 .cdetails i,
.page-woocommerce .woocommerce-home12 .nav-tabs > li:hover a,
.page-woocommerce .woocommerce-home12 .nav-tabs > li:focus a,
.page-woocommerce .woocommerce-home12 .nav-tabs > li.active > a,
.page-woocommerce .woocommerce-home12 .nav-tabs > li.active > a:hover,
.page-woocommerce .woocommerce-home12 .nav-tabs > li.active > a:focus,
.page-woocommerce .woocommerce-home12 .restaurant-list .magni-desc a,
.page-woocommerce .woocommerce-home12 .owl-theme .owl-dots .owl-dot.active span,
.page-woocommerce .woocommerce-home12 .owl-theme .owl-dots .owl-dot:hover span,
.page-woocommerce .woocommerce-home12 .pagination > .active > a,
.page-woocommerce .woocommerce-home12 .pagination > .active > span,
.page-woocommerce .woocommerce-home12 .pagination > .active > a:hover,
.page-woocommerce .woocommerce-home12 .pagination > .active > span:hover,
.page-woocommerce .woocommerce-home12 .pagination > .active > a:focus,
.page-woocommerce .woocommerce-home12 .pagination > .active > span:focus,
.page-woocommerce .woocommerce-home12 .checkbox-primary input[type=checkbox]:checked + label::before,
.page-woocommerce .woocommerce-home12 .page-numbers li span,
.page-woocommerce .woocommerce-home12 .woocommerce nav.woocommerce-pagination ul li a:focus,
.page-woocommerce .woocommerce-home12 .woocommerce nav.woocommerce-pagination ul li a:hover,
.page-woocommerce .woocommerce-home12 .woocommerce nav.woocommerce-pagination ul li span.current,
.page-woocommerce .woocommerce-home12 .checkbox-primary input[type=radio]:checked + label::before {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.page-woocommerce .woocommerce-home12 .page-numbers > li a,
.page-woocommerce .woocommerce-home12 .page-numbers > li span,
.page-woocommerce .woocommerce-home12 .pagination > li > a,
.page-woocommerce .woocommerce-home12 .pagination > li > span,
.page-woocommerce .woocommerce-home12 .woocommerce nav.woocommerce-pagination ul li a,
.page-woocommerce .woocommerce-home12 .woocommerce nav.woocommerce-pagination ul li span {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  color: #999;
  float: left;
  line-height: 37px;
  margin-left: 0;
  margin-right: 5px;
  padding: 8px 15px;
  position: relative;
  text-decoration: none;
  border-radius: 3px;
  height: 42px;
  width: 42px;
}

.woocommerce-back-link {
  margin-top: 45px;
  margin-bottom: 32px;
}
.woocommerce-back-link a {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #070707;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 31px;
  text-decoration: none;
}
.woocommerce-back-link a i {
  margin-right: 24px;
}
.woocommerce-back-link a:hover {
  border: 1px solid #2DCD68;
  background-color: RGBa(45, 205, 104, 0.12);
}

.single-product.woocommerce-page .page-woocommerce .sidebar-left-main-sz {
  margin-top: 15px;
}

/*content single product*/
.single-product {
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 23%, #F7F7F7 39%, #fff 100%) no-repeat;
  /* Gradient tylko na 600px */
  background-size: 100% 1230px;
  /* Rozmiar gradientu */
  background-color: #fff;
  /* Kolor tła dla reszty strony poniżej gradientu */
}
.single-product .page-woocommerce {
  padding: 15px 0;
}
.single-product .how-it-works .back-img {
  display: none;
}

.single-product2,
.single-product3 {
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, #F7F7F7 3%, #F7F7F7 3%, #F7F7F7 100%) no-repeat;
  /* Gradient tylko na 600px */
  background-size: 100% 1991px;
  /* Rozmiar gradientu */
  background-color: #fff;
  /* Kolor tła dla reszty strony poniżej gradientu */
}

.woocommerce-home .product-type-simple .single-top-product .title-top .single-top-product-title1 {
  float: left;
  background-color: #2DCD67;
  color: #fff;
  font-weight: 500;
  padding: 7px;
  border-radius: 5px;
  font-size: 10px;
  font-style: italic;
  margin-right: 10px;
  margin-top: 9px;
  text-transform: uppercase;
}
.woocommerce-home .product-type-simple .single-top-product .title-top .single-top-product-title2 {
  float: left;
}
.woocommerce-home .product-type-simple .single-top-product .title-top .single-top-product-title2 h1 {
  font-size: 35px;
}
.woocommerce-home .produ-images {
  margin-right: 30px;
  position: relative;
}
.woocommerce-home .single-image-product {
  position: relative;
}
.woocommerce-home .single-image-product .attribute-super-offer {
  position: absolute;
  top: 24px;
  right: 32px;
  background-color: #FFF7F4;
  color: #EC4700;
  font-weight: 700;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  z-index: 111;
}
.woocommerce-home .single-image-product .attribute-super-offer p {
  margin-bottom: 0;
}
.woocommerce-home .single-image-product .attribute-super-offer img {
  margin-right: 7.5px;
  margin-top: -5px;
}
.woocommerce-home #wooswipe .slick-list {
  margin: 0;
}
.woocommerce-home #wooswipe .thumbnails li {
  margin-left: 0;
}
.woocommerce-home #wooswipe .woocommerce-main-image img {
  border-radius: 16px;
}
.woocommerce-home .single-details-product {
  margin-top: 30px;
  float: left;
  width: 100%;
  background-color: #F8F8F8;
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 24px;
}
.woocommerce-home .single-details-product2 {
  float: left;
  width: 100%;
  padding: 32px;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 24px;
}
.woocommerce-home .single-details-product2 .photos {
  margin-right: 32px;
  float: left;
}
.woocommerce-home .single-details-product2 .photos img {
  width: 90px;
}
.woocommerce-home .single-details-product2 .desc1 {
  overflow: hidden;
  padding-top: 25px;
}
.woocommerce-home .single-details-product2 .desc1 h5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin-bottom: 12px;
}
.woocommerce-home .single-details-product2 .desc1 p {
  font-size: 15px;
  font-weight: 700;
  line-height: 19.5px;
}
.woocommerce-home .single-details-product2 .desc1 p a {
  color: #009B39;
  text-decoration: underline;
}
.woocommerce-home .single-details-product2 .desc1 p a:hover {
  color: #009B39;
}
.woocommerce-home .single-details-product3 {
  float: left;
  width: 100%;
  margin-top: 80px;
}
.woocommerce-home .single-details-product3 .title1 {
  float: left;
  width: 220px;
}
.woocommerce-home .single-details-product3 .title1 p {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #0A0001;
}
.woocommerce-home .single-details-product3 .desc1 {
  color: #5A685F;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  overflow: hidden;
}
.woocommerce-home .single-cal-product {
  float: left;
  width: 100%;
  padding: 0 32px;
  font-size: 16px;
  line-height: 28px;
  color: #5A685F;
}
.woocommerce-home .single-cal-product h2,
.woocommerce-home .single-cal-product h3,
.woocommerce-home .single-cal-product h4,
.woocommerce-home .single-cal-product h5,
.woocommerce-home .single-cal-product h6 {
  margin-bottom: 32px;
  color: #0A0001;
  font-weight: 700;
}
.woocommerce-home .single-cal-product .single-c {
  margin-left: 4%;
}
.woocommerce-home .single-cal-product .attribute-availability {
  float: left;
  width: 50%;
}
.woocommerce-home .single-cal-product .attribute-availability p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  color: #0A0001;
  margin-bottom: 0;
}
.woocommerce-home .single-cal-product .attribute-availability p strong {
  color: #009B39;
  font-weight: 700;
}
.woocommerce-home .single-cal-product .number-product {
  float: right;
  width: 50%;
  color: #5A685F;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  text-align: right;
}
.woocommerce-home .single-cal-product .number-product p {
  margin-bottom: 0;
}
.woocommerce-home .single-cal-product .single-top-product-title2 {
  float: left;
  margin-top: 24px;
  margin-right: 24px;
}
.woocommerce-home .single-cal-product .single-top-product-title2 h1 {
  color: #0A0001;
  font-size: 48px;
  line-height: 57px;
  font-weight: 700;
}
.woocommerce-home .single-cal-product .single-top-product-cat {
  float: left;
  background-color: #265931;
  color: #fff;
  border-radius: 8px;
  margin-top: 37px;
  padding: 4px 11px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  display: none;
}
.woocommerce-home .single-cal-product .single-top-product-cat p {
  margin-bottom: 0;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det {
  margin-top: 26px;
  margin-bottom: 8px;
  float: left;
  width: 100%;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det ul li {
  display: inline-block;
  color: #5A685F;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det ul li::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #8AA092;
  margin-right: 7px;
  margin-bottom: 2px;
  margin-left: 7px;
  border-radius: 50%;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det ul li:last-child::after {
  display: none;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det2 {
  margin-bottom: 16px;
  float: left;
  width: 100%;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det2 ul li {
  display: inline-block;
  color: #5A685F;
  margin-right: 24px;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det2 ul li img {
  margin-right: 6px;
  height: 26px;
  margin-top: -4px;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det2 ul li:first-child img {
  filter: invert(39%) sepia(9%) saturate(477%) hue-rotate(89deg) brightness(96%) contrast(91%);
}
.woocommerce-home .single-cal-product #leasingWynajemTabs {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.woocommerce-home .single-cal-product #leasingWynajemTabs .nav-link {
  font-size: 18px;
}
.woocommerce-home .nav.nav-tabs {
  margin-bottom: 24px;
  border-bottom: 3px solid #fff;
  display: inline-flex;
  margin-bottom: 14px;
}
.woocommerce-home .nav.nav-tabs .nav-link {
  border: none;
  padding-left: 11px;
  padding-right: 12px;
  margin-right: 6px;
  font-weight: 600;
  color: #2a2a2a;
  padding-bottom: 13px;
  font-size: 13px;
  padding-top: 16px;
}
.woocommerce-home .nav.nav-tabs .nav-link:hover {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #2DCD68;
  color: #000000;
}
.woocommerce-home .nav.nav-tabs .nav-item.show .nav-link,
.woocommerce-home .nav.nav-tabs .nav-link.active {
  color: #000000;
  border: none;
  border-bottom: 3px solid #2DCD68;
  border-radius: 0;
  background-color: transparent;
  font-weight: bold;
}
.woocommerce-home .nav.nav-tabs .nav-link:hover .nav-item {
  background-color: #fff;
  color: #000000;
  border-bottom: 3px solid #2DCD68;
}
.woocommerce-home .tab-sz {
  border-radius: 5px;
  float: left;
  width: 100%;
}
.woocommerce-home .tab-sz .spec-sz-c {
  border-bottom: 1px solid #EBEEEC;
  margin-top: 24px;
}
.woocommerce-home .tab-sz .spec-c {
  margin-bottom: 24px;
}
.woocommerce-home .tab-sz .spec1 {
  color: #5A685F;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.woocommerce-home .tab-sz .spec1 .btn-gvarant {
  text-align: right;
}
.woocommerce-home .tab-sz .spec2 {
  font-weight: 700;
  color: #0A0001;
  font-size: 20px;
  line-height: 32px;
}
.woocommerce-home .tab-sz .spec2 p {
  margin-bottom: 0;
}
.woocommerce-home .tab-sz .title1 p {
  color: RGB(27, 35, 51);
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.woocommerce-home #specification .title1 {
  margin-bottom: 0;
}
.woocommerce-home #specification .title1 p {
  margin-bottom: 0;
}
.woocommerce-home #specification .title2 h4 {
  color: #767676;
  font-size: 18px;
  margin-bottom: 0;
}
.woocommerce-home #equipment .title-spec button {
  position: relative;
  color: #0A0001;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  width: 100%;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-home #equipment .title-spec button i {
  float: right;
}
.woocommerce-home #equipment .title-spec button:hover {
  color: #2DCD68;
}
.woocommerce-home #equipment .desc1-single {
  border-bottom: 1px solid #EBEEEC;
  margin-bottom: 24px;
  padding-bottom: 24px;
  float: left;
  width: 100%;
  margin-top: 24px;
}
.woocommerce-home #equipment .card .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-right: 40px;
  /* Aby zrobić miejsce na strzałkę po prawej */
  border: none;
  background: none;
}
.woocommerce-home #equipment .arrow-icon {
  margin-left: auto;
  /* Wyrównanie ikony strzałki do prawej */
  transition: transform 0.3s ease;
}
.woocommerce-home #equipment .btn.collapsed .arrow-icon {
  transform: rotate(0deg);
}
.woocommerce-home #equipment .btn:not(.collapsed) .arrow-icon {
  transform: rotate(180deg);
  /* Obrót o 180 stopni dla otwartej sekcji */
}
.woocommerce-home #equipment .collapse-sz {
  margin-top: 23px;
}
.woocommerce-home #equipment .card-sz {
  color: #5A685F;
  float: left;
  width: 100%;
}
.woocommerce-home #equipment .card-sz ul {
  font-size: 16px;
  line-height: 28px;
  color: #5A685F;
  columns: 2;
  /* Podziel na 2 kolumny */
  -webkit-columns: 2;
  /* Dla kompatybilności z Safari */
  -moz-columns: 2;
  /* Dla kompatybilności z Firefox */
  column-gap: 40px;
  /* Odstęp między kolumnami */
}
.woocommerce-home #more-info .desc1 {
  margin-top: 24px;
}
.woocommerce-home #more-info h2,
.woocommerce-home #more-info h3 {
  position: relative;
  color: #0A0001;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  width: 100%;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 23px;
}
.woocommerce-home #more-info h2 {
  font-size: 24px;
}
.woocommerce-home #more-info h3 {
  font-size: 22px;
}
.woocommerce-home #more-info h4 {
  font-size: 20px;
}
.woocommerce-home .tab-gvarant .desc1 {
  background-color: #f7f7f7;
  color: #2a2a2a;
  font-size: 15px;
  padding: 17px;
  float: left;
  width: 100%;
  border-radius: 5px;
}
.woocommerce-home .tab-gvarant .desc1 .ico1 {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  width: 70px;
}
.woocommerce-home .tab-gvarant .desc1 .desc-sz {
  overflow: hidden;
}
.woocommerce-home .tab-gvarant .desc1 .desc-sz p {
  margin-bottom: 6px;
  font-weight: 600;
}
.woocommerce-home .tab-gvarant .desc1 .desc-sz .collapse {
  margin-top: 12px;
  font-weight: 400;
}
.woocommerce-home .tab-gvarant .desc1 .desc-sz .collapse p {
  font-weight: 400;
}
.woocommerce-home .spec-download button {
  text-align: left;
  margin-top: 42px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #070707;
  font-weight: 500;
  box-shadow: 0px 6px 24px 0px RGBa(45, 205, 104, 0.2);
  border: 1px solid #EBEEEC;
  background-color: rgb(234, 250, 240);
  padding: 11px 34px;
  border-radius: 10px;
}
.woocommerce-home .spec-download button:hover {
  border: 1px solid #2DCD68;
  background-color: RGBa(45, 205, 104, 0.12);
}
.woocommerce-home .button-action {
  margin-top: 15px;
  margin-bottom: 10px;
}
.woocommerce-home .button-action .btn.btn-primary {
  background-color: #2DCD68;
  padding: 23px 30px;
  box-shadow: none;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #2DCD68;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
}
.woocommerce-home .button-action-rent {
  margin-top: 15px;
  margin-bottom: 10px;
}
.woocommerce-home .button-action-rent .btn.btn-primary {
  background-color: #2DCD68;
  padding: 23px 30px;
  box-shadow: none;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #2DCD68;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
}
.woocommerce-home .button-action2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.woocommerce-home .button-action2 .btn.btn-primary {
  background-color: RGBa(45, 205, 104, 0.1);
  padding: 23px 30px;
  box-shadow: none;
  color: #070707;
  border-radius: 10px;
  border: 1px solid #EBEEEC;
  cursor: pointer;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
}
.woocommerce-home .button-action2 .btn.btn-primary i {
  margin-left: 16px;
}
.woocommerce-home .button-action2 .btn.btn-primary:hover {
  background-color: RGBa(45, 205, 104, 0.2);
  border: 1px solid #2DCD68;
}
.woocommerce-home .action-info {
  width: 60%;
  float: right;
  color: #5A685F;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: right;
}
.woocommerce-home .action-info p {
  margin-bottom: 0;
}
.woocommerce-home .price-omnibus {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 14px;
  color: #5A685F;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 12px;
}
.woocommerce-home .price-omnibus p {
  margin-bottom: 0;
}
.woocommerce-home .call-contact-box {
  margin: 0 auto 24px auto;
  text-align: center;
  margin-top: 22px;
}
.woocommerce-home .call-contact-box .call-success-rate {
  font-size: 15px;
  margin-bottom: 16px;
  color: #23282d;
}
.woocommerce-home .call-contact-box .call-success-rate .call-success-percent {
  color: rgb(0, 155, 57);
  font-weight: 700;
  font-size: 24px;
  margin-right: 4px;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 4%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.woocommerce-home .call-contact-box .call-contact-card {
  background: rgb(248, 248, 248);
  border-radius: 18px;
  box-shadow: 0 4px 18px 0 rgba(234, 247, 238, 0.6);
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
}
.woocommerce-home .call-contact-box .call-contact-text {
  text-align: center;
}
.woocommerce-home .call-contact-box .call-contact-text .call-question {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.woocommerce-home .call-contact-box .call-contact-text .call-cta {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgb(0, 155, 57);
}
.woocommerce-home .call-contact-box .call-contact-number {
  background: #fff;
  border-radius: 10px;
  padding: 9px 20px 9px 14px;
  display: flex;
  align-items: center;
  min-width: 190px;
  box-shadow: 0 2px 10px 0 rgba(234, 247, 238, 0.2509803922);
}
.woocommerce-home .call-contact-box .call-contact-number .call-phone-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.woocommerce-home .call-contact-box .call-contact-number .call-phone-icon svg {
  display: block;
}
.woocommerce-home .call-contact-box .call-contact-number .call-phone-number {
  color: rgb(39, 39, 39);
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 700;
  font-size: 20px;
  line-height: 121%;
  letter-spacing: 2%;
}
.woocommerce-home .call-contact-box .call-contact-number .call-phone-number a {
  text-decoration: none;
}
.woocommerce-home .call-contact-box .call-contact-number .call-phone-number:hover, .woocommerce-home .call-contact-box .call-contact-number .call-phone-number:focus {
  color: #2DCD68;
  text-decoration: none;
}
.woocommerce-home .other-form-finance {
  background-color: rgb(9, 52, 19);
  border-radius: 16px;
  margin-top: 26px;
  padding: 34px 40px;
  position: relative;
}
.woocommerce-home .other-form-finance .finance-card {
  position: absolute;
  top: 0;
  right: 30px;
  width: 40%;
  height: 100%;
}
.woocommerce-home .other-form-finance .finance-card img {
  height: 100%;
  width: 100%;
}
.woocommerce-home .other-form-finance p {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  margin-bottom: 24px;
}
.woocommerce-home .other-form-finance ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.woocommerce-home .other-form-finance ul li {
  color: rgb(44, 198, 101);
  margin: 12px 0;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  font-size: 24px;
  line-height: 121%;
  letter-spacing: 2%;
}
.woocommerce-home .other-form-finance ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: rgb(44, 198, 101);
  border-radius: 2px;
}
@media (max-width: 600px) {
  .woocommerce-home .call-contact-box .call-contact-card {
    flex-direction: column;
    gap: 10px;
    padding: 18px 7px;
  }
  .woocommerce-home .call-contact-box .call-contact-number {
    min-width: unset;
    width: 100%;
    justify-content: center;
  }
  .woocommerce-home .call-contact-box .call-contact-text {
    text-align: center;
  }
}
.woocommerce-home .price-all .price1 {
  text-decoration: line-through;
}
.woocommerce-home .up-sells.upsells,
.woocommerce-home .related.products {
  width: 100%;
  margin-top: 15px;
  float: left;
  z-index: 1;
  position: relative;
  display: none;
}
.woocommerce-home .up-sells.upsells h4,
.woocommerce-home .related.products h4 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 55px;
  margin-bottom: 28px;
}
.woocommerce-home .up-sells.upsells .up-sells-bottom,
.woocommerce-home .related.products .up-sells-bottom {
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  min-height: 240px;
  z-index: 10;
  background-image: url("../img/back4.jpg");
}

.woocommerce.ywraq-wrapper {
  padding: 25px 0;
}
.woocommerce.ywraq-wrapper #yith-ywrq-table-list {
  width: 100%;
}
.woocommerce.ywraq-wrapper thead .product-subtotal {
  text-align: right;
}
.woocommerce.ywraq-wrapper thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}
.woocommerce.ywraq-wrapper tbody {
  width: 100%;
}
.woocommerce.ywraq-wrapper tbody .actions {
  margin-top: 20px;
  text-align: right;
}
.woocommerce.ywraq-wrapper tbody .actions .button {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.65);
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 10px;
  margin-top: 20px;
}
.woocommerce.ywraq-wrapper tbody .actions .button:hover {
  background-color: #000;
}
.woocommerce.ywraq-wrapper .cart_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}
.woocommerce.ywraq-wrapper .cart_item .product-subtotal {
  text-align: right;
}
.woocommerce.ywraq-wrapper .cart_item .product-remove {
  font-size: 16px;
}
.woocommerce.ywraq-wrapper .cart_item .product-thumbnail {
  width: 260px;
}
.woocommerce.ywraq-wrapper .cart_item .product-thumbnail img {
  max-width: 250px;
}
.woocommerce.ywraq-wrapper .cart_item .product-name a {
  font-weight: 500;
  font-size: 18px;
  color: #222;
}
.woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper .title-top h3 {
  text-align: center;
}
.woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper .title-top .sep {
  background-color: rgba(0, 0, 0, 0.65);
  width: 40px;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper input,
.woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper textarea {
  width: 100%;
  background-color: transparent;
  color: #1d2d3c;
  border: 1px solid #d6d6d6;
  padding: 14px 30px;
  width: 100%;
  border-radius: 12px;
  resize: none;
}
.woocommerce.ywraq-wrapper .button.raq-send-request {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
}
.woocommerce.ywraq-wrapper .button.raq-send-request:hover {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}

.up-sells-up .container-fluid {
  max-width: 1400px;
  z-index: 10;
  position: relative;
}
.up-sells-up .woocommerce-sections-list-products .product-poj {
  margin-bottom: 30px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img {
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  border-radius: 9px;
  height: 100%;
  -webkit-box-shadow: 4px 9px 38px -15px rgba(66, 68, 90, 0.34);
  -moz-box-shadow: 4px 9px 38px -15px rgba(66, 68, 90, 0.34);
  box-shadow: 4px 9px 38px -15px rgba(66, 68, 90, 0.34);
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img a {
  color: #000;
  text-decoration: none;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-sz {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-sz .photo-production {
  position: absolute;
  left: 10px;
  top: 4px;
  background-color: #000;
  padding: 7px 7px;
  color: #fff;
  text-transform: uppercase;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img img {
  margin: 0 auto;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-desc {
  padding-top: 18px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-desc .woocommerce-loop-product__title {
  color: #0A0001;
  font-size: 17px;
  width: 100%;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-desc .undertitle {
  font-size: 15px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-desc .woocommerce-loop-category__title {
  color: #333;
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.1px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-desc .woocommerce-loop-category__title mark {
  background-color: #fff;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-desc .product-poj-category {
  text-align: center;
  text-transform: uppercase;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-desc .product-poj-category a {
  color: #15ba00;
  font-weight: 500;
  font-size: 14px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-desc .price {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-top: 22px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-desc .price del {
  color: #888;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover {
  display: none;
  text-align: center;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover .title p {
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover .title p a {
  color: #fff;
  font-size: 24px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover .title p a:hover {
  color: #000;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover .category a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover .price {
  font-size: 20px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover .but-cart {
  margin-top: 30px;
  margin-bottom: 10px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover .but-cart a {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  text-transform: uppercase;
  width: 218px;
  height: 45px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover .but-cart a:hover {
  color: #000;
  background-color: #fff;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover .but-more a {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  text-transform: uppercase;
  width: 218px;
  height: 45px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img .product-poj-hover .but-more a:hover {
  color: #000;
  background-color: #fff;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img:hover .product-poj-hover {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: block;
  border-radius: 15px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-img:hover .product-poj-hover .product-poj-hover-sz {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px 20px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-koszyk {
  float: right;
  margin-top: 27px;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-koszyk a {
  color: #0A0001;
}
.up-sells-up .woocommerce-sections-list-products .product-poj-sz .onsale {
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  width: 100px;
  display: block;
  background-color: #ff0000;
  position: absolute;
  top: 10px;
  right: 7px;
  box-shadow: 0 4px 2px -2px #1f2839;
  border-radius: 4px;
}

.up-sells-bottom .container-fluid {
  max-width: 1400px;
}
.up-sells-bottom .but-more {
  margin-top: 160px;
}
.up-sells-bottom .but-more a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  background-color: #fff;
  color: #000000;
  padding: 24px 57px;
  border-radius: 15px;
  z-index: 1;
  border: 1px solid #fff;
  text-decoration: none;
}
.up-sells-bottom .but-more a:hover {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}

/**koszyk**/
.page-cart1 {
  padding-top: 5px;
  padding-bottom: 30px;
  font-weight: 400;
}
.page-cart1 .container-fluid {
  max-width: 1400px;
}
.page-cart1 .cross-sells {
  display: none;
}
.page-cart1 .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  width: 100%;
}
.page-cart1 table tr {
  border-bottom: 1px solid #e7e7e7;
}
.page-cart1 table tr td {
  padding: 20px 10px;
  max-width: 100px;
}
.page-cart1 table tr:last-child {
  border-bottom: none;
}
.page-cart1 table thead {
  color: #626262;
  font-weight: 400;
}
.page-cart1 table thead tr {
  border-top: 1px solid #e7e7e7;
}
.page-cart1 table thead tr th {
  padding: 20px 10px;
}
.page-cart1 .product-thumbnail {
  padding: 15px;
}
.page-cart1 .product-name a {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.page-cart1 .product-quantity .screen-reader-text {
  display: none;
}
.page-cart1 .product-quantity input {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  padding: 7px;
}
.page-cart1 .product-subtotal .woocommerce-Price-amount.amount {
  font-weight: 500;
  font-size: 22px;
}
.page-cart1 .product-remove {
  font-size: 18px;
}
.page-cart1 .cart-collaterals {
  margin-top: 25px;
}
.page-cart1 .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
  width: 460px;
  float: right;
  color: #747474;
  display: none;
}
.page-cart1 .cart-collaterals .cart_totals h2 {
  text-align: center;
}
.page-cart1 .cart-collaterals .cart_totals td {
  text-align: right;
  padding: 10px 10px;
}
.page-cart1 .cart-collaterals .cart_totals th {
  font-weight: 400;
}
.page-cart1 .cart-collaterals .cart_totals .cart_totals-quick-price {
  text-align: right;
  font-weight: 400;
}
.page-cart1 .cart-collaterals .cart_totals .cart_totals-quick-price .single1 {
  font-size: 14px;
  color: #363a41;
}
.page-cart1 .cart-collaterals .cart_totals .cart_totals-quick-price .single1 p {
  margin-bottom: 0;
}
.page-cart1 .cart-collaterals .cart_totals .cart_totals-quick-price .single1 span {
  color: #777;
  font-size: 22px;
  font-weight: bold;
}
.page-cart1 .cart-collaterals .cart_totals .cart_totals-quick-price .single2 {
  font-size: 13px;
  color: #363a41;
}
.page-cart1 .cart-collaterals .cart_totals .cart_totals-quick-price .single2 p {
  margin-bottom: 0;
}
.page-cart1 .cart-collaterals .cart_totals .cart_totals-quick-price .single2 span {
  color: #777;
  font-size: 16px;
  font-weight: bold;
}
.page-cart1 .cart-collaterals .cart_totals .cart_totals-quick-price .single3 {
  font-size: 14px;
  color: #363a41;
  font-weight: bold;
}
.page-cart1 .cart-collaterals .cart_totals .cart_totals-quick-price .single3 p {
  margin-bottom: 0;
}
.page-cart1 .cart-collaterals .cart_totals .cart_totals-quick-price .single3 span {
  color: #000;
  font-size: 33px;
}
.page-cart1 .cart-collaterals .woocommerce-shipping-totals.shipping,
.page-cart1 .cart-collaterals .order-total,
.page-cart1 .cart-collaterals .cart-subtotal {
  border: none;
}
.page-cart1 .cart-collaterals .cart-subtotal {
  border-bottom: 1px solid #e7e7e7;
}
.page-cart1 .cart-collaterals .cart-subtotal th,
.page-cart1 .cart-collaterals .cart-subtotal td {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
.page-cart1 .cart-collaterals .cart-subtotal th {
  width: 170px;
}
.page-cart1 .cart-collaterals .cart-subtotal td {
  width: 290px;
}
.page-cart1 .cart-collaterals .woocommerce-shipping-totals.shipping {
  padding: 10px 0;
}
.page-cart1 .cart-collaterals .woocommerce-shipping-totals.shipping td {
  max-width: 100%;
  width: 190px;
  font-weight: 400;
}
.page-cart1 .cart-collaterals .woocommerce-shipping-totals.shipping .woocommerce-shipping-methods {
  padding: 0;
  margin: 0;
  width: 180px;
  float: right;
}
.page-cart1 .cart-collaterals .woocommerce-shipping-totals.shipping .woocommerce-shipping-methods th {
  font-weight: 400;
}
.page-cart1 .cart-collaterals .woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li {
  margin: 15px 0;
}
.page-cart1 .cart-collaterals .woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li input[type=radio] {
  padding: 0.5em;
  -webkit-appearance: none;
  outline: 0.1em solid #aaaaaa;
  outline-offset: 0.2em;
  border-radius: 3px;
}
.page-cart1 .cart-collaterals .woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li input[type=radio]:checked {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.65);
}
.page-cart1 .cart-collaterals .woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li label {
  width: 140px;
  margin: 0;
}
.page-cart1 .cart-collaterals .woocommerce-shipping-totals.shipping .woocommerce-shipping-destination {
  font-size: 11px;
  float: left;
  width: 100%;
  color: #787878;
  margin-bottom: 2px;
}
.page-cart1 .cart-collaterals .order-total {
  border-top: 1px solid #e7e7e7;
}
.page-cart1 .cart-collaterals .order-total th {
  font-size: 14px;
}
.page-cart1 .cart-collaterals .order-total td {
  text-align: right;
  font-size: 36px;
}
.page-cart1 .cart-collaterals .order-total .total-vat {
  font-size: 14px;
  text-transform: uppercase;
  color: #aeaeae;
}
.page-cart1 .cart-collaterals .order-total .total-price {
  margin-top: -10px;
  color: #282728;
  font-weight: 500;
}
.page-cart1 .cart-collaterals .order-total .total-price strong {
  font-weight: 400;
}
.page-cart1 .actions button:disabled {
  background-color: #ddd;
  border: 1px solid #ddd;
}
.page-cart1 .actions button {
  background-color: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
}
.page-cart1 .actions button:hover {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}
.page-cart1 .wc-proceed-to-checkout {
  margin: 20px 0;
  width: 100%;
  float: left;
}
.page-cart1 .wc-proceed-to-checkout .single1 {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.page-cart1 .wc-proceed-to-checkout .single1 a {
  background-color: #000;
  color: #fff;
  width: 370px;
  height: 54px;
  line-height: 51px;
  border-radius: 5px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  font-weight: bold;
}
.page-cart1 .wc-proceed-to-checkout .single1 a:hover {
  background-color: #fff;
  color: #000;
}
.page-cart1 .wc-proceed-to-checkout .single2 {
  width: 48%;
  margin-left: 2%;
  float: left;
  text-align: right;
}
.page-cart1 .wc-proceed-to-checkout .single2 .checkout-button.button.alt.wc-forward {
  background-color: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.65);
  color: #fff;
  width: 370px;
  height: 54px;
  line-height: 51px;
  border-radius: 5px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  float: right;
}
.page-cart1 .wc-proceed-to-checkout .single2 .checkout-button.button.alt.wc-forward:hover {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}
.page-cart1 .wc-proceed-to-checkout .single1-mobile {
  display: none;
}

/*order*/
.page-order {
  margin-bottom: 10px;
}
.page-order .container-fluid {
  max-width: 1400px;
}
.page-order .single1 .blok-login .title-top h4 {
  text-transform: uppercase;
  font-size: 18px;
}
.page-order .single1 .blok-login .form-row.form-row {
  width: 100%;
  float: left;
  color: #6e6e6e;
  margin: 0;
  margin-bottom: 9px;
}
.page-order .single1 .blok-login .password-input {
  width: 100%;
}
.page-order .single1 .blok-login #username,
.page-order .single1 .blok-login #password {
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  border-color: #e7e8e9;
}
.page-order .single1 .blok-login .woocommerce-LostPassword.lost_password {
  margin-bottom: 4px;
  font-size: 10px;
  text-decoration: underline;
}
.page-order .single1 .blok-login .form-row-wide-login {
  margin-bottom: 0;
}
.page-order .single1 .blok-login .form-row-wide-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 0;
  font-size: 11px;
}
.page-order .single1 .blok-login .woocommerce-button.button.woocommerce-form-login__submit {
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.65);
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.65);
  color: #fff;
  margin: 0 auto;
  border-radius: 15px;
  width: 100%;
  margin-top: 10px;
}
.page-order .single1 .blok-login .woocommerce-button.button.woocommerce-form-login__submit:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.65);
}
.page-order .single1 .checkout.woocommerce-checkout {
  float: left;
  width: 100%;
}
.page-order .single1 .checkout.woocommerce-checkout .title-top {
  margin-bottom: 15px;
}
.page-order .single1 .checkout.woocommerce-checkout .title-top h4 {
  text-transform: uppercase;
  font-size: 18px;
}
.page-order .single1 .checkout.woocommerce-checkout .check-details .check-details1 {
  float: left;
  margin-right: 20px;
  text-align: center;
  font-size: 12px;
}
.page-order .single1 .checkout.woocommerce-checkout .check-details .check-details1 input[type=radio] {
  padding: 0.5em;
  -webkit-appearance: none;
  outline: 0.1em solid #aaaaaa;
  outline-offset: 0.2em;
  border-radius: 3px;
}
.page-order .single1 .checkout.woocommerce-checkout .check-details .check-details1 input[type=radio]:checked {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.65);
}
.page-order .single1 .checkout.woocommerce-checkout .check-details .check-details1 label {
  margin-left: 10px;
}
.page-order .single1 .checkout.woocommerce-checkout .form-row.form-row {
  width: 100%;
  float: left;
  color: #6e6e6e;
  margin: 0;
  margin-bottom: 9px;
}
.page-order .single1 .checkout.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
}
.page-order .single1 .checkout.woocommerce-checkout .input-text {
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid #e7e8e9;
}
.page-order .single1 .checkout.woocommerce-checkout #billing_first_name_field,
.page-order .single1 .checkout.woocommerce-checkout #billing_postcode_field {
  width: 48%;
  margin-right: 2%;
}
.page-order .single1 .checkout.woocommerce-checkout #billing_last_name_field,
.page-order .single1 .checkout.woocommerce-checkout #billing_city_field {
  width: 50%;
}
.page-order .single1 .checkout.woocommerce-checkout .woocommerce-shipping-fields {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.page-order .single1 .checkout.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}
.page-order .single1 .checkout.woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox] {
  padding: 0.5em;
  -webkit-appearance: none;
  outline: 0.1em solid #aaaaaa;
  outline-offset: 0.2em;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 10px;
}
.page-order .single1 .checkout.woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.65);
}
.page-order .single1 .checkout.woocommerce-checkout .woocommerce-shipping-fields span {
  top: 1px;
  position: relative;
}
.page-order .single2 .title-top {
  margin-bottom: 25px;
}
.page-order .single2 .title-top h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
}
.page-order .single2 .title-top .separator {
  width: 100%;
  background-color: #e7e7e7;
  height: 1px;
}
.page-order .single2 #order_review {
  float: left;
  width: 100%;
}
.page-order .single2 #order_review thead {
  color: #626262;
}
.page-order .single2 #order_review thead tr td {
  border-bottom: 1px solid #e6e7e8;
}
.page-order .single2 #order_review .product-name {
  color: #626262;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.page-order .single2 #order_review .product-name img {
  padding: 5px;
}
.page-order .single2 #order_review .product-quantity {
  text-align: center;
  color: #626262;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.page-order .single2 #order_review .product-quantity .variation {
  display: none;
}
.page-order .single2 #order_review .payment_box.payment_method_przelewy24 {
  padding-top: 10px;
  margin-top: 10px;
}
.page-order .single2 #order_review .product-total .woocommerce-Price-amount.amount {
  font-weight: 700;
  color: #3476b7;
  font-size: 24px;
}
.page-order .single2 #order_review .product-total .woocommerce-Price-amount.amount .small-font,
.page-order .single2 #order_review .product-total .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-size: 12px;
  font-weight: 400;
}
.page-order .single2 #order_review .product-total .p-price2 {
  display: block;
}
.page-order .single2 {
  color: #747474;
  font-weight: 400;
}
.page-order .single2 .single-shop1 {
  width: 33%;
  float: left;
  margin-right: 2%;
}
.page-order .single2 .single-shop1 input[type=radio] {
  padding: 0.5em;
  -webkit-appearance: none;
  outline: 0.1em solid #aaaaaa;
  outline-offset: 0.2em;
  border-radius: 3px;
}
.page-order .single2 .single-shop1 input[type=radio]:checked {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.65);
}
.page-order .single2 .single-shop1 label {
  width: 140px;
  margin-left: 7px;
}
.page-order .single2 .single-shop2 {
  width: 65%;
  float: left;
}
.page-order .single2 .single-shop2 table {
  width: 100%;
}
.page-order .single2 tbody tr td {
  border-bottom: 1px solid #e6e7e8;
}
.page-order .single2 tbody tr:last-child td {
  border-bottom: none;
}
.page-order .single2 .cart-subtotal td {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.page-order .single2 .cart-subtotal td .woocommerce-Price-amount.amount {
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.page-order .single2 .order-total th {
  font-size: 17px;
}
.page-order .single2 .order-total td {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.page-order .single2 .order-total td .woocommerce-Price-amount.amount {
  color: #000000;
  text-decoration: none;
  font-size: 36px;
  font-weight: 500;
}
.page-order .single2 .order-total td .total-vat {
  font-size: 14px;
  text-transform: uppercase;
  color: #aeaeae;
}
.page-order .single2 .woocommerce-privacy-policy-text {
  text-align: left;
}
.page-order .single2 .woocommerce-checkout-payment {
  margin-top: 10px;
  float: left;
  width: 65%;
  margin-left: 35%;
}
.page-order .single2 .woocommerce-checkout-payment .title-top {
  margin-top: 20px;
}
.page-order .woocommerce-billing-fields__field-wrapper {
  float: left;
  width: 100%;
}
.page-order #customer_details .col-2 #ship-to-different-address {
  margin-top: 0;
}
.page-order #customer_details .col-2 .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin-top: 0;
  width: 100%;
}
.page-order #customer_details .col-2 .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  color: #6e6e6e;
  font-size: 14px;
}
.page-order .woocommerce-additional-fields #uwagi_id {
  float: right;
  width: auto;
  display: none;
}
.page-order .woocommerce-additional-fields .uwagi {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-order .woocommerce-additional-fields .uwagi span {
  color: #747474;
  font-size: 14px;
  font-weight: 400;
}
.page-order .woocommerce-additional-fields #order_comments {
  display: block !important;
}
.page-order #createaccount {
  margin-right: 0;
  width: auto;
  position: relative;
  right: 0;
  float: right;
}
.page-order .woocommerce-billing-fields h3 {
  margin-top: 0;
  color: #4c4c4c;
}
.page-order .form-row.form-row {
  width: 100%;
  float: left;
  color: #6e6e6e;
  margin: 0;
}
.page-order .woocommerce-billing-fields__field-wrapper label {
  display: none;
}
.page-order .woocommerce-shipping-fields__field-wrapper label {
  display: none;
}
.page-order .form-row.form-row label #terms {
  width: auto;
}
.page-order #billing_company_field {
  width: 100%;
  display: none;
}
.page-order #billing_country_field,
.page-order #shipping_country_field,
.page-order #billing_nip_field {
  display: none;
}
.page-order .cols input,
.page-order .cols textarea,
.page-order #order_comments,
.page-order .cols input,
.page-order .cols textarea,
.page-order #order_comments {
  border: 1px solid #e7e8e9;
  box-sizing: border-box;
  padding: 9px;
  width: 100%;
  border-bottom: none;
}
.page-order .page-order .woocommerce-input-wrapper {
  width: 100%;
}
.page-order #shipping_phone {
  border-bottom: 1px solid #e7e8e9;
}
.page-order #account_password {
  border-bottom: 1px solid #e7e8e9;
}
.page-order #order_comments {
  border-bottom: 1px solid #e7e8e9;
}
.page-order #billing_address_1_field,
.page-order #billing_address_2_field,
.page-order #billing_address_1,
.page-order #billing_address_2,
.page-order #order_comments_field,
.page-order #order_comments_field .input-text,
.page-order .form-row.place-order .form-row {
  width: 100%;
}
.page-order #order_comments_field label {
  display: none;
}
.page-order #order_comments {
  display: none;
}
.page-order #order_review_heading {
  text-align: center;
  color: #000;
}
.page-order .button.alt {
  padding: 15px 20px;
  background-color: #000;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  border: 1px solid #000;
  color: #fff;
  margin: 0 auto;
  border-radius: 15px;
  width: 100%;
  margin-top: 10px;
}
.page-order .button.alt:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.65);
}
.page-order .product-total,
.page-order .cart-subtotal td,
.page-order .order-total td {
  text-align: right;
}
.page-order .form-row.place-order {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.page-order #shipping_method {
  padding: 0;
}
.page-order #shipping_method li {
  list-style: none;
  margin-bottom: 17px;
}
.page-order .shop_table.woocommerce-checkout-review-order-table th,
.page-order .shop_table.woocommerce-checkout-review-order-table td {
  padding: 10px;
  font-size: 13px;
}
.page-order .woocommerce-shipping-totals.shipping .product-total {
  float: left;
}
.page-order .woocommerce-shipping-totals.shipping input {
  width: auto;
  margin-right: 7px;
}
.page-order .cart-subtotal {
  border-top: 1px solid #e6e7e8;
}
.page-order .woocommerce-shipping-totals.shipping {
  border-top: 1px solid #e6e7e8;
}
.page-order .order-total {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
}
.page-order .woocommerce-terms-and-conditions-wrapper {
  margin: 10px 0;
}
.page-order .wc_payment_methods.payment_methods.methods {
  padding-left: 20px;
  list-style: none;
}
.page-order .wc_payment_methods.payment_methods.methods img {
  margin-top: 15px;
}
.page-order .wc_payment_methods.payment_methods.methods .payment_box.payment_method_bacs {
  line-height: 146%;
}
.page-order .wc_payment_methods.payment_methods.methods .payment_box.payment_method_cod,
.page-order .wc_payment_methods.payment_methods.methods .payment_box.payment_method_przelewy24 {
  border-bottom: 1px solid #ddd;
}

/*My account*/
.page-template-my-account .woocommerce-top1 {
  padding-bottom: 32px;
}

.page-my-account1 {
  padding-bottom: 40px;
}
.page-my-account1 .required {
  display: none;
}
.page-my-account1 #billing_country_field {
  display: none;
}
.page-my-account1 a {
  color: rgba(0, 0, 0, 0.65);
}
.page-my-account1 a:hover {
  color: #ddd;
}
.page-my-account1 .container-fluid {
  max-width: 1400px;
}
.page-my-account1 .woocommerce-error {
  color: #ff0000;
}
.page-my-account1 .woocommerce-error li {
  text-align: left;
}
.page-my-account1 .woocommerce-MyAccount-navigation {
  margin-top: 10px;
}
.page-my-account1 .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-my-account1 .woocommerce-MyAccount-navigation ul li {
  width: 33.3%;
  float: left;
  padding: 9px;
  border: solid 0.5px #eee;
  list-style: none;
  text-align: center;
  font-size: 19px;
}
.page-my-account1 .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.page-my-account1 .woocommerce-MyAccount-navigation ul li a {
  color: #333;
}
.page-my-account1 .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row label {
  width: 100%;
  float: left;
}
.page-my-account1 .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row #user_login {
  float: left;
}
.page-my-account1 .woocommerce-MyAccount-content {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.page-my-account1 .u-column1.single-1.woocommerce-Address,
.page-my-account1 .col2-set.addresses .single-1 {
  width: 100%;
  float: left;
  border: solid 0.5px #eee;
  padding: 10px;
  margin-bottom: 5px;
}
.page-my-account1 .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.single-2 {
  width: 100%;
  float: left;
  border: solid 0.5px #eee;
  padding: 10px;
  margin-bottom: 5px;
}
.page-my-account1 .woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
  border: solid 0.5px #eee;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.page-my-account1 .woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th,
.page-my-account1 .woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
  text-align: center;
  padding: 5px;
  border: 1px solid #eeeeee;
}
.page-my-account1 .woocommerce-Pagination {
  font-size: 16px;
}
.page-my-account1 .shop_table.order_details,
.page-my-account1 .shop_table.order_details thead,
.page-my-account1 .order_item .variation dl,
.page-my-account1 .order_item .variation td {
  width: 100%;
}
.page-my-account1 .shop_table.order_details td {
  padding: 6px;
}
.page-my-account1 .shop_table.order_details td a {
  color: rgba(0, 0, 0, 0.65);
}
.page-my-account1 .order_item {
  border-top: solid 0.5px #ccc;
  border-bottom: solid 0.5px #ccc;
  padding: 7px;
}
.page-my-account1 .order_item .variation dt {
  width: 15%;
  float: left;
}
.page-my-account1 .order_item .variation dd {
  width: 15%;
  float: left;
}
.page-my-account1 .woocommerce-address-fields p {
  width: 100%;
  float: left;
}
.page-my-account1 .woocommerce-address-fields label {
  width: 100%;
  float: left;
}
.page-my-account1 .woocommerce-address-fields .woocommerce-input-wrapper {
  width: 100%;
  float: left;
}
.page-my-account1 #billing_address_2_field .woocommerce-input-wrapper {
  width: 100%;
}
.page-my-account1 .woocommerce-address-fields input {
  width: 100%;
  float: left;
}
.page-my-account1 .woocommerce-address-fields #billing_address_2,
.page-my-account1 .woocommerce-address-fields #shipping_address_2_field {
  width: 100%;
  float: left;
}
.page-my-account1 .woocommerce-address-fields-button input,
.page-my-account1 .woocommerce-address-fields-button select {
  width: 100%;
  background-color: #99100E;
  color: #000;
  border: none;
  padding: 15px 0;
}
.page-my-account1 .woocommerce-address-fields button {
  color: #fff;
  background-color: #F27405;
  width: 250px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-right: 17px;
  display: block;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.page-my-account1 .woocommerce-address-fields button:hover {
  color: #000;
}
.page-my-account1 .woocommerce-LostPassword.lost_password {
  margin-bottom: 10px;
}
.page-my-account1 .blok-login1 .title-top h2 {
  margin-bottom: 0;
}
.page-my-account1 .blok-login1 #username,
.page-my-account1 .blok-login1 #password {
  border: 1px solid #bdc7cb;
  padding: 15px 20px;
  border-radius: 12px;
  width: 100%;
  max-width: 430px;
}
.page-my-account1 .blok-login1 .woocommerce-button.button,
.page-my-account1 .blok-login1 .woocommerce-Button.button {
  margin: 0;
  color: #fff;
  outline: none;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  float: left;
  width: 100%;
  max-width: 430px;
  background-color: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  border-radius: 12px;
}
.page-my-account1 .blok-login1 .woocommerce-button.button:hover,
.page-my-account1 .blok-login1 .woocommerce-Button.button:hover {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.65);
}
.page-my-account1 .blok-registration .title-top h2 {
  margin-bottom: 0;
}
.page-my-account1 .blok-registration #reg_email,
.page-my-account1 .blok-registration #reg_password,
.page-my-account1 .blok-registration .input-text {
  border: 1px solid #bdc7cb;
  padding: 15px 20px;
  border-radius: 12px;
  width: 100%;
  max-width: 430px;
}
.page-my-account1 .blok-registration .woocommerce-privacy-policy-text {
  margin-bottom: 10px;
}
.page-my-account1 .blok-registration .woocommerce-button.button,
.page-my-account1 .blok-registration .woocommerce-Button.button {
  margin: 0;
  color: #fff;
  outline: none;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  float: left;
  width: 100%;
  max-width: 430px;
  background-color: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  border-radius: 12px;
}
.page-my-account1 .blok-registration .woocommerce-button.button:hover,
.page-my-account1 .blok-registration .woocommerce-Button.button:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.page-my-account1 .password-input {
  width: 100%;
  float: left;
}
.page-my-account1 .woocommerce-form.woocommerce-form-login.login,
.page-my-account1 .woocommerce-form.woocommerce-form-register.register {
  padding: 3px;
  margin-top: 25px;
}
.page-my-account1 p {
  margin-bottom: 5px;
}
.page-my-account1 .woocommerce-button.button.cancel,
.page-my-account1 .woocommerce-button.button.pay,
.page-my-account1 .woocommerce-button.button.view {
  padding: 5px;
  text-transform: none;
  font-size: 12px;
  margin-right: 2px;
}
.page-my-account1 .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  padding: 3px;
}
.page-my-account1 .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
  text-align: right;
}
.page-my-account1 input {
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid #e7e8e9;
}
.page-my-account1 .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button {
  padding: 0;
  background-color: transparent;
}
.page-my-account1 .woocommerce-message a {
  color: #000;
}
.page-my-account1 .woocommerce-message a:hover {
  color: #000;
}
.page-my-account1 .u-column2.single-2.woocommerce-Address {
  width: 100%;
  float: left;
  border: solid 0.5px #eee;
  padding: 10px;
}
.page-my-account1 .woocommerce-order-details.table-responsive .woocommerce-table__product-name.product-name {
  text-align: left !important;
}
.page-my-account1 .woocommerce-order-details.table-responsive .woocommerce-table__product-name.product-name a {
  color: rgba(0, 0, 0, 0.65);
}
.page-my-account1 .woocommerce-order-details.table-responsive .woocommerce-table__product-table.product-total {
  text-align: right;
}
.page-my-account1 .woocommerce-table__product-name.product-name {
  text-align: left !important;
}
.page-my-account1 mark {
  background-color: rgba(0, 0, 0, 0.65);
}
.page-my-account1 .woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
}
.page-my-account1 .woocommerce-EditAccountForm.edit-account .woocommerce-form-row {
  width: 100%;
  float: left;
}
.page-my-account1 .woocommerce-EditAccountForm.edit-account .woocommerce-form-row label {
  width: 100%;
  float: left;
}
.page-my-account1 .woocommerce-EditAccountForm.edit-account .woocommerce-form-row input {
  width: 100%;
  float: left;
}
.page-my-account1 .woocommerce-EditAccountForm.edit-account fieldset {
  width: 100%;
}
.page-my-account1 .woocommerce-EditAccountForm.edit-account fieldset span {
  width: 100%;
}
.page-my-account1 .woocommerce-order-details .order-again .button {
  color: #fff;
  background-color: #F27405;
  line-height: 27px;
  height: 27px;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  text-decoration: none;
}
.page-my-account1 .woocommerce-order-details .order-again .button:hover {
  background-color: #AA5408;
}
.page-my-account1 tfoot tr {
  border-top: solid 0.5px #ccc;
}
.page-my-account1 .woocommerce-table__product-table.product-total {
  text-align: right;
}
.page-my-account1 .woocommerce-Button.button[name=save_account_details] {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.65);
  margin-bottom: 15px;
  padding: 10px 20px;
}
.page-my-account1 .u-columns.woocommerce-Addresses.col2-set.addresses {
  margin-top: 15px;
}
.page-my-account1 .u-column1.col-1.woocommerce-Address {
  width: 100%;
  max-width: 100%;
}
.page-my-account1 .u-column1.col-1.woocommerce-Address address {
  margin-top: 10px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid #e7e8e9;
}
.page-my-account1 .u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}
.page-my-account1 .u-column2.col-2.woocommerce-Address address {
  margin-top: 10px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid #e7e8e9;
}

#billing_address_2_field {
  display: none !important;
}

.button-collapse {
  padding: 15px 20px;
  background-color: #000;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  border: 1px solid #000;
  color: #fff;
  margin: 0 auto;
  border-radius: 15px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
}

.page-order .single1 .checkout.woocommerce-checkout .form-row.form-row {
  text-align: left;
}
.page-order .single1 .checkout.woocommerce-checkout .form-row.form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  width: 100%;
}
.page-order .single1 .checkout.woocommerce-checkout .form-row.form-row input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}
.page-order .single1 .checkout.woocommerce-checkout .form-row.form-row input[type=checkbox]:before {
  content: " ";
  font-size: 15px;
  color: transparent !important;
  background: #E6EFF4;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #42424F;
  margin-right: 7px;
}
.page-order .single1 .checkout.woocommerce-checkout .form-row.form-row input[type=checkbox]:checked:before {
  background-color: rgba(0, 0, 0, 0.65);
}

.woocommerce .quantity .increase,
.woocommerce .quantity .decrease {
  cursor: pointer;
  padding: 0 6px;
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #848484;
  transition: 0.5s;
  background-color: #efefef;
}

.woocommerce-home .produ-images .onsale {
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  width: 100px;
  display: block;
  background-color: #ff0000;
  position: absolute;
  top: 14px;
  left: 7px;
  z-index: 1;
  box-shadow: 0 4px 2px -2px #1f2839;
  border-radius: 4px;
}
.woocommerce-home .produ-images .product_title.entry-title {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.woocommerce-home .variations .label {
  color: #333;
  font-size: 18px;
  padding-top: 15px;
  width: 100%;
  float: left;
}
.woocommerce-home .variations .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover {
  background-color: #000 !important;
  color: #fff !important;
}
.woocommerce-home .variations .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover span {
  color: #fff !important;
}
.woocommerce-home .variations .value {
  width: 100%;
  float: left;
}
.woocommerce-home .variations .value .rtwpvs-term {
  padding: 15px 15px !important;
  height: auto;
}
.woocommerce-home .variations .value .rtwpvs-term.selected {
  border-color: rgba(0, 0, 0, 0.65);
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: none !important;
  color: #fff !important;
}
.woocommerce-home .variations .value .rtwpvs-term.selected .rtwpvs-term-span.rtwpvs-term-span-button {
  color: #fff !important;
}
.woocommerce-home .variations .value .reset_variations {
  display: none;
}
.woocommerce-home .variations select {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  line-height: 28px;
  padding: 10px;
  height: 42px;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  border-radius: 7px;
}
.woocommerce-home .woocommerce-variation-price {
  font-size: 34px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.woocommerce-home .woocommerce-variation-price > .price {
  display: none;
}

.woocommerce-variation-price {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.woocommerce-message {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid #e7e8e9;
  padding: 10px;
  margin-top: 15px;
}
.woocommerce-message a {
  color: #333;
}

#my-welcome-message {
  display: none;
  z-index: 50000;
  position: fixed;
  width: 42%;
  left: 28%;
  top: 20%;
  background: #FFF;
}

#fvpp-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #fff;
  font-size: 28px;
}

.slider-small {
  padding: 45px 0;
}
.slider-small .container-fluid {
  max-width: 1250px;
}
.slider-small h1 {
  font-size: 50px;
  line-height: 60px;
}

.woocommerce-order-pay.woocommerce-js .page-order {
  margin-top: 60px;
}

.woocommerce-order-pay.woocommerce-js .page-order .woocommerce-notices-wrapper {
  border-top: 1px solid #6c9600;
  padding-top: 20px;
  margin-top: 20px;
}

.woocommerce-order-pay.woocommerce-js .page-order input {
  margin-right: 10px;
}

/*zamówienie otrzymane */
.page-order .woocommerce-thankyou-order-received {
  text-align: center;
}

.page-order .woocommerce-thankyou-order-details.order_details {
  list-style: none;
  text-align: center;
  display: inline-block;
}

.page-order .woocommerce-Price-amount.amount {
  color: black;
  font-size: 12px;
}

.page-order .woocommerce-thankyou-order-details.order_details li {
  float: left;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px dashed #8a8888;
}

.page-order .woocommerce-thankyou-order-details.order_details li:last-child {
  border-right: none;
}

.page-order .shop_table.order_details {
  width: 100%;
  border: solid 1px black;
}

.page-order .shop_table.order_details tfoot td {
  text-align: right;
}

.page-order header,
.page-order .shop_table.customer_details,
.page-order .title,
.page-order address {
  text-align: center;
  margin: 0 auto;
}

.page-order .shop_table.order_details tr {
  border: 1px solid #e5e5e5;
}

.page-order .shop_table.order_details td,
.page-order .shop_table.order_details th {
  padding: 14px;
}

.page-order .product-name a {
  color: #9b9b9b;
}

.page-order .shop_table.customer_details tr {
  border: 1px solid #e5e5e5;
}

.page-order .shop_table.customer_details th,
.page-order .shop_table.customer_details td {
  padding: 14px;
}

.page-order address {
  font-size: 18px;
  margin-bottom: 20px;
}

.page-order .shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}

.page-order .woocommerce-form-coupon-toggle {
  width: 100%;
  float: left;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  display: none;
}

.page-order .checkout_coupon.woocommerce-form-coupon {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.page-order #coupon_code {
  border: 1px solid #bdc7cb;
  box-sizing: border-box;
  padding: 9px;
  width: 100%;
}

.page-order .checkout_coupon.woocommerce-form-coupon button {
  margin: 0;
  padding: 15px 20px;
  background-color: #6c9600;
  border: none;
  color: #fff;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.page-order .checkout_coupon.woocommerce-form-coupon button:hover {
  background-color: #87bc00;
}

.page-order .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  float: left;
  width: 49.5%;
  margin-right: 0.5%;
  margin-top: 20px;
  max-width: 100%;
}

.page-order .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  float: left;
  width: 49.5%;
  margin-left: 0.5%;
  border-left: 1px solid #bdc7cb;
  margin-top: 20px;
  max-width: 100%;
}

.page-order #shipping_company_field {
  display: none;
}

.page-order .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.page-order .woocommerce-form.woocommerce-form-login.login .input-text {
  border: 1px solid #bdc7cb;
  box-shadow: none;
}

.page-contact1 {
  border-top: 2px solid #C4C4C4;
  padding: 70px;
}
.page-contact1 .container-fluid {
  max-width: 1250px;
}
.page-contact1 .single1 .text {
  font-size: 16px;
}
.page-contact1 .single1 .contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact1 .single1 .contact ul li {
  margin-bottom: 7px;
}
.page-contact1 .single1 .contact ul li a {
  color: #989898;
  font-size: 16px;
  text-decoration: none;
}
.page-contact1 .single1 .contact ul li a:hover {
  color: #888;
}
.page-contact1 .single2 .contact-form input,
.page-contact1 .single2 .contact-form textarea {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 14px 18px;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: inherit;
  color: #999;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.page-contact1 .single2 .contact-form-acceptance .cc1 {
  margin-left: 15px;
}
.page-contact1 .single2 .contact-form-submit {
  margin-top: 15px;
}
.page-contact1 .single2 .contact-form-submit input[type=submit] {
  display: block;
  width: 100px;
  line-height: 40px;
  box-sizing: border-box;
  border: 2px solid #000;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 0;
  background: none;
  cursor: pointer;
}
.page-contact1 .single2 .contact-form-submit input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
.page-contact1 .single2 .contact-form-submit input[type=submit]:disabled {
  background-color: #ddd;
  border-color: #ddd;
  color: #fff;
}
.page-contact1 .single2 .contact-form-submit input[type=submit]:disabled:hover {
  background-color: #ddd;
  color: #fff;
}

.front-pp2::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.front-pp2 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
  color: #fff;
  min-height: 184px;
}
.front-pp2 .single1 {
  max-width: 1200px;
}
.front-pp2 .single1 .title-top {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 20px;
}
.front-pp2 .single1 .title-top h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
}
.front-pp2 .single1 .desc {
  color: #a6a6a6;
}
.front-pp2 .single1 .but-more {
  text-align: center;
}
.front-pp2 .single1 .but-more a {
  background-color: #B0B0B0;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px auto;
  display: block;
  max-width: 150px;
  text-decoration: none;
}
.front-pp2 .single1 .but-more a:hover {
  background-color: #fff;
  color: #000;
}
.front-pp2 .single2 {
  padding-bottom: 30px;
  max-width: 1200px;
}
.front-pp2 .single2 .poj {
  margin-bottom: 15px;
}
.front-pp2 .single2 .poj .cc1 {
  float: left;
  width: 60px;
}
.front-pp2 .single2 .poj .cc1 .ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
}
.front-pp2 .single2 .poj .cc1 .ico i {
  font-size: 26px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.65);
}
.front-pp2 .single2 .poj .cc2 {
  overflow: hidden;
  margin-left: 10px;
}
.front-pp2 .single2 .poj .cc2 .title {
  font-weight: 800;
  font-size: 20px;
}
.front-pp2 .single2 .poj .cc2 .desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 25px;
}

.woocommerce > .container-fluid {
  max-width: 1200px;
}

.woocommerce .star-rating:before {
  font-family: "FontAwesome" !important;
  content: "\f005\f005\f005\f005\f005" !important;
  color: #282828 !important;
}

.woocommerce .star-rating > span {
  display: none;
}

.pswp__bg {
  opacity: 0.75 !important;
}

.front-how134 {
  padding: 50px 0;
  background-color: #f8f8f8;
}
.front-how134 .container-fluid {
  max-width: 1000px;
}
.front-how134 .single1 {
  margin-bottom: 15px;
}
.front-how134 .single1 .title1 {
  text-align: center;
}
.front-how134 .single1 .title1 h2 {
  font-size: 36px;
  font-weight: 500;
  color: #282828;
  text-transform: uppercase;
}
.front-how134 .single1 .desc {
  text-align: center;
  color: #999;
  font-size: 14px;
}
.front-how134 .single2 .single-sz {
  padding: 20px;
}
.front-how134 .single2 .poj1 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.front-how134 .single2 .poj1 .ico {
  width: 120px;
  margin: 0 auto;
}
.front-how134 .single2 .poj1 .desc {
  margin-top: 20px;
}
.page-contact2 .single1 {
  background-color: rgb(245, 245, 245);
  padding: 80px 30px;
}
.page-contact2 .single1 .title-top {
  width: 100%;
  float: left;
}
.page-contact2 .single1 .title-top h3 {
  font-size: 32px;
  text-transform: uppercase;
}
.page-contact2 .single1 .title-top .separator {
  background-color: rgba(0, 0, 0, 0.65);
  width: 40px;
  height: 2px;
  margin-bottom: 12px;
}
.page-contact2 .single1 .text {
  width: 100%;
  float: left;
  color: #747474;
}
.page-contact2 .single1 .text p {
  margin-bottom: 8px;
}
.page-contact2 .single1 .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact2 .single1 .text ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #747474;
  position: relative;
}
.page-contact2 .single1 .text ul li a {
  color: #747474;
  font-size: 14px;
  text-decoration: none;
}
.page-contact2 .single1 .text ul li a:hover {
  color: rgb(9, 110, 186);
}
.page-contact2 .single1 .text ul .poj1 {
  position: absolute;
  width: 20px;
}
.page-contact2 .single1 .text ul .poj2 {
  margin-left: 30px;
}
.page-contact2 .single1 .maps iframe {
  width: 100%;
}
.page-contact2 .single2 {
  padding-top: 80px;
  padding-bottom: 40px;
}
.page-contact2 .single2 .single2-sz {
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.page-contact2 .single2 .title-top h2 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
}
.page-contact2 .single2 .title-top .separator {
  background-color: rgba(0, 0, 0, 0.65);
  width: 300px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page-contact2 .single2 .text {
  text-align: center;
  color: #747474;
  line-height: 28px;
}
.page-contact2 .single2 .desc label {
  width: 100%;
  float: left;
  margin-bottom: 18px;
  color: #747474;
}
.page-contact2 .single2 .desc label span {
  width: 100%;
  float: left;
  margin-top: 2px;
}
.page-contact2 .single2 .desc label span .wpcf7-text {
  width: 100%;
  float: left;
  border: 1px solid #dddddd;
  color: #333;
  background-color: #FBFBFB;
  padding: 15px;
}
.page-contact2 .single2 .desc label span textarea {
  width: 100%;
  float: left;
  border: 1px solid #dddddd;
  color: #333;
  background-color: #FBFBFB;
}
.page-contact2 .single2 .desc label .cl1 {
  width: auto;
  margin-top: 0;
}
.page-contact2 .single2 .desc label .cl2 {
  width: auto;
  margin-left: 10px;
  margin-top: 5px;
}
.page-contact2 .single2 .desc .wpcf7-submit {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
.page-contact2 .single2 .desc .wpcf7-submit:hover {
  background-color: #50505B;
}
.page-contact2 .single2 .desc .wpcf7-submit:disabled {
  background-color: #ddd;
  color: #000;
  cursor: not-allowed;
}

.breadcrumb {
  margin-bottom: 0;
}

.page404 {
  padding: 25px 0;
}

.p-pagination {
  margin-bottom: 30px;
}
.p-pagination .screen-reader-text {
  display: none;
}
.p-pagination .nav-links {
  margin: 0 auto;
  font-size: 20px;
}
.p-pagination .nav-links a {
  color: rgba(0, 0, 0, 0.65);
}

.woocommerce-shipping-methods {
  list-style: none;
}
.woocommerce-shipping-methods input {
  margin-right: 5px;
}

/*woocommerce */
.woocommerce-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-breadcrumb li {
  display: inline-block;
  margin: 5px;
}

.woocommerce-breadcrumb li a {
  color: #333;
}

.woocommerce-wyszukiwarka {
  padding-top: 10px;
  background-color: #333;
  padding-bottom: 10px;
  float: right;
}

.woocommerce-wyszukiwarka form {
  text-align: center;
}

.woocommerce-wyszukiwarka input[name=s] {
  min-width: 460px;
  padding: 2px 8px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.65);
  border: none;
  box-shadow: none;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
}

.woocommerce-wyszukiwarka input[name=submit] {
  background-color: #fff;
  color: #333;
  padding: 8px 15px;
  border: solid 1px #fff;
  width: 70px;
  box-shadow: none;
}

.woocommerce-wyszukiwarka input[name=submit]:hover {
  background-color: #333;
  color: #fff;
  border: solid 1px #fff;
}

.woocommerce-wyszukiwarka button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
}

.products.columns-6 {
  width: 100%;
  float: left;
}

.xoo-wsc-footer a.button {
  background-color: #333;
  color: #fff;
  padding: 5px 7px;
}

.xoo-wsc-footer a.button:hover {
  background-color: #fff;
  color: #333;
  border: solid 1px #333;
}

.kategorie-telefon {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 5px 0;
}

.kategorie-telefon .tytul-glowny {
  text-align: center;
  font-size: 18px;
}

.kategorie-telefon .woocommerce-loop-category__title {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0;
  height: 40px;
}

.kategorie-telefon .woocommerce-loop-category__title mark {
  display: none;
}

.dropdown-right-display {
  display: block !important;
}

/**/
.woocommerce-info {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.page-zamowienie .woocommerce-terms-and-conditions li {
  text-align: left;
}

#mailpoet_form_1 .mailpoet_validate_success {
  color: #fff !important;
}

.woocommerce-password-strength.short,
.woocommerce-password-hint {
  color: #ff0000;
}

.woocommerce-order-pay.woocommerce-js #order_review {
  width: 100% !important;
  padding: 7px;
}

.woocommerce-order-pay.woocommerce-js #order_review .shop_table {
  width: 100%;
}

.woocommerce-order-pay.woocommerce-js #order_review .shop_table .product-subtotal {
  text-align: right;
}

.modal-view .close-modal {
  width: 100%;
  float: left;
  padding: 10px;
}

.modal-view .title-modal {
  text-align: center;
  padding-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-view .title-modal h2 {
  margin-top: 0;
}

.modal-view #fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.modal-view #my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  max-width: 600px;
  margin: 0 auto;
  top: 20%;
  left: 0;
  right: 0;
  padding: 20px 2%;
  background: #FFF;
}

.modal-view #fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.modal-view #fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

.modal-view .modal-footer {
  border-top: none;
}

.modal-view #fvpp-dialog p {
  margin: 0;
}

.page-template-default .page-blog-back .container-fluid {
  padding: 0 4%;
}

.section-kal .container-fluid {
  max-width: 685px;
}
.section-kal .col-12 {
  padding: 0;
}
.section-kal .single1 {
  margin-bottom: 30px;
}
.section-kal .single1 h1 {
  text-align: center;
  font-size: 64px;
  font-weight: bold;
}
.section-kal .single1 h3 {
  font-size: 20px;
}
.section-kal {
  /* Main container */
  /* Titles */
}
.section-kal .title1 h3 {
  font-size: 14px;
  color: #5A685F;
  margin-bottom: 10px;
  font-weight: 500;
}
.section-kal .title1 .poj1 {
  float: left;
  font-size: 16px;
}
.section-kal .title1 .poj2 {
  float: right;
  font-size: 16px;
  color: #0A0001;
  font-weight: 500;
}
.section-kal {
  /* Range slider container */
}
.section-kal .range-slider {
  position: relative;
  margin-bottom: 27px;
}
.section-kal {
  /* Podstawowy styl dla wszystkich suwaków */
}
.section-kal .rs-range,
.section-kal .rs-range-r {
  -webkit-appearance: none;
  /* Usunięcie domyślnego stylu WebKit */
  appearance: none;
  width: 100%;
  height: 24px;
  /* Wysokość ścieżki suwaka */
  background: linear-gradient(to right, #2DCD68 0%, #ddd 0%);
  /* Domyślny kolor wypełnienia */
  border-radius: 5px;
  outline: none;
  transition: background 0.3s ease-in-out;
  /* Płynne przejście */
  cursor: pointer;
  margin-top: 10px;
}
.section-kal {
  /* Styl kciuka suwaka dla przeglądarek Webkit (Chrome, Safari, Edge) */
}
.section-kal .rs-range::-webkit-slider-thumb,
.section-kal .rs-range2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  /* Szerokość kciuka */
  height: 24px;
  /* Wysokość kciuka */
  background-color: #2DCD68;
  /* Kolor kciuka */
  border-radius: 50%;
  /* Zaokrąglone rogi */
  cursor: pointer;
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.section-kal {
  /* Styl kciuka suwaka dla Firefox */
}
.section-kal .rs-range::-moz-range-thumb,
.section-kal .rs-range2::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background-color: #2DCD68;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.section-kal {
  /* Styl dla suwaka w IE i Edge */
}
.section-kal .rs-range::-ms-thumb,
.section-kal .rs-range2::-ms-thumb {
  width: 24px;
  height: 24px;
  background-color: #2DCD68;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.section-kal {
  /* Label above the slider thumb */
}
.section-kal .rs-label {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: 0;
  background-color: #00095A;
  color: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 3;
  transition: left 0.3s ease;
}
.section-kal {
  /* Minimum and Maximum values */
}
.section-kal .box-minmax {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 12px;
  color: #888;
}
.section-kal .box-minmax span {
  background-color: #eaeaea;
  padding: 5px 10px;
  border-radius: 10px;
}
.section-kal {
  /* Result display */
}
.section-kal .resultat {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.section-kal .resultat input {
  font-size: 18px;
  font-weight: bold;
  color: #00095A;
  border: none;
  background: none;
  text-align: center;
  width: 100px;
}
.section-kal .range-color .desc-color {
  width: 100%;
  float: left;
}
.section-kal .range-color .variable-item {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 5px !important;
  padding: 16px 13px !important;
  border: 1px solid #EBEEEC !important;
  border-radius: 3px !important;
  width: auto !important;
  box-shadow: none !important;
}
.section-kal .range-color .variable-item-span {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
  border: 1px solid #999 !important;
  border-radius: 4px !important;
}
.section-kal .range-color .color-variable-items-wrapper li {
  border: 2px solid rgba(0, 0, 0, 0) !important;
}
.section-kal .range-color {
  /* Stylizacja dla aktywnego koloru */
}
.section-kal .range-color .color-variable-items-wrapper li.active {
  border: 2px solid rgba(45, 205, 104, 0.12) !important;
  /* Zmień na wyraźny kolor */
  background-color: rgba(45, 205, 104, 0.12) !important;
  /* Opcjonalne tło dla aktywnego koloru */
}
.section-kal .range-color .color-variable-items-wrapper li:hover {
  border: 2px solid rgba(45, 205, 104, 0.12) !important;
  /* Zmień na wyraźny kolor */
  background-color: rgba(45, 205, 104, 0.12) !important;
  /* Opcjonalne tło dla aktywnego koloru */
}
.section-kal .available-colors {
  margin: 20px 0;
}
.section-kal .available-colors h4 {
  margin-bottom: 10px;
}
.section-kal .color-options {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}
.section-kal .color-options li {
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 5px;
  font-size: 14px;
}
.section-kal .color-options li:hover {
  transform: scale(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.section-kal .netto-brutto-switch {
  float: left;
  width: 100%;
  align-items: center;
  gap: 14px;
  margin-top: 35px;
}
.section-kal .netto-brutto-switch .netto-brutto-switch-sz {
  width: 242px;
  float: right;
}
.section-kal .netto-brutto-switch .switch-label {
  font-weight: 500;
  font-size: 16px;
  color: rgb(90, 104, 95);
  transition: color 0.2s;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
}
.section-kal .netto-brutto-switch .switch-label.active {
  color: #23b145;
}
.section-kal .netto-brutto-switch .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  margin: 0 5px;
  top: 5px;
}
.section-kal .netto-brutto-switch .switch input {
  display: none;
}
.section-kal .netto-brutto-switch .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6e6e6;
  border-radius: 26px;
  transition: background 0.3s;
}
.section-kal .netto-brutto-switch .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  top: 3px;
  background-color: #23b145;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
}
.section-kal .netto-brutto-switch .switch input:checked + .slider {
  background: #e6f7ea;
}
.section-kal .netto-brutto-switch .switch input:checked + .slider:before {
  transform: translateX(22px);
  background: #23b145;
}
.section-kal .cars-coast-sumary {
  float: left;
  width: 100%;
  margin-top: 56px;
}
.section-kal .cars-coast-sumary .cars-coast {
  width: 50%;
  float: left;
}
.section-kal .cars-coast-sumary .cars-coast .poj2c {
  float: left;
  width: 100%;
}
.section-kal .cars-coast-sumary .cars-coast .poj2c p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  color: #5A685F;
}
.section-kal .cars-coast-sumary .cars-coast .poj2c p strong {
  color: #E94555;
  font-weight: 400;
  text-decoration: line-through;
}
.section-kal .cars-coast-sumary .cars-coast .poj3c {
  float: left;
  width: 100%;
}
.section-kal .cars-coast-sumary .cars-coast .poj3c p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.5px;
  color: #5A685F;
}
.section-kal .cars-coast-sumary .cars-coast .poj3c p strong {
  font-weight: 700;
  font-size: 20px;
  color: #009B39;
}
.section-kal .cars-coast-sumary .cars-coast .poj1c {
  float: left;
  width: 100%;
  margin-top: 8px;
}
.section-kal .cars-coast-sumary .cars-coast .poj1c p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #F8F8F8;
  background-color: #009B39;
  padding: 4px 12px;
  float: left;
  border-radius: 8px;
}
.section-kal .cars-coast-sumary .cars-coast .poj1c p strong {
  font-weight: 700;
  color: #F8F8F8;
}
.section-kal .cars-coast-sumary .resultat {
  width: 50%;
  float: left;
  text-align: right;
}
.section-kal .cars-coast-sumary .resultat .poj1 {
  font-size: 13px;
  font-weight: 400;
  color: #5A685F;
}
.section-kal .cars-coast-sumary .resultat .poj1 .poj11 {
  color: #009B39;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
}
.section-kal .cars-coast-sumary .resultat .poj1 .poj11 .decimal {
  font-size: 16px;
  line-height: 18px;
}
.section-kal .cars-coast-sumary .resultat .poj1 .poj11 input {
  color: #009B39;
  font-size: 38px;
  width: 150px;
}
.section-kal .cars-coast-sumary .resultat .poj3 {
  font-size: 13px;
  color: #5A685F;
  margin-top: 0px;
}
.section-kal .cars-coast-sumary .resultat .poj3 #result-vat {
  width: 65px;
  font-size: 13px;
  color: #0A0001;
}
.section-kal .cars-coast-sumary .resultat .poj-strong p {
  font-size: 16px;
}
.section-kal .cars-coast-sumary .resultat .poj-strong #result-vat,
.section-kal .cars-coast-sumary .resultat .poj-strong #result_pop {
  color: #009B39;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
}
.section-kal .cars-coast-sumary .resultat .poj-normal #result-vat,
.section-kal .cars-coast-sumary .resultat .poj-normal #result_pop {
  width: 65px;
  font-size: 13px;
  color: #0A0001;
  font-weight: 500;
}
.section-kal .cars-coast-sumary .resultat .poj-normal .decimal {
  color: #5A685F;
  font-weight: 500;
  font-size: 13px;
}

.section-kal2 .container-fluid {
  max-width: 685px;
}
.section-kal2 .col-12 {
  padding: 0;
}
.section-kal2 .single1 {
  margin-bottom: 30px;
}
.section-kal2 .single1 h1 {
  text-align: center;
  font-size: 64px;
  font-weight: bold;
}
.section-kal2 .single1 h3 {
  font-size: 20px;
}
.section-kal2 {
  /* Main container */
  /* Titles */
}
.section-kal2 .title1 h3 {
  font-size: 14px;
  color: #5A685F;
  margin-bottom: 10px;
  font-weight: 500;
}
.section-kal2 .title1 .poj1 {
  float: left;
  font-size: 16px;
}
.section-kal2 .title1 .poj2 {
  float: right;
  font-size: 16px;
  color: #0A0001;
  font-weight: 500;
}
.section-kal2 {
  /* Range slider container */
}
.section-kal2 .range-slider {
  position: relative;
  margin-bottom: 27px;
}
.section-kal2 {
  /* Podstawowy styl dla wszystkich suwaków */
}
.section-kal2 .rs-range-r {
  -webkit-appearance: none;
  /* Usunięcie domyślnego stylu WebKit */
  appearance: none;
  width: 100%;
  height: 24px;
  /* Wysokość ścieżki suwaka */
  background: linear-gradient(to right, #2DCD68 0%, #ddd 0%);
  /* Domyślny kolor wypełnienia */
  border-radius: 5px;
  outline: none;
  transition: background 0.3s ease-in-out;
  /* Płynne przejście */
  cursor: pointer;
  margin-top: 10px;
}
.section-kal2 {
  /* Styl kciuka suwaka dla przeglądarek Webkit (Chrome, Safari, Edge) */
}
.section-kal2 .rs-range-r::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  /* Szerokość kciuka */
  height: 24px;
  /* Wysokość kciuka */
  background-color: #2DCD68;
  /* Kolor kciuka */
  border-radius: 50%;
  /* Zaokrąglone rogi */
  cursor: pointer;
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.section-kal2 {
  /* Styl kciuka suwaka dla Firefox */
}
.section-kal2 .rs-range-r::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background-color: #2DCD68;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.section-kal2 {
  /* Styl dla suwaka w IE i Edge */
}
.section-kal2 .rs-range-r::-ms-thumb {
  width: 24px;
  height: 24px;
  background-color: #2DCD68;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.section-kal2 {
  /* Label above the slider thumb */
}
.section-kal2 .rs-label {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: 0;
  background-color: #00095A;
  color: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 3;
  transition: left 0.3s ease;
}
.section-kal2 {
  /* Minimum and Maximum values */
}
.section-kal2 .box-minmax {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 12px;
  color: #888;
}
.section-kal2 .box-minmax span {
  background-color: #eaeaea;
  padding: 5px 10px;
  border-radius: 10px;
}
.section-kal2 {
  /* Result display */
}
.section-kal2 .resultat {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.section-kal2 .resultat input {
  font-size: 18px;
  font-weight: bold;
  color: #00095A;
  border: none;
  background: none;
  text-align: center;
  width: 100px;
}
.section-kal2 .range-color .desc-color {
  width: 100%;
  float: left;
}
.section-kal2 .range-color .variable-item {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 5px !important;
  padding: 16px 13px !important;
  border: 1px solid #EBEEEC !important;
  border-radius: 3px !important;
  width: auto !important;
  box-shadow: none !important;
}
.section-kal2 .range-color .variable-item-span {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
  border: 1px solid #999 !important;
  border-radius: 4px !important;
}
.section-kal2 .range-color .color-variable-items-wrapper li {
  border: 2px solid rgba(0, 0, 0, 0) !important;
}
.section-kal2 .range-color {
  /* Stylizacja dla aktywnego koloru */
}
.section-kal2 .range-color .color-variable-items-wrapper li.active {
  border: 2px solid rgba(45, 205, 104, 0.12) !important;
  /* Zmień na wyraźny kolor */
  background-color: rgba(45, 205, 104, 0.12) !important;
  /* Opcjonalne tło dla aktywnego koloru */
}
.section-kal2 .range-color .color-variable-items-wrapper li:hover {
  border: 2px solid rgba(45, 205, 104, 0.12) !important;
  /* Zmień na wyraźny kolor */
  background-color: rgba(45, 205, 104, 0.12) !important;
  /* Opcjonalne tło dla aktywnego koloru */
}
.section-kal2 .available-colors {
  margin: 20px 0;
}
.section-kal2 .available-colors h4 {
  margin-bottom: 10px;
}
.section-kal2 .color-options {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}
.section-kal2 .color-options li {
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 5px;
  font-size: 14px;
}
.section-kal2 .color-options li:hover {
  transform: scale(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.section-kal2 .insurance-extra {
  width: 100%;
  float: left;
  gap: 48px;
  border-radius: 15px;
}
.section-kal2 .insurance-extra .insurance-col {
  float: left;
  margin-top: 32px;
}
.section-kal2 .insurance-extra .insurance-col .insurance-extra-label {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}
.section-kal2 .insurance-extra .insurance-col .insurance-switch {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-kal2 .insurance-extra .insurance-col .insurance-switch .insurance-desc {
  margin-left: 2px;
}
.section-kal2 .insurance-extra .insurance-col .insurance-switch .insurance-desc span {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}
.section-kal2 .insurance-extra .insurance-col .insurance-switch .insurance-desc .insurance-period {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}
.section-kal2 .insurance-extra .insurance-included {
  float: right;
  margin-top: 32px;
}
.section-kal2 .insurance-extra .insurance-included .insurance-included-title {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}
.section-kal2 .insurance-extra .insurance-included ul {
  margin: 0;
  padding-left: 18px;
}
.section-kal2 .insurance-extra .insurance-included ul li {
  font-size: 15px;
  margin-bottom: 2px;
  line-height: 1.5;
}
.section-kal2 .switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 34px;
}
.section-kal2 .switch input {
  display: none;
}
.section-kal2 .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e6f7ea;
  border-radius: 34px;
  transition: 0.3s;
}
.section-kal2 .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 3px;
  bottom: 4px;
  background-color: #b4bab6;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.section-kal2 .switch input:checked + .slider {
  background-color: #e6f7ea;
}
.section-kal2 .switch input:checked + .slider:before {
  transform: translateX(24px);
  background-color: #2DCD68;
}
@media (max-width: 800px) {
  .section-kal2 .insurance-extra {
    flex-direction: column;
    gap: 24px;
  }
}
.section-kal2 .cars-coast-sumary {
  float: left;
  width: 100%;
  margin-top: 27px;
}
.section-kal2 .cars-coast-sumary .cars-coast {
  width: 50%;
  float: left;
}
.section-kal2 .cars-coast-sumary .cars-coast .poj2c {
  float: left;
  width: 100%;
}
.section-kal2 .cars-coast-sumary .cars-coast .poj2c p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #5A685F;
}
.section-kal2 .cars-coast-sumary .cars-coast .poj2c p strong {
  color: #E94555;
  font-weight: 400;
  text-decoration: line-through;
}
.section-kal2 .cars-coast-sumary .cars-coast .poj3c {
  float: left;
  width: 100%;
}
.section-kal2 .cars-coast-sumary .cars-coast .poj3c p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.5px;
  color: #5A685F;
}
.section-kal2 .cars-coast-sumary .cars-coast .poj3c p strong {
  font-weight: 700;
  font-size: 20px;
  color: #009B39;
}
.section-kal2 .cars-coast-sumary .cars-coast .poj1c {
  float: left;
  width: 100%;
  margin-top: 8px;
}
.section-kal2 .cars-coast-sumary .cars-coast .poj1c p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #F8F8F8;
  background-color: #009B39;
  padding: 4px 12px;
  float: left;
  border-radius: 8px;
}
.section-kal2 .cars-coast-sumary .cars-coast .poj1c p strong {
  font-weight: 700;
  color: #F8F8F8;
}
.section-kal2 .cars-coast-sumary .resultat {
  width: 50%;
  float: left;
  text-align: right;
}
.section-kal2 .cars-coast-sumary .resultat .poj1 {
  font-size: 13px;
  font-weight: 400;
  color: #5A685F;
}
.section-kal2 .cars-coast-sumary .resultat .poj1 .poj11 {
  color: #009B39;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
}
.section-kal2 .cars-coast-sumary .resultat .poj1 .poj11 .decimal {
  font-size: 16px;
  line-height: 18px;
}
.section-kal2 .cars-coast-sumary .resultat .poj1 .poj11 input {
  color: #009B39;
  font-size: 38px;
  width: 150px;
}
.section-kal2 .cars-coast-sumary .resultat .poj3 {
  font-size: 13px;
  color: #5A685F;
  margin-top: 0px;
}
.section-kal2 .cars-coast-sumary .resultat .poj3 #result-vat {
  width: 65px;
  font-size: 13px;
  color: #0A0001;
}

.page-revwies1 {
  background-color: #F5F5F5;
  padding: 60px 0;
}
.page-revwies1 .single2 {
  text-align: center;
  margin-bottom: 30px;
}
.page-revwies1 .single2 h1 {
  font-size: 38px;
}
.page-revwies1 .single1 {
  margin-bottom: 30px;
}
.page-revwies1 .single1 .pojc {
  width: 100%;
  float: left;
  height: 100%;
  border: 2px solid #E6E6E6;
}
.page-revwies1 .single1 .poj1c {
  background-color: #E6E6E6;
  padding: 20px;
  float: left;
  width: 100%;
}
.page-revwies1 .single1 .poj1c .cc1 {
  float: left;
}
.page-revwies1 .single1 .poj1c .cc1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-revwies1 .single1 .poj1c .cc1 ul li {
  display: inline-block;
  margin-right: 2px;
  color: #FBBC04;
}
.page-revwies1 .single1 .poj1c .cc1 p {
  color: #949494;
}
.page-revwies1 .single1 .poj1c .cc2 {
  float: right;
  text-align: center;
  width: 130px;
}
.page-revwies1 .single1 .poj1c .cc2 h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.page-revwies1 .single1 .poj1c .cc2 img {
  width: 80px;
  border-radius: 50%;
  margin-bottom: 7px;
}
.page-revwies1 .single1 .poj2c {
  padding: 15px;
  float: left;
  width: 100%;
}
.page-revwies1 .single1 .poj2c p {
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items .filter-item.label .term-label {
    font-size: 12px;
  }
}
@media (max-width: 1250px) {
  .header-top2 .header-navigation .contact-quick {
    margin: 0 auto;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 17px;
  }
  .section-slider-s {
    min-height: 600px;
  }
  .section-slider-s .title-top h2 {
    font-size: 49px;
  }
  .section-slider-s .desc {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .section-slider-down .single2 a {
    margin: 4px;
  }
  .section-slider-down .single2 span {
    display: none;
  }
  .header-top2 .header-navigation .contact-phone-top {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
  }
  .header-top2 .header-navigation .contact-phone-top .cc1 {
    display: none;
  }
  .header-top2 .header-navigation .contact-phone-top .cc2 {
    margin-left: 0;
  }
  .header-top2 .header-navigation .contact-phone-top .cc2 p {
    font-size: 12px;
  }
  .header-top2 .header-navigation .contact-phone-top .cc2 p a {
    font-size: 20px;
  }
  .header-top2 .header-navigation .list-shops {
    width: 50;
    margin: 10px;
    text-align: center;
  }
  .header-top2 .header-navigation .list-shops li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 7px;
    font-size: 13px;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 25px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items .filter-item.label {
    text-align: center;
    /* width: 44%; */
    margin: 2%;
    padding: 1%;
    width: 98%;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .section-under-slider .container-fluid > .row {
    padding: 55px 33px;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 25px;
    line-height: 24px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 47px;
    margin-top: -5px;
    line-height: 43px;
  }
  .section-under-slider .single2 {
    text-align: center;
  }
  .section-under-slider .single2 .cc1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .section-under-slider .single2 .cc2 {
    float: left;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 960px) and (max-width: 1001px) {
  .header-top2 .header-navigation .contact-phone-top .cc2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-top2 .header-navigation .contact-phone-top {
    margin: 0 auto;
    max-width: 284px;
  }
  .header-top2 .header-navigation .navbar h1 {
    margin: 0;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
  }
  .header-top2 .header-navigation .contact-quick {
    width: 100%;
  }
  .header-top2 .header-navigation .contact-quick a {
    display: block;
    width: 160px;
    margin: 0 auto;
  }
  .section-slider-down .single1 {
    color: #fff;
    font-size: 19px;
    line-height: 48px;
    font-weight: 400;
  }
  .section-slider-down .single2 a {
    background-color: #fff;
    color: #000;
    padding: 7px 11px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 192px;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    font-weight: bold;
    font-size: 13px;
  }
  .section-slider-s .desc-ul ul li {
    font-size: 15px;
  }
  .section-under-slider .container-fluid > .row {
    padding: 63px 33px;
  }
  .section-under-slider .single1 .single1-sz {
    max-width: 342px;
    margin: 0 auto;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 18px;
    line-height: 21px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 37px;
  }
  .section-under-slider .single2 {
    margin-bottom: 10px;
    text-align: center;
  }
  .section-under-slider .single2 .cc1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .section-under-slider .single2 .cc2 {
    float: left;
    width: 100%;
    margin: 0;
  }
  .page-order .single1 .checkout.woocommerce-checkout .form-row.form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    width: 100%;
  }
  .page-order .single2 .checkout.woocommerce-checkout .single-shop1,
  .page-order .single2 .checkout.woocommerce-checkout .single-shop2 {
    width: 100%;
    margin-left: 0;
  }
  .page-order .single2 .woocommerce-checkout-payment {
    width: 100%;
    margin-left: 0;
  }
  .page-order .single2 .single-shop1 {
    width: 100%;
    margin-right: 0;
  }
  .page-order .single2 .single-shop2 {
    width: 100%;
  }
  .front-page2s .single1b {
    width: 100%;
  }
  .front-page2s .single2b {
    display: none;
  }
  .section-carts41 {
    padding: 20px 0;
  }
  .section-carts41 .container-fluid {
    padding: 15px;
  }
  .section-carts41 .single1 .title1 {
    margin-bottom: 7px;
  }
  .section-carts41 .single1 .sep {
    margin-bottom: 17px;
  }
  .section-carts41 .single2 img {
    margin-top: 20px;
  }
  .section-carts2 .single1b {
    width: 100%;
  }
  .section-carts2 .single2b {
    display: none;
  }
  .page-how1 {
    padding: 30px 0;
  }
  .page-how1 .single1 .title-top h3 {
    font-size: 24px;
    color: #333;
  }
  .page-how2 {
    padding: 30px 0;
  }
  .front-slider1 {
    height: 260px;
    margin: 0 10px;
  }
  .front-slider1 .desc-sz {
    top: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
  }
  .front-slider1 .desc-sz h1,
  .front-slider1 .desc-sz h2,
  .front-slider1 .desc-sz h3 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 4px;
  }
  .front-slider1 .desc-sz p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .front-slider1 .desc-sz .underphotos {
    display: none;
  }
  .front-slider2 .desc1 .nav-tabs {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-item:first-child {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-item:first-child a {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-link {
    font-size: 14px;
  }
  .front-slider2 .desc1 .tab-content {
    padding: 7px;
  }
  .header-back1 {
    position: absolute;
    top: 0;
    left: 36%;
  }
  .header-back1 img {
    width: 135px;
  }
  .woocommerce-home .produ-images {
    margin-right: 0;
  }
  .section-kal .insurance-extra .insurance-col {
    width: 100%;
  }
  .section-kal .insurance-extra .insurance-included {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header-quick2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .header-quick2 .single1 ul li {
    margin-right: 10px;
  }
  .header-quick2 .single1 ul li i {
    margin-right: 10px;
  }
  .section-slider-down {
    padding: 15px 0;
    text-align: center;
  }
  .section-slider-down .single2 a {
    background-color: #fff;
    color: #000;
    padding: 7px 11px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 192px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 13px;
  }
  .header-top2 .header-navigation .contact-phone-top {
    margin: 0 auto;
    max-width: 284px;
  }
  .header-top2 .header-navigation .list-shops {
    width: 100%;
    margin: 10px;
    text-align: center;
  }
  .header-top2 .header-navigation .list-shops li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
  }
  .header-top2 .header-navigation .navbar h1 {
    margin: 0;
  }
  .section-slider-s {
    min-height: 480px;
  }
  .section-under-slider .container-fluid > .row {
    padding: 22px;
  }
  .section-under-slider .single1 .single1-sz {
    max-width: 342px;
    margin: 0 auto;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 33px;
    line-height: 26px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 50px;
  }
  .section-under-slider .single2 {
    margin-bottom: 10px;
  }
  .section-under-slider .single2 .row {
    padding-left: 0;
  }
  .section-under-slider .single2 .single2-sz {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
  .section-under-slider .single2 .cc1 {
    margin-left: 0px;
  }
  .section-under-slider .single2 .cc1 img {
    max-width: 50px;
  }
  .section-under-slider .single2 .cc2 {
    margin-left: 0px;
  }
  .section-under-slider .single2 .pojup1 .single2-sz,
  .section-under-slider .single2 .pojup2 .single2-sz,
  .section-under-slider .single2 .pojup3 .single2-sz {
    left: 0;
    right: 0;
    width: 100%;
  }
  .page-woocommerce {
    margin: 10px 0;
    padding: 25px 0;
  }
  .page-woocommerce .sidebar-left-main {
    margin-top: 15px;
  }
  .page-woocommerce .sidebar-left-main .wp-block-columns {
    margin-bottom: 0;
  }
  .page-woocommerce .sidebar-left-main .panel-group {
    width: 100%;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs {
    width: 100%;
    border-bottom: none;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a i {
    display: block;
    display: inline-block;
    position: absolute;
    right: 57px;
    padding-top: 5px;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a:hover {
    color: #777;
  }
  .page-woocommerce .sidebar-left-main .collapse {
    display: none;
  }
  .page-woocommerce .sidebar-left-main .collapse.show {
    display: block;
  }
  .page-woocommerce .woocommerce-home12 {
    margin-top: 5px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering {
    margin-bottom: 10px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .woocommerce-ordering {
    text-align: center;
  }
  .front-about-tab2 .container-fluid .row {
    padding: 20px;
  }
  .front-about-tab2 .container-fluid .row .single1 {
    font-size: 16px;
  }
  .front-about-tab3 {
    margin-bottom: 25px;
  }
  .woocommerce-top1 {
    padding-bottom: 22px;
  }
  .woocommerce-home .summary.entry-summary {
    margin-left: 0;
    width: 100%;
  }
  .woocommerce-home .summary.entry-summary .product_title.entry-title {
    font-size: 30px;
  }
  .woocommerce-home .summary.entry-summary .price {
    font-size: 40px;
    text-align: center;
  }
  .woocommerce-home .summary.entry-summary .cart {
    margin-top: 5px;
  }
  .woocommerce-home .summary.entry-summary .cart .quantity {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .woocommerce-home .shipment-addition .single1 {
    width: 100%;
  }
  .woocommerce-home .shipment-addition .single1 .poj12 {
    font-size: 15px;
  }
  .woocommerce-top1 .title-top {
    margin-top: 5px;
  }
  .woocommerce-top1 .title-top h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .page-cart1 .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    width: 100%;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 {
    width: 100%;
    margin-right: 0;
    display: none;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 .checkout-button.button.alt.wc-forward {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-cart1 .wc-proceed-to-checkout .single1-mobile {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .page-order .single1 .checkout.woocommerce-checkout .form-row.form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    width: 100%;
  }
  .page-order .single2 .checkout.woocommerce-checkout .single-shop1,
  .page-order .single2 .checkout.woocommerce-checkout .single-shop2 {
    width: 100%;
    margin-left: 0;
  }
  .page-order .single2 .woocommerce-checkout-payment {
    width: 100%;
    margin-left: 0;
  }
  .top-nav2 .menu-item {
    margin-right: 0;
    text-align: center;
  }
  .top-nav2 .section-search {
    margin-left: 0;
    text-align: center;
  }
  .front-slider2 .desc1 .nav-tabs {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-item:first-child {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-item:first-child a {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-item {
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  .front-slider2 .desc1 .nav-tabs .nav-link {
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
  }
  .front-slider2 .desc1 .tab-content {
    padding: 12px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter {
    width: 49%;
  }
  .section-kal .insurance-extra .insurance-col {
    width: 100%;
  }
  .section-kal .insurance-extra .insurance-included {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .header-top2 .header-navigation img {
    max-width: 276px;
  }
  .header-quick2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .header-quick2 .single1 ul li {
    margin-right: 10px;
  }
  .header-quick2 .single1 ul li i {
    margin-right: 10px;
  }
  .header-top2 .header-navigation .contact-phone-top {
    margin: 0 60px;
  }
  .header-top2 .header-navigation .list-shops {
    width: 100%;
    margin: 10px;
    text-align: center;
  }
  .header-top2 .header-navigation .list-shops li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
  }
  .section-slider-s .title-top h2 {
    font-size: 36px;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 33px;
    line-height: 26px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 50px;
  }
  .section-under-slider .single2 {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 15px;
  }
  .section-under-slider .single2 .pojup1 {
    width: 100%;
    margin-bottom: 5px;
  }
  .section-under-slider .single2 .pojup1 .single2-sz {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .section-under-slider .single2 .cc1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .section-under-slider .single2 .cc2 {
    float: left;
    width: 100%;
    margin: 0;
  }
  .section-under-slider .single2 .cc2 p {
    font-size: 16px;
  }
  .front-page3s {
    padding: 0;
    margin-top: 40px;
  }
  .front-page2s {
    padding: 10px 0;
  }
  .front-page2s .single1 {
    text-align: center;
  }
  .front-page2s .single1 .title-top h3 {
    font-size: 32px;
  }
  .front-page2s .single1 .desc {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
  }
  .front-page2s .single2 .btn {
    padding: 0.375rem 0;
    white-space: normal;
  }
  .front-page2s .single2 .card-body {
    padding: 7px 0px;
  }
  .front-page1s .single1 .title-top h2 {
    font-size: 32px;
  }
  .front-page1s .single2 .poj1-sz {
    padding: 15px;
  }
  .front-page1s .single2 .poj1-sz .title h4 {
    font-size: 20px;
  }
  .front-page1s .single2 .poj1-sz .desc .text p {
    margin: 0;
  }
  .page-o-nas1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
  }
  .page-woocommerce {
    margin: 0;
    padding: 0;
  }
  .page-woocommerce .sidebar-left-main {
    margin-top: 15px;
  }
  .page-woocommerce .sidebar-left-main .panel-group {
    width: 100%;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs {
    width: 100%;
    border-bottom: none;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a:hover {
    color: #777;
  }
  .page-woocommerce .sidebar-left-main .collapse {
    display: none;
  }
  .page-woocommerce .sidebar-left-main .collapse.show {
    display: block;
  }
  .page-woocommerce .woocommerce-home12 {
    margin-top: 5px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering {
    margin-bottom: 10px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .woocommerce-ordering {
    text-align: center;
  }
  .single-product .page-woocommerce {
    margin: 0;
    padding: 0;
  }
  .woocommerce-home .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .woocommerce-home .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information .title2 {
    margin-top: 15px;
    margin-bottom: 17px;
  }
  .woocommerce-home .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information .woocommerce-product-attributes.shop_attributes tr {
    width: 100%;
  }
  .woocommerce-home .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information .woocommerce-product-attributes.shop_attributes tr th {
    width: 50%;
    float: left;
  }
  .woocommerce-home .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information .woocommerce-product-attributes.shop_attributes tr td {
    width: 50%;
    float: left;
  }
  .woocommerce-home .summary.entry-summary .woocommerce-variation-price {
    margin-bottom: 7px;
  }
  .woocommerce-home .summary.entry-summary .price {
    font-size: 31px;
  }
  .woocommerce-home .product-type-simple .single-top-product .title-top .single-top-product-title2 h1 {
    font-size: 27px;
  }
  .woocommerce-home .product-type-simple .single-top-product .title-top .single-top-product-title1 {
    float: left;
    background-color: #2DCD67;
    color: #fff;
    font-weight: 500;
    padding: 7px;
    border-radius: 5px;
    font-size: 9px;
    font-style: italic;
    margin-right: 10px;
    margin-top: 5px;
    text-transform: uppercase;
  }
  .woocommerce-home #wooswipe .thumbnails {
    margin-bottom: 5px;
    height: 80px;
  }
  .woocommerce-home .product-type-simple .single-top-product-quick-det {
    margin-left: 0;
  }
  .woocommerce-home .single-cal-product .single-cal-product-sz {
    margin-left: 0;
  }
  .front-about-tab2 .container-fluid .row {
    padding: 20px;
  }
  .front-about-tab2 .container-fluid .row .single1 {
    font-size: 16px;
  }
  .front-about-tab3 {
    margin-bottom: 25px;
  }
  .woocommerce-top1 {
    padding-bottom: 22px;
  }
  .woocommerce-home .summary.entry-summary {
    margin-left: 0;
    width: 100%;
  }
  .woocommerce-home .summary.entry-summary .product_title.entry-title {
    font-size: 30px;
  }
  .woocommerce-home .summary.entry-summary .price {
    font-size: 40px;
    text-align: center;
  }
  .woocommerce-home .summary.entry-summary .cart {
    margin-top: 5px;
  }
  .woocommerce-home .summary.entry-summary .cart .quantity {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .woocommerce-home .shipment-addition .single1 {
    width: 100%;
  }
  .woocommerce-home .shipment-addition .single1 .poj12 {
    font-size: 15px;
  }
  .woocommerce-top1 .title-top {
    margin-top: 5px;
  }
  .woocommerce-top1 .title-top h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .page-cart1 table thead {
    display: none;
  }
  .page-cart1 table tr td {
    min-width: 100%;
    padding: 5px;
    float: left;
    text-align: center;
  }
  .page-cart1 .cart-collaterals .cart-subtotal th,
  .page-cart1 .cart-collaterals .cart-subtotal td {
    min-width: 100%;
    float: none;
    padding: 5px;
    width: 100%;
  }
  .page-cart1 .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    width: 100%;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 {
    width: 100%;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 {
    width: 100%;
    margin-top: 10px;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 .checkout-button.button.alt.wc-forward {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-order .single1 .checkout.woocommerce-checkout .form-row.form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    width: 100%;
  }
  .section-carts42 iframe {
    height: 350px;
  }
  .front-page3s .single1 .title-top {
    margin-top: 20px;
  }
  .section-carts2 {
    padding: 10px 0;
  }
  .section-carts2 .single1 .poj1 .desc .title1 p {
    margin-bottom: 0;
  }
  .section-carts2 .desc p {
    margin-bottom: 0;
  }
  .section-carts2 .single2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
  }
  .section-carts42 {
    padding: 0;
  }
  .section-slider-down .single2 a {
    width: 48%;
    padding: 8px 11px;
    margin: 0 1%;
  }
  .section-slider-down .single2 span {
    width: 100%;
    display: none;
  }
  .section-slider-down .single1 {
    color: #fff;
    font-size: 12px;
    line-height: 37px;
    font-weight: 400;
  }
  .front-page2s .single2 .poj1 .ico {
    float: left;
    margin-right: 15px;
    overflow: hidden;
    font-size: 20px;
    width: 23px;
    text-align: center;
  }
  .front-page2s .single2 .poj1 .desc {
    overflow: hidden;
    line-height: 23px;
  }
  .front-page2s .single2 .poj1 .desc .text1 p {
    margin-bottom: 3px;
  }
  .front-page2s .single1 .desc {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }
  .woocommerce-home .single-cal-product .title1 p {
    margin-bottom: 0;
  }
  .section-kal,
  .section-kal2 {
    padding: 20px 0;
  }
  .section-kal .single1,
  .section-kal2 .single1 {
    margin-bottom: 0;
  }
  .section-kal .single1 h1,
  .section-kal2 .single1 h1 {
    font-size: 28px;
  }
  .section-kal .single2 .title1,
  .section-kal2 .single2 .title1 {
    margin-top: 2px;
  }
  .section-kal .single2 .title1 h3,
  .section-kal2 .single2 .title1 h3 {
    font-size: 15px;
  }
  .section-kal .single2 .single-sz,
  .section-kal2 .single2 .single-sz {
    overflow: hidden;
  }
  .section-kal .single2 .rs-label,
  .section-kal2 .single2 .rs-label {
    height: 45px;
    font-size: 14px;
    margin-left: -60px;
  }
  .section-kal .cars-coast-summary .cars-coast .poj1c p,
  .section-kal2 .cars-coast-summary .cars-coast .poj1c p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #F8F8F8;
    background-color: #009B39;
    padding: 4px 12px;
    float: none;
    border-radius: 8px;
    width: 244px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    position: relative;
  }
  .header-top2 .header-navigation img {
    max-width: 215px;
  }
  .section-kal .cars-coast-sumary .cars-coast,
  .section-kal2 .cars-coast-sumary .cars-coast {
    width: 100%;
    text-align: center;
  }
  .section-kal .cars-coast-sumary .resultat,
  .section-kal2 .cars-coast-sumary .resultat {
    width: 100%;
    text-align: center;
  }
  .woocommerce-home .button-action .btn.btn-primary {
    padding: 11px 25px;
  }
  .woocommerce-home .spec-download a {
    background-color: #fff;
    border: 1px solid #3476b7;
    color: #000;
    padding: 10px 15px;
    border-radius: 7px;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  .woocommerce-home .single-details-product .navbar {
    padding: 10px;
  }
  .woocommerce-home .tab-sz {
    padding: 15px;
  }
  .woocommerce-home .tab-sz .desc1-single {
    margin-top: 7px;
  }
  .front-kf-2s {
    padding: 20px 0;
  }
  .front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter {
    width: 100%;
  }
  .section-small-slider {
    min-height: 140px;
    margin: 0 15px;
  }
  .section-small-slider .single1 {
    padding: 51px 15px;
    padding-top: 24px;
  }
  .section-small-slider .single1 .title1 h1 {
    font-size: 31px;
  }
  .section-small-slider .single1 .breadcrumb {
    font-size: 12px;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .woocommerce.ywraq-wrapper thead {
    display: none;
  }
  .woocommerce.ywraq-wrapper .cart_item td {
    width: 100%;
    float: left;
    text-align: center;
  }
  .woocommerce.ywraq-wrapper .cart_item .product-thumbnail {
    width: 100%;
  }
  .woocommerce.ywraq-wrapper .cart_item .product-subtotal {
    text-align: center;
    font-weight: 500;
  }
  .woocommerce.ywraq-wrapper tbody .actions {
    text-align: center;
  }
}
.modal-open .modal {
  padding-left: 17px;
  padding-right: 17px;
}

.hide {
  display: none !important;
}

.page-woocommerce-ask {
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .top-nav2 .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
  }
  .top-nav2 .section-search .btn.btn-primary {
    padding: 10px 11px;
  }
  .page-faq1 {
    padding: 40px 0;
  }
  .page-faq1 .row {
    padding: 0;
  }
  .page-faq1 .single1 h5 {
    font-size: 44px;
    line-height: 48px;
  }
  .page-faq1 .single3 {
    margin-top: 33px;
  }
  .page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item {
    padding: 14px 0;
  }
  .page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header {
    padding-bottom: 15px;
  }
  .page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
    font-size: 28px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content {
    padding: 28px 24px;
  }
  .page-about2 .row {
    padding: 7%;
  }
  .page-about2 .title1 h5 {
    color: #2DCD68;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .page-about2 .desc p {
    font-size: 17px;
  }
}
@media (max-width: 993px) {
  .front-slider2 .berocket_ajax_filters_toggle.theme-2 {
    width: 100%;
    display: block;
  }
  .front-slider2 .berocket_ajax_filters_toggle.theme-2:hover {
    opacity: 0.7;
    color: #000;
  }
  .front-slider2 .desc1 {
    margin-top: -59px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter {
    margin: 5px 0.5%;
    width: 98%;
  }
  .front-slider2 .desc1 .yith-wcan-filters .label-design {
    padding-top: 4px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items .filter-item.label {
    text-align: center;
    width: 44%;
    margin: 2%;
    padding: 1%;
  }
  .front-slider2 .desc1 .yith-wcan-filters .checkbox-design {
    padding-top: 4px;
  }
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_9 {
    padding-top: 6px;
    float: left;
  }
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_9 .filter-content {
    width: 198px;
    margin: 0 auto;
  }
  .front-slider2 .desc1 .berocket_single_filter_widget {
    width: 100%;
    margin: 5px 0;
  }
  .front-slider2 .desc1 .berocket_single_filter_widget .bapf_sfilter .bapf_button {
    margin-top: 4px;
  }
  .top-nav2 .section-search .btn.btn-primary {
    padding: 3px 31px;
    height: 44px;
    font-size: 16px;
    line-height: 15px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter {
    margin: 5px 0.5%;
    width: 32%;
  }
  .front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .filter-title {
    font-size: 13px;
    color: #5A685F;
    line-height: 17px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
    font-size: 13px;
    padding: 9px 13px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .label-design {
    padding-top: 5px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .checkbox-design {
    position: relative;
    padding-top: 6px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content {
    padding: 35px 37px;
    padding-bottom: 50px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content h4 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 9px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 29px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .newsletter-content .newsletter-content-img img {
    width: 50%;
    float: right;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-availability {
    font-size: 12px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-super-offer {
    font-size: 12px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-super-offer img {
    margin-right: 4.5px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc {
    padding: 6px 15px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .title1 {
    margin-bottom: 8px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .title1 .woocommerce-loop-product__title {
    font-size: 22px;
    line-height: 28px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .product-poj-attribute .poj1 .cc1 img {
    max-width: 17px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .product-poj-attribute .poj1 .cc2 .ss2 p {
    font-size: 13px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .link-offer {
    font-size: 16px;
    padding: 13px 23px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc .link-offer i {
    float: right;
    font-size: 18px;
    padding-top: 4px;
  }
  .front-car1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .front-car1 .single-sz {
    padding-left: 0;
    height: auto;
    min-height: 300px;
    padding: 15px;
    background-position: center;
    border-radius: 16px;
  }
  .front-car1 .title1 {
    padding-top: 18px;
    margin-bottom: 11px;
  }
  .front-car1 .title1 h4 {
    font-weight: 500;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .front-car1 .title2 {
    margin-bottom: 15px;
  }
  .front-car1 .title2 p {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 0;
    font-weight: 500;
    color: #5A685F;
  }
  .front-car1 .but-more a {
    font-size: 16px;
    padding: 13px 23px;
    width: 100%;
  }
  .how-it-works2 {
    padding: 30px 0;
  }
  .how-it-works2 .title1 h5 {
    font-size: 26px;
  }
  .how-it-works2 .steps .step-line {
    padding-top: 0;
  }
  .how-it-works2 .steps .step-line .step-wrapper {
    height: 66px;
  }
  .how-it-works2 .steps .step-line .step-wrapper.two-step {
    margin-top: 88px;
  }
  .how-it-works2 .steps .step-line .step-wrapper.three-step {
    margin-top: 91px;
  }
  .how-it-works2 .steps .step-line .step-wrapper.four-step {
    margin-top: 88px;
  }
  .how-it-works2 .steps .step-content .step {
    text-align: left;
    margin-bottom: 30px;
  }
  .how-it-works2 .steps .step-content .step .icon-box {
    width: 55px;
    height: 55px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .front-page3ss {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .front-page3ss .single1-title {
    margin-bottom: 20px;
  }
  .front-page3ss .single1-title h5 {
    font-size: 26px;
    line-height: 39.92px;
    margin-bottom: 0;
  }
  .front-page3ss .product-poj .product-poj-img .product-poj-sz .category-thumbnail .category-thumbnail-sz .category-description {
    padding: 15px 30px;
  }
  .front-page3ss .product-poj .product-poj-img .product-poj-sz .category-thumbnail .category-thumbnail-sz .category-description h2 {
    font-size: 34px;
    line-height: 39px;
  }
  .front-page3ss .product-poj .product-poj-img .product-poj-sz::after {
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
  }
  .front-blog1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .front-blog1 .single1 {
    text-align: center;
  }
  .front-blog1 .single1 h3 {
    font-size: 26px;
    line-height: 39.92px;
    margin-bottom: 0;
  }
  .front-blog1 .single3 {
    margin-top: 25px;
  }
  .front-blog1 .single3 .desc {
    margin-top: 11px;
  }
  .front-blog1 .single3 .desc .title-single a h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .front-blog1 .single3 .desc .but-more {
    margin-top: 15px;
  }
  .front-blog1 .single3 .desc .but-more a {
    font-size: 17px;
  }
  .front-blog1 .single3 .desc .but-more a i {
    margin-left: 17px;
    font-size: 14px;
  }
  .front-faq1,
  .page-faq1 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .front-faq1 .row,
  .page-faq1 .row {
    padding: 10px;
  }
  .front-faq1 .single1,
  .page-faq1 .single1 {
    text-align: center;
  }
  .front-faq1 .single1 h5,
  .page-faq1 .single1 h5 {
    font-size: 26px;
    line-height: 39.92px;
    margin-bottom: 0;
    text-align: center;
  }
  .front-faq1 .single3,
  .page-faq1 .single3 {
    margin-top: 10px;
  }
  .front-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item,
  .page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item {
    padding: 15px 0;
  }
  .front-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header,
  .page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header {
    padding-bottom: 0;
  }
  .front-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title,
  .page-faq1 .single3 .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
    color: #5A685F;
    font-size: 18px;
    font-weight: 700;
  }
  .front-loga1 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .front-loga1 .title1 {
    margin-bottom: 25px;
  }
  .front-loga1 .title1 h5 {
    font-size: 26px;
    line-height: 39.92px;
  }
  .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-top .single-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-top .single1 .desc1 {
    text-align: center;
  }
  .footer-top .single1 .desc1 ul li {
    margin-bottom: 2px;
  }
  .footer-top .single1 .desc1 ul li a {
    font-size: 14px;
  }
  .footer-top .single1 .desc2 {
    margin-top: 3px;
    text-align: center;
  }
  .footer-top .single1 .desc3 {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 7px;
  }
  .footer-top .single2 {
    margin-top: 15px;
    text-align: center;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .footer-bottom .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-bottom .single1 {
    text-align: center;
  }
  .footer-bottom .single2 {
    text-align: center;
  }
  .section-small-slider2 {
    padding-left: 0;
    margin: 0 15px;
    text-align: center;
    padding: 0 15px;
    height: 75px;
  }
  .section-small-slider2 .desc-sz h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .front-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .front-contact .single1 .desc1 {
    margin-bottom: 10px;
  }
  .front-contact .single1 .desc1 h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 17px;
  }
  .front-contact .single1 .desc1 .desc1 {
    margin-bottom: 10px;
  }
  .front-contact .single1 .desc1 .desc1 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
  }
  .front-contact .single1 .desc2 {
    margin-bottom: 15px;
  }
  .front-contact .single1 .desc2 ul li {
    margin-bottom: 10px;
  }
  .front-contact .single1 .desc2 ul li a {
    font-size: 16px;
    color: #5A685F;
    line-height: 22px;
  }
  .front-contact .single1 .desc2 ul li p {
    margin-bottom: 0;
  }
  .front-contact .single3 {
    margin-top: 0;
  }
  .front-contact .single3 .desc .poj-single {
    margin-bottom: 0;
  }
  .front-contact .single3 .desc .poj-single1 {
    margin-bottom: 7px;
  }
  .front-contact .single3 .desc .poj-accept {
    margin-top: 2px;
  }
  .front-contact .single3 .desc .poj-submit {
    margin-top: 15px;
  }
  .front-contact .single3 .desc .poj-submit .wpcf7-form-control.wpcf7-submit {
    padding: 14px 28px;
    line-height: 17px;
    font-size: 16px;
  }
  .page-about1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page-about1 .single1 .single-sz {
    position: relative;
    top: 0;
    transform: translateY(0);
    font-size: 14px;
    line-height: 24px;
  }
  .page-about1 .single1 .single-sz h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .page-about2 {
    margin-bottom: 0;
  }
  .page-about2 .row {
    padding: 20px;
  }
  .page-about2 .title1 {
    margin-bottom: 8px;
  }
  .page-about2 .title1 h5 {
    font-size: 46px;
  }
  .page-about2 .desc p {
    font-size: 17px;
    line-height: 23px;
  }
  .page-reviews1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-reviews1 .item-nt {
    margin-top: 0;
  }
  .page-reviews1 .owl-nav,
  .page-reviews1 .owl-nav.disabled {
    margin-top: 18px;
    margin-bottom: 0;
  }
  .page-reviews1 .review__content {
    font-size: 14px;
  }
  .page-blog1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-blog1 .single1 {
    text-align: center;
  }
  .page-blog1 .single1 h3 {
    font-size: 26px;
    line-height: 39.92px;
    margin-bottom: 0;
  }
  .page-blog1 .single3 .desc {
    margin-top: 11px;
  }
  .page-blog1 .single3 .desc .title-single {
    margin-top: 18px;
  }
  .page-blog1 .single3 .desc .title-single a h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .page-blog1 .single3 .desc .but-more {
    margin-top: 15px;
  }
  .page-blog1 .single3 .desc .but-more a {
    font-size: 17px;
  }
  .page-blog1 .single3 .desc .but-more a i {
    margin-left: 17px;
    font-size: 14px;
  }
  .woocommerce-back-link {
    margin-top: 5px;
    margin-bottom: 14px;
  }
  .woocommerce-back-link a {
    font-size: 13px;
    line-height: 17px;
    padding: 12px 16px;
  }
  .woocommerce-back-link a i {
    margin-right: 8px;
  }
  .woocommerce-home #wooswipe .thumbnails {
    margin-bottom: 0;
    margin-top: 14px !important;
  }
  .woocommerce-home .single-cal-product {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .woocommerce-home .single-cal-product .single-c {
    margin-left: 0;
  }
  .woocommerce-home .single-cal-product .single-top-product-title2 {
    margin-top: 10px;
    margin-right: 10px;
  }
  .woocommerce-home .single-cal-product .single-top-product-title2 h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .woocommerce-home .single-cal-product .single-top-product-cat {
    float: left;
    background-color: #265931;
    color: #fff;
    border-radius: 8px;
    margin-top: 4px;
    padding: 7px 11px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    display: none;
  }
  .woocommerce-home .single-cal-product .single-top-product-quick-det {
    margin-top: 11px;
    margin-bottom: 2px;
    float: left;
    width: 100%;
  }
  .woocommerce-home .single-cal-product .single-top-product-quick-det2 {
    margin-bottom: 12px;
  }
  .woocommerce-home .single-cal-product .single-top-product-quick-det2 ul li {
    margin-right: 4px;
  }
  .woocommerce-home .single-cal-product .single-top-product-quick-det2 ul li img {
    width: 26px;
    height: auto;
  }
  .woocommerce-home .single-details-product {
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .woocommerce-home .tab-sz .spec-sz-c {
    margin-top: 8px;
  }
  .woocommerce-home .tab-sz .spec-c {
    margin-bottom: 12px;
  }
  .woocommerce-home .tab-sz .desc1-single {
    margin-top: 2px;
  }
  .woocommerce-home .tab-sz .spec1 {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .woocommerce-home .tab-sz .spec2 {
    font-size: 15px;
  }
  .woocommerce-home .single-cal-product #leasingWynajemTabs {
    display: inline-block;
    text-align: center;
  }
  .woocommerce-home .single-cal-product #leasingWynajemTabs .nav-item {
    display: inline-block;
  }
  .woocommerce-home .nav.nav-tabs {
    margin-bottom: 15px;
  }
  .woocommerce-home .nav.nav-tabs .nav-link {
    border: none;
    padding-left: 11px;
    padding-right: 12px;
    margin-right: 6px;
    font-weight: 600;
    color: #2a2a2a;
    padding-bottom: 13px;
    font-size: 19px;
    padding-top: 16px;
  }
  .woocommerce-home .spec-download button {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .woocommerce-home .single-details-product2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .woocommerce-home .single-details-product2 .photos {
    margin-right: 4px;
  }
  .woocommerce-home .single-details-product2 .photos img {
    width: 62px;
  }
  .woocommerce-home .single-details-product2 .desc1 {
    padding-top: 4px;
  }
  .woocommerce-home .single-details-product2 .desc1 h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .woocommerce-home .single-details-product3 {
    margin-top: 18px;
  }
  .woocommerce-home .single-details-product3 .title1 {
    width: 100%;
  }
  .woocommerce-home .single-details-product3 .title1 p {
    font-size: 24px;
    line-height: 26px;
  }
  .woocommerce-home .single-details-product3 .desc1 {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 23px;
  }
  .woocommerce-home .section-kal,
  .woocommerce-home .section-kal2 {
    padding-bottom: 0;
  }
  .woocommerce-home .section-kal .single2 .range-slider,
  .woocommerce-home .section-kal2 .single2 .range-slider {
    margin-bottom: 16px;
  }
  .woocommerce-home .section-kal .cars-coast-sumary,
  .woocommerce-home .section-kal2 .cars-coast-sumary {
    margin-top: 15px;
  }
  .woocommerce-home .section-kal .cars-coast-sumary .resultat,
  .woocommerce-home .section-kal2 .cars-coast-sumary .resultat {
    margin-top: 10px;
  }
  .woocommerce-home .button-action .btn.btn-primary {
    font-size: 14px;
  }
  .woocommerce-home .button-action2 .btn.btn-primary {
    padding: 11px 25px;
    font-size: 13px;
  }
  .woocommerce-home .price-omnibus {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .page-template-kontakt .front-contact {
    padding-top: 20px;
  }
  .single2-product .single2-attribute {
    width: 100%;
  }
  .single2-product .single2-sum {
    width: 100%;
    padding: 16px;
    margin-top: 10px;
  }
  .single2-product .single2-sum .single2-sum-title {
    margin-bottom: 18px;
  }
  .single2-product {
    margin-top: 24px;
  }
  .single2-product .single2-product-title {
    margin-bottom: 17px;
  }
  .single2-product .single2-product-title h1 {
    font-size: 32px;
    line-height: 37.6px;
  }
  .single2-product .single2-attribute .spec1c {
    margin-bottom: 6px;
  }
  .single2-product .single2-attribute .spec1 {
    margin-bottom: 4px;
  }
  .single2-product .single2-attribute .spec1 p {
    font-size: 13px;
    line-height: 21px;
  }
  .single2-product .single2-attribute .spec2 p {
    color: #0A0001;
    font-size: 18px;
    font-weight: 700;
    line-height: 27.4px;
  }
  .single2-product .single2-sum .single2-sum-title p {
    float: none;
    display: block;
    text-align: center;
  }
  .single2-product .single2-sum .single2-sum-pojc {
    margin-bottom: 8px;
  }
  .single2-product .single2-sum .single2-sum-pojc .sum-poj1 {
    margin-bottom: 0;
  }
  .single2-product .single2-sum .single2-sum-pojc .sum-poj1 p {
    font-size: 13px;
    line-height: 20px;
  }
  .single2-product .single2-sum .single2-sum-pojc .sum-poj2 p {
    font-size: 16px;
    line-height: 25.4px;
    margin-bottom: 0;
  }
  .single2-product .single2-sum .single2-sum-pojc1 {
    margin-bottom: 0;
  }
  #woocommerce-nav .form-title1 {
    margin-top: 15px;
  }
  #woocommerce-nav .form-title1 h4 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 14px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .button_active,
  .front-slider2 .desc1 .yith-wcan-filters .button_reset {
    width: 100%;
    margin: 10px 0;
  }
  .front-slider2 .desc1 .yith-wcan-filters .button_active button,
  .front-slider2 .desc1 .yith-wcan-filters .button_reset button {
    background-color: #2DCD68;
    border: 1px solid #2DCD68;
    border-radius: 10px;
    margin-top: 0;
  }
  .woocommerce-home #equipment .title-spec button {
    font-size: 15px;
    line-height: 29px;
    white-space: normal;
  }
  .woocommerce-home #equipment .desc1-single {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .woocommerce-home #equipment {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .woocommerce-home #equipment .card-sz ul {
    font-size: 13px;
    line-height: 22px;
    color: #5A685F;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-gap: 20px;
  }
  .woocommerce-home #equipment .collapse-sz {
    margin-top: 0;
  }
  .woocommerce-home #more-info {
    font-size: 13px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .front-slider1 {
    min-height: 300px;
    height: 300px;
  }
  .front-slider1 .desc-sz h1,
  .front-slider1 .desc-sz h2,
  .front-slider1 .desc-sz h3 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 4px;
  }
  .front-slider1 .desc-sz p {
    font-size: 15px;
    line-height: 23px;
  }
  .front-contact .single1 .title-top h4 {
    font-size: 24px;
  }
  .front-contact .single1 .title-top h3 {
    font-size: 28px;
  }
  .front-contact .single1 .title-top .separator {
    margin-top: 15px;
    margin-bottom: 24px;
  }
  .front-contact .single2 .title-top {
    margin-bottom: 12px;
  }
  .front-contact .single2 .title-top p {
    font-size: 20px;
  }
  .front-contact .single2 .desc ul li {
    margin-bottom: 13px;
  }
  .front-contact .single2 .desc ul li a {
    font-size: 14px;
  }
  .front-contact .single3 .title-top {
    margin-bottom: 12px;
  }
  .front-contact .single3 .title-top p {
    font-size: 20px;
  }
  .front-contact .single3 .desc {
    margin-bottom: 0;
  }
  .front-contact .single3 .desc .poj-single input {
    padding: 9px 10px;
  }
  .front-contact .single3 .desc .poj-single1 {
    margin-bottom: 3px;
  }
  .front-contact .single3 .desc .poj-single1 label {
    margin-bottom: 2px;
  }
  .front-contact .single1 .desc1 {
    margin-bottom: 22px;
  }
  .front-contact .single1 .desc1 h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 9px;
    text-align: center;
  }
  .front-contact .single1 .desc1 p {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
  }
  .front-contact .single1 .desc2 ul li a {
    font-size: 14px;
  }
  .modal-quick-contact2 .modal-header .desc-sz .photos {
    display: none;
  }
  .modal-quick-contact2 .modal-header .desc-sz .photos img {
    width: 68px;
  }
  .modal-quick-contact2 .modal-header .desc-sz .title1 {
    float: left;
    margin-left: 10px;
    margin-right: 25px;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .modal-quick-contact2 .modal-header .desc-sz {
    padding: 7px 16px;
  }
  .modal-quick-contact2 .modal-header .desc-sz .title1 p {
    font-size: 14px;
    font-weight: 700;
    line-height: 14.8px;
    color: #0a0001;
    padding-top: 13px;
  }
  .modal-quick-contact2 .modal-header .desc-sz .single-top-product-cat {
    display: none;
  }
  .modal-quick-contact2 .modal-header .desc-sz .single-top-product-cat p {
    float: left;
    background-color: #265931;
    color: #fff;
    border-radius: 8px;
    margin-top: 0;
    padding: 5px 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .modal-quick-contact2 .modal-body .desc1 h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #0a0001;
    margin-bottom: 16px;
  }
  .modal-quick-contact2 .modal-body .desc1 p {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    color: #5a685f;
  }
  .modal-quick-contact2 .modal-body .desc3 {
    margin-top: 10px;
  }
  .modal-quick-contact2 .modal-body {
    padding-top: 0;
  }
  .modal-quick-contact2 .desc-form .desc-sz .poj-submit {
    margin-top: 7px;
  }
  .modal-quick-contact2 .desc-form .desc-sz .poj-submit .wpcf7-form-control.wpcf7-submit {
    background-color: #2DCD68;
    padding: 13px 21px;
    box-shadow: none;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #2DCD68;
    cursor: pointer;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding-right: 60px;
    background-image: url("https://carfy.pl/wp-content/themes/carfy/img/ico/pdf2.png");
    background-position: right 55px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    white-space: normal;
    background-image: none;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .desc-form .desc-sz .poj-submit {
    margin-top: 12px;
  }
  .desc-form .desc-sz .poj-submit .wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    padding: 11px 25px;
  }
  .front-slider2 .berocket_ajax_filters_toggle.theme-2 {
    width: 100%;
    display: block;
  }
  .front-slider2 .berocket_ajax_filters_toggle.theme-2:hover {
    opacity: 0.7;
    color: #000;
  }
  .front-slider2 .desc1 {
    margin-top: -59px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter {
    margin: 5px 0.5%;
    width: 98%;
  }
  .front-slider2 .desc1 .yith-wcan-filters .label-design {
    padding-top: 4px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items .filter-item.label {
    text-align: center;
    width: 44%;
    margin: 2%;
    padding: 1%;
  }
  .front-slider2 .desc1 .yith-wcan-filters .checkbox-design {
    padding-top: 4px;
  }
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_9 {
    padding-top: 6px;
    float: left;
  }
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_9 .filter-content {
    width: 198px;
    margin: 0 auto;
  }
  .front-slider2 .desc1 .berocket_single_filter_widget {
    width: 100%;
    margin: 5px 0;
  }
  .front-slider2 .desc1 .berocket_single_filter_widget .bapf_sfilter .bapf_button {
    margin-top: 4px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz {
    padding-top: 10px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-availability {
    top: 8px;
    left: 8px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-sz .attribute-super-offer {
    right: 8px;
    top: 8px;
  }
  .page-woocommerce .woocommerce-home12 .woocommerce-sections-list-products .product-poj-img .product-poj-desc {
    margin-top: 5px;
  }
  .front-slider1 {
    min-height: 170px;
    height: 170px;
  }
  .front-slider1 .desc-sz h1,
  .front-slider1 .desc-sz h2,
  .front-slider1 .desc-sz h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_8 {
    position: absolute;
    right: 0;
    bottom: -55px;
    width: 100%;
    text-align: right;
    right: 0;
    left: 0;
    margin: 5px 15px;
  }
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_8 .filter-title {
    width: 70px;
    margin-right: 10px;
  }
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_8 .filter-content {
    width: 200px;
    float: left;
  }
  body {
    background-size: 100% 8800px;
  }
  .woocommerce-home .single-image-product .attribute-super-offer {
    top: 8px;
    right: 8px;
    font-size: 12px;
    line-height: 14px;
  }
}
.toggle-button {
  display: none;
}

@media (max-width: 768px) {
  .front-slider2 {
    position: relative;
    /* Kontener nadrzędny dla pozycjonowania absolutnego */
  }
  .front-slider2 .desc1 {
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 5px;
    /* Dodajemy miejsce na przycisk */
    width: 100%;
  }
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_8 {
    width: 291px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .checkbox-design .term-label {
    margin-left: 6px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .checkbox-design input[type=checkbox] {
    width: 21px;
    height: 21px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .checkbox-design input[type=checkbox]:checked::after {
    content: "✔";
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
  }
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_3,
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_11,
  .front-slider2 .desc1 .yith-wcan-filters #filter_50_12 {
    display: none !important;
  }
  .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
    padding-right: 43px !important;
  }
}
.page-job {
  padding: 2rem 0;
}
.page-job .container-fluid {
  padding: 1rem;
  max-width: 1200px;
}
.page-job .container-fluid #accordion .card {
  border: 1px solid #2DCD68;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.page-job .container-fluid #accordion .card .card-header {
  background-color: #2DCD68;
  border-bottom: 1px solid #2DCD68;
  padding: 0.75rem 1.25rem;
}
.page-job .container-fluid #accordion .card .card-header h5 {
  margin: 0;
}
.page-job .container-fluid #accordion .card .card-header h5 .btn {
  font-size: 1.25rem;
  color: #2DCD68;
  text-decoration: none;
  width: 100%;
  text-align: left;
  padding: 0;
  color: #fff;
}
.page-job .container-fluid #accordion .card .card-header h5 .btn:hover, .page-job .container-fluid #accordion .card .card-header h5 .btn:focus {
  text-decoration: none;
}
.page-job .container-fluid #accordion .card .collapse .card-body {
  background-color: #fff;
  padding: 1rem;
}

.page-need-car1 {
  margin-top: 120px;
}
.page-need-car1 .container-fluid {
  max-width: 900px;
}
.page-need-car1 h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 49.92px;
  letter-spacing: -2%;
  color: rgb(10, 0, 1);
  margin-bottom: 32px;
}
.page-need-car1 h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(10, 0, 1);
}
.page-need-car1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(90, 104, 95);
  margin-bottom: 80px;
}

.page-need-car2 {
  margin-top: 30px;
}
.page-need-car2 .single1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-need-car2 .single1 ul li {
  float: left;
  border: 1px solid rgb(212, 213, 212);
  text-align: center;
  width: 18%;
  height: 293px;
  margin: 1%;
}
.page-need-car2 .single1 ul li .photos {
  min-height: 122px;
}
.page-need-car2 .single1 ul li img {
  margin-bottom: 24px;
}
.page-need-car2 .single1 ul li p {
  color: rgb(10, 0, 1);
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 0;
}
.page-need-car2 .single1 ul li a {
  display: block;
  padding: 60px;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.page-need-car2 .single1 ul li:hover {
  border-color: rgba(0, 0, 0, 0.65);
}

.page-need-car3 {
  margin-top: 25px;
}
.page-need-car3 .container-fluid {
  max-width: 900px;
}
.page-need-car3 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(90, 104, 95);
  margin-bottom: 80px;
}

.page-need-car4 .container-fluid {
  max-width: 680px;
}
.page-need-car4 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(90, 104, 95);
  margin-bottom: 80px;
}
.page-need-car4 .single3 p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(10, 0, 1);
}
.page-need-car4 .single4 a {
  border: 1px solid rgb(45, 205, 103);
  padding: 12px 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: 0%;
  color: rgb(90, 104, 95);
  border-radius: 8px;
  text-decoration: none;
}
.page-need-car4 .single4 a img {
  margin-right: 6px;
  margin-top: -4px;
}
.page-need-car4 .single4 a:hover {
  color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 1366px) {
  .front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items .filter-item.label .term-label {
    font-size: 12px;
  }
}
@media (max-width: 1250px) {
  .header-top2 .header-navigation .contact-quick {
    margin: 0 auto;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 17px;
  }
  .section-slider-s {
    min-height: 600px;
  }
  .section-slider-s .title-top h2 {
    font-size: 49px;
  }
  .section-slider-s .desc {
    font-size: 16px;
  }
  .page-need-car2 .single1 ul li {
    float: left;
    border: 1px solid rgb(212, 213, 212);
    text-align: center;
    width: 31%;
    height: 293px;
    margin: 1%;
  }
}
@media (max-width: 1200px) {
  .section-slider-down .single2 a {
    margin: 4px;
  }
  .section-slider-down .single2 span {
    display: none;
  }
  .header-top2 .header-navigation .contact-phone-top {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
  }
  .header-top2 .header-navigation .contact-phone-top .cc1 {
    display: none;
  }
  .header-top2 .header-navigation .contact-phone-top .cc2 {
    margin-left: 0;
  }
  .header-top2 .header-navigation .contact-phone-top .cc2 p {
    font-size: 12px;
  }
  .header-top2 .header-navigation .contact-phone-top .cc2 p a {
    font-size: 20px;
  }
  .header-top2 .header-navigation .list-shops {
    width: 50;
    margin: 10px;
    text-align: center;
  }
  .header-top2 .header-navigation .list-shops li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 7px;
    font-size: 13px;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 25px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .label-design .filter-items .filter-item.label {
    text-align: center;
    /* width: 44%; */
    margin: 2%;
    padding: 1%;
    width: 98%;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .section-under-slider .container-fluid > .row {
    padding: 55px 33px;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 25px;
    line-height: 24px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 47px;
    margin-top: -5px;
    line-height: 43px;
  }
  .section-under-slider .single2 {
    text-align: center;
  }
  .section-under-slider .single2 .cc1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .section-under-slider .single2 .cc2 {
    float: left;
    width: 100%;
    margin: 0;
  }
  .page-need-car2 .single1 ul li {
    float: left;
    border: 1px solid rgb(212, 213, 212);
    text-align: center;
    width: 31%;
    height: auto;
    margin: 1%;
  }
  .page-need-car2 .single1 ul li a {
    padding: 15px;
  }
}
@media (min-width: 960px) and (max-width: 1001px) {
  .header-top2 .header-navigation .contact-phone-top .cc2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-top2 .header-navigation .contact-phone-top {
    margin: 0 auto;
    max-width: 284px;
  }
  .header-top2 .header-navigation .navbar h1 {
    margin: 0;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
  }
  .header-top2 .header-navigation .contact-quick {
    width: 100%;
  }
  .header-top2 .header-navigation .contact-quick a {
    display: block;
    width: 160px;
    margin: 0 auto;
  }
  .section-slider-down .single1 {
    color: #fff;
    font-size: 19px;
    line-height: 48px;
    font-weight: 400;
  }
  .section-slider-down .single2 a {
    background-color: #fff;
    color: #000;
    padding: 7px 11px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 192px;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    font-weight: bold;
    font-size: 13px;
  }
  .section-slider-s .desc-ul ul li {
    font-size: 15px;
  }
  .section-under-slider .container-fluid > .row {
    padding: 63px 33px;
  }
  .section-under-slider .single1 .single1-sz {
    max-width: 342px;
    margin: 0 auto;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 18px;
    line-height: 21px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 37px;
  }
  .section-under-slider .single2 {
    margin-bottom: 10px;
    text-align: center;
  }
  .section-under-slider .single2 .cc1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .section-under-slider .single2 .cc2 {
    float: left;
    width: 100%;
    margin: 0;
  }
  .page-order .single1 .checkout.woocommerce-checkout .form-row.form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    width: 100%;
  }
  .page-order .single2 .checkout.woocommerce-checkout .single-shop1,
  .page-order .single2 .checkout.woocommerce-checkout .single-shop2 {
    width: 100%;
    margin-left: 0;
  }
  .page-order .single2 .woocommerce-checkout-payment {
    width: 100%;
    margin-left: 0;
  }
  .page-order .single2 .single-shop1 {
    width: 100%;
    margin-right: 0;
  }
  .page-order .single2 .single-shop2 {
    width: 100%;
  }
  .front-page2s .single1b {
    width: 100%;
  }
  .front-page2s .single2b {
    display: none;
  }
  .section-carts41 {
    padding: 20px 0;
  }
  .section-carts41 .container-fluid {
    padding: 15px;
  }
  .section-carts41 .single1 .title1 {
    margin-bottom: 7px;
  }
  .section-carts41 .single1 .sep {
    margin-bottom: 17px;
  }
  .section-carts41 .single2 img {
    margin-top: 20px;
  }
  .section-carts2 .single1b {
    width: 100%;
  }
  .section-carts2 .single2b {
    display: none;
  }
  .page-how1 {
    padding: 30px 0;
  }
  .page-how1 .single1 .title-top h3 {
    font-size: 24px;
    color: #333;
  }
  .page-how2 {
    padding: 30px 0;
  }
  .front-slider1 {
    height: 260px;
    margin: 0 10px;
  }
  .front-slider1 .desc-sz {
    top: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
  }
  .front-slider1 .desc-sz h1,
  .front-slider1 .desc-sz h2,
  .front-slider1 .desc-sz h3 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 4px;
  }
  .front-slider1 .desc-sz p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .front-slider1 .desc-sz .underphotos {
    display: none;
  }
  .front-slider2 .desc1 .nav-tabs {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-item:first-child {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-item:first-child a {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-link {
    font-size: 14px;
  }
  .front-slider2 .desc1 .tab-content {
    padding: 7px;
  }
  .header-back1 {
    position: absolute;
    top: 0;
    left: 36%;
  }
  .header-back1 img {
    width: 135px;
  }
  .woocommerce-home .produ-images {
    margin-right: 0;
  }
  .page-need-car1 {
    margin-top: 60px;
  }
  .page-need-car1 h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .page-need-car1 h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .page-need-car1 p {
    margin-bottom: 25px;
  }
  .page-need-cart2 {
    margin-top: 15px;
  }
  .page-need-car3 p {
    margin-bottom: 20px;
  }
  .page-need-car4 .single3 p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page-need-car4 .single4 {
    margin-bottom: 40px;
  }
  .page-need-car4 .single4 a {
    font-size: 15px;
  }
  .page-need-car4 .single4 .single-sz {
    text-align: center;
  }
  .section-kal {
    /* Podstawowy styl dla wszystkich suwaków */
  }
  .section-kal .rs-range,
  .section-kal .rs-range-r {
    height: 24px;
    /* Wysokość ścieżki suwaka */
  }
}
@media (max-width: 768px) {
  .header-quick2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .header-quick2 .single1 ul li {
    margin-right: 10px;
  }
  .header-quick2 .single1 ul li i {
    margin-right: 10px;
  }
  .section-slider-down {
    padding: 15px 0;
    text-align: center;
  }
  .section-slider-down .single2 a {
    background-color: #fff;
    color: #000;
    padding: 7px 11px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 192px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 13px;
  }
  .header-top2 .header-navigation .contact-phone-top {
    margin: 0 auto;
    max-width: 284px;
  }
  .header-top2 .header-navigation .list-shops {
    width: 100%;
    margin: 10px;
    text-align: center;
  }
  .header-top2 .header-navigation .list-shops li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
  }
  .header-top2 .header-navigation .navbar h1 {
    margin: 0;
  }
  .section-slider-s {
    min-height: 480px;
  }
  .section-under-slider .container-fluid > .row {
    padding: 22px;
  }
  .section-under-slider .single1 .single1-sz {
    max-width: 342px;
    margin: 0 auto;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 33px;
    line-height: 26px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 50px;
  }
  .section-under-slider .single2 {
    margin-bottom: 10px;
  }
  .section-under-slider .single2 .row {
    padding-left: 0;
  }
  .section-under-slider .single2 .single2-sz {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
  .section-under-slider .single2 .cc1 {
    margin-left: 0px;
  }
  .section-under-slider .single2 .cc1 img {
    max-width: 50px;
  }
  .section-under-slider .single2 .cc2 {
    margin-left: 0px;
  }
  .section-under-slider .single2 .pojup1 .single2-sz,
  .section-under-slider .single2 .pojup2 .single2-sz,
  .section-under-slider .single2 .pojup3 .single2-sz {
    left: 0;
    right: 0;
    width: 100%;
  }
  .page-woocommerce {
    margin: 10px 0;
    padding: 25px 0;
  }
  .page-woocommerce .sidebar-left-main {
    margin-top: 15px;
  }
  .page-woocommerce .sidebar-left-main .wp-block-columns {
    margin-bottom: 0;
  }
  .page-woocommerce .sidebar-left-main .panel-group {
    width: 100%;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs {
    width: 100%;
    border-bottom: none;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a i {
    display: block;
    display: inline-block;
    position: absolute;
    right: 57px;
    padding-top: 5px;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a:hover {
    color: #777;
  }
  .page-woocommerce .sidebar-left-main .collapse {
    display: none;
  }
  .page-woocommerce .sidebar-left-main .collapse.show {
    display: block;
  }
  .page-woocommerce .woocommerce-home12 {
    margin-top: 5px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering {
    margin-bottom: 10px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .woocommerce-ordering {
    text-align: center;
  }
  .front-about-tab2 .container-fluid .row {
    padding: 20px;
  }
  .front-about-tab2 .container-fluid .row .single1 {
    font-size: 16px;
  }
  .front-about-tab3 {
    margin-bottom: 25px;
  }
  .woocommerce-top1 {
    padding-bottom: 22px;
  }
  .woocommerce-home .summary.entry-summary {
    margin-left: 0;
    width: 100%;
  }
  .woocommerce-home .summary.entry-summary .product_title.entry-title {
    font-size: 30px;
  }
  .woocommerce-home .summary.entry-summary .price {
    font-size: 40px;
    text-align: center;
  }
  .woocommerce-home .summary.entry-summary .cart {
    margin-top: 5px;
  }
  .woocommerce-home .summary.entry-summary .cart .quantity {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .woocommerce-home .shipment-addition .single1 {
    width: 100%;
  }
  .woocommerce-home .shipment-addition .single1 .poj12 {
    font-size: 15px;
  }
  .woocommerce-top1 .title-top {
    margin-top: 5px;
  }
  .woocommerce-top1 .title-top h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .page-cart1 .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    width: 100%;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 {
    width: 100%;
    margin-right: 0;
    display: none;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 .checkout-button.button.alt.wc-forward {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-cart1 .wc-proceed-to-checkout .single1-mobile {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .page-order .single1 .checkout.woocommerce-checkout .form-row.form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    width: 100%;
  }
  .page-order .single2 .checkout.woocommerce-checkout .single-shop1,
  .page-order .single2 .checkout.woocommerce-checkout .single-shop2 {
    width: 100%;
    margin-left: 0;
  }
  .page-order .single2 .woocommerce-checkout-payment {
    width: 100%;
    margin-left: 0;
  }
  .top-nav2 .menu-item {
    margin-right: 0;
    text-align: center;
  }
  .top-nav2 .section-search {
    margin-left: 0;
    text-align: center;
  }
  .front-slider2 .desc1 .nav-tabs {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-item:first-child {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-item:first-child a {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .front-slider2 .desc1 .nav-tabs .nav-item {
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  .front-slider2 .desc1 .nav-tabs .nav-link {
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
  }
  .front-slider2 .desc1 .tab-content {
    padding: 12px;
  }
  .front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter {
    width: 49%;
  }
  .page-need-car2 .single1 ul li {
    float: left;
    border: 1px solid rgb(212, 213, 212);
    text-align: center;
    width: 48%;
    height: auto;
    margin: 1%;
  }
  .page-need-car2 .single1 ul li a {
    padding: 15px;
  }
}
@media (max-width: 550px) {
  .header-top2 .header-navigation img {
    max-width: 276px;
  }
  .header-quick2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .header-quick2 .single1 ul li {
    margin-right: 10px;
  }
  .header-quick2 .single1 ul li i {
    margin-right: 10px;
  }
  .header-top2 .header-navigation .contact-phone-top {
    margin: 0 60px;
  }
  .header-top2 .header-navigation .list-shops {
    width: 100%;
    margin: 10px;
    text-align: center;
  }
  .header-top2 .header-navigation .list-shops li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
  }
  .section-slider-s .title-top h2 {
    font-size: 36px;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 33px;
    line-height: 26px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 50px;
  }
  .section-under-slider .single2 {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 15px;
  }
  .section-under-slider .single2 .pojup1 {
    width: 100%;
    margin-bottom: 5px;
  }
  .section-under-slider .single2 .pojup1 .single2-sz {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .section-under-slider .single2 .cc1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .section-under-slider .single2 .cc2 {
    float: left;
    width: 100%;
    margin: 0;
  }
  .section-under-slider .single2 .cc2 p {
    font-size: 16px;
  }
  .front-page3s {
    padding: 0;
    margin-top: 40px;
  }
  .front-page2s {
    padding: 10px 0;
  }
  .front-page2s .single1 {
    text-align: center;
  }
  .front-page2s .single1 .title-top h3 {
    font-size: 32px;
  }
  .front-page2s .single1 .desc {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
  }
  .front-page2s .single2 .btn {
    padding: 0.375rem 0;
    white-space: normal;
  }
  .front-page2s .single2 .card-body {
    padding: 7px 0px;
  }
  .front-page1s .single1 .title-top h2 {
    font-size: 32px;
  }
  .front-page1s .single2 .poj1-sz {
    padding: 15px;
  }
  .front-page1s .single2 .poj1-sz .title h4 {
    font-size: 20px;
  }
  .front-page1s .single2 .poj1-sz .desc .text p {
    margin: 0;
  }
  .page-o-nas1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
  }
  .page-woocommerce {
    margin: 0;
    padding: 0;
  }
  .page-woocommerce .sidebar-left-main {
    margin-top: 15px;
  }
  .page-woocommerce .sidebar-left-main .panel-group {
    width: 100%;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs {
    width: 100%;
    border-bottom: none;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a:hover {
    color: #777;
  }
  .page-woocommerce .sidebar-left-main .collapse {
    display: none;
  }
  .page-woocommerce .sidebar-left-main .collapse.show {
    display: block;
  }
  .page-woocommerce .woocommerce-home12 {
    margin-top: 5px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering {
    margin-bottom: 10px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .woocommerce-ordering {
    text-align: center;
  }
  .single-product .page-woocommerce {
    margin: 0;
    padding: 0;
  }
  .woocommerce-home .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .woocommerce-home .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information .title2 {
    margin-top: 15px;
    margin-bottom: 17px;
  }
  .woocommerce-home .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information .woocommerce-product-attributes.shop_attributes tr {
    width: 100%;
  }
  .woocommerce-home .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information .woocommerce-product-attributes.shop_attributes tr th {
    width: 50%;
    float: left;
  }
  .woocommerce-home .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information .woocommerce-product-attributes.shop_attributes tr td {
    width: 50%;
    float: left;
  }
  .woocommerce-home .summary.entry-summary .woocommerce-variation-price {
    margin-bottom: 7px;
  }
  .woocommerce-home .summary.entry-summary .price {
    font-size: 31px;
  }
  .woocommerce-home .product-type-simple .single-top-product .title-top .single-top-product-title2 h1 {
    font-size: 27px;
  }
  .woocommerce-home .product-type-simple .single-top-product .title-top .single-top-product-title1 {
    float: left;
    background-color: #2DCD67;
    color: #fff;
    font-weight: 500;
    padding: 7px;
    border-radius: 5px;
    font-size: 9px;
    font-style: italic;
    margin-right: 10px;
    margin-top: 5px;
    text-transform: uppercase;
  }
  .woocommerce-home #wooswipe .thumbnails {
    margin-bottom: 5px;
    height: 80px;
  }
  .woocommerce-home .product-type-simple .single-top-product-quick-det {
    margin-left: 0;
  }
  .woocommerce-home .single-cal-product .single-cal-product-sz {
    margin-left: 0;
  }
  .front-about-tab2 .container-fluid .row {
    padding: 20px;
  }
  .front-about-tab2 .container-fluid .row .single1 {
    font-size: 16px;
  }
  .front-about-tab3 {
    margin-bottom: 25px;
  }
  .woocommerce-top1 {
    padding-bottom: 22px;
  }
  .woocommerce-home .summary.entry-summary {
    margin-left: 0;
    width: 100%;
  }
  .woocommerce-home .summary.entry-summary .product_title.entry-title {
    font-size: 30px;
  }
  .woocommerce-home .summary.entry-summary .price {
    font-size: 40px;
    text-align: center;
  }
  .woocommerce-home .summary.entry-summary .cart {
    margin-top: 5px;
  }
  .woocommerce-home .summary.entry-summary .cart .quantity {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .woocommerce-home .shipment-addition .single1 {
    width: 100%;
  }
  .woocommerce-home .shipment-addition .single1 .poj12 {
    font-size: 15px;
  }
  .woocommerce-top1 .title-top {
    margin-top: 5px;
  }
  .woocommerce-top1 .title-top h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .page-cart1 table thead {
    display: none;
  }
  .page-cart1 table tr td {
    min-width: 100%;
    padding: 5px;
    float: left;
    text-align: center;
  }
  .page-cart1 .cart-collaterals .cart-subtotal th,
  .page-cart1 .cart-collaterals .cart-subtotal td {
    min-width: 100%;
    float: none;
    padding: 5px;
    width: 100%;
  }
  .page-cart1 .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    width: 100%;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 {
    width: 100%;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 {
    width: 100%;
    margin-top: 10px;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 .checkout-button.button.alt.wc-forward {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-order .single1 .checkout.woocommerce-checkout .form-row.form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    width: 100%;
  }
  .section-carts42 iframe {
    height: 350px;
  }
  .front-page3s .single1 .title-top {
    margin-top: 20px;
  }
  .section-carts2 {
    padding: 10px 0;
  }
  .section-carts2 .single1 .poj1 .desc .title1 p {
    margin-bottom: 0;
  }
  .section-carts2 .desc p {
    margin-bottom: 0;
  }
  .section-carts2 .single2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
  }
  .section-carts42 {
    padding: 0;
  }
  .section-slider-down .single2 a {
    width: 48%;
    padding: 8px 11px;
    margin: 0 1%;
  }
  .section-slider-down .single2 span {
    width: 100%;
    display: none;
  }
  .section-slider-down .single1 {
    color: #fff;
    font-size: 12px;
    line-height: 37px;
    font-weight: 400;
  }
  .front-page2s .single2 .poj1 .ico {
    float: left;
    margin-right: 15px;
    overflow: hidden;
    font-size: 20px;
    width: 23px;
    text-align: center;
  }
  .front-page2s .single2 .poj1 .desc {
    overflow: hidden;
    line-height: 23px;
  }
  .front-page2s .single2 .poj1 .desc .text1 p {
    margin-bottom: 3px;
  }
  .front-page2s .single1 .desc {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }
  .woocommerce-home .single-cal-product .title1 p {
    margin-bottom: 0;
  }
  .section-kal,
  .section-kal2 {
    padding: 20px 0;
  }
  .section-kal .single1,
  .section-kal2 .single1 {
    margin-bottom: 0;
  }
  .section-kal .single1 h1,
  .section-kal2 .single1 h1 {
    font-size: 28px;
  }
  .section-kal,
  .section-kal2 {
    /* Podstawowy styl dla wszystkich suwaków */
  }
  .section-kal .rs-range,
  .section-kal .rs-range-r,
  .section-kal2 .rs-range,
  .section-kal2 .rs-range-r {
    height: 24px;
    /* Wysokość ścieżki suwaka */
  }
  .section-kal .single2 .title1,
  .section-kal2 .single2 .title1 {
    margin-top: 2px;
  }
  .section-kal .single2 .title1 h3,
  .section-kal2 .single2 .title1 h3 {
    font-size: 15px;
  }
  .section-kal .single2 .single-sz,
  .section-kal2 .single2 .single-sz {
    overflow: hidden;
  }
  .section-kal .single2 .rs-label,
  .section-kal2 .single2 .rs-label {
    height: 45px;
    font-size: 14px;
    margin-left: -60px;
  }
  .section-kal .cars-coast-sumary .cars-coast .poj1c p,
  .section-kal2 .cars-coast-sumary .cars-coast .poj1c p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #F8F8F8;
    background-color: #009B39;
    padding: 4px 12px;
    float: none;
    border-radius: 8px;
    width: 244px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    position: relative;
  }
  .header-top2 .header-navigation img {
    max-width: 215px;
  }
  .section-kal .cars-coast-sumary .cars-coast,
  .section-kal2 .cars-coast-sumary .cars-coast {
    width: 100%;
    text-align: center;
  }
  .section-kal .cars-coast-sumary .resultat,
  .section-kal2 .cars-coast-sumary .resultat {
    width: 100%;
    text-align: center;
  }
  .woocommerce-home .button-action .btn.btn-primary {
    padding: 11px 25px;
  }
  .woocommerce-home .spec-download a {
    background-color: #fff;
    border: 1px solid #3476b7;
    color: #000;
    padding: 10px 15px;
    border-radius: 7px;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  .woocommerce-home .single-details-product .navbar {
    padding: 10px;
  }
  .woocommerce-home .tab-sz {
    padding: 15px;
  }
  .woocommerce-home .tab-sz .desc1-single {
    margin-top: 7px;
  }
  .front-kf-2s {
    padding: 20px 0;
  }
  .front-slider2 .desc1 .yith-wcan-filters .yith-wcan-filter {
    width: 100%;
  }
  .section-small-slider {
    min-height: 140px;
    margin: 0 15px;
  }
  .section-small-slider .single1 {
    padding: 51px 15px;
    padding-top: 24px;
  }
  .section-small-slider .single1 .title1 h1 {
    font-size: 31px;
  }
  .section-small-slider .single1 .breadcrumb {
    font-size: 12px;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .woocommerce.ywraq-wrapper thead {
    display: none;
  }
  .woocommerce.ywraq-wrapper .cart_item td {
    width: 100%;
    float: left;
    text-align: center;
  }
  .woocommerce.ywraq-wrapper .cart_item .product-thumbnail {
    width: 100%;
  }
  .woocommerce.ywraq-wrapper .cart_item .product-subtotal {
    text-align: center;
    font-weight: 500;
  }
  .woocommerce.ywraq-wrapper tbody .actions {
    text-align: center;
  }
  .page-need-car2 .single1 ul li {
    float: left;
    border: 1px solid rgb(212, 213, 212);
    text-align: center;
    width: 100%;
    height: auto;
    margin: 15px 0;
  }
  .page-need-car2 .single1 ul li a {
    padding: 15px;
  }
}
.woocommerce-home .nav.nav-tabs {
  width: 100%;
}

.section-kal .rs-range,
.section-kal .rs-range-r,
.section-kal2 .rs-range,
.section-kal2 .rs-range-r {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: linear-gradient(to right, #2dcd68 50%, #ddd 50%);
  outline: none;
}
.section-kal .rs-range::-webkit-slider-thumb,
.section-kal .rs-range-r::-webkit-slider-thumb,
.section-kal2 .rs-range::-webkit-slider-thumb,
.section-kal2 .rs-range-r::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 48px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #2dcd68;
  border-radius: 10px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6z"/></svg>'), url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z"/></svg>');
  background-repeat: no-repeat;
  background-position: left 6px center, right 6px center;
  background-size: 20px 20px;
}
.section-kal .rs-range::-moz-range-thumb,
.section-kal .rs-range-r::-moz-range-thumb,
.section-kal2 .rs-range::-moz-range-thumb,
.section-kal2 .rs-range-r::-moz-range-thumb {
  width: 48px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #2dcd68;
  border-radius: 10px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6z"/></svg>'), url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z"/></svg>');
  background-repeat: no-repeat;
  background-position: left 6px center, right 6px center;
  background-size: 20px 20px;
}

@media (max-width: 600px) {
  .section-kal .rs-range,
  .section-kal .rs-range-r,
  .section-kal2 .rs-range,
  .section-kal2 .rs-range-r {
    -webkit-appearance: none;
    width: 100%;
    height: 23px;
    border-radius: 5px;
    background: linear-gradient(to right, #2dcd68 50%, #ddd 50%);
    outline: none;
  }
}
.woocommerce-home .single-cal-product .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}
.woocommerce-home .single-cal-product .nav.nav-tabs .nav-link {
  font-weight: 500;
  margin-right: 0;
}
.woocommerce-home .single-cal-product .nav.nav-tabs .nav-item.show .nav-link,
.woocommerce-home .single-cal-product .nav.nav-tabs .nav-link.active {
  border-bottom: none;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #25a956;
  font-weight: bold;
}
.woocommerce-home .single-cal-product .nav.nav-tabs .nav-link:hover {
  border-bottom: none;
}
.woocommerce-home .single-cal-product .single-top-product-quick-det2 {
  margin-bottom: 35px;
}
.woocommerce-home .single-cal-product #leasingWynajemTabs {
  margin-bottom: 0;
}
.woocommerce-home .single-cal-product .tab-content > .active .single2 .single-ss {
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 20px;
}

/*06-2025*/
.sec-kat-top1 {
  position: relative;
  z-index: 0;
}
.sec-kat-top1 .category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 1199px) {
  .sec-kat-top1 .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .sec-kat-top1 .category-grid > .category-card:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .sec-kat-top1 .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .sec-kat-top1 .category-grid > .category-card:last-child {
    grid-column: span 2;
  }
}
.sec-kat-top1 .category-card {
  position: relative;
  min-height: 310px;
  background: #000;
  border-radius: 16px;
  box-shadow: 0 3px 14px 0 rgba(21, 32, 56, 0.13);
}
.sec-kat-top1 .category-card .category-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.87);
  border-radius: 8px;
}
.sec-kat-top1 .category-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
  pointer-events: none;
  border-radius: 8px;
}
.sec-kat-top1 .category-card .category-card-soon {
  position: absolute;
  top: -10px;
  left: 18px;
  background: rgb(217, 59, 20);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  padding: 5px 18px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  display: inline-block;
  z-index: 9;
  pointer-events: none;
}
.sec-kat-top1 .category-card .category-card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 22px 0;
  top: 0;
}
.sec-kat-top1 .category-card .category-card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  word-break: break-word;
  position: absolute;
  top: 27px;
  left: 16px;
  right: 16px;
  font-size: 22px;
  font-weight: 700;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  display: inline-block;
  pointer-events: none;
}
.sec-kat-top1 .category-card .category-card-btn {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  background: #fff;
  color: rgb(7, 7, 7);
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 9px 12px 9px 12px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 2px 16px 0 rgba(21, 32, 56, 0.09);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  outline: none;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  z-index: 10;
}
.sec-kat-top1 .category-card .category-card-btn .category-card-arrow {
  font-size: 20px;
  margin-left: 4px;
  font-weight: bold;
  color: #727272;
  transition: color 0.18s;
  position: absolute;
  right: 10px;
}
.sec-kat-top1 .category-card:hover .category-card-btn:not(.disabled) {
  background: rgb(191, 191, 191);
  box-shadow: 0 6px 20px 0 rgba(21, 32, 56, 0.11);
  color: rgb(95, 95, 95);
  opacity: 0.8;
}
.sec-kat-top1 .category-card:hover .category-card-btn:not(.disabled) .category-card-arrow {
  color: #727272;
}
.sec-kat-top1 .category-card.soon, .sec-kat-top1 .category-card.soon:hover {
  cursor: default;
}
.sec-kat-top1 .category-card.soon .category-card-bg, .sec-kat-top1 .category-card.soon:hover .category-card-bg {
  filter: grayscale(0.22) brightness(0.65);
}
.sec-kat-top1 .category-card.soon .category-card-btn, .sec-kat-top1 .category-card.soon:hover .category-card-btn {
  background: #f2f3f5;
  color: #b3b3b3;
  pointer-events: none;
  box-shadow: none;
}
.sec-kat-top1 .category-card.soon .category-card-btn .category-card-arrow, .sec-kat-top1 .category-card.soon:hover .category-card-btn .category-card-arrow {
  color: #d2d2d2;
}
.sec-kat-top1 .category-card.soon .category-card-title, .sec-kat-top1 .category-card.soon:hover .category-card-title {
  opacity: 0.92;
}
.sec-kat-top1 .category-card .category-card-link {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.sec-kat-top1 .d-mobile {
  display: none;
}
.sec-kat-top1 .d-desktop {
  display: inline;
}
@media (max-width: 767px) {
  .sec-kat-top1 .category-card .category-card-btn {
    margin-left: 18px;
    background: rgba(255, 255, 255, 0.7);
    color: rgb(7, 7, 7);
    font-size: 12px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 9px 14px 9px 10px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 16px 0 rgba(21, 32, 56, 0.09);
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    outline: none;
    cursor: pointer;
    min-width: 142px;
    max-width: 164px;
  }
  .sec-kat-top1 .category-card .category-card-btn:hover .category-card-btn:not(.disabled) {
    color: rgb(95, 95, 95);
    background-color: rgb(191, 191, 191);
  }
  .sec-kat-top1 .category-card.soon .category-card-btn,
  .sec-kat-top1 .category-card.soon:hover .category-card-btn {
    background-color: rgb(191, 191, 191);
    color: rgb(95, 95, 95);
  }
  .sec-kat-top1 .category-card.soon .category-card-btn .category-card-arrow,
  .sec-kat-top1 .category-card.soon:hover .category-card-btn .category-card-arrow {
    color: rgb(95, 95, 95);
    top: 2px;
  }
  .sec-kat-top1 .category-card .category-card-btn .category-card-arrow {
    font-size: 20px;
    margin-left: 12px;
    font-weight: bold;
    color: #727272;
    transition: color 0.18s;
    position: absolute;
    right: 8px;
    top: 2px;
  }
  .sec-kat-top1 .d-mobile {
    display: inline;
  }
  .sec-kat-top1 .d-desktop {
    display: none;
  }
}

/* Styl dla całego suwaka */
.bapf_slidr_main.ui-slider {
  background: #e5e5e5 !important;
  height: 7px !important;
  border-radius: 4px;
  margin-top: 23px !important;
  margin-bottom: 10px !important;
  box-shadow: none;
  position: relative;
}

/* Zielony zakres między uchwytami */
.bapf_slidr_main .ui-slider-range {
  background: #24c86b !important;
  height: 7px !important;
  border-radius: 4px;
  top: 0;
}

/* Okrągłe uchwyty */
.bapf_slidr_main .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
  top: 50% !important;
  margin-top: -10px !important;
  background: #fff !important;
  border: 1px solid #24c86b !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 8px 0 rgba(60, 200, 120, 0.15);
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 3;
  position: absolute;
  /* Strzałki pseudo-elementy */
}

.bapf_slidr_main .ui-slider-handle:before {
  content: "›";
  color: rgb(52, 51, 48);
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 17px;
  text-align: center;
  pointer-events: none;
  position: relative;
  top: -2px;
}

.bapf_slidr_main .ui-slider-handle:last-of-type:before {
  content: "‹";
}

.bapf_slidr_main .ui-slider-handle:focus {
  outline: none !important;
  border-color: #008a39 !important;
}

/* Usuwa niechciane tło przy hover */
.bapf_slidr_main .ui-slider-handle:hover {
  background: #fff !important;
  border-color: #20b35d !important;
}

.bapf_slidr_main .ui-slider-handle:active {
  background: #fff !important;
  border-color: #24c86b !important;
}

@media screen and (max-width: 993px) {
  .woocommerce-home .single-cal-product .nav-tabs .nav-item {
    width: 49%;
  }
}
.front-slider3n .wpc-filters-widget-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 38px;
  background: transparent;
  padding: 0 0 30px 0;
}
.front-slider3n .desc22 {
  margin-top: 120px;
}
.front-slider3n .desc22 .wpc-filters-section {
  margin-bottom: 30px;
  float: left;
  width: 19%;
  margin: 10px 0.5%;
}
.front-slider3n .wpc-filter-layout-dropdown .wpc-filter-content,
.front-slider3n .wpc-filter-layout-dropdown select {
  width: 220px;
  min-width: 150px;
  border-radius: 16px;
  border: 1.5px solid #ececec;
  background: #fafbfc;
  font-size: 18px;
  padding: 19px 0 19px 26px;
  color: #b0b1b5;
  box-shadow: 0 1px 6px #eef0f5;
  outline: none;
  appearance: none;
  transition: border-color 0.15s, color 0.15s;
  margin-bottom: 0;
}
.front-slider3n .wpc-filter-layout-dropdown .wpc-filter-content:hover, .front-slider3n .wpc-filter-layout-dropdown .wpc-filter-content:focus,
.front-slider3n .wpc-filter-layout-dropdown select:hover,
.front-slider3n .wpc-filter-layout-dropdown select:focus {
  border-color: #51d27a;
  color: #232323;
  background: #fff;
}
.front-slider3n .wpc-filter-layout-range .wpc-filter-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 18px;
  min-width: 320px;
  margin-top: 0;
  padding: 0;
}
.front-slider3n .wpc-filter-layout-range .wpc-filters-range-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 90px;
  margin-right: 2px;
}
.front-slider3n .wpc-filter-layout-range input[type=number] {
  width: 100px;
  border-radius: 12px;
  border: 1.5px solid #ececec;
  background: #fff;
  font-size: 16px;
  padding: 8px 10px 8px 15px;
  margin: 0 0 0 0;
  font-weight: 600;
  color: #232323;
  text-align: left;
  box-shadow: 0 1px 4px #eef0f5;
  transition: border 0.15s;
}
.front-slider3n .wpc-filter-layout-range input[type=number]:focus {
  border-color: #51d27a;
}
.front-slider3n .wpc-filter-layout-range .wpc-filters-range-column:after {
  content: "zł";
  font-size: 13px;
  color: #b0b1b5;
  margin-top: 4px;
  margin-left: 6px;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  left: 0;
  top: 1px;
}
.front-slider3n .wpc-filters-range-slider-wrapper {
  min-width: 90px;
  flex: 1;
  margin: 0 10px 0 8px;
}
.front-slider3n .ui-slider,
.front-slider3n .wpc-slider-control-4111,
.front-slider3n .wpc-slider-control-4119 {
  height: 4px !important;
  background: #39d477 !important;
  border-radius: 2px;
  margin: 0;
}
.front-slider3n .ui-slider-range {
  background: #39d477 !important;
  border-radius: 2px;
}
.front-slider3n .ui-slider-handle {
  top: -10px !important;
  width: 26px !important;
  height: 26px !important;
  border: 2px solid #39d477 !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(81, 210, 122, 0.1882352941);
  cursor: pointer;
  transition: border 0.15s;
}
.front-slider3n .ui-slider-handle:hover, .front-slider3n .ui-slider-handle:focus {
  border: 2px solid #286de0 !important;
}
.front-slider3n .wpc-filter-content .wpc-filters-widget-select,
.front-slider3n .wpc-filter-content input[type=text] {
  border-radius: 14px;
  border: 1.5px solid #ececec;
  font-weight: 700;
  font-size: 17px;
  color: #b0b1b5;
  padding: 16px 24px;
  background: #fafbfc;
  box-shadow: 0 1px 6px #eef0f5;
  margin-bottom: 0;
}
.front-slider3n .wpc-filter-content .wpc-filters-widget-select:focus,
.front-slider3n .wpc-filter-content input[type=text]:focus {
  border-color: #51d27a;
  color: #232323;
  background: #fff;
}
.front-slider3n .wpc-filters-range-slider-wrapper + .wpc-filters-range-column:after {
  display: none !important;
}
.front-slider3n .wpc-filters-section:last-child {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .front-slider3n .wpc-filters-widget-wrapper {
    flex-wrap: wrap;
    gap: 24px;
  }
  .front-slider3n .wpc-filters-section {
    min-width: 120px;
  }
  .front-slider3n .wpc-filter-layout-dropdown .wpc-filter-content,
  .front-slider3n .wpc-filter-layout-dropdown select {
    min-width: 110px;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .front-slider3n .wpc-filters-widget-wrapper {
    flex-direction: column;
    gap: 13px 0;
    align-items: stretch;
  }
  .front-slider3n .wpc-filters-section {
    min-width: 0;
    width: 100%;
  }
  .front-slider3n .wpc-filter-layout-range .wpc-filter-content {
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    gap: 10px;
  }
}

.front-slider2 .wpc-filters-section {
  float: left;
  width: 19%;
  margin: 10px 0.5%;
}
.front-slider2 .wpc-filters-section .wpc-filter-title {
  font-size: 14px;
  color: #5A685F;
  line-height: 18px;
}
.front-slider2 .wpc-filter-layout-dropdown select {
  border: 1px solid #EBEEEC !important;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: greycliff-cf, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 13px;
  white-space: normal;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
}
.front-slider2 .wpc-filter-layout-dropdown select:hover, .front-slider2 .wpc-filter-layout-dropdown select:focus {
  border-color: #51d27a;
  color: #232323;
  background: #fff;
}
.front-slider2 .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single,
.front-slider2 .wpc-sorting-form .select2-container--default .select2-selection--single {
  border: 1px solid #EBEEEC;
  color: rgba(0, 0, 0, 0.4);
}
.front-slider2 .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow,
.front-slider2 .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 95%;
}
.front-slider2 .wpc-filters-range-max-column,
.front-slider2 .wpc-filters-range-min-column {
  font-size: 12px;
  font-weight: 500;
  line-height: 16.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: 1px solid rgb(235, 238, 236);
  padding: 6px 7px;
  border-radius: 8px;
  width: 80px;
  margin-top: 8px;
}
.front-slider2 .wpc-filters-range-min,
.front-slider2 .wpc-filters-range-max {
  border: none !important;
  min-height: auto !important;
  padding: 0 2px !important;
}
.front-slider2 .wpc-filters-range-wrapper input[type=number]::-webkit-outer-spin-button, .front-slider2 .wpc-filters-range-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.front-slider2 .wpc-filters-range-wrapper input[type=number] {
  -moz-appearance: textfield;
  padding-right: 2.2em;
}
.front-slider2 .wpc-filters-range-column {
  position: relative;
}
.front-slider2 .wpc-filters-range-column input[type=number] {
  width: 100%;
  text-align: right;
  padding-right: 14px !important;
}
.front-slider2 .wpc-filters-range-column::after {
  content: "zł";
  position: absolute;
  right: 0.7em;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 0.9em;
  pointer-events: none;
}
.front-slider2 {
  /* Styl całego suwaka */
}
.front-slider2 .wpc-filters-range-slider-control.ui-slider {
  background: #e5e5e5 !important;
  height: 7px !important;
  border-radius: 4px;
  margin-top: 23px !important;
  margin-bottom: 10px !important;
  box-shadow: none;
  position: relative;
}
.front-slider2 {
  /* Zielony zakres między uchwytami */
}
.front-slider2 .wpc-filters-range-slider-control .ui-slider-range {
  background: #24c86b !important;
  height: 7px !important;
  border-radius: 4px;
  top: 0;
}
.front-slider2 {
  /* Okrągłe uchwyty */
}
.front-slider2 .wpc-filters-range-slider-control .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
  top: 50% !important;
  margin-top: -10px !important;
  background: #fff !important;
  border: 1px solid #24c86b !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 8px 0 rgba(60, 200, 120, 0.15);
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 3;
  position: absolute;
  transition: border-color 0.15s;
}
.front-slider2 {
  /* Strzałki w uchwytach */
}
.front-slider2 .wpc-filters-range-slider-control .ui-slider-handle:before {
  content: "›";
  /* › */
  color: rgb(52, 51, 48);
  font-size: 13px;
  font-weight: bold;
  display: block;
  line-height: 17px;
  text-align: center;
  pointer-events: none;
  position: relative;
  top: -2px;
}
.front-slider2 .wpc-filters-range-slider-control .ui-slider-handle:last-of-type:before {
  content: "‹";
  /* ‹ */
}
.front-slider2 {
  /* Focus i hover/active */
}
.front-slider2 .wpc-filters-range-slider-control .ui-slider-handle:focus {
  outline: none !important;
  border-color: #008a39 !important;
}
.front-slider2 .wpc-filters-range-slider-control .ui-slider-handle:hover {
  background: #fff !important;
  border-color: #20b35d !important;
}
.front-slider2 .wpc-filters-range-slider-control .ui-slider-handle:active {
  background: #fff !important;
  border-color: #24c86b !important;
}
.front-slider2 .wpc-filters-range-slider-control .ui-slider-handle:before {
  content: "›" !important;
  color: #343330 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  position: absolute !important;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
  bottom: 0;
  line-height: 20px !important;
  display: block !important;
  pointer-events: none;
  z-index: 2;
}
.front-slider2 .wpc-filters-range-slider-control .ui-slider-handle:last-of-type:before {
  content: "‹" !important;
}
.front-slider2 .wpc-filters-main-wrap a.wpc-filters-reset-button,
.front-slider2 .wpc-filters-main-wrap a.wpc-filters-submit-button {
  background-color: #2DCD68;
  padding: 10px 31px;
  box-shadow: none;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #2DCD68;
  cursor: pointer;
  height: 48px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  width: 48%;
  margin-top: 25px;
}
.front-slider2 .wpc-filters-main-wrap a.wpc-filters-reset-button {
  background-color: #BEBEBE;
  border: 1px solid #BEBEBE;
}

@media (max-width: 993px) {
  .front-slider2 .wpc-filters-section {
    width: 100%;
  }
  .front-slider2 .wpc-filter-layout-dropdown .select2-container .select2-selection--single,
  .front-slider2 .wpc-sorting-form .select2-container .select2-selection--single {
    height: auto;
    padding: 0px;
  }
}
.front-slider2 .fe-dropdown {
  position: relative;
  width: 100%;
}
.front-slider2 .fe-dropdown .fe-dropdown-toggle {
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #EBEEEC;
  color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 0 18px;
}
.front-slider2 .fe-dropdown .fe-dropdown-toggle .fe-dropdown-arrow {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.front-slider2 .fe-dropdown .fe-dropdown-toggle .fe-dropdown-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: #979797;
  transition: transform 0.2s;
}
.front-slider2 .fe-dropdown.is-open .fe-dropdown-arrow svg {
  transform: rotate(180deg);
}
.front-slider2 .fe-dropdown ul {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 20;
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.0666666667);
  margin: 0;
  padding: 0.5em 0;
  border-radius: 8px;
}
.front-slider2 .fe-dropdown ul.fe-dropdown-open {
  display: block;
  z-index: 99999 !important;
}
.front-slider2 .wpc-filters-main-wrap li.wpc-term-item {
  padding: 6px 16px;
  margin-bottom: 4px;
}
.front-slider2 .wpc-filter-link:hover {
  color: rgba(0, 0, 0, 0.65) !important;
}
.front-slider2 .fe-dropdown input[type=checkbox]:checked ~ label {
  color: #2DCD68 !important;
  opacity: 1 !important;
}
.front-slider2 .fe-dropdown input[type=checkbox]:checked ~ label a {
  color: #2DCD68 !important;
  opacity: 1 !important;
}
.front-slider2 .wpc-term-item-content-wrapper input {
  display: none;
}
.front-slider2 .wpc-filter-layout-submit-button {
  width: 38%;
}
@media screen and (max-width: 678px) {
  .front-slider2 .wpc-filter-layout-submit-button {
    width: 100%;
  }
}

.woocommerce-home .single-cal-product .nav-tabs .nav-item {
  width: 49%;
}

#rental-booking-wrapper {
  float: left;
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #rental-booking-wrapper {
    padding: 1.5rem;
    flex-direction: column;
  }
}
#rental-booking-wrapper .manual-date-selector h4 {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgb(0, 0, 0);
  margin-bottom: 14px;
}
#rental-booking-wrapper .manual-date-selector .manual-date-fields .title2 {
  text-align: center;
}
#rental-booking-wrapper .manual-date-selector .manual-date-fields .title2 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgb(0, 0, 0);
  margin-bottom: 6px;
}
#rental-booking-wrapper .manual-date-selector .manual-date-fields .form-group {
  padding: 0 5px;
}
#rental-booking-wrapper .manual-date-selector .manual-date-fields label {
  color: rgb(90, 104, 95);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 1px;
}
#rental-booking-wrapper .manual-date-selector .manual-date-fields select {
  padding: 0.6rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  color: rgb(138, 160, 146);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  border: 1px solid rgb(235, 238, 236);
  border-radius: 8px;
  height: 49px;
}
#rental-booking-wrapper .total-cost-box {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgb(90, 104, 95);
}
#rental-booking-wrapper .total-cost-box #total-price {
  color: rgb(0, 155, 57);
  font-weight: 700;
  font-size: 40px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  display: block;
  margin-top: 10px;
}
#rental-booking-wrapper .total-cost-box #total-price::after {
  content: ",00 zł";
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
#rental-booking-wrapper .booking-form-box {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
#rental-booking-wrapper .booking-form-box button {
  background: #2ebd59;
  color: white;
  font-size: 1.2rem;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
#rental-booking-wrapper .booking-form-box button:hover {
  background: #239e49;
}
#rental-booking-wrapper .rental-pricing-box3 {
  width: 100%;
  float: left;
}
#rental-booking-wrapper .rental-pricing-box3 .btn-success-form {
  background-color: rgb(45, 205, 104);
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(45, 205, 104);
  border-radius: 10px;
  width: 100%;
  border-radius: 10px;
  padding: 12px 0;
  height: 64px;
}

#rental-booking-wrapper {
  font-family: "Inter", sans-serif;
  color: #000;
}
#rental-booking-wrapper h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}
#rental-booking-wrapper .rental-pricing-table,
#rental-booking-wrapper .rental-pricing-box {
  background: #fff;
  border-radius: 24px;
  float: left;
  width: 100%;
  padding: 32px 40px;
}
#rental-booking-wrapper .rental-pricing-table h2,
#rental-booking-wrapper .rental-pricing-box h2 {
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 24px !important;
}
#rental-booking-wrapper .rental-pricing-table table,
#rental-booking-wrapper .rental-pricing-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
#rental-booking-wrapper .rental-pricing-table table th,
#rental-booking-wrapper .rental-pricing-table table td,
#rental-booking-wrapper .rental-pricing-box table th,
#rental-booking-wrapper .rental-pricing-box table td {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid rgb(235, 238, 236);
  width: 50%;
}
#rental-booking-wrapper .rental-pricing-table table th,
#rental-booking-wrapper .rental-pricing-box table th {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
#rental-booking-wrapper .rental-pricing-table table td,
#rental-booking-wrapper .rental-pricing-box table td {
  color: rgb(0, 0, 0);
}
#rental-booking-wrapper .rental-pricing-table table td:first-child,
#rental-booking-wrapper .rental-pricing-box table td:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
#rental-booking-wrapper .rental-pricing-table table td:last-child,
#rental-booking-wrapper .rental-pricing-box table td:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
#rental-booking-wrapper .rental-pricing-table table tr:first-child th,
#rental-booking-wrapper .rental-pricing-box table tr:first-child th {
  color: rgb(90, 104, 95);
}
#rental-booking-wrapper .rental-pricing-table table tr:last-child td,
#rental-booking-wrapper .rental-pricing-box table tr:last-child td {
  border-bottom: none;
}
#rental-booking-wrapper .rental-deposit {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 24px;
  color: rgb(90, 104, 95);
}
#rental-booking-wrapper .rental-deposit strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}
#rental-booking-wrapper .rental-pricing-box2 {
  background-color: rgb(248, 248, 248);
  border-radius: 24px;
  float: left;
  width: 100%;
  padding: 32px 40px;
}
#rental-booking-wrapper .rental-pricing-box2 .title1 {
  text-align: center;
}
#rental-booking-wrapper .rental-pricing-box2 h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}
#rental-booking-wrapper .rental-pricing-box2 .flatpickr-calendar {
  margin: 0 auto;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 332px;
  border-radius: 12px;
  padding: 12px;
}
#rental-booking-wrapper #calendar-container {
  background: #fff;
  padding: 20px 0;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
#rental-booking-wrapper #calendar-container .flatpickr-months {
  margin-bottom: 10px;
}
#rental-booking-wrapper #calendar-container .flatpickr-months .flatpickr-month {
  font-size: 16px;
  font-weight: 600;
}
#rental-booking-wrapper #calendar-container .flatpickr-months .flatpickr-prev-month,
#rental-booking-wrapper #calendar-container .flatpickr-months .flatpickr-next-month {
  top: 8px;
}
#rental-booking-wrapper #calendar-container .flatpickr-months .flatpickr-prev-month svg,
#rental-booking-wrapper #calendar-container .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
#rental-booking-wrapper #calendar-container .flatpickr-day {
  border-radius: 50% !important;
  line-height: 36px;
  width: 36px;
  height: 36px;
  font-size: 14px;
  margin: 2px;
}
#rental-booking-wrapper #calendar-container .flatpickr-day.selected, #rental-booking-wrapper #calendar-container .flatpickr-day.startRange, #rental-booking-wrapper #calendar-container .flatpickr-day.endRange {
  background: #00c76b !important;
  color: #fff;
}
#rental-booking-wrapper #calendar-container .flatpickr-day.inRange {
  background: rgba(0, 199, 107, 0.15);
  color: #000;
}
#rental-booking-wrapper #calendar-container .flatpickr-day.red-day {
  background: #fcd7d7 !important;
  color: #d33;
  cursor: not-allowed;
}
#rental-booking-wrapper #calendar-container .flatpickr-day.today {
  border: 1px solid #00c76b;
}
#rental-booking-wrapper #calendar-container .flatpickr-weekday {
  font-size: 11px;
  color: #999;
}
#rental-booking-wrapper .flatpickr-disabled.red-day {
  color: rgb(248, 151, 151) !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
#rental-booking-wrapper .calendar-legend {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
}
#rental-booking-wrapper .calendar-legend span {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
#rental-booking-wrapper .calendar-legend span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
}
#rental-booking-wrapper .calendar-legend span.available::before {
  background: #d9f9e5;
}
#rental-booking-wrapper .calendar-legend span.unavailable::before {
  background: #fcd7d7;
}
#rental-booking-wrapper .booking-button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 14px 20px;
  background: #00c76b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
#rental-booking-wrapper .booking-button:hover {
  background: #00b560;
}

@media (max-width: 480px) {
  #rental-booking-wrapper {
    padding: 5px;
  }
  #rental-booking-wrapper .manual-date-fields {
    flex-direction: column;
    align-items: center;
  }
  #rental-booking-wrapper .manual-date-fields select {
    width: 100%;
  }
  #rental-booking-wrapper .total-cost-box span#total-price {
    font-size: 28px;
  }
  #rental-booking-wrapper .booking-button {
    font-size: 14px;
  }
  #rental-booking-wrapper .rental-pricing-box2 .flatpickr-calendar {
    padding: 2px !important;
  }
}
.flatpickr-day.red-day {
  color: rgb(248, 151, 151) !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.flatpickr-rContainer {
  padding: 13px;
}

.product_cat-wynajem-krotkoterminowy .how-it-works .step-content .step p {
  display: none;
}

#cf7-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 16, 20, 0.85);
  backdrop-filter: blur(2px);
}

#cf7-overlay.active {
  display: flex;
  animation: cf7-fade-in 0.2s ease;
}

@keyframes cf7-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cf7-overlay__box {
  min-width: 260px;
  max-width: 90vw;
  text-align: center;
  color: #fff;
  padding: 28px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.cf7-overlay__text {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.4;
}

/* Spinner */
.cf7-overlay__spinner {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cf7-spin 0.8s linear infinite;
}

@keyframes cf7-spin {
  to {
    transform: rotate(360deg);
  }
}
/* Checkmark animation (ukryty do sukcesu) */
.cf7-overlay__check {
  width: 60px;
  height: 60px;
  display: none;
  margin: 0 auto;
}

#cf7-overlay.success .cf7-overlay__spinner {
  display: none;
}

#cf7-overlay.success .cf7-overlay__check {
  display: block;
}

.check__circle {
  stroke: #2fd46b;
  stroke-width: 2;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: circle-anim 0.4s ease forwards;
}

.check__path {
  stroke: #2fd46b;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: path-anim 0.3s 0.25s ease forwards;
}

@keyframes circle-anim {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes path-anim {
  to {
    stroke-dashoffset: 0;
  }
}
/* Stan błędu (czerwony akcent) */
#cf7-overlay.error .cf7-overlay__spinner {
  border-top-color: #ff6b6b;
}

#cf7-overlay.error .check__circle,
#cf7-overlay.error .check__path {
  stroke: #ff6b6b;
}

/* Opcjonalnie: wizualna blokada przycisku */
.wpcf7 .is-disabled {
  opacity: 0.6;
  pointer-events: none;
}
/*# sourceMappingURL=main.css.map */
