@font-face {
    font-family: 'BlissPro-Bold';
    src: url('fonts/BlissPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/BlissPro-Bold.otf') format('opentype'),
    url('fonts/BlissPro-Bold.woff') format('woff'),
    url('fonts/BlissPro-Bold.ttf') format('truetype'),
    url('fonts/BlissPro-Bold.svg#BlissPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Bliss2-Regular';
    src: url('fonts/Bliss2-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Bliss2-Regular.otf') format('opentype'),
    url('fonts/Bliss2-Regular.woff') format('woff'),
    url('fonts/Bliss2-Regular.ttf') format('truetype'),
    url('fonts/Bliss2-Regular.svg#Bliss2-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.container,
.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

body {
    line-height: 1.42857143;
}

body .btn {
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

body main {
    font-size: 16px;
}

body footer {
    font-size: 14px;
}

body#page .btn,
body#page input,
body#page {
    font-family: 'Bliss2-Regular', sans-serif;
}

body#page {
    color: #131313;
}

body,
p,
span {
    font-family: 'Bliss2-Regular', sans-serif;
    color: #5e5e5e;
    font-weight: 400;
}

body .form-control {
    border: 1px solid #e1e1e1;
}

body a {
    color: #ab011c;
    font-weight: 400;
}

.cart-menu a:hover span,
body a:hover,
body a.active {
    text-decoration: none;
    color: #d70022;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px;
}

#text img,
.text img {
    max-width: 100%;
    margin-bottom: 10px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

strong {
    font-family: 'BlissPro-Bold', sans-serif;
    color: inherit;
}

.box-shadow {
    -webkit-box-shadow: 0 5px 38px -2px rgba(153, 151, 153, 0.4);
    -moz-box-shadow: 0 5px 38px -2px rgba(153, 151, 153, 0.4);
    box-shadow: 0 5px 38px -2px rgba(153, 151, 153, 0.4);
}

.vileda-icon {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 5px 5px 5px;
}

.vileda-icon.tel {
    background-image: url(grafika/tel.png);
}

.vileda-icon.account {
    background-image: url(grafika/id-card.png);
}

.vileda-icon.cart {
    background-image: url(grafika/cart.png);
}

button {
    cursor: pointer;
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.input-group-btn:last-child > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-vileda {
    text-shadow: 0 1px 0 #d70022;
    background-image: linear-gradient(to bottom, #d70022 0, #c02 100%);
    background-repeat: repeat-x;
    border-color: #d70022
}

header {
    padding-bottom: 15px;
    /*background-image: url('./grafika/header-bg.png');*/
}

header .row {
}

.pagination span:hover,
.back-to-news:hover,
body#page .btn:hover {
    background-color: #b70021;
    color: #fff;
}

.pagination span,
.back-to-news,
body#page .btn {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tooltip > .tooltip-inner {
    max-width: 350px;
}

#logo {
    margin: 0 20px 0 10px;
    width: 180px;
}

#search {
    margin-top: 45px;
    width: 400px;
    padding: 0 15px;
}

#search button {
    background-color: #d70022;
    height: 48px;
    width: 48px;
    background-image: url(grafika/loupe.png);
    background-repeat: no-repeat;
    background-position: center;
}

#search input {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
}

.cart-menu {
    font-size: 14px;
    margin-top: 54px;
    margin-right: 0;
    padding-right: 10px;
    float: right;
}

a > u,
#bonuses a {
    color: #5e5e5e !important;
}

.cart-menu a {
    color: #5e5e5e;
    font-size: 16px;
}

.radio-buttons label {
    margin-bottom: 0;
}

.cart-menu li:not(:last-child) {
    padding-right: 15px;
    margin-right: 5px;
    position: relative;
}

.cart-menu li:not(:last-child):after {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background-color: #b5b5b5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#basket i > span {
    background-color: #d70022;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-style: normal;
}

main,
.margin-top-40 {
    margin-top: 40px;
}

.half-input {
    width: 50%;
    float: left;
    margin-right: 20px;
}

#category-tree,
#category-tree ul {
    padding-left: 0;
    border: 0;
}

#category-tree a {
    color: #5e5e5e;
}

#category-tree a:hover {
    color: #d70022;
}

#category-tree {
    margin-bottom: 25px;
    margin-right: 20px;
}

#category-tree ul {
    margin-left: 15px;
    margin-bottom: 0;
}

#category-tree li {
    border: 0;
    margin-bottom: 1px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    padding: 4px 0;
    position: relative;
}

#category-tree li.arrow:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    background-image: url(grafika/arrow.png);
    height: 13px;
    width: 15px;
    margin: auto;
}

#dlaczego-warto-kupowac {
    height: 610px;
    padding: 30px 23px;
    line-height: 2.3em;
    background-size: cover;
}

#dlaczego-warto-kupowac ol {
    padding-left: 40px;
    list-style: none;
}

#dlaczego-warto-kupowac ol > li {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 30px;
}

#dlaczego-warto-kupowac ol > li:before {
    height: 25px;
    width: 25px;
    position: absolute;
    left: -40px;
    margin: auto;
    background-color: #fff;
    border-radius: 50px;
    color: #d70022;
    display: block;
    text-align: center;
    line-height: 25px;
    font-family: 'BlissPro-Bold', sans-serif;
}

#dlaczego-warto-kupowac ol > li:nth-child(5):before {
    content: '5';
}

#dlaczego-warto-kupowac ol > li:nth-child(6):before {
    content: '6';
}

#dlaczego-warto-kupowac ol > li:nth-child(7):before {
    content: '7';
}

#dlaczego-warto-kupowac ol > li:nth-child(8):before {
    content: '8';
}

#dlaczego-warto-kupowac ol > li:nth-child(9):before {
    content: '9';
}

#dlaczego-warto-kupowac ol > li:nth-child(10):before {
    content: '10';
}

.category-banner span {
    font-family: 'BlissPro-Bold', sans-serif;
    color: #131313;
    line-height: 1em;
}

.product-loader,
.to-cart {
    height: 40px;
    width: 40px;
    background-color: #d70022;
    background-image: url(grafika/cart-white.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    bottom: 30px;
    right: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.product-loader {
    background-image: url(grafika/ajax-loader.gif);
    background-size: 80%;
    display: none;;
}

.product-loader.show {
    display: block;
}

section#main-products .main-product {
    height: 295px;
    position: relative;
    padding: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
}

section#main-products .main-product h2 {
    font-size: 22px;
    font-weight: 700;
    width: 50%;
    margin-top: 39px;
    color: #1c1c1c;
}

.product .price,
section#main-products .main-product .price {
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 24px;
    font-weight: 700;
}

.product-label {
    font-size: 14px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
}

section#main-products .main-product .product-label {
    top: 20px;
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.products-list {
    margin-bottom: 100px;
}

.products-list .product-label {
    top: 120px;
    right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: Bliss2-Regular, sans-serif;
    letter-spacing: 1px;
}

.product-label.new {
    background-color: #8cd023;
}

.product-label.promo {
    background-color: #3fc1f3;
}

.product .price .old-price,
section#main-products .main-product .price .old-price {
    font-size: 15px;
    text-decoration: line-through;
}

#product-full .product-price-box .price > [itemprop="price"]:before,
.product .price:before,
section#main-products .main-product .price:before {
    content: '';
    width: 37px;
    height: 3px;
    border-radius: 5px;
    background-color: #000;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 5px;
}

.black {
    color: #000;
}

.products-list .product {
    height: 340px;
    border: 1px solid #e1e1e1;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 75%;
    background-size: 75%;
    padding: 25px;
}

.products-list > a {
    padding: 10px;
}

.product h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: "BlissPro-Bold", sans-serif;
}

.product h3,
.product h3:hover,
.product .price span,
.main-product .price span {
    color: #1c1c1c;
}

.main-product:hover,
.product:hover {
    -webkit-box-shadow: 0 5px 38px 0 rgba(153, 151, 153, 0.4);
    -moz-box-shadow: 0 5px 38px 0 rgba(153, 151, 153, 0.4);
    box-shadow: 0 5px 38px 0 rgba(153, 151, 153, 0.4);
}

main h2 {
    font-family: "BlissPro-Bold", sans-serif;
    margin-top: 25px;
    margin-bottom: 25px;
}

.product .price span,
section#main-products span,
section#main-products .main-product h2 {
    font-family: "BlissPro-Bold", sans-serif;
}

#news {
    background-color: #f6fafd;
    padding-top: 45px;
}

.header0{margin:15px 0 20px 0}
.header0, .header0 * {color:#8ed318;font-size:25px}
.header1 {margin:10px 0 15px 0}
.header1, .header1 * {color:#8ed318;font-size:18px}
.header2{margin:10px 0 15px 0}
.header2, .header2 * {color:#000;font-size:18px}
.header3{margin:10px 0 15px 0}
.header3, .header3 * {color:#8ed318;font-size:16px;font-weight:800}

h2.cke-2,
#news h2 {
    margin-top: 0;
    font-family: "Bliss2-Regular", sans-serif;
    margin-bottom: 20px;
    font-size: 34px;
}

#news article h2.title {
    margin-top: 0;
    font-family: "Bliss2-Regular", sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

#news article h2.title:not(:hover) {
    color: #000;
}

#news article .image {
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

#news article .date {
    color: #3fc1f3;
    font-size: 13px;
    font-family: "BlissPro-Bold", sans-serif;
}

#news article .text {
    font-size: 14px;
    color: #5e5e5e;
    margin-bottom: 20px;
}

#news article .more {
    color: #000;
    font-family: "Bliss2-Regular", sans-serif;
}

#newsletter {
    background-image: url(grafika/newsletter-background.jpg);
    background-size: cover;
    background-position: center;
    height: 450px;
    padding: 40px;
    margin-bottom: 90px;
}

#newsletter-category h2,
#newsletter h3 {
    width: 75%;
    margin-bottom: 5px
}

#newsletter-category input,
#newsletter input {
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    color: #7d7d7d;
}

#newsletter div {
    font-size: 16px;
}

#newsletter h2 {
    font-size: 36px;
}

#newsletter-category button {
    letter-spacing: 1px;
    font-family: Bliss2-Regular, sans-serif;
}

#shadow-screen #product-info button,
#newsletter-category button,
#newsletter button {
    font-size: 16px;
    height: 48px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #d70022;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#category-bonuses > div:hover img,
#bonuses > a > .img-container:hover {
    -webkit-box-shadow: 0 029px 0 rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 029px 0 rgba(0, 0, 0, 0.41);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.41);
}

footer {
    -webkit-box-shadow: 0 5px 38px 2px rgba(153, 151, 153, 0.4);
    -moz-box-shadow: 0 5px 38px 2px rgba(153, 151, 153, 0.4);
    box-shadow: 0 5px 38px 2px rgba(153, 151, 153, 0.4);
}

footer nav {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer nav ul {
    display: inline-flex;
    flex-basis: auto;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}

footer nav a {
    color: #5e5e5e;
    font-size: 18px;
}

.cookiesAlert {
    padding-top: 15px;
    font-size: 14px;
}

.acceptCookie {
    margin-top: 0 !important;
}

#bottom-footer {
    background-color: #e20031;
}

#bottom-footer .float-right {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

#bottom-footer .float-right a:hover {
    color: #5e5e5e;
}

#bottom-footer img {
    margin: 25px auto;
}

.category-title {
    font-family: "BlissPro-Bold", sans-serif;
    font-size: 44px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.category-banner {
    position: relative;
    background-position: center;
    background-size: cover;
}

main h2.size44 {
    font-size: 44px;
}

.category-banner .small-text {
    right: 25px;
    text-align: right;
}

.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 10px;
}

.breadcrumbs a {
    color: #5e5e5e;
    font-family: Bliss2-Regular, sans-serif;
}

.breadcrumbs > li:first-child,
.cart-menu li {
    padding-left: 0 !important;
}

.breadcrumbs > li:not(:last-child):after {
    content: '>';
    display: inline-block;
    padding-left: 5px;
    font-family: Bliss2-Regular, sans-serif;
    margin-right: -5px
}

section#category-bonuses > div {
    margin-bottom: 45px;
}

.form-group [type="checkbox"]::before {
    top: 3px !important;
    bottom: auto !important;
}

section#bonuses > a > img,
section#bonuses > img {
    height: 190px;
}

section#bonuses > a > img:not(.last),
section#bonuses > img:not(.last) {
    margin-bottom: 20px;
}

section#bonuses .img-container {
    width: 100%;
    overflow: hidden;
    height: 190px;
}

section#category-bonuses > div > a > div,
section#category-bonuses > div > div {
    padding: 25px;
    background-size: cover;
    background-position: center;
    height: 190px;
    position: relative;
}

section#category-bonuses span,
section#bonuses span {
    color: inherit;
    line-height: 1em;
}

section#category-bonuses .small-text,
.category-banner .small-text,
section#bonuses .small-text {
    position: absolute;
    bottom: 15px;
    left: 25px;
    font-size: 11px;
    right: 25px;
}

#newsletter-category h3 {
    margin-top: 0;
    font-family: 'BlissPro-Bold', sans-serif;
    font-size: 44px;
}

#newsletter-category h2 + div {
    font-size: 18px;
}

#newsletter-category {
    background-color: #edf4f6;
    padding-top: 45px;
    padding-bottom: 45px;
}

#newsletter-category section {
    background-image: url(grafika/newsletter-background-category.jpg);
    background-size: cover;
    background-position: center right;
    min-height: 250px;
    padding: 50px;
}

#newsletter-category form {
    margin-top: 20px;
    max-width: 400px;
}

#search-page h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}

#search-page h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Bliss2-Regular", sans-serif;
    color: #5e5e5e;
}

main.page h1 {
    font-family: "BlissPro-Bold", sans-serif;
    font-size: 48px;
    margin-bottom: 30px;
}

main.page {
    padding-bottom: 50px;
}

#product-full .product-image {
    margin-top: 10px;
    max-width: 400px;
}

#product-full .product-image .product-image-big {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    margin: auto;
}

.category-banner img {
    width: 100%;
}

#product-full .product-image-border {
    position: relative;
    border: 1px solid #e1e1e1;
    height: 380px;
    max-width: 380px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

#product-full .product-image .product-image-small {
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    display: inline-block;
}

#product-full .product-description {
    padding-left: 30px;
    flex: 0 0 calc(100% - 400px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 400px);
    max-width: calc(100% - 400px);
}

main h1 {
    font-family: "BlissPro-Bold", sans-serif;
    margin-bottom: 20px;
}

#product-full h1 {
    margin-top: 0;
    font-size: 44px;
    font-family: "BlissPro-Bold", sans-serif;
    margin-bottom: 20px;
}

#product-full h2 {
    margin-bottom: 25px;
    color: #161616;
}

#product-full .product-price-box .price > [itemprop="price"],
#product-full .product-price-box .price > [itemprop="priceCurrency"] {
    font-size: 36px;
    font-family: 'BlissPro-Bold', sans-serif;
    color: #131313;
}

.related-products {
    clear: both;
}

.related-products > h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

#product-full .price > .old-price {
    font-family: "Bliss2-Regular", sans-serif;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 10px;
}

#product-full .product-to-cart {
    width: 100%;
    max-width: 180px;
    background-color: #d70022;
    color: #fff;
    border: 0;
    line-height: 65px;
    padding-left: 55px;
    padding-right: 25px;
    border-radius: 5px;
    background-image: url(grafika/cart-white.png);
    background-position: center left 25px;
    background-repeat: no-repeat;
    margin-top: 15px;
    font-size: 16px;
}

#product-full .links {
    font-size: 16px;
    font-family: "Bliss2-Regular", sans-serif;
    margin-top: 45px;
    padding-top: 25px;
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #e1e1e1;
}

#product-full .links li {
    line-height: 1.5em;
}

#product-full .product-price-box > div:first-child {
    float: left;
    width: calc(100% - 180px);
    padding-right: 15px;
}

#product-full .product-description-full {
    font-size: 16px;
    font-family: "Bliss2-Regular", sans-serif;
    color: #5e5e5e;
}

#product-full .product-description-full p,
#product-full .product-description-full span {
    color: inherit;
    font-family: inherit;
    line-height: 1.8em;
}

#textFrame li,
main.container.page #textFrame li .main.container.page .faq li,
main.container.page .page-content li,
#product-full .product-description-full li,
footer nav li {
    list-style: none;
}

main.container.page .page-content li p {
    display: inline !important
}

main.container.page #textFrame ul,
main.container.page .page-content ol,
main.container.page .faq ul,
main.container.page .page-content ul,
#product-full .product-description-full ul {
    padding-left: 0;
    margin: 25px 0
}

main.container.page #textFrame li,
main.container.page .faq li,
main.container.page .page-content li,
#product-full .product-description-full li {
    line-height: 1.8em;
    position: relative;
    padding-left: 30px;
}

main ol {
    padding-left: 0;
}

main.container.page #textFrame ol > li {
    padding-left: 10px;
    list-style: decimal;
}

main.container.page #textFrame ol > li::before {
    display: none;
}

main.container.page #textFrame li:before,
main.container.page .faq li:before,
main.container.page .page-content li:before,
#product-full .product-description-full li:before {
    content: '';
    background-image: url(grafika/tick.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-bottom: 3px;
    margin-right: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
}

#product-full .product-description-full img {
    max-width: 100%;
}

main.container.page .faq .title {
    font-family: "BlissPro-Bold", sans-serif;
    font-size: 20px;
}

#product-full .ean-code {
    font-size: 16px;
    color: #161616;
    margin: 25px 0;
}

.product-description table td {
    vertical-align: top;
    font-size: 16px;
}

.product-description table tr > td:first-child {
    min-width: 145px;
    padding-right: 15px;
}

.stars {
    margin-right: 2px;
    display: inline-block;
}

.stars .star {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

.stars-label {
    display: inline-block;
    vertical-align: middle;
}

.stars.clickable {
    cursor: pointer;
    display: inline-block;
}

.form-opinions.error .star.empty:before {
    -webkit-text-stroke-color: #b70021;
    color: #ffb2be;
}

.star.empty:before {
    content: '';
    background: url('/grafika/icons/star-empty.png');
    width: 16px;
    height: 20px;
    display: block;
}

.star.full:before {
    content: '';
    background: url('/grafika/icons/star-full.png');
    width: 16px;
    height: 20px;
    display: block;
}

.star.half:before {
    content: '';
    background: url('/grafika/icons/star-half.png');
    width: 16px;
    height: 20px;
    display: block;
}

.rating > span:not(.stars) {
    font-size: 16px;
    font-family: "Bliss2-Regular", sans-serif;
    display: inline-block;
    vertical-align: middle;
}

#opinions {
    background-color: #edf4f6;
    padding-bottom: 40px;
}

#opinions > div.container {
    background-image: url(grafika/opinions-background.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.availability-link {
    font-size: 14px;
    color: #131313;
    text-decoration: underline;
}

#availability-form > div > .row:first-child > div {
    padding-bottom: 35px;
}

#opinions > div > .row:first-child:not(.add-opinion) > div {
    padding-top: 35px;
    padding-bottom: 35px;
}

#advice h2,
#questions h2,
#opinions h2 {
    font-family: "BlissPro-Bold", sans-serif;
    font-size: 30px;
}

#opinions h2 {
    margin-bottom: 5px;
}

.question:after,
.opinion:after {
    content: '';
    width: 200px;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.question-form textarea,
.add-opinion textarea {
    min-height: 100px;
    resize: none;
}

.question-form input,
.add-opinion input {
    min-height: 40px
}

.question-form input,
.question-form textarea,
.add-opinion input,
.add-opinion textarea {
    font-size: 18px;
    padding: 0 15px;
    color: #757575;
    background-color: #edf4f6;
}

.question-form textarea,
.add-opinion textarea {
    padding-top: 15px;
}

.form-opinions {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.stars-label {
    font-size: 18px;
    margin-right: 10px;
}

.av-form button,
.question-form button,
.add-opinion button {
    background-color: #d70022;
    font-size: 13px;
    color: #fff;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px !important;
    letter-spacing: 1px;
    font-family: "Bliss2-Regular", sans-serif;
}

#availability-form,
#questions {
    background-color: #209ecf;
}

#availability-form > div.container,
#questions > div.container {
    padding-top: 45px;
    padding-bottom: 40px;
    background-image: url(grafika/questions-background.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#availability-form > div.container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.question-form {
    padding-top: 30px;
    padding-bottom: 30px;
}

.question-form .info,
main.container.page .page-content li {
    margin-bottom: 10px;
}

.question-form form,
#product-full .product-price-box {
    margin-top: 25px;
}

.show-question-form {
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.show-question-form:after {
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: inline-block;
    background-image: url(grafika/arrow-down-white.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}

.question .title {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 10px;
}

#availability-form h2 {
    margin-bottom: 5px;
}

.av-form form {
    margin-top: 25px;
}

#availability-form,
#availability-form h2,
#questions h2,
.question .title,
.question .answer,
.question .answer p,
#questions,
#questions span,
#advice h2,
#bottom-footer .float-right a,
.product-label:hover,
.product-label,
#dlaczego-warto-kupowac *,
#search i {
    color: #fff;
}

.question,
.opinion {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 30px;
}

#advice {
    background-color: #ed1638;
    color: #fff;
}

#advice > div {
    background-image: url(grafika/advice-background.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 25px;
}

#advice .image {
    height: 190px;
    width: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 16px -2px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 6px 16px -2px rgba(0, 0, 0, 0.39);
    box-shadow: 0 6px 16px -2px rgba(0, 0, 0, 0.39);
}

#advice h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Bliss2-Regular", sans-serif;
}

#advice div {
    font-size: 16px;
    line-height: 24px;
}

#shadow-screen,
#shadow-screen .background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    display: table;
    width: 100%;
    height: 100%;
}

#shadow-screen .background {
    background-color: #000;
    opacity: 0.4;
}

#shadow-screen #product-info {
    z-index: 901;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 560px;
    display: table-cell;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    max-height: 200px;
}

#shadow-screen #product-info .h2 {
    font-family: BlissPro-Bold, sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

#shadow-screen #product-info div {
    font-family: Bliss2-Regular, sans-serif;
}

#shadow-screen #product-info .additional-info {
    padding-top: 13px;
    font-size: 11px;
    color: #bdbcbc;
}

#shadow-screen #product-info .float-left {
    line-height: 40px;
    font-size: 14px;
}

.av-form-error,
.form-opinions.error .stars-label,
.question-form-error,
.add-opinion-error {
    color: #ed1638;
}

.av-form .error,
.question-form .error,
.add-opinion .error:not(.form-opinions) {
    border: 1px solid #ed1638
}

.av-form-success,
.question-form-success,
.add-opinion-succes,
.newsletter-message.success {
    color: #8cd023;
}

.question-form-error,
.question-form-success {
    line-height: 28px;
}

.steps {
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
}

.steps .step {
    display: block;
    padding-left: 70px;
    font-size: 18px;
    position: relative;
    height: 55px;
    line-height: 55px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.steps .step.active {
    background-color: #d70022;
    color: #fff;
    font-family: "BlissPro-Bold", sans-serif;
}

.steps .step.active:after {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -5px;
    left: 30px;
    margin: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #d70022;
}

.steps .step:not(.active) {
    background-color: #eef0f0;
    color: #1e1e1e;
    font-family: "Bliss2-Regular", sans-serif;
}

.steps .step.active:before {
    border: 2px solid #fff;
}

.steps .step:before {
    text-align: center;
    height: 30px;
    width: 30px;
    display: block;
    left: 20px;
    top: 0;
    bottom: 0;
    position: absolute;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    margin: auto;
    line-height: 26px;
}

.steps .step-0:before,
#dlaczego-warto-kupowac ol > li:nth-child(1):before {
    content: '1';
}

.steps .step-1:before,
#dlaczego-warto-kupowac ol > li:nth-child(2):before {
    content: '2';
}

.steps .step-2:before,
#dlaczego-warto-kupowac ol > li:nth-child(3):before {
    content: '3';
}

.steps .step-3:before,
#dlaczego-warto-kupowac ol > li:nth-child(4):before {
    content: '4';
}

.steps .step-3 {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#promo-items {
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
}

.promo-item {
    min-height: 50px;
    position: relative;
    padding-top: 14px;
    padding-bottom: 5px;
    line-height: 30px;
}

.promo-item > span:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 10px;
    background: url('grafika/info-icon2.png') center no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    margin: auto;
}

.promo-item > span {
    color: #000;
    font-size: 16px;
    font-family: 'Bliss2-Regular', sans-serif;
    padding-left: 45px;
}

.promo-item .rd {
    color: #d70022;
}

.promo-item .close-promo {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
    height: 15px;
    width: 15px;
    background-image: url(grafika/x.png);
    background-position: center;
    background-repeat: no-repeat;
}

#codes-agreement {
    padding-left: 35px;
}

#codes-agreement label {
    font-size: 14px;
    color: #6c6c6c;
    margin-top: 0;
}

#return-to-referer {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s;
}

#return-to-referer:hover {
    color: #d70022;
}

body#page #text ul {
    color: #5e5e5e;
}

#order-button {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #d70022;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    height: 50px;
    font-size: 16px;
}

#products-table {
    margin-top: 30px
}

#products-table th {
    font-family: 'BlissPro-Bold', sans-serif;
    font-size: 16px
}

#products-table td,
#products-table td span {
    font-family: 'BlissPro-Bold', sans-serif;
    font-size: 16px;
    color: #131313
}

#products-table tr {
    border-bottom: 1px solid #e1e1e1;
}

#products-table td,
#products-table th {
    margin-bottom: 20px;
    position: relative;
}

#products-table tr > th,
main.container.page .faq li {
    padding-bottom: 20px;
}

#products-table tr > td:not(:last-child) {
    padding-right: 20px;
}

#products-table tr > td:nth-child(2) {
    width: 120px;
}

#products-table tr > td:nth-child(3) {
    width: 90px;
}

#products-table tr > td:not(:first-child):before {
    content: '';
    position: absolute;
    height: 80px;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #e1e1e1;
    width: 1px;
    margin: auto;
}

#basketForm > .orders-history .image,
#products-table .image {
    width: 80px;
    height: 80px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
}

#products-table .name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    max-width: calc(100% - 110px);
    color: #131313;
}

#products-table .products-amount {
    border-radius: 4px;
    background-color: #fff;
    width: 50px;
    padding-left: 10px;
}

#products-table input.products-amount {
    border: 1px solid #e1e1e1;
    height: 40px;
}

#products-table .delete-product {
    width: 31px;
    height: 31px;
    background-image: url(grafika/x-rounded.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

#products-table .products-value-container {
    padding-right: 70px;
    color: #131313;
    white-space: nowrap;
}

#products-table .empty-basket {
    line-height: 50px;
}

.info.not-enough-products {
    background-color: #eef0f0;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px;
}

#summary {
    background-color: #eef0f0;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px;
}

#summary span {
    line-height: 2em;
}

#summary div,
#summary span {
    font-family: "Bliss2-Regular", sans-serif;
    line-height: 1.5em;
}

#summary strong,
#summary strong span {
    font-family: "BlissPro-Bold", sans-serif;
    color: #1e1e1e;
}

#summary button {
    font-size: 20px !important;
}

#summary .summary-price-container {
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-top: 15px;
}

#summary .summary-price {
    font-size: 30px;
    line-height: 1em;
}

#summary .goto-step {
    width: 100%;
    background-color: #d70022;
    color: #fff;
    font-size: 13px;
    min-height: 48px;
    margin-top: 20px;
    margin-bottom: 15px;
    white-space: normal;
}

#summary .shadow-text span {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 1em;
}

#codes {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #3fc1f3;
    border-radius: 5px;
    color: #fff;
}

#codes h2,
#summary h2 {
    margin-top: 0;
    font-family: "BlissPro-Bold", sans-serif;
}

#codes label {
    font-weight: 400;
    font-size: 16px;
}

#codes input {
    margin-top: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    height: 40px;
    color: #fff;
}

#codes button {
    width: 100%;
    background-color: #d70022;
    color: #fff;
    font-size: 16px;
    height: 48px;
    margin-top: 20px;
}

#codes div.form-group,
section#category-bonuses p,
.category-banner p,
section#bonuses p {
    margin-bottom: 0;
}

body.basket #category-bonuses {
    margin-top: 50px;
}

.box-payment h3,
.box-delivery h3,
.opinion .text {
    font-family: 'BlissPro-Bold', sans-serif;
}

.box-delivery h3.has-error {
    color: #d70022;
}

#register-form [type="checkbox"],
.form-group [type="checkbox"],
.radio-buttons .radio [type="radio"],
.radio-buttons .radio-inline [type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: checkbox-container;
    vertical-align: middle;
    bottom: 0;
    top: 0;
    left: 0;
    margin-left: 0;
}

#register-form [type="checkbox"]:focus,
.form-group [type="checkbox"]:focus,
.radio-buttons [type="radio"]:focus {
    outline: none;
}

#register-form .agree,
#basket i {
    position: relative;
}

#register-form [type="checkbox"] + label {
    padding-left: 40px;
}

.radio > label:before {
    cursor: pointer;
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.radio > label:before {
    top: 3px;
    left: 0;
    margin: auto;
}

body:not(.browser-Edge) .form-group [type="checkbox"],
#products-table tr > td:not(:first-child),
#products-table tr > th:not(:first-child) {
    padding-left: 20px;
}

.radio > label:before {
    width: 18px;
    background-position: center left;
}

.radio > label.disabled:before {
    background-image: url(grafika/radio-not-checked.png);
}

.radio > label:not(.checked):not(.disabled):before {
    background-image: url(grafika/radio-not-checked.png);
}

.radio > label.checked:before {
    background-image: url(grafika/radio-checked.png);
}

.radio > label.disabled {
    opacity: .4;
}

.radio-buttons .radio label {
    padding-left: 30px;
    font-size: 16px;
}

.radio-buttons .radio input {
    display: none;
}

.order-as {
    margin-bottom: 10px;
    margin-top: -15px;
}

.checkbox + .checkbox {
    margin-top: 15px;
}

.box-delivery .radio + .radio,
.box-payment .radio + .radio {
    margin-top: 5px !important;
}

.not-editable-addres,
.addressBlock,
.orders-history {
    margin-bottom: 25px;
}

.not-editable-addres {
    display: table;
}

.order-as h3,
.order-as .radio-buttons {
    display: inline-block;
    margin: 0;
}

.radio-buttons > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.order-as .radio-buttons .radio-inline {
    margin-left: 20px;
}

.order-as h3 {
    font-size: 16px;
    font-family: "BlissPro-Bold", sans-serif;
}

.order-as .radio-inline {
    padding-left: 30px;
}

.order-as .radio-inline label {
    cursor: pointer;
    font-family: "Bliss2-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#address-form .input-fields label {
    width: 100%;
    max-width: 180px;
    display: inline-block;
    padding-right: 10px;
    text-align: right;
}

#address-form .input-fields label + * {
    max-width: 430px;
    width: 100%;
    display: inline-block;
    min-height: 50px;
    vertical-align: middle;
}

.agreement-fields {
    margin-left: 180px;
}

.agreement-fields .required-fields-info {
    color: #686868;
    margin-left: 30px;
    margin-bottom: 25px;
    margin-top: 20px;
}

#address-form .input-fields label,
.agreement-fields,
.agreement-fields label {
    font-family: "Bliss2-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
}

[type=checkbox] {
    display: none;
}

label.checkbox.checked:before {
    background-image: url(grafika/checkbox-checked.png);
    width: 18px;
    margin-right: 3px;
}

label.checkbox:not(.checked):before {
    background-image: url(grafika/checkbox-not-checked.png);
}

label.checkbox:before {
    cursor: pointer;
    content: '';
    height: 16px;
    width: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0.25em;
}

label.checkbox {
    padding-left: 25px;
    font-weight: 400;
    cursor: pointer;
}

.form-group > label {
    position: relative;
    cursor: pointer;
}

.class_inpost_machines_dropdown {
    min-height: 50px;
    max-width: 430px;
}

.input-fields .form-group.error .error-description {
    margin-left: 180px;
    padding-left: 10px;
    margin-top: 5px;
}

.agreement-fields.error select,
.order-as + .input-fields .form-group.error input {
    border-color: #d70022;
}

#order-summary > div:not(:last-child),
#recommended-products > div,
[itemprop="offerDetails"],
#opinions .form-group,
.products-list > div,
section#main-products .main-product:not(.last),
#editAddressForm,
.not-editable-address > div,
section#bonuses > a > div:not(.last),
section#bonuses > div:not(.last),
.margin-bottom-20 {
    margin-bottom: 20px;
}

.not-editable-addres .margin-bottom-20 {
    padding-left: 43px;
}

#order-summary {
    font-size: 16px;
    margin-bottom: 20px;
}

#order-summary .bold,
#dlaczego-warto-kupowac strong,
#dlaczego-warto-kupowac strong span {
    font-weight: 700;
}

#paczkomatySelect.row.error,
body .list-inline {
    margin-left: 0;
}

#order-button {
    font-size: 24px;
    padding-left: 45px;
    padding-right: 45px;
}

.order-confirm h2 {
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 5px;
}

.order-confirm div:not(.date) {
    font-size: 16px;
    color: #1d1d1d;
}

.order-confirm div.date,
.question .answer,
.opinion .user,
.opinion .text {
    font-size: 16px;
}

.order-confirm div.bigText {
    font-size: 30px;
    font-family: "BlissPro-Bold", sans-serif;
    margin-top: 35px;
    margin-bottom: 20px;
}

h2.similar-products {
    font-size: 36px;
    color: #131313;
    margin-top: 70px;
}

.similar.products-list,
#order-summary h2,
#order-summary > div > div,
.related-products .products-list {
    padding-left: 0;
    padding-right: 0;
}

.vileda-button {
    max-width: 200px;
    width: 100%;
    background-color: #d70022;
    color: #fff;
    font-size: 13px;
    height: 48px;
    margin-top: 20px;
    text-transform: uppercase;
}

.control-label,
.control-label .error {
    font-weight: 700;
    color: #1d1d1d;
}

#agree1,
#agree2 {
    height: 16px;
    width: 18px;
    display: none;
}

#news.page {
    background-color: #fff;
    padding-top: 0;
}

#news.page article h3 {
    font-family: "BlissPro-Bold", sans-serif;
    font-size: 20px;
    margin-top: 5px;
    color: #000;
}

#news.page article .description {
    color: #5e5e5e;
    font-size: 14px;
}

#news.page article .more {
    padding-top: 20px;
    display: block;
}

.pagination {
    margin-bottom: 50px !important;
    clear: both;
}

.pagination span {
    padding: 15px 20px;
    background-color: #ddd;
    color: #fff;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 2px;
}

.back-to-news,
.pagination span:hover,
.pagination span.active {
    background-color: #d70022;
}

.back-to-news {
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    border: 0;
    margin-top: -40px;
}

#module_form .form,
.newsletter-message,
#newsletter-category form,
#newsletter form {
    margin-top: 20px;
}

.discount-codes {
    font-family: "Bliss2-Regular", sans-serif;
    margin-top: 10px
}

.inline-form label {
    clear: both;
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    line-height: 34px;
    margin: 0 0 15px 0;
}

.inline-form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: right;
    margin-bottom: 15px;
}

.login-form h3,
#news.page article {
    margin-bottom: 50px;
}

.login-form.register button {
    margin: 20px 0;
}

div.my-panel-menu {
    padding: 0;
    background-color: #e1e1e1;
    margin-bottom: 35px;
    border-radius: 5px;
}

div.my-panel-menu span {
    font-family: "Bliss2-Regular", sans-serif;
    font-size: 18px;
    padding: 20px 33px;
    display: inline-block;
}

div.my-panel-menu span.active,
div.my-panel-menu span:hover {
    color: #fff;
    background-color: #767a7a;
    position: relative;
}

div.my-panel-menu > a:first-child span.active,
div.my-panel-menu > a:first-child span:hover,
.steps .step-0 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.my-panel-menu span.active:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #767a7a;
    left: 15px;
    bottom: -6px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    border-radius: 5px;
}

h2.my-panel-label {
    position: relative;
    border-radius: 5px;
    margin: 0 0 35px 0;
    display: block;
    background-color: #e1e1e1;
    font-family: "BlissPro-Bold", sans-serif;
    font-size: 16px;
    padding: 20px 33px;
    text-transform: uppercase;
}

h2.my-panel-label .edit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #d70022;
    color: #fff;
    border-radius: 5px;
    line-height: 55px;
    padding-left: 40px;
    padding-right: 40px;
}

.padding-bottom-td-10 {
    margin-left: 33px;
    margin-bottom: 20px;
}

.padding-bottom-td-10 td {
    padding-bottom: 10px;
}

.padding-bottom-td-10 tr > td:first-child {
    padding-right: 5px;
}

.change-password-info {
    padding-left: 43px;
}

.change-password-info p {
    color: #131313;
}

#editAddressForm label,
#changePasswordForm .inline-form label {
    width: 150px;
    line-height: 50px;
}

#editAddressForm input,
#changePasswordForm .inline-form input {
    max-width: 430px;
    float: left;
    height: 50px;
}

#editAddressForm .change-password-button {
    padding: 0
}

#editAddressForm .error-description,
#changePasswordForm .error-description,
#editAddressForm .change-password-button,
.change-password-button {
    width: 100%;
    text-align: right;
    max-width: 430px;
}

#editAddressForm .change-password-button button,
.change-password-button button,
.login-form button,
body.browser-Edge .form-group [type="checkbox"] {
    margin-top: 0
}

#editAddressForm .has-error label,
#editAddressForm .error-description,
#changePasswordForm .has-error label,
#changePasswordForm .error-description,
.orders-history td a:hover,
.agree.error,
p.error,
.input-fields .form-group.error,
.input-fields .form-group.error span,
.form-group > .error,
.form-group > .error a,
#paczkomatySelect.row.error span,
.question .answer a,
#search-page h1 .phrase,
.breadcrumbs a.active span,
.breadcrumbs a:hover span,
footer nav a:hover,
footer nav a.active,
.newsletter-message.error,
#news article .more:hover {
    color: #d70022;
}

.has-error .form-control {
    border-color: #d70022;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #d70022;
}

.orders-history,
#products-table,
#products-table table {
    width: 100%;
}

.orders-history thead tr {
    background-color: #e1e1e1;
}

.orders-history td {
    background-color: #f4f8f9;
}

.orders-history td,
.orders-history th {
    padding: 10px 20px;
    font-family: "Bliss2-Regular", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.orders-history th {
    text-transform: uppercase;
}

.orders-history td a,
.orders-history td {
    color: #b3babf;
    vertical-align: top;
}

.orders-history td.name {
    padding-bottom: 0;
}

.orders-history .no-padding {
    padding-top: 0;
    padding-bottom: 10px;
}

.orders-history .spacer td {
    height: 5px;
    padding: 0;
    background-color: transparent;
}

#basketForm > .orders-history .image {
    margin: 0;
    background-color: #fff;
}

#basketForm > .orders-history td {
    vertical-align: middle;
}

#summury {
    margin-top: 20px;
    margin-bottom: 20px;
}

#summury b,
#summury span {
    margin-top: 5px;
    display: inline-block;
}

[rel="tooltip"] {
    cursor: pointer;
}

[rel=tooltip] + .tooltip {
    opacity: 1 !important;
    padding: 15px !important;
    padding-bottom: 5px !important;
}

[rel=tooltip] + .tooltip > div {
    background-color: #f2f7fb;
    color: #000;
    text-align: left;
    font-family: 'Bliss2-Regular', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    border: 1px solid #cfd5d9
}

[rel=tooltip] + .tooltip.top .tooltip-arrow {
    border-top-color: #f2f7fb;
}

#hamburger-icon {
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 10px;
    background-color: #d70022;
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
}

.red {
    color: #d70022;
}

#hamburger-icon > span {
    height: 10%;
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    display: block;
    margin: 7px 0;
}

body .mm-menu {
    z-index: 900;
}

body .pagination {
    display: flow-root;
}

.pagination > a {
    display: inline-flex;
    margin-bottom: 10px;
}

#opinions-pagination {
    margin: 0 !important;
}

.slick-list {
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    font-size: 18px;
    font-family: 'BlissPro-Bold', sans-serif;
    cursor: pointer;
    z-index: 800;
}

.slick-arrow.slick-prev {
    left: -20px;
}

.slick-arrow.slick-next {
    right: -5px;
}

.slick-disabled {
    opacity: 0.4;
}

.product-image-small-container,
.product-image-small-container .slick-slide {
    max-height: 80px;
}

.product-image-small-container:not(.slick-initialized) {
    overflow: hidden;
}

.product .unavailable {
    position: absolute;
    right: 30px;
    bottom: 20px;
    text-align: right;
    color: #d70022;
    font-size: 14px;
    font-family: 'BlissPro-Bold', sans-serif;
}

.radio-buttons .radio.radio-inline {
    padding-left: 0;
}

#news.page .test,
#news.page p {
    font-size: 16px;
}

#scroll-to-top {
    position: fixed;
    right: 0;
    bottom: 30px;
    width: 55px;
    height: 55px;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    z-index: 12000;
    background: url(grafika/scrollToTop.jpg) center;
    background-size: cover;
}

#product-info .x {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(grafika/x.png);
    cursor: pointer;
}

.steps span.hoverable:not(.active):hover {
    background-color: #d8dada !important;
    cursor: pointer;
}

h2.cke {
    margin-bottom: 25px;
    color: #161616;
}

h3.cke-3 {
    text-transform: uppercase;
    color: #d70022;
    font-family: 'Bliss2-Regular', sans-serif;
    font-size: 30px;
}

.product .image-mid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

#category-bonuses img {
    width: 100%;
}

.product-description [itemprop="availability"] + u {
    color: #46a529;
}

.dotpay-pay-submit {
    cursor: pointer;
}

.button-hover-color {
    transition: all .5s;
}

.button-hover-color:hover {
    background-color: #b70021 !important;
    color: #fff !important;
    transition: all .5s;

}

.newsletter-home-title {
    margin-bottom: 5px !important;
}

#newsletter-category form,
#newsletter form {
    margin-top: 0;
}

.rodo-newsletter label {
    font-size: 11px !important;
    color: #5e5e5e;
}

.rc-overlay {
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}

.rc-overlay .window {
    display: none;
    position: absolute;
    width: 320px;
    max-height: 300px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 9999999999;
}

.rc-overlay .window p {
    padding: 20px 10px;
}

.rc-overlay .window .g-recaptcha {
    margin-left: 10px;
}

.rc-overlay .window .close {
    padding-right: 5px;
    padding-top: 5px;
}

.rc-overlay .rc-rodo {
    padding: 20px 10px;
}

/* 404 */
div.page-404 {
    min-height: calc(100vh - 247px);
    text-align: center;
}

div.page-404 p:first-child {
    font-size: 52px;
}

div.page-404 p:last-child {
    margin-top: 100px;
    font-size: 14px;
}

.checkbox span.error {
    color: #d20d15;
}

#module_form div.msg {
    color: #06ac2d;
    font-size: 19px;
}

.hidden-desktop {
    display: none;
}

.changed-delivery-alert {
    color: #d70022;
    margin-top: -20px;
}

.island-login {
    margin-bottom: 50px;
}

#promo-items > #codes-info {
    padding-top: 18px;
    padding-bottom: 9px;
}

#promo-items > .promo-item + #codes-info {
    padding-top: 0;
    padding-bottom: 0;
}

body .select2-container--default .select2-selection--single {
    height: 50px;
    padding: 10px 12px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.option-bold {
    font-weight: 700;
}

.option-load {
    color: #ab011c;
}

body .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

/* new product template */
.product-description-full .description-start h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ab011c;
}

.product-description-full .description-section {
    margin-bottom: 20px;
}

.product-description-full .description-banner {
    margin-bottom: 40px;
}

#product-full  .product-image.additional-images {
    max-width: none;
}

.shop-elements .text-box {
    padding: 0 30px;
}

.shop-elements .odd .img-box {
    padding-left: 10px;
}

.shop-elements .even .img-box {
    padding-right: 10px;
}

.additional-images {
    margin-bottom: 20px;
}

@media all and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .orders-history th.date {
        min-width: 290px;
    }
}

@media all and (min-width: 992px) {
    #hamburger-icon {
        display: none;
    }

    #news.page > div > article:nth-child(3n+1) {
        clear: both;
    }

    .stacktable.small-only {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .container {
        min-width: 750px;
    }

    .h1.responsive,
    .show-product-responsive {
        display: none;
    }
}

@media all and (min-width: 476px) {
    .category-banner:not(.responsive) {
        display: block
    }

    .category-banner.responsive {
        display: none;
    }
}



@media all and (max-width: 1199px) {
    #product-full .description-board h2 {
        margin-bottom: 5px;
        margin-top: 10px;
        font-size: 26px;
    }

    .shop-elements .text-box {
        padding: 0 20px;
    }

    footer nav ul {
        display: block;
        text-align: center;
    }

    footer nav ul li {
        line-height: 2.5em;
        display: inline-block;
        padding: 0 20px;
    }

    #news article .image {
        height: 200px;
    }

    #bonuses > a:not(:last-child) > img {
        margin-right: 5.3%;
    }

    #search {
        width: 230px;
    }

    #product-full .product-price-box > div:first-child {
        width: 100%;
    }
}

@media all and (max-width: 991px) {
    .shop-elements .odd .img-box {
        padding-right: 10px;
    }

    .shop-elements .even .img-box {
        padding-left: 10px;
    }

    #product-full .product-to-cart {
        margin-top: 25px;
    }

    #news article .image {
        height: 223px;
    }

    section#bonuses .img-container {
        height: auto;
    }

    section#bonuses > a > div.img-container {
        margin-bottom: 0;
    }

    .related-products > h2 {
        font-size: 30px;
    }

    .input-fields .form-group.error .error-description {
        margin-left: 0;
        padding-left: 0;
    }

    #logo {
        width: 105px;
    }

    #logo img {
        height: 55px;
    }

    header {
        padding-bottom: 0;
    }

    .slick-arrow.slick-prev {
        left: -15px;
    }

    footer nav {
        text-align: center;
    }

    .cart-menu {
        float: left;
        clear: both;
    }

    .overflow-x {
        overflow-x: auto;
    }

    .my-panel-menu span {
        display: block;
        width: 100%;
        border-radius: 5px;
    }

    .agreement-fields {
        margin-left: 0 !important;
    }

    .goto-form .form-group label {
        display: block !important;
        text-align: left !important;
    }

    .goto-form select.country-select,
    .goto-form .form-group textarea,
    .goto-form .form-group input:not([type="checkbox"]) {
        width: 100% !important;
        max-width: 100% !important;
    }

    #order-button,
    .hidden-mobile,
    .stacktable.large-only {
        display: none;
    }

    .stacktable .delete-product {
        height: 16px !important;
        width: 16px !important;
    }

    .summary-container,
    #news.page > div > article:nth-child(2n+1) {
        clear: both;
    }

    #newsletter,
    #dlaczego-warto-kupowac {
        height: auto;
    }

    .goto-form,
    #news article,
    #dlaczego-warto-kupowac,
    #bonuses {
        margin-bottom: 20px;
    }

    #products-table {
        margin-bottom: 40px;
    }

    #search {
        width: calc(100% - 210px);
        margin-top: 5px;
    }

    header .cart-menu {
        margin-top: 20px;
    }

    #advice a  .image {
        margin: auto;
        margin-top: 20px !important;
    }
}

@media all and (max-width: 767px) {
    .shop-elements .text-box {
        padding: 0 10px;
    }

    .page-404 {
        margin-top: 30px;
    }

    div.page-404 p:first-child {
        font-size: 34px;
        line-height: 48px;
    }

    div.page-404 p:last-child {
        margin-bottom: 30px;
        margin-top: 70px;
    }

    .change-password-info {
        padding-left: 10px;
    }

    #editAddressForm .error-description,
    #changePasswordForm .error-description,
    #editAddressForm .change-password-button,
    .change-password-button {
        max-width: none;
    }

    #changePasswordForm label,
    #editAddressForm label {
        display: block;
        text-align: left;
        margin: 0;
        line-height: 2em;
    }

    #changePasswordForm input,
    #editAddressForm input {
        width: 100% !important;
        max-width: 100% !important;
    }

    section#category-bonuses > div {
        margin-bottom: 20px;
        max-width: 75%;
    }

    #news article .image {
        height: 170px;
    }

    section#main-products .main-product {
        height: 265px;
    }

    section#bonuses > a:not(:last-child) {
        margin-bottom: 20px;
    }

    #bonuses a {
        max-width: 270px;
    }

    section#category-bonuses {
        text-align: center;
    }

    #product-full .product-image-border {
        margin: 20px auto 20px;
    }

    .h1.responsive {
        margin-top: 0;
        font-size: 32px;
        font-family: "BlissPro-Bold", sans-serif;
        margin-bottom: 10px;
    }

    #product-full .product-description {
        padding-top: 20px;
    }

    .show-product-responsive {
        height: 100px;
    }

    #product-full .product-price-box .links {
        margin-top: 20px;
    }

    #product-full .breadcrumbs > li:last-child,
    #product-full .slick-arrow,
    #product-full .product-box h1 {
        display: none !important;
    }

    .product-image {
        text-align: center;
    }

    #product-full .product-description {
        padding-left: 10px;
        flex: 0 0 100%;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    #product-full .product-image {
        max-width: 100%;
    }

    main {
        margin-top: 10px;
    }
}

@media all and (max-width: 575px) {
    #bonuses a {
        max-width: 300px;
    }

    #news article .image {
        height: 360px;
        background-size: contain;
    }

    .category-banner > div {
        padding-bottom: 20px;
    }

    #product-full .product-image .product-image-big {
        max-width: 100%;
        height: auto;
    }

    #shadow-screen #product-info {
        max-height: 260px;
    }

    #shadow-screen .full-responsive {
        clear: both;
        width: 100%;
        margin-bottom: 20px
    }

    #newsletter-category {
        margin-bottom: 0 !important;
    }

    #newsletter-category section {
        padding-bottom: 170px !important;
    }

    #newsletter {
        padding-bottom: 170px !important;
        margin-bottom: 0 !important;
    }

    body .products-list .product {
        background-size: 50%;
    }

    .category-banner br,
    #page.page-1 #news > .container > .row > article:nth-child(2),
    #dlaczego-warto-kupowac,
    .hide-responsive {
        display: none !important;
    }

    #search {
        position: absolute;
        top: -60px;
        opacity: 0;
        transition: all .5s;
        z-index: 100;
    }

    #search.show {
        opacity: 1;
        top: 100px;
    }

    #show-responsive-search {
        background-image: url(/grafika/loupe-black.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 48px;
        height: 48px;
        position: absolute;
        right: 65px;
        top: 5px;
        cursor: pointer;
    }

    #show-responsive-search.show {
        background-image: url(/grafika/x-black.png);
    }

    .cart-menu li:first-child {
        margin-left: 10px;
    }

    .cart-menu li {
        margin-left: 5px;
        margin-right: 0;
    }

    .cart-menu li:not(:last-child) {
        padding-right: 0;
    }

    #shadow-screen .full-responsive button,
    #newsletter-category .input-group.add-on .input-group-btn button,
    #newsletter-category .input-group.add-on,
    #order-button,
    #news.page img,
    .half-input,
    footer img,
    .col-xxs-12, #search {
        width: 100% !important;
    }

    #news.page img {
        max-width: 100%;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #search {
        clear: both;
    }

    header .cart-menu li:after {
        display: none !important;
    }

    #newsletter-category h2 {
        font-size: 26px;
    }

    #newsletter-category h2 + div {
        font-size: 13px;
    }

    #newsletter-category .input-group.add-on .input-group-btn button,
    #newsletter-category .input-group.add-on input {
        border-radius: 0;
    }

    #newsletter-category .input-group.add-on .input-group-btn {
        clear: both;
        float: left;
        width: 100%;
    }
}

@media all and (max-width: 475px) {
    #summary button {
        font-size: 14px !important;
    }

    #news article .image {
        height: 290px;
    }

    #news.page article {
        margin-top: 15px;
    }

    h1.category-title,
    #newsletter-category h3 {
        font-size: 18px;
    }

    .product .image-mid {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    .category-banner:not(.responsive) {
        display: none;
    }

    .category-banner.responsive {
        display: block;
    }

    #shadow-screen #product-info .h2 {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #shadow-screen #product-info .additional-info {
        padding-top: 5px;
    }

    .product-youtube {
        height: 255px !important;
    }

    .cart-menu li:not(:last-child) {
        margin-right: 0;
    }

    .cart-menu li {
        margin-left: 0;
    }

    #codes-agreement {
        padding-left: 10px;
    }
}

@media all and (max-width: 340px) {
    #news article .image {
        height: 215px;
    }

    section#category-bonuses > div {
        max-width: 100%;
    }
}

#form-address-invoice-label {
    margin-left: 184px;
    margin-bottom: 10px;
}