@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700&subset=latin-ext");   body {font-size: 16px; font-weight: 300;}
h1, h2, h3, h4, h5, h6 { line-height: 130%;}
h2 {font-size: 1.8em; font-weight: 500; color: #221e5b;}
.btn-link {
display: inline-block;
font-size: 20px;
color: #fff;
font-weight: 700;
padding: 15px 40px;
border-radius: 100px;
position: relative;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.btn-link::after {
position: absolute;
font-family: "ETmodules" !important;
content: "\35";
font-size: 30px;
margin-left: -1em;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-link:hover {padding: 15px 64px 15px 40px;}
.btn-link:hover::after {margin-left: 10px;opacity: 1;}
.btn-link.green {background-color: #8ec641;}
.btn-link.green:hover {background-color: #5e9902;}
@media only screen and ( max-width: 479px ) {
.btn-link {
display: block;
font-size: 16px;
text-align: center;
}
.btn-link:hover {padding: 15px 40px;}
.btn-link:hover::after {display: none;}
} #main-header .container {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
padding: 12px 0;
width: 80%;
max-width: 1280px;
}
#main-header .container .logo-box,
#main-header .container .navigation-box {
flex: 0 0 auto;
max-width: 100%;
}
#main-header .container .logo-box {
padding-right: 15px;
}
#main-header .container .navigation-box ul li {
display: inline-block;
padding: 0 15px;
}
#main-header .container .navigation-box ul li a {
font-family: 'Roboto',sans-serif;
color: #000;
font-size: 20px;
}
#main-header .container .navigation-box ul .current_page_item a {
border-bottom: 2px solid #8ec641;
padding-bottom: 5px;
}
#main-header .container .telephone-box {
flex: 0 0 250px;
max-width: 250px;
text-align: right;
}
#main-header .container .telephone-box a {
display: inline-block;
padding: 0 70px 0 0;
background: url(//pelletgliwice.pl/wp-content/themes/Kaniak-theme/img/icon-phone.png) center right no-repeat;
background-size: 50px 50px; 
color: #000;
}
#main-header .container .telephone-box a .label {
display: block;
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 140%;
}
#main-header .container .telephone-box a .number {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 21px;
font-weight: 300;
line-height: 140%;
}
#main-header .container-mobile {display: none}
@media only screen and ( max-width: 1200px ) {
#main-header .container .logo-box {
flex: 0 0 16%;
max-width: 16%;
}
#main-header .container .logo-box img {
width: 100%;
height: auto;
}
#main-header .container .navigation-box {margin-top: -4px;}
#main-header .container .navigation-box ul li {padding: 0 10px;}
#main-header .container .navigation-box ul li a {font-size: 17px;}
#main-header .container .telephone-box {margin-top: -4px;}
#main-header .container .telephone-box a {
padding: 0 55px 0 0;
background-size: 40px 40px; 
color: #000;
}
#main-header .container .telephone-box a .label {font-size: 15px;}
#main-header .container .telephone-box a .number {font-size: 17px;}
}
@media only screen and ( max-width: 980px ) {
#main-header .container .telephone-box a {
display: inline-block;
padding: 0 50px 0 0;
background: url(//pelletgliwice.pl/wp-content/themes/Kaniak-theme/img/icon-phone.png) center right no-repeat;
background-size: 36px 36px; 
}
#main-header .container {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
width: 94%;
max-width: 1280px;
}
#main-header .container .navigation-box ul li a {
font-family: 'Roboto',sans-serif;
color: #000;
font-size: 15px;
}
#main-header .container .telephone-box a .label {font-size: 13px;}
#main-header .container .telephone-box a .number {font-size: 15px;}
}
@media all and (max-width: 767px) {
#main-header .container {display: none}
#main-header .container-mobile {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
width: 100%;
padding: 10px 0;
}
#main-header .container-mobile .logo-box {
flex: 0 0 50%;
max-width: 50%;
line-height: 1;
padding-left: 5%;
}
#main-header .container-mobile .menu-button {
flex: 0 0 30%;
max-width: 30%;
text-align: right;
}
#main-header .container-mobile .navigation-mobile-box {
flex: 0 0 100%;
max-width: 100%;
}
#main-header .container-mobile .menu-nowe {
background-color: #8dc641;
display: none;
list-style: none;
margin: 0;
padding: 0 5%;
width: 100%;
position: absolute;
top: 70px;
}
#main-header .container-mobile .menu-nowe a {
display: block;
color: #fff;
text-decoration: none;
text-align: center;
padding: 20px 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
font-size: 19px;
}
.hamburger-menu {
display: inline-block;
height: 60px;
padding: 20px 25px;
transition: all 0.3s ease-in-out;
}
.hamburger-menu:hover {
cursor: pointer;
}
.hamburger-menu .menu-item {
background: black;
display: block;
height: 2px;
margin: 0 0 6px;
transition: all 0.3s ease-in-out;
width: 40px;
}
.hamburger-menu.open .menu-item {
margin: 0 0 5px;
}
.hamburger-menu.open .menu-item:first-child {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 10px;
transform-origin: 10px;
}
.hamburger-menu.open .menu-item:nth-child(2) {
opacity: 0;
}
.hamburger-menu.open .menu-item:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 8px;
transform-origin: 8px;
}
} .home-slajder {
margin-bottom: 120px;
}
.home-slajder .slajder-text-box {
position: absolute;
display: block;
visibility: visible;
right: 0;
bottom: -180px;
z-index: 999;
width: 700px;
height: 622px;
box-sizing: border-box;
padding-right: 60px;
padding-top: 190px;
background: url(//pelletgliwice.pl/wp-content/themes/Kaniak-theme/img/slajder-tekst-box.png) top right no-repeat;
background-size: 700px 622px;
}
.home-slajder .slajder-text-box span {
display: block;
text-align: right;
font-family: 'Amatic SC', cursive;
font-size: 56px;
font-weight: 700;
color: #fff;
line-height: 120%;
}
.home-slajder .slajder-text-box span.bigger {font-size: 100px;}
.home-slajder .et_pb_slide {padding: 150px 0;}
@media only screen and ( max-width: 981px ) {
.home-slajder .slajder-text-box {
bottom: -180px;
width: 620px;
height: 482px;
padding-top: 140px;
background: url(//pelletgliwice.pl/wp-content/themes/Kaniak-theme/img/slajder-tekst-box.png) top right no-repeat;
background-size: 620px 482px;
}
.home-slajder .slajder-text-box span {font-size: 46px;}
.home-slajder .slajder-text-box span.bigger {font-size: 80px;}
.home-slajder {margin-bottom: 70px;}
}
@media only screen and ( max-width: 767px ) {
.home-slajder .slajder-text-box {
bottom: -180px;
width: 600px;
height: 416px;
padding-top: 120px;
background: url(//pelletgliwice.pl/wp-content/themes/Kaniak-theme/img/slajder-tekst-box.png) top right no-repeat;
background-size: 600px 416px;
}
}
@media only screen and ( max-width: 479px ) {
.home-slajder .slajder-text-box {
bottom: -180px;
width: 500px;
height: 347px;
padding-right: 40px;
padding-top: 110px;
background: url(//pelletgliwice.pl/wp-content/themes/Kaniak-theme/img/slajder-tekst-box.png) top right no-repeat;
background-size: 600px 347px;
}
.home-slajder .slajder-text-box span {font-size: 36px;}
.home-slajder .slajder-text-box span.bigger {font-size: 64px;}
.home-slajder .et_pb_slide {
padding: 100px 0;
}
.home-slajder {
margin-bottom: 160px;
}
} .home-jajka h2 {
font-size: 58px;
text-transform: uppercase;
font-weight: 600;
padding-bottom: 25px;
}
.home-jajka h3 {font-weight: 600; color: #8ec641; font-size: 30px;}
.home-jajka .tekst-box {padding-bottom: 2px; font-weight: 300;}
.home-jajka img {width: 90%; float: right;}
.home-jajka .orange {
color: #fff;
background-color: #8ec641;
border: none;
}
@media all and (max-width: 1099px) {
.home-jajka h2 {font-size: 48px}
}
@media only screen and ( max-width: 980px ) {
.home-jajka img {width: 100%; float: none;}
.home-jajka .et_pb_image {padding-top: 40px;}
.home-jajka .tekst-box {padding-bottom: 0;}
}
@media only screen and ( max-width: 480px ) {
.home-jajka h2 {font-size: 38px; padding-bottom: 10px;}
.home-jajka h3 {font-size: 20px}
} .home-opakowania {
background-color: #f3f3f3 !important;
}
.home-opakowania .opakowania-box .et_pb_code_inner {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.home-opakowania .opakowania-item {
flex: 0 0 22%;
max-width: 22%;
margin-right: 3%;
background: #fff;
text-align: center;
padding: 25px 0 35px;
font-size: 15px;
font-weight: 600;
margin-bottom: 3% !important;
color: #000;
transition: all 100ms;
}
.home-opakowania .opakowania-item .title {display: block; padding: 0 15px 20px; line-height: 130%; font-size:22px;} .home-opakowania .opakowania-item .price {display: block; padding-top: 0; font-weight: 400;}
.home-opakowania .opakowania-item .price span {color: #8ec641; font-weight: 600; font-size: 17px}
.home-opakowania .opakowania-item:hover {transform: scale(1.1);}
.home-opakowania .opakowania-item .image-box {display: block; padding: 20px 40px;}
.home-opakowania .heading h2 {
font-size: 44px;
font-weight: 600;
line-height: 130%;
}
.home-opakowania .heading h2 span {
display: block;
color: #8ec641;
color: #8ec641;
font-size: 30px;
}
.home-opakowania .tekst-box {
text-align: center;
font-size: 20px;
line-height: 160%;
}
@media all and (max-width: 1099px) {
.home-opakowania .heading h2 {font-size: 38px}
.home-opakowania .heading h2 span {font-size: 22px;}
.home-opakowania .opakowania-item {
flex: 0 0 47%;
max-width: 47%;
}
}
@media only screen and ( max-width: 767px ) {
.home-opakowania .opakowania-item {
margin-bottom: 5% !important;
}
.home-opakowania .opakowania-item:hover {transform: scale(1);}
}
@media only screen and ( max-width: 480px ) {
.home-opakowania .heading h2 {font-size: 32px}
.home-opakowania .heading h2 span {padding-top: 15px; font-size: 20px; line-height: 130%;} 
.home-opakowania .opakowania-item {
flex: 0 0 100%;
max-width: 100%;
margin-right: 0;
}
} .home-o-firmie {
padding: 120px 0 160px;
}
.home-o-firmie h2 {
font-size: 58px;
text-transform: uppercase;
font-weight: 600;
padding-bottom: 25px;
}
.home-o-firmie h3 {font-weight: 600; font-size: 30px;}
.home-o-firmie .tekst-box {padding-bottom: 30px;}
.home-o-firmie img {border-radius: 50%; width: 90%; float: right;}
.home-o-firmie .outline-orange {
color: #fff;
border: 1px solid #fff;
}
@media all and (max-width: 1099px) {
.home-o-firmie h2 {font-size: 48px}
}
@media only screen and ( max-width: 480px ) {
.home-o-firmie h2 {font-size: 38px; padding-bottom: 10px;}
.home-o-firmie h3 {font-size: 20px}
} .home-galeria {
width: 100%;
padding-top: 0 !important;
}
.home-galeria .et_pb_row {
width: 100%;
max-width: 100%;
padding: 0;
}
.home-galeria .images-box .et_pb_code_inner{
display: flex;
flex-flow: row wrap;
}
.home-galeria .image-item {
flex: 0 0 33%;
max-width: 33%;
}
.home-galeria .image-item img {width: 100%; height: auto;}
@media only screen and ( max-width: 980px ) {
.home-galeria .image-item {
flex: 0 0 50%;
max-width: 50%;
}
.home-galeria .image-item.second {display: none;}
}
@media only screen and ( max-width: 480px ) {
.home-galeria .image-item {
flex: 0 0 100%;
max-width: 100%;
}
.home-galeria .image-item.third {display: none;}
} .home-zamowienie .et_pb_column_2 {
position:static;
}
.home-zamowienie .heading {
padding-bottom: 50px;
}
.home-zamowienie h2 {
font-size: 44px;
font-weight: 300;
line-height: 130%;
}
.home-zamowienie h2 span {font-weight: 700;}
.home-zamowienie h3 {
padding-top: 40px;
font-size: 35px;
font-weight: 400;
color: #8ec641;
font-size:45px;
}
.home-zamowienie p {font-weight: 300; padding: 20px 0 40px; font-size: 20px;}
.home-zamowienie .btn-link {}
@media all and (max-width: 1099px) {
.home-zamowienie h2 {font-size: 38px}
.home-zamowienie h3 {font-size: 30px}
}
@media only screen and ( max-width: 980px ) {
.home-zamowienie .heading {
padding-bottom: 0;
}
}
@media only screen and ( max-width: 480px ) {
.home-zamowienie h2 {font-size: 32px}
} .contact .contact-info {font-size: 19px; font-weight: 400;}
.contact .heading {padding-bottom: 80px;}
.contact h2 {font-size: 35px; font-weight: 300; line-height: 130%;}
.contact h2 span {font-weight: 700;}
.contact .contact-info h3 {font-size: 28px; font-weight: 600; padding-bottom: 35px;}
.contact .contact-info .address,
.contact .contact-info .email,
.contact .contact-info .telefon {
padding-bottom: 15px;
padding-left: 45px;
background-size: 24px;
}
.contact .contact-info .address {
background: url(//pelletgliwice.pl/wp-content/themes/Kaniak-theme/img/contact-icon-address.png) left 5px no-repeat / 24px 24px;
}
.contact .contact-info .email {
background: url(//pelletgliwice.pl/wp-content/themes/Kaniak-theme/img/contact-icon-email.png) left 5px no-repeat / 24px 24px;
}
.contact .contact-info .telefon {
background: url(//pelletgliwice.pl/wp-content/themes/Kaniak-theme/img/contact-icon-telefon.png) left 5px no-repeat / 24px 24px;
padding-bottom: 35px
}
.contact .contact-info .email a {color: #b11f24;}
.contact .contact-info a {color: #b11f24;}
.contact .form-box .nf-before-form-content {display: none;}
.contact .form-box input[type=text],
.contact .form-box textarea {
border: 0;
font-size: 15px;
background-color: #efefef;
padding: 15px 30px;
}
.contact .form-box .nf-field-container {margin-bottom: 10px;}
.contact .form-box .nf-error-msg {font-size: 0.8em;}
.contact .form-box .btn-submit {
border: 0;
background-color: #b21f24;
color: #fff;
font-size: 18px;
padding: 15px 45px;
border-radius: 90px;
font-weight: 600;
}
.contact .form-box .btn-submit:hover {
cursor: pointer;
background-color: #731112;
}
@media all and (max-width: 1099px) {
.contact h2 {font-size: 30px}
.contact .contact-info h3 {font-size: 25px;}
.contact .contact-info {font-size: 18px;}
}
@media only screen and ( max-width: 479px ) {
.contact .form-box .btn-submit {
display: block;
font-size: 16px;
text-align: center;
width: 100%;
}
} .main-footer .footer-row {
padding-bottom: 120px;
}
.main-footer .footer-row .footer-column-1 {
background: url(//pelletgliwice.pl/wp-content/uploads/2019/02/logo-małe.png) left top no-repeat;
background-size: 60px auto;
padding-left: 90px;
}
.main-footer .footer-text-box {
box-sizing: border-box;
color: #fff;
}
.main-footer .footer-text-box .footer-company {font-weight: 700; font-size: 18px; padding-bottom: 5px;}
.main-footer .footer-text-box .footer-menu {font-size: 18px;}
.main-footer .footer-text-box .footer-menu a {
display: inline-block;
float: left;
color: #fff;
padding-right: 15px;
line-height: 150%;
}
.main-footer .footer-text-box .footer-menu a:hover {
text-decoration: underline;
}
.main-footer .footer-text-box .footer-menu .wpm-languages {
display: none;
}
.main-footer .footer-row-bottom p {
font-size: 14px;
color: #333;
}
.main-footer .footer-row-bottom p a {
font-weight: 500;
color: #333
}
@media only screen and ( max-width: 980px ) {
.main-footer .footer-row .et_pb_column_1_4 img {
width: 50%;
margin: 0 auto;
}
.main-footer .footer-text-box {
padding-left: 0;
padding-top: 40px;
box-sizing: border-box;
color: #fff;
}
.main-footer .footer-text-box .footer-company {text-align: center;}
.main-footer .footer-text-box .footer-menu {display: none;}
.main-footer .footer-row-bottom .copyright-box .et_pb_module p,
.main-footer .footer-row-bottom .author-box .et_pb_module p {
text-align: center;
font-size: 18px;
}
}
@media only screen and ( max-width: 480px ) {
.main-footer .footer-row .et_pb_column_1_4 img {
width: 75%;
margin: 0 auto;
}
} .title-page-full {
font-size: 44px;
font-weight: 600;
line-height: 130%;
text-align: center;
}
.title-page-full span {font-weight: 300; display: block;}
.subpage-opakowania {
background-color: #f3f3f3 !important;
}
.subpage-opakowania .opakowania-box .et_pb_code_inner {
display: flex;
flex-flow: row wrap;
}
.subpage-opakowania .opakowania-item {
flex: 0 0 31.33%;
max-width: 31.33%;
background: #fff;
margin-right: 3%;
text-align: center;
padding: 25px 0 20px;
font-size: 16px;
font-weight: 300;
margin-bottom: 3% !important;
color: #000;
transition: all 100ms;
}
.subpage-opakowania .opakowania-item strong {display: block; font-weight: 600; font-size: 30px;}
.subpage-opakowania .opakowania-item .title {display: block; padding: 0 15px; line-height: 130%;}
.subpage-opakowania .opakowania-item:nth-child(3n) {margin-right: 0;}
.subpage-opakowania .opakowania-item:hover {transform: scale(1.1);}
.subpage-opakowania .opakowania-item .image-box {display: block; padding: 0 80px 20px;}
.subpage-opakowania .heading h2 {
font-size: 44px;
font-weight: 600;
line-height: 130%;
}
.subpage-opakowania .heading h2 span {
display: block;
color: #2f6815;
font-size: 30px;
}
.subpage-opakowania .text-box {
font-size: 18px;
width: 75%;
margin: 0 auto;
}
.subpage-opakowania .button-box {
text-align: center;
}
.subpage-opakowania .btn-link.orange {
color: #fff;
background-color: #a00a15;
border: none;
}
.subpage-opinie {padding: 100px 0;}
.subpage-opinie h2 {
font-weight: 400;
font-family: 'Amatic SC', cursive;
line-height: 130%;
}
.subpage-opinie h2 strong {font-weight: 700;}
.subpage-statystyki.et_pb_section {padding: 150px 0;}
.subpage-statystyki .statystyki-liczba .percent-value {
font-size: 90px;
font-weight: 700;
color: #fff;
text-align: center;
font-family: 'Amatic SC', cursive;
}
.subpage-statystyki .statystyki-liczba.jednostka-mln .percent-value::after {
content: 'MLN';
margin-left: 15px;
}
.subpage-zamowienie .text-box {
font-size: 18px;
width: 75%;
margin: 0 auto;
}
.zamowienie-krok img {max-width: 80%; width: 80%;}
.subpage-statystyki .statystyki-liczba h3 {
font-size: 40px;
color: #fff;
text-align: center;
font-family: 'Amatic SC', cursive;
}
@media all and (max-width: 1099px) {
.subpage-opakowania .heading h2 {font-size: 38px}
.subpage-opakowania .heading h2 span {font-size: 22px;}
}
@media only screen and ( max-width: 767px ) {
.subpage-opakowania .opakowania-item {
flex: 0 0 48%;
max-width: 48%;
margin-right: 4%;
font-size: 14px;
margin-bottom: 5% !important;
}
.subpage-opakowania .opakowania-item:nth-child(2) {margin-right: 0;}
.subpage-opakowania .opakowania-item:nth-child(3) {
flex: 0 0 100%;
max-width: 100%;
margin-right: 0;
}
.subpage-opakowania .opakowania-item:nth-child(3) img {width: 80%;}
.subpage-opakowania .opakowania-item:hover {transform: scale(1);}
}
@media only screen and ( max-width: 480px ) {
.subpage-opakowania .heading h2 {font-size: 32px}
.subpage-opakowania .heading h2 span {padding-top: 15px; font-size: 20px; line-height: 130%;} 
.subpage-opakowania .opakowania-item {
flex: 0 0 100%;
max-width: 100%;
margin-right: 0;
}
}
.oferta-lista_pelletow h2 {
font-size: 36px;
font-weight: 600;
line-height: 130%;
text-align: left;
}
.oferta-lista_pelletow h2 span {
display: block;
font-size: 30px;
}
.oferta-lista_pelletow .cena {
font-size: 23px;
text-align: left;
}
.oferta-lista_pelletow .cena-box {
font-size: 21px;
padding: 5px 0;
}
.oferta-lista_pelletow .cena strong {
color: #8ec641;
font-weight: 600;
font-size: 28px;
}
.oferta-lista_pelletow .cena span {
color: #8ec641;
font-weight: 400;
font-size: 23px;
}
.oferta-lista_pelletow .cena-box span {
font-weight: 600;
font-size: 16px;
color: #8ec641;
}
.oferta-lista_pelletow .cena-solo {
font-size: 19px;
text-align: left;
}
.oferta-lista_pelletow .cena-solo strong {
color: #8ec641;
font-weight: 600;
font-size: 23px;
}
.oferta-lista_pelletow .cena-solo span {
color: #8ec641;
font-weight: 400;
font-size: 19px;
} .onlyadmin {
display: none;
} 
.logged-in .onlyadmin {
display: block;
} 
.openpopup a {
display: block;
color: #000;
font-size: 18px;
padding-left: 36px;
height: 32px;
background-image: url(https://pelletgliwice.pl/wp-content/uploads/2021/08/wallet.png);
background-size: 24px 24px;
background-position: left center;
background-repeat: no-repeat;
}
.openpopup a span {
display: inline-block;
background: #8ec641;
color: #fff;
font-size: 15px;
font-weight: 500;
padding: 4px 12px;
border-radius: 4px;
margin-left: 12px;
}
.woocommerce-shipping-destination {display: none;}
.cart-badge {
position: fixed;
right: 50px;
bottom: 50px;
z-index: 9999;
width: 82px;
height:82px;
background-image: url(https://pelletgliwice.pl/wp-content/uploads/2021/08/cart-icon.png);
background-repeat: no-repeat;
background-size: 82px 82px;
background-position: center center;
transition: all 0.2s ease-in-out;
}
.cart-badge:hover {
transform: scale(1.2);
}
.cart-badge {
display: none;
}
.cart-has-items .cart-badge {
display: block;
}
.cart-has-items.woocommerce-cart .cart-badge {
display: none;
}
.woocommerce-checkout #customer_details {
width: 70%;
margin: 0 auto 60px;
}
.woocommerce-checkout #customer_details .col-1, 
.woocommerce-checkout #customer_details .col-2 {
float: none;
width: 100%;
padding-bottom:  60px;
} 
.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box {
background: #fff;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box::before {
border: 1em solid #fff;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}
@media only screen and (max-width: 767px) {
.woocommerce .et_pb_section.popup .et_pb_wc_add_to_cart .quantity {
margin-bottom: 15px;
}
.woocommerce .et_pb_section.popup .et_pb_wc_add_to_cart .quantity,
.woocommerce .et_pb_section.popup .et_pb_wc_add_to_cart button.single_add_to_cart_button {
width: 100%;
}
.woocommerce .et_pb_section.popup .et_pb_wc_add_to_cart .quantity input.qty {
width: 100%;
max-width: 100%;
}
.woocommerce-checkout #customer_details {
width: 100%;
margin: 0 auto 40px;
}
.subpage-zamowienie .text-box {
font-size: 16px;
width: 100%;
}
}
@media only screen and ( max-width: 480px ) {
.openpopup a span {
display: inline-block;
margin-left: 0;
margin-top: 15px;
}
.cart-badge {
right: 20px;
bottom: 30px;
z-index: 9999;
width: 48px;
height:48px;
background-image: url(https://pelletgliwice.pl/wp-content/uploads/2021/08/cart-icon.png);
background-repeat: no-repeat;
background-size: 48px 48px;
background-position: center center;
transition: all 0.2s ease-in-out;
}
}