.page-home .container {width:100% !important;}
#wrapper {background:#fff !important;}


.pieczec-footer-white {background:#fff;padding:20px 0;border-top:1px solid #ddd;margin-top:30px;}
.pieczec-footer-white * {color:#000;font-size:13px;font-family: Roboto}
.pieczec-footer-white a {color:rgb(72, 91, 185)}

.pieczec-footer-black {background:#000;padding:40px 0;}
.pieczec-footer-black * {color:#fff;font-size:13px;font-family: Roboto}
.pieczec-footer-copyright {font-weight:400;font-size:17px;}
.pieczec-footer-polityka-prywatnosci a {font-weight:400;font-size:13px;color:rgb(59, 166, 210)}
.pieczec-footer-linki a {font-weight:400;font-size:13px;color:#fff;line-height:30px;display:block;}
.pieczec-footer-zgody {font-size:11px;font-weight:bold;}

.pieczec-header-black {background:#000;padding:20px 0;}
.pieczec-header-black * {color:#fff;font-size:13px;font-family: Roboto;}
.pieczec-header-black .menu * {color:#fff;font-size:13px;font-family: Roboto;display:inline;}

.pieczec-header-black a {color:#fff !important;margin:10px;}







.home_product * {
    font-family: Roboto;
    font-size: 14px;
    color:#000;
    text-align:left;

}

.home_product {border:1px solid #eee;padding:30px;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);margin:0 auto !important;width:500px;}
.home_product:hover {border:1px solid #eee;padding:30px;box-shadow: 0px 0px 10px rgba(254, 167, 0, 0.4);}

.home_product .product_name {border-bottom: 1px solid #ccc;padding:10px 0;}
.home_product .product_name_part_1 {font-size:30px;font-weight: 400;color:rgb(0,186,104);margin:10px 0;}
.home_product .product_name_part_2 {font-size:16px;font-weight: 600;}

.home_product .product_description_box {margin:10px 0;border-bottom: 1px solid #ccc;}
.home_product .product_description_header {font-weight: 600}
.home_product .product_description_list li {font-size:13px;}

.home_product .product_sub_box {margin:10px 0;border-bottom: 1px solid #ccc;}
.home_product .product_sub_header {font-weight: 600}
.home_product .product_sub_list li {font-size:13px;}

.home_product .product_price_box {padding:10px 0;}
.home_product .product_price_value {font-size:40px;font-weight: 600;}
.home_product .product_price_currency {font-size:22px;font-weight:400;}
.home_product .product_price_vat {}

.home_product .product_price_button {
    background: #fff;
    border:2px solid rgb(254, 167, 0);
    padding:10px;
    color:rgb(254, 167, 0);
    width:100%;
    font-size: 16px;
    font-weight:600;
    text-align:center;
}

.home_product .product_price_button:hover {
    background:rgb(254, 167, 0);
    border:2px solid rgb(254, 167, 0);
    text-align:center;
}







.karuzela {
    position: relative;
    /*max-width: 600px;*/
    margin: auto;
    overflow: hidden;
}

.karuzela-slides {
    display: flex;
    transition: all 0.5s ease-in-out;
}

.karuzela-slide {
    min-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.karuzela-slide.active {
    display: block;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    transition: background 0.3s;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}


.rekomendacja-container {
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 15px;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 15px 45px;
}

.rekomendacja-tresc {
    margin-bottom: 20px;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.rekomendacja-dane {
    display: flex;
    align-items: center;
}

.awatar {
    flex: 0 0 60px;
    margin-right: 15px;
}

.awatar img {
    width: 100%;
    border-radius: 50%;
}

.informacje .imie-nazwisko {
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.informacje .funkcja {
    font-size: 15px;
    color: #777;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}






















.faq-container {
    display: block;
}

.faq-item {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 1%;
}

@media screen and (min-width: 768px) {
    .faq-item {
        width: 48%;
    }
}


.faq-item .question {
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.faq-item .answer {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: rgb(41, 51, 61);
    font-weight: 400;
    background: #fff;
}

.toggle-symbol {
    margin-right: 10px;
    user-select: none;
}



.pieczec-header-nav {
    background: #000;
    border:none !important;
}
.pieczec-header-nav .user-info a {
    font-family: Roboto;
    font-size:13px;
    color: rgba(255,255,255,1) !important;
}
.pieczec-header-nav .user-info i {
    font-size:19px;
}

.pieczec-header-top {
    background: #000;
    border:none !important;
}

.pieczec-header-top-custom-menu {
    text-align: right;
}

.pieczec-header-top-custom-menu a.dropdown-item{
    color:#fff !important;
    font-family: Roboto;
    font-size:13px;
    font-weight:normal;
}































.ekiosk-pieczec-info * {
    font-family: Roboto !important;
}

.ekiosk-pieczec-info {
    margin:30px 0;
}






























.karuzela {
    position: relative;
    /*max-width: 600px;*/
    margin: auto;
    overflow: hidden;
}

.karuzela-slides {
    display: flex;
    transition: all 0.5s ease-in-out;
}

.karuzela-slide {
    min-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.karuzela-slide.active {
    display: block;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    transition: background 0.3s;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}


.rekomendacja-container {
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 15px;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 15px 45px;
}

.rekomendacja-tresc {
    margin-bottom: 20px;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.rekomendacja-dane {
    display: flex;
    align-items: center;
}

.awatar {
    flex: 0 0 60px;
    margin-right: 15px;
}

.awatar img {
    width: 100%;
    border-radius: 50%;
}

.informacje .imie-nazwisko {
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.informacje .funkcja {
    font-size: 15px;
    color: #777;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

































div.blockcart.cart-preview i {
    color: #fff !important;
    font-size:19px !important;

}
div.blockcart.cart-preview {
    background:#000000 !important;
    color:#fff !important;
    font-size:13px !important;
    font-family: Roboto !important;
    line-height: normal !important;
    position: relative;
    top:3px;
}