/*
Theme Name: Galeco
Theme URI: 
Author: Indiv - Tom Elżbieciak
Author URI: 
Description: Galeco website theme
Version: 2023 
Tags: Galeco
Text Domain: Galeco

*/


body{
	font-family: 'Gilroy', sans-serif;
	font-size: 16px;
    line-height: 28px;
    color: #000000;
    overflow-x: hidden;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    font-family: 'Gilroy', sans-serif;
    padding: 0 0 20px;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    color: #000000;
}
p{
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
}
#single-news p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 24px;
}
#single-news ul li{
    margin-bottom: 6px;
}
ul{
    list-style: none;
}
ul li::before {
    content: "\25AA";
    color: #EDC98A;
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em;
}
ul, ol{
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
}

ul li a, ol li a{
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    color: #1D2B50;
}
ul li a:hover, ol li a:hover{
    color: #EDC98A;
}
footer ul li::before{
    display: none;
}
nav ul li::before{
    display: none;
}
footer ul li a, footer ol li a{
    font-size: 16px;
    line-height: 34px;
    font-weight: 300;
    color: #000;
}



.gallery {
    margin: 0 -12px !important;
}
.gallery .gallery-item {
    padding: 0 12px;
    margin: 20px 0 20px!important;
}

b, strong {
    font-weight: 500;
}
section{
    padding: 100px 0;
}

.logo{
    height: 32px;
}
.yellow-c{
    color: #EDC98A !important;
}
.yellow-c h2.wp-block-heading{
    color: #EDC98A !important;
}
.full-screen-bg {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: #1d2b50;
    padding: 0 15px;
    text-align: left;
    overflow: visible;
    position: relative;
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.subpage-top-bg {
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: #1d2b50;
    padding: 0 15px;
    text-align: left;
    overflow: visible;
    position: relative;
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.subpage-top-bg-low {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: #1d2b50;
    padding: 0 15px;
    text-align: left;
    overflow: visible;
    position: relative;
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.subpage-title{
    font-size: 96px;
    line-height: 1.1em;
    color: #fff;
    padding-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.language-box a{
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.5pt;
    line-height: 14px;
    text-transform: uppercase;
}
.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.2pt;
  text-decoration: none;
  position: relative;
}

.hero-button .label {
  z-index: 2;
  position: relative;
}

.hero-button .icon {
  position: relative;
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* Żółte tło */
.hero-button .circle-bg {
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #efcc8c;
  border-radius: 50%;
  top: 64px;
  left: 64px;
  transition: all 0.3s ease;
  z-index: 0;
}

/* Biały kontur */
.hero-button .circle-outline {
  position: absolute;
  width: 104px;
  height: 104px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
}

/* Strzałka SVG jako tło */
.hero-button .arrow {
  position: relative;
  width: 60px;
  height: 60px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="white" stroke-width="1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14m-6-6 6 6-6 6"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
  z-index: 2;
  transition: all 0.3s ease;
}

/* Hover: żółte koło się rozrasta, strzałka zmienia kolor */
.hero-button:hover .circle-bg {
  top: 0;
  left: 0;
  width: 104px;
  height: 104px;
}

.hero-button:hover .arrow {
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%231d2b50" stroke-width="1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14m-6-6 6 6-6 6"/></svg>');
  background-size: 60px 60px;
}


.hr-white{
    margin-top: 0;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid #FFF;
    opacity: 1;
}
.gray-bg{
    background: #f8f8f8;
}
.white-box{
    background-color: #fff;
    padding: 48px 48px 48px 48px;
}
.full-screen-bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}
.menu-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #000000;
    background: linear-gradient(180deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 0%) 100%);
}
.header-nav {
    position: absolute;
    top: 20px;
    z-index: 2;
    width: 100%;
    left: 0;
}
.header-nav-subpage {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: #1d2b50;
    padding: 20px 15px 0;
    text-align: left;
    overflow: visible;
    position: relative;
    margin: 0;
    color: #fff;
    top: 0;
}
.sm-icon{
    height: 20px;
    margin-right: 16px;
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: inherit;
    align-items: center;
}
.full-screen-bg-title {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    padding: 0 0 12px 0;
    text-transform: uppercase;
    font-weight: 300;
}
.full-screen-bg-subtitle {
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    font-weight: 300;
    padding: 0 0 30px 0;
    text-shadow: 0px 4px 9px #0000001f;
}
.full-screen-bg-extra-yellow {
    font-size: 24px;
    line-height: 30px;
    color: #EDC98A;
    letter-spacing: 0.5pt;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 5px 5px #0000001f;
}
.full-screen-bg-cta, .btn-text {
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.2pt;
    display: inline-flex;
    padding: 15px 30px;
    min-height: 48px;
    text-decoration: none;
    border: 2px solid #222;
}
.full-screen-bg-cta:hover, .btn-text:hover {
    background-color: #EDC98A;
    border: 2px solid #EDC98A;
    color: #000000;
}
.sm-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.navbar .nav-item .nav-link {
    font-size: 13px;
    font-family: 'Gilroy', 'Arial';
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.5pt;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 15px 18px 15px;
    margin-top: 6px;
}
#menu-main-menu .arrow-dropdown a.dropdown-toggle::after {
    display: none;
}

.menu-contact-btn a {
    line-height: 28px !important;
    font-family: Gilroy, sans-serif !important;
    padding: 0 20px !important;
    display: inline-block;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #000 !important;
    background: #edc98a;
    transition: background 300ms, color 300ms;
    border-radius: 17px;
    border: 1px solid #edc98a;
    text-align: center !important;
    white-space: nowrap;
    margin: 13px 0 0 25px !important;
}
.menu-contact-btn a:hover{
    color: #edc98a !important;
    background: transparent !important;
    border: 1px solid #edc98a !important;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: 1px;
    content: "";
    border-top: .35em solid #f8f8f8;
    border-right: .25em solid transparent;
    border-bottom: 0;
    border-left: .25em solid transparent;
    opacity: 1;
}
.dropdown .dropdown-menu {
    padding: 0;
    min-width: 100%;
    margin-top: 0;
    margin-left: 0;
    background-color: #ffffff !important;
    border: none;
    text-align: center;
    color: #000000;
    box-shadow: 0px 5px 4px #4e586957;
    border-radius: 0;
    outline: none;
    left: 0;
}
.dropdown .dropdown-menu .dropdown-item {
    padding: 4px 25px 4px;
    margin-left: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    border-bottom: 0;
    border-radius: 0;
}
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #EDC98A;
    box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #EDC98A;
    box-shadow: none;
    color: #fff !important;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    color: #EDC98A;
}
#breadcrumb{
    font-size: 14px;
}
#breadcrumb .current-item{
    color: #aaa;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 2px solid #000 !important;
    padding: 3px 5px !important;
    margin: 0 5px !important;
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background-color: transparent;
    color: #000;
}
.wp-pagenavi span.current {
    text-decoration: none;
    border: 1px solid #EDC98A !important;
    padding: 3px 5px !important;
    margin: 0 5px !important;
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background-color: #EDC98A;
    color: #fff;
}
a {
    color: #1D2B50;
    text-decoration: none;
}
a:hover {
    color: #EDC98A;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #F3F3F3;
}
#copyright {
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    padding: 20px 0 48px;
    background-color: #ffffff;
}

#copyright a{
    color: #1D2B50;
}
#copyright a:hover{
    color: #EDC98A;
}

.footer_menu ul{
    padding: 0;
    list-style: none;
    line-height: 32px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Gilroy';
}
footer ul {
    padding-left: 0;
    margin-bottom: 0;
}
footer ul li{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

footer ul li.active a{
    color: #1D2B50;
    font-weight: 700;
}

.headline {
    font-size: 66px;
    line-height: 70px;
    color: #000000;
    padding: 0 0 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 100;
}
.subheadline {
    font-size: 32px;
    line-height: 42px;
    color: #000000;
    padding: 0 0 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
}
.fs-40{
    font-size: 40px !important;
    line-height: 46px !important;
    letter-spacing: 0.2pt;
}
.table-border-color{
    border-color: #F8F8F8;
    font-size: 18px;
}
.table-cell-color{
    background-color: #f8f8f8 !important;
}
.table>:not(caption)>*>* {
    padding: .5rem 16px .5rem !important;
    vertical-align: middle !important;
}

.table-row-title{
    font-weight: 400;
    font-size: 16px;
}
.table-row-title span{
    font-weight: 400;
    font-size: 16px;
}
.arrow-more {
    margin-left: 4px;
    width: 61px;
    transition: all 0.2s;
}
.news-box:hover > .arrow-more {
    margin-left: 14px;
}

.video-bg {
    background-color: #F8F8F8;
    width: calc(100% - 40px);
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.dark-product-desc-box{
    background-color: #000000;
    padding: 45px 50px 35px;
    color: #fff;
    height: 100%;
}
.dark-product-desc-box h2{
    color: #EDC98A;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.2pt;
    padding-bottom: 35px;
}
.yellow-product-desc-box{
    background-color: #EDC98A;
    padding: 45px 50px 35px;
    color: #000;
}
.yellow-product-desc-box h2{
    color: #000000;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.2pt;
    padding-bottom: 35px;
}
.yellow-stripe {
    width: 50px;
    height: 4px;
    background-color: #EDC98A;
    margin: 10px 0 40px 0;
}

.product-box-all {
    position: relative;
}
.product-box-all:hover > .product-box {
    background-color: #EDC98A;
}
.product-box-all p.url img {
    margin-left: 4px;
    width: 61px;
    transition: all 0.2s;
}
.product-box-all:hover > p.url img {
    margin-left: 14px;
}
.product-icon{
    width: 176px;
}
.product-icon-over{
    font-size: 28px;
    line-height: 1.15em;
    color: #000000;
    padding: 0 0 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
}
.product-title{
    font-size: 124px;
    line-height: 1.15em;
    color: #000000;
    text-transform: uppercase;
    font-weight: 300;
}
.product-over-title{
    font-size: 24px;
    line-height: 1.25em;
    color: #000000;
    padding: 0 0 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
}
.product-box {
    background-color: #F8F8F8;
    padding: 0;
    height: 100%;
    min-height: 454px;
    transition: 0.2s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-box-all p {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.product-box-all p.url {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    padding: 36px 0 17px 0;
    margin: 0;
    text-transform: none;
}
.product-box h3{
    color: #000;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.2pt;
    padding-bottom: 0;
}
.product-box .archive-img{
    width: 120px;
}
.product-box-excerpt {
    position: absolute;
    left: 50px;
    bottom: 44px;
    padding-right: 50px;
}
.system-icon-box {
    position: absolute;
    top: 0px;
    right: 0px;
    min-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.system-icon-box img{
    width: 88px;
    height: auto;
}

footer p{
    font-size: 16px;
    line-height: 28px;
}
footer .sm p{
    color: #999;
    margin: 26px 0 5px 0;
}
.wp-block-heading {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5pt;
}
.header-section, .header-section-blog{
    margin-top: 237px;
    padding: 0;
}
.product-desc p{
    font-size: 16px;
    line-height: 26px;
    padding: 24px 0 16px;
}

#single-news h2, #single-news h3, #single-news h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2pt;
    color: #000;
    margin: 40px 0 0 0;
}

.news-box {
    background-color: #ffffff;
    padding: 0 0px 90px;
    height: 100%;
    position: relative;
    transition: 0.2s;
}
.news-box-url {
    position: absolute;
    bottom: 40px;
    left: 50px;
    transform: none;
}
.news-box h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 40px 48px 0;
    font-weight: 300;
}
.news-box-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.single-news-title {
    font-size: 46px;
    line-height: 1.25em;
    color: #fff;
    padding-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
}

a:hover > .news-box,
a:hover > .product-box{
    background-color: #EDC98A;
}
a:hover > .news-box > .news-box-url{
    color: #000 !important;
}

.product-element-box {
    background-color: #FFFFFF;
    padding: 24px;
    min-height: 300px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-element-box-text p {
    color: #000;
    font-size: 12px;
    line-height: 1.25em;
    text-transform: uppercase;
    margin: 0;
}
.product-element-box-text{
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 1.1em;
    padding: 24px;
}
.product-element-box-line-border{
    border-top: 1px solid #000;
}
p.product-element-box-title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: left;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}


.product-main-info-box{
    background-color: #f8f8f8;
    padding: 45px 50px;
}
.product-main-info-box h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.1em;
    padding: 0 0 24px 0;
    color: #000;
    text-transform: uppercase;
}
.product-main-info-box p{
    font-size: 16px;
    line-height: 26px;
}
.product-main-info-box ol li{
    font-size: 16px;
    line-height: 26px;
}
.slider-p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.product-main-info-icon-box{
    display: flex;
}
.product-main-info-icon-box img{
    width: 50px;
    max-height: 50px;
}
.product-main-info-icon-box p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.product-main-info-icon-box p.title {
    font-size: 18px;
    line-height: 1.35em;
    margin-bottom: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.dt-container .dt-layout-cell{
    padding: 0 !important;
}
.headline-icon {
    display: flex;
    align-items: center;
}
.headline-icon img{
    width: 120px;
}
.headline-icon .headline{
    font-weight: 300;
}
.product-elements{
    position: relative;
}

.product-elements-desc {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 50px 0 0;
}
.product-elements-desc p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.product-elements-desc p strong, .product-elements-desc p {
    font-size: 16px;
    line-height: 26px;
    margin: 24px 0 6px;
    font-weight: 700;
    display: block;
}
.product-elements-desc ul,  .product-elements-desc ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}






.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 24px 30px !important;
    font-weight: 300 !important;
    color: #000 !important;
    background-color: #ffffff !important;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}
.sp-easy-accordion .sp-ea-single {
    background: #fff !important;
    margin-bottom: 3px !important;
    border-radius: 0 !important;
    border: 1px solid #ffffff !important;
}
.sp-easy-accordion .sp-ea-single .ea-header {
    margin-bottom: 0;
    padding: 0 !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 20px 30px 20px !important;
    background-color: #1d2b50 !important;
    color: #fff !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
    color: #1D2B50;
    font-size: 12px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body p{
    font-size: 18px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body p a {
    color: #fff;
    display: inline-block;
    border-top: 1px solid #fff;
    width: 100%;
    padding: 10px 0 11px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body p a:hover{
    color: #EDC98A;
}

/* Otwarta karta akordeonu */
.sp-ea-one.sp-easy-accordion .sp-ea-single.ea-expand {
    background-color: #1D2B50 !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single.ea-expand .ea-header a {
    background-color: #1D2B50 !important;
    color: #fff !important;
}
/* Ikona w otwartej karcie (opcjonalnie: mocniejszy kolor) */
.sp-ea-one.sp-easy-accordion .sp-ea-single.ea-expand .ea-expand-icon {
    color: #EDC98A !important;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}



.product-elements-desc-col p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
.product-elements-desc-col ul,  .product-elements-desc-col ul li, .product-elements-desc-col ol,  .product-elements-desc-col ol li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

#contact p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}
#contact h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    padding: 0 0 10px 0;
    color: #000;
}


#colors_table .column-2,
#colors_table .column-3,
#colors_table .column-4,
#colors_table .column-5,
#colors_table .column-6,
#efficiency_table .column-2,
#efficiency_table .column-3,
#efficiency_table .column-4,
#efficiency_table .column-5,
#efficiency_table .column-6 {
    text-align: left;
    background-color: #fff;
}
#colors_table thead .column-1, #efficiency_table thead .column-1 {
    background-color: #fff !important;
}
#colors_table thead th, #efficiency_table thead th {
    padding: 0;
    vertical-align: middle;
    height: 50px;
    border-bottom: 2px solid #000 !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-top: 1px solid #000 !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
#colors_table tbody td, #efficiency_table tbody td {
    padding: 10px 0;
    vertical-align: middle;
    height: 65px;
    border-bottom: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    font-size: 16px;
}

#colors_table, #efficiency_table {
    font-weight: 300;
    font-size: 18px;
}
#colors_table table thead,
#efficiency_table table thead,
#colors_table table tbody,
#efficiency_table table tbody{
    border: 1px solid #f8f8f8;
}
.tablepress>*+tbody>*>*, 
.tablepress>tbody>*~*>*, 
.tablepress>tfoot>*>*,
.tablepress>*+thead>*>*{
    border: 1px solid #f8f8f8 !important;
}
#colors_table tbody td span, #efficiency_table tbody td span {
    font-weight: 300;
    font-size: 12px;
}

.sm-top-box-mobile {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 100%;
    z-index: 10;
}
.mm-spn .sm-top-box-mobile a {
    display: inline-block;
    width: 20px !important;
    padding: 10px 40px 10px 0 !important;
}


@supports (position: sticky) {
    .is-sticky {
      position: sticky;
      top: 160px;
    }
  }


/* Mobile Menu */
.navbar-toggler-icon-new {
    cursor: pointer;
    background-image: url(img/mobile-menu.svg);
    width: 20px;
    height: 20px;
    margin-right: 0;
    display: block;
}
.mm-ocd__backdrop{
    height: 72px !important;
    width: 72px !important;
    min-width: auto !important;
    max-width: initial !important;
    cursor: pointer;
    background-image: url(img/mobile-menu-close.svg) !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;
    display: none;
}
.mm-ocd-opened .mm-ocd__backdrop{
    display: block;
}

.mm-spn.mm-spn--light {
    color: #000000 !important;
}
.mm-spn.mm-spn--navbar:after {
    text-align: left !important;
    color: #000;
    opacity: 1 !important;
    font-weight: 500;
    font-size: 16px;
    top: 9px !important;
    text-transform: uppercase;
}
.mm-spn li:after {
    border-top: 0 !important;
}
.mm-spn a:not(:last-child):after {
    border-right: 0 !important;
}
.mm-spn.mm-spn--navbar ul:before {
    border-top: 0 !important;
}
.mm-spn li {
    margin: 0 0 5px 0;
}
.mm-spn a {
    font-weight: 300;
    font-size: 14px !important;
    line-height: 21px;
    color: #000 !important;
    padding: 15px 20px !important;
    text-transform: uppercase;
}
.mm-spn li:before {
    opacity: 1 !important;
    color: #000 !important;
    z-index: 9;
}
.mm-spn.mm-spn--navbar:before {
    opacity: 1 !important;
    color: #000 !important;
    z-index: 9;
    top: 33px !important;
}

.mm-spn li.arrow-dropdown a{
    pointer-events: none;
}

.mm-spn li.arrow-dropdown ul a{
    pointer-events: all;
    cursor: pointer;
}
.mm-ocd {
    overflow: initial !important;
}
.mm-spn li.current-menu-item a {
    font-weight: 500;
}
.mm-ocd__content .mm-spn.mm-spn--navbar.mm-spn--main:after{
    display: none;
}
.mm-ocd__content .mm-spn.mm-spn--navbar.mm-spn--main ul{
    top: 13px !important;
}
.mm-ocd__content .sub-menu a {
    font-weight: 300;
    font-size: 12px !important;
    line-height: 21px;
    color: #000 !important;
    padding: 10px 20px !important;
}
.mobile-btn-bg{
    background-color: #fff;
    padding: 10px;
}


.grecaptcha-badge{
    transform: scale(0.25);
}

.gallery-item img{
    max-width: 100%;
    height: auto;
    border: 2px solid #ffffff !important;
}
.sm-top-box{
    display: block;
}
.wp-container-2{
    margin-bottom: 0;
}
.navbar .nav-item .nav-link:hover {
    background-color: #ffffff;
    color: #000;
}
.dropdown-toggle::after {
    display: none;
}


/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {
    padding-bottom: 512px; 
    overflow: hidden; 
    position: relative; 
    width: 100%;  
    background-attachment: fixed; 
    background-size: cover; 
    -moz-background-size: cover; 
    -webkit-background-size: cover; 
    background-repeat: no-repeat; 
    background-position: top center;
}

.single-product-head-title {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.1em;
    padding: 0 0 24px 0;
    color: #000;
    text-transform: uppercase;
}
.tablepress td p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0;
}


/* Before After slider */

.before-after-container {
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
    background: #000;
}
  
  .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  
  .before-image {
    z-index: 1;
  }
  
  .after-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0); /* Domyślnie połowa obrazu widoczna */
  }
  
  .slider {
    position: absolute;
    top: 0;
    left: 50%; /* Domyślna pozycja suwaka w środku */
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: #fff;
    cursor: ew-resize;
    z-index: 3;
  }
  
  .slider .handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 123px;
    height: 123px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: 44%;
    background-repeat: no-repeat;
}
.before-after-arrow{
    width: 57px;
}
.before-after-text-left{
    position: absolute;
    bottom: 50px;
    left: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 5px 10px;
    min-width: 140px;
    z-index: 2;
}
.before-after-text-right{
    position: absolute;
    bottom: 50px;
    right: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 5px 10px;
    min-width: 140px;
    z-index: 2;
}
/* Before After slider END */


.product-main-info-box h1,
.product-main-info-box h2,
.product-main-info-box h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.1em;
    padding: 0 0 24px 0;
    color: #000;
    text-transform: uppercase;
}










@media only screen and (max-width: 1370px) {
    .sm-icon {
        margin-right: 10px;
    }
    .headline {
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 16px;
    }
    .headline .stripe {
        top: 24px;
    }
    .fs-40 {
        font-size: 30px !important;
        line-height: 36px !important;
    }
    .navbar .nav-item .nav-link {
        padding: 15px 20px 15px;
    }
    .product-title {
        font-size: 104px;
    }
}
@media only screen and (max-width: 1200px) {
    .sm-top-box{
        display: none;
    }
    .navbar .nav-item .nav-link {
        padding: 15px 8px 15px;
    }
    .news-box-url {
        position: absolute;
        bottom: 20px;
        left: 24px;
        transform: none;
        font-size: 14px;
    }
    .news-box {
        padding: 0 0 60px;
        height: 100%;
    }
    .news-box h2 {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        padding: 20px 24px 0;
    }
    .product-title {
        font-size: 84px;
    }
}
@media only screen and (max-width: 992px) {
    .dropdown-toggle::after{
        display: inline-block;
        color: #bbb9b9;
        margin: -2px 10px;
    }
    #menu-main-menu{
        margin: 10px 0;
    }
    .navbar-expand-lg {
        background-color: transparent;
    }
    .full-screen-bg-subtitle {
        font-size: 40px;
        line-height: 50px;
        padding: 0;
    }
    .headline {
        font-size: 21px;
        line-height: 1.25em;
    }
    .headline .stripe {
        display: none;
    }
    p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 300;
    }
    #single-news p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 18px;
    }
    .product-box h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .product-box p {
        font-size: 20px;
        line-height: 26px;
    }
    .dark-product-desc-box h2 {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 15px;
    }
    section {
        padding: 40px 0;
    }
    h1, h2, h3, h4, h5, h6 {
        line-height: 36px;
        padding: 0 0 20px;
        font-size: 30px;
    }
    #single-news h2, #single-news h3, #single-news h4 {
        font-size: 24px;
        line-height: 32px;
        margin: 20px 0 0 0;
    }
    #contact h3 {
        font-weight: 300;
        font-size: 24px;
        line-height: 30px;
        padding: 0 0 10px 0;
        color: #000;
    }
    #breadcrumb {
        font-size: 12px;
        line-height: 21px;
    }
    .fs-40 {
        font-size: 21px !important;
        line-height: 28px !important;
    }
    .product-elements-desc {
        position: relative;
        padding: 0;
    }
    .menu-contact-btn a {
        line-height: 21px !important;
        font-family: Gilroy, sans-serif !important;
        padding: 14px 21px !important;
        display: inline-block;
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #000 !important;
        background: #edc98a !important;
        border-radius: 58px;
        border: 1px solid #edc98a;
        text-align: center !important;
        white-space: nowrap;
        margin: 13px 0 0 20px !important;
        width: 200px;
    }
    .menu-contact-btn::before{
        display: none !important;
    }
    .product-title {
        font-size: 44px;
        margin-bottom: 20px;
    }
    .product-icon-over {
        font-size: 18px;
    }
    p.product-element-box-title {
        font-size: 14px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 768px) {
    .full-screen-bg-subtitle {
        font-size: 21px;
        line-height: 30px;
    }
    .header-nav {
        top: 32px;
        left: 20px;
        width: calc(100% - 48px);
    }
    .logo {
        height: 40px;
    }
    .product-box {
        min-height: 345px;
    }
    .header-nav-subpage {
        position: absolute;
        top: 12px;
        width: calc(100% - 24px);
        left: 12px;
        padding: 20px 16px 22px 8px;
    }
    .header-section, .header-section-blog {
        margin-top: 134px;
        padding: 0;
    }
    .product-main-info-box {
        padding: 24px 24px;
    }
    .product-main-info-box h3 {
        font-size: 21px;
        line-height: 30px;
        padding: 0 0 20px 0;
    }
    .product-main-info-box p {
        font-size: 14px;
        line-height: 24px;
    }
    .product-main-info-box ol li{
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
    }
    .product-main-info-icon-box p.title {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 6px;
        margin-top: -3px;
    }
    .product-main-info-icon-box p {
        font-size: 14px;
        line-height: 21px;
    }
    .table-row-title {
        font-size: 14px;
        line-height: 16px;
    }
    .table-border-color {
        font-size: 14px;
        line-height: 16px;
    }
    #colors_table thead th, #efficiency_table thead th{
        font-size: 12px;
        line-height: 14px;
    }
    #colors_table tbody td, #efficiency_table tbody td{
        font-size: 14px;
        line-height: 16px;
    }
    .tablepress td p {
        font-size: 12px;
        line-height: 21px;
        font-weight: 300;
        margin-bottom: 0;
    }
    .tablepress img {
        width: 16px;
        height: 16px;
    }
    #colors_table tbody td, #efficiency_table tbody td {
        padding: 0;
    }
    .product-element-box {
        padding: 12px 12px 12px;
        height: 100%;
        min-height: auto;
        text-align: center;
    }
    .product-element-box p {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        text-align: center;
        font-weight: 700;
        margin: 15px 0 0px 0;
    }
    .subpage-title {
        font-size: 56px;
    }
    .product-over-title {
        font-size: 18px;
    }
    .single-product-head-title {
        font-weight: 300;
        font-size: 21px;
        line-height: 1.25em;
        padding: 0 0 24px 0;
        color: #000;
        text-transform: uppercase;
    }
    .before-after-text-left {
        position: absolute;
        bottom: 20px;
        left: 20px;
        border-radius: 5px;
        display: block;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        color: #000;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        padding: 5px 10px;
        min-width: 140px;
        z-index: 2;
        max-width: 140px;
    }
    .before-after-text-right {
        position: absolute;
        bottom: 20px;
        right: 20px;
        border-radius: 5px;
        display: block;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        color: #000;
        text-align: center;
        font-size: 12px;
        padding: 5px 10px;
        min-width: 140px;
        max-width: 140px;
        z-index: 2;
        line-height: 16px;
    }
    .slider .handle {
        width: 73px;
        height: 73px;
    }
    .white-box {
        background-color: #fff;
        padding: 24px;
    }
    .subheadline {
        font-size: 21px;
        line-height: 30px;
    }
    .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
        padding: 16px 24px !important;
        font-size: 18px;
        line-height: 28px;
    }
    .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body p {
        font-size: 14px !important;
    }
    .single-news-title {
        font-size: 24px;
        line-height: 1.35em;
    }
    .arrow-more {
        width: 29px;
    }
}

@media only screen and (max-width: 576px) {
    .full-screen-bg-arrow {
        left: 24px;
    }
    .video-bg {
        width: 100%;
        height: 200px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .subpage-title {
        font-size: 42px;
    }
}




.where-buy-box{
    background-color: #fff;
    transition: all 0.2s;
}
.where-buy-box:hover{
    background-color: #edc98a;
}
.where-buy-box .cat-tile {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 40px 48px 0;
    font-weight: 300;
    text-transform: uppercase;
}
.where-buy-box .more {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 40px 48px 40px;
    font-weight: 300;
}
.where-buy-box-single{
    border: 1px solid #ddd;
    padding: 40px 48px 40px 48px;
    height: 100%;
}
.where-buy-box-single .location-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.where-buy-box-single p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}
.where-buy-box-single a{
    font-weight: 500;
}

.where-buy-box-single-region{
    border: 1px solid #ddd;
    padding: 40px 48px 40px 48px;
    height: 100%;
    background-color: #fff;
    transition: all 0.2s;
}
.where-buy-box-single-region .cat-tile-region {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.where-buy-box-single-region:hover {
    background-color: #edc98a;
    border: 1px solid #edc98a;
}

.dark-product-desc-box {
    background-color: #F8F8F8;
    padding: 45px 50px 35px;
    color: #333;
    height: 100%;
}
.dark-product-desc-box a{
    font-weight: 500;
}
.dark-product-desc-box p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
.dark-product-desc-box h2,
.dark-product-desc-box p strong {
    color: #333;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    padding-bottom: 16px;
}


.where-buy-box-block{
    border: 2px solid #222;
    padding: 40px 48px 40px 48px;
    height: 100%;
    background-color: #fff;
    transition: all 0.2s;
}
.where-buy-box-block .cat-tile-region {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.where-buy-box-block:hover {
    background-color: #edc98a;
    border: 2px solid #edc98a;
}