html,
body {
    margin: 0;
    background-color: #e1ded0;
    font-family: source sans pro, sans-serif;
}
button,
input,
select {
    line-height: normal;
    font-family: source sans pro, sans-serif;
}
input[name="newsletter"] {
    background-color: #372e27;
    border: 1px solid #4a3e34;
    color: #98968d;
    text-align: center;
    width: 200px;
    font-size: 13px;
    vertical-align: middle;
}
input[name="searchFor"]::-webkit-input-placeholder {
    color: #fff;
}
input[name="searchFor"]:-moz-placeholder {
    color: #fff;
}
input[name="searchFor"]::-moz-placeholder {
    color: #fff;
}
input[name="searchFor"]:-ms-input-placeholder {
    color: #fff;
}
#add-to-newsletter {
    background-color: #372e27;
    border: 1px solid #4a3e34;
    color: #98968d;
    text-align: center;
    width: 100px;
    font-size: 15px;
    height: 26px;
    vertical-align: middle;
    border-left: 0;
}
.lowest-price {
    font-weight:normal;
    font-size:10px;
    color:#595959;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.clear {
    clear: both;
}
#header .clear {
    display: inline-block;
}
#container {
    overflow-x: hidden;
}
#header {
    font-size: 18px;
    width: 100%;
    height: 50px;
    background-color: #372e27;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 980px) {
    #header {
        font-size: 14px;
    }
}
@media screen and (max-width: 740px) {
    #headerKontakt .kredytowaadres,
    #headerKontakt .rozdzielacz {
        display: none;
    }
}
#header .content {
    background-color: #372e27;
    line-height: 50px;
    vertical-align: middle;
}
#header ul,
#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#header li,
#footer li {
    display: inline;
    padding-left: 15px;
}
#header li a {
    text-decoration: none;
    color: #fff;
}
#footer li:first-child {
    padding-left: 0;
}
#searchbar {
    margin-top: 70px;
}
.content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
#ad-place {
    padding-top: 20px;
}
#ad-place .content {
    position: relative;
}
#no-banners {
    width: 100%;
    height: 0;
    margin-top: -10px;
    padding-top: 10px;
}
#ad-place #banner-desc {
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 3px #1a181a;
    position: absolute;
    top: 5px;
    left: 0;
    width: 98%;
    padding-left: 10px;
}
#searchbar {
    height: 75px;
}
#searchbar .content {
    height: 75px;
    background-color: #372e27;
    border-radius: 0;
    position: relative;
}
#searchbar #logo {
    width: 80px;
    position: absolute;
    box-sizing: border-box;
    padding: 1.5%;
    height: 100%;
}
#searchbar #logo img {
    height: 100%;
}
#searchbar #searchinputdiv {
    position: absolute;
    width: 545px;
    height: 50px;
    top: 10px;
    left: 115px;
}
#searchsettings {
    background-color: #372e27;
    border-top: 1px solid #4a3e34;
    max-width: 940px;
    margin: 0 auto;
    padding: 10px;
    padding-top: 50px;
    color: #fff;
}
#searchsettings .title {
    font-size: 20px;
}
#searchsettings label {
    margin-left: 12px;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#searchsettings .styled-select {
    height: 20px;
    margin-left: 10px;
    background: url(/img/arrow-down-2.png) no-repeat 100% #e1ded0;
    border-radius: 3px;
    width: 120px;
}
#searchsettings input[type="text"] {
    border-radius: 3px;
    height: 18px;
    width: 50px;
    background-color: #e1ded0;
    border: 0;
    text-align: center;
}
#searchsettings .styled-select select {
    height: 20px;
    font-size: 12px;
    width: 150px !important;
}
#searchsettings input[type="checkbox"] {
    display: none;
}
#searchsettings .search-checkbox {
    width: 10px;
    height: 10px;
    background-color: #e1ded0;
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #95938a;
    cursor: pointer;
}
#searchsettings input[type="checkbox"]:checked + label span {
    background-image: url(/img/tick64.png);
    background-size: contain;
}
#searchsubmitdiv {
    float: right;
    margin: 0;
    margin-top: 10px;
    width: 80px;
    height: 50px;
}
#searchsubmitdiv button {
    background-color: #372e27;
    color: #fff;
    border: 1px solid #372e27;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
#searchsettingstoggle {
    float: right;
    margin: 0;
    margin-top: 10px;
    width: 80px;
    height: 50px;
}
.paginacja {
    padding: 20px;
    font-size: 15px;
    text-align: right;
}
.paginacja a {
    color: #000;
}
#searchsettingstoggle button {
    background-color: #372e27;
    color: #fff;
    border: 1px solid #372e27;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
input[name="searchFor"] {
    background-size: auto 100%;
    background-image: url(/img/lupasearch2.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 1px solid #372e27;
    background-size: auto 100%;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 15px;
    height: 50px;
    text-align: left;
    padding-left: 50px;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
#navbar {
    width: 100%;
}
#navbar .content {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 21px;
    height: 90px;
    line-height: 125px;
}
#searchbar #wynyle {
    position: relative;
    left: 260px;
    top: 43px;
}
#searchbar #wynyle img {
    width: 450px;
}
#navbar .content ul {
    display: flex;
    list-style-type: none;
    max-width: 960px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#navbar .content li {
    font-weight: 700;
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
}
#navbar .content a {
    color: #000;
    text-decoration: none;
}
#navbar .content a.important {
    color: #7f2d2d;
}
#navbar .content a:hover {
    color: #c58888;
}
.kafelek {
    background-color: #fff;
    width: 100%;
    float: left;
    margin-top: 12px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.kafelek .przecenaProcent {
    position: absolute;
    top: 0;
    background: #b11200;
    color: #fff;
    font-weight: 700;
    right: 0;
    padding: 4px;
    font-size: 20px;
    border-bottom-left-radius: 8px;
}
.kafelek .wstazkiNew {
    top: 0;
    left: 0;
    position: absolute;
}
.kafelek .wstazkiNew .wstazkaNew {
    border-bottom-right-radius: 6px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    padding: 3px;
    background-color: #6e6e6e;
    width: fit-content;
    font-size: 10px;
}
.kafelek .wstazkiNew .wstazkaNew.plytaWyprzedaz {
    background-color: #000;
}
.kafelek .wstazkiNew .wstazkaNew.plytaDarmowyDigital {
    background-color: #009cff;
}
.kafelek .wstazkiNew .wstazkaNew.plytaLimitowana {
    background-color: #581a01;
}
.kafelek .wstazkiNew .wstazkaNew.plytaPreorder {
    background-color: #b11200;
}
.kafelek .wstazkiNew .wstazkaNew.plytaDarmowaDostawa {
    background-color: #026fb3;
}
.kafelek:hover {
    background-color: #f2f2f2;
}
#kafelki .content,
.kafelki .content {
    background-color: #fff;
    margin-top: 20px;
}
.kafelek.last {
    margin-right: 0;
}
.kafelki h2 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
#kafelki a,
.otherFrom a,
.kafelki a,
.wPakiecie a {
    display: inline-block !important;
    width: 25% !important;
    box-sizing: border-box;
}
.kafelek .title {
    color: #52493f;
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}
.kafelek .title span {
    font-weight: 400;
}
.kafelek .thumb {
    position: relative;
}
.kafelek .thumb .controls {
    position: absolute;
    bottom: 5px;
    color: #fff;
    width: 205px;
    height: 55px;
}
.kafelek .thumb .digital {
    margin-top: 5px;
    text-align: center;
}
.kafelek .pricing {
    color: #52493f;
    text-align: center;
}
.kafelek.digital .controls img {
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
    opacity: 0.7;
}
.kafelek .controls .button {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    background-color: #372e27;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
#kafelki .content .clear,
.kafelki .content .clear {
    height: 12px;
    width: 100%;
}
#footer {
    width: 960px;
    margin: 20px auto;
}
.registerpage h1 {
    margin-left: 20px;
}
#registerform {
    padding: 20px;
}
#registerform form,
#registerform form input,
#registerform form select {
    font-size: 20px;
    font-family: source sans pro, sans-serif;
}
#registerform form input {
    width: 35%;
}
#registerform form input,
#registerform form select {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    width: 40%;
    margin-left: 6.5%;
    border: 1px solid #29231e;
}
#registerform form #controls {
    text-align: right;
}
#registerform form #controls button {
    font-family: source sans pro, sans-serif;
    font-size: 20px;
    background-color: #372e27;
    padding: 10px;
    color: #98968d;
    margin: 10px;
    border-style: none;
    cursor: pointer;
}
#registerform form #controls button:disabled {
    opacity: 0.8;
    cursor: default;
}
#registerform form #controls button:first-child {
    margin-right: -10px;
}
#login-panel input,
#login-panel button,
#newsletter-panel input,
#newsletter-panel button
{
    border: 1px solid #e1ded0;
    color: #000;
}
#login-panel input, #newsletter-panel input {
    font-size: 17px;
    width: 280px;
    font-family: source sans pro, sans-serif;
    text-align: center;
}
#login-panel button, #newsletter-panel button {
    margin-top: 20px;
    background-color: #e1ded0;
    font-size: 17px;
    font-family: source sans pro, sans-serif;
    text-align: center;
}
#footer a {
    color: #000;
    text-decoration: none;
}
#footer a:hover {
    opacity: 0.5;
}
#product_card {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    left: 0;
    right: 0;
}
#otherPhotos {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}
#photosContainer {
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
}
#photosContainer img {
    height: 60px;
    margin: 1px;
}
#product_card #image_container_main {
    max-width: 470px;
    max-height: 470px;
    margin-right: 10px;
    background-color: #fff;
    float: left;
    text-align: center;
    position: relative;
    width: calc(50vw - 10px);
    height: calc(50vw - 10px);
}
#product_card #image img {
    padding: 20px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
}
#product_card #title {
    max-width: 430px;
    max-height: 430px;
    margin-left: 10px;
    padding: 20px;
    background-color: #fff;
    float: left;
    position: relative;
    width: 50vw;
    height: 50vw;
}
#product_card #title a {
    color: #000;
    text-decoration: none;
}
#product_card #title #artist {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
#product_card #title #artist a {
    color: #000;
    text-decoration: none;
}
#product_card #title #album {
    font-size: 21px;
    font-style: italic;
    margin: 0;
}
#product_card #title #label {
    font-size: 13px;
}
#product_card #preorder,
#preorderInDaCart,
#taco-info {
    font-weight: 700;
    background-color: #fff;
    max-width: 960px;
    width: 100vw;
    padding: 20px;
    position: relative;
    border: 2px solid #e33636;
    margin: 20px auto;
    box-sizing: border-box;
}
#product_card #nieoplacone {
    font-weight: 700;
    background-color: #000;
    width: 916px;
    padding: 20px;
    position: relative;
    border: 2px solid #000;
    margin: 20px auto;
    color: #fff;
}
#product_card #nieoplacone a {
    color: #fff;
}
#product_card #title #type {
    font-size: 15px;
}
#amount,
input.amount {
    width: calc(100% - 61px);
    height: 30px;
    font-size: 13px;
    text-align: center;
    padding: 2px;
    background-color: #fff;
    border-top: 1px solid #372e27;
    border-bottom: 1px solid #372e27;
    border-left: 0;
    border-right: 0;
    vertical-align: top;
    color: #000;
    box-sizing:border-box;
}
#avaibility #amount,
#avaibility input.amount {
    width: 106px;
}
.styled-select select {
    background: 0 0;
    width: 128px !important;
    padding: 0;
    -webkit-padding-start: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 30px;
    vertical-align: top;
    -webkit-appearance: none;
}
.styled-select {
    width: 97px;
    height: 28px;
    overflow: hidden;
    background: url(/img/arrow-down.png) no-repeat 100% #fff;
    border: 1px solid #372e27;
    border-right: 0;
    display: inline-block;
    margin-bottom: -5px;
}
.amountButton {
    width: 30px;
    height: 30px;
    font-size: 13px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #372e27;
    cursor: pointer;
    vertical-align: top;
    color: #000;
}
button#addToCart {
    height: 30px;
    font-size: 13px;
    padding: 2px;
    background-color: #372e27;
    color: #fff;
    border: 1px solid #372e27;
    border-left: 0;
    cursor: pointer;
    vertical-align: top;
    margin: 0;
    -webkit-padding-start: 5px;
    -webkit-padding-end: 5px;
}
button.amountButton:active,
button#addToWishlist:active {
    background-color: #ded3c9;
}
button#addToCart:active,
button#addToCart:disabled {
    background-color: #5e5852;
}
button:disabled {
    cursor: default !important;
}
button {
    cursor: pointer;
}
h1,
h3 {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
}
#kafelki h1,
.otherFrom h1,
.kafelki h1,
.kafelki h3,
#kafelki h3,
.otherFrom h3 {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}
.blurred {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}
h2 {
    font-weight: 400;
    text-align: left;
    font-size: 22px;
}
h2 a {
    font-size: 13px;
    margin-left: 10px;
    text-decoration: none;
    font-weight: 700;
    color: #000;
}
#addToWishlist {
    height: 30px;
    font-size: 13px;
    padding: 2px;
    background-color: #fff;
    color: #372e27;
    border: 1px solid #372e27;
    cursor: pointer;
    right: 40px;
    position: absolute;
    -webkit-padding-start: 5px;
    -webkit-padding-end: 5px;
}
#product_card #title #avaibility {
    width: 100%;
    position: absolute;
    bottom: 20px;
    box-sizing: border-box;
}
#product_card #title #price {
    font-weight: 700;
    font-size: 20px;
}
.hajs {
    font-size: 30px;
    font-weight: 700;
}
.hajs.staraCena {
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
}
#product_card #player {
    background-color: #fff;
    margin-top: 20px;
    position: relative;
    padding: 60px 20px 20px;
    margin-right: 20px;
    box-sizing: border-box;
    flex: 0 0 calc(50% - 10px);
}
#product_card #description {
    background-color: #fff;
    margin-top: 20px;
    margin-left: 10px;
    padding: 50px 20px 20px;
    max-width: 960px;
    width: 100vw;
    box-sizing: border-box;
    position: relative;
    width: 50vw !important;
    flex-grow: 1;
    margin-left: 0;
}
#product_card #description img {
    max-width: 100% !important;
}
#product_card #description table {
    width: 100%;
}
.descSwitches {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
}
.descSwitch {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    padding: 20px;
    opacity: 0.5;
    cursor: pointer;
}
.descSwitch.active {
    opacity: 1;
}
.descSwitches {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
}
.descSwitch {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    padding: 20px;
    opacity: 0.5;
    cursor: pointer;
}
.descSwitch.active {
    opacity: 1;
}
.descZakladka[data-zakladka="details"] table {
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
    font-size: 15px;
    color: #000;
}
.descZakladka[data-zakladka="details"] td,
.descZakladka[data-zakladka="details"] th {
    border: 1px solid #ddd;
    padding: 5px;
}
#product_card #description .descZakladka a {
    display: inline;
    width: auto;
}
.descZakladka[data-zakladka="details"] tr:nth-child(even) {
    background-color: #f2f2f2;
}
#product_card #description a,
#product_card #opisKrotki a {
    color: #c03033;
    text-decoration: none;
    display: inline-block;
    width: 25%;
}
#product_card #description a:hover,
#product_card #opisKrotki a:hover {
    color: #e07274;
}
#description iframe,
#description object[type="application/x-shockwave-flash"] {
    width: 100% !important;
}
#blockedScreen,
#blockedScreenProduct,
.blockedScreen, .blockedScreenFlex {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.6);
}
.blockedScreenFlex {
    align-items: center;
    justify-content: center;
}
#userDialog,
.userDialog {
    width: 450px;
    padding: 10px;
    height: 250px;
    background-color: #e1ded0;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    box-shadow: 0 0 7px #372e27;
}
.blockedScreenFlex #userDialog, .blockedScreenFlex .userDialog {
    top:initial;
    left:initial;
    margin-left:0;
    position:initial;
}
#userDialog .innerDiv,
.userDialog .innerDiv {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 20px;
    text-align: center;
}
#userDialog .title,
.userDialog .title {
    text-align: left;
    background-color: #372e27;
    color: #fff;
    font-weight: 700;
    margin: -10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 20px;
    position: relative;
}
#userDialog .title .close,
.userDialog .title .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#userDialog button,
.userDialog button {
    font-size: 20px;
    width: 220px;
    height: 40px;
}
.bold {
    font-weight: 700;
}
#userDialog button[value="cash"],
.userDialog button[value="cash"] {
    position: absolute;
    bottom: -10px;
    left: 0;
}
#userDialog button[value="points"],
.userDialog button[value="points"] {
    position: absolute;
    bottom: -10px;
    right: 0;
}
.thumb-container {
    display: block;
    width: 100%;
    height: calc(25vw - 30px);
    max-height: calc((960px - 40px) / 4 - 30px);
}
.thumb-container img {
    /* height: calc(25vw - 30px); */
    max-height: calc((960px - 40px) / 4 - 30px);
}
.thumb {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#product_card #image_container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
#product_card #image_container.withOther {
    bottom:70px;
}
#product_card #image {
    vertical-align: middle;
    text-align: center;
    max-height: 470px;
    max-width: 470px;
    height: 100%;
    width: 100%;
}
#product_card .styled-select {
    border-right: 1px solid #000;
}
.cartPreorder {
    background-color: red;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 3px;
    font-weight: 700;
    font-size: 12px;
}
.cartFreeDigital {
    background-color: #009cff;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 3px;
    font-weight: 700;
    font-size: 12px;
}
.cartLimitowany {
    background-color: #581a01;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 3px;
    font-weight: 700;
    font-size: 12px;
}
.cartFreeShipping {
    background-color: #026fb3;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 3px;
    font-weight: 700;
    font-size: 12px;
}
.cartUzywana {
    background-color: #9d9b9b;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 3px;
    font-weight: 700;
    font-size: 12px;
}
.cartSale {
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 3px;
    font-weight: 700;
    font-size: 12px;
}
.otherFrom {
    max-width: 960px;
    width: 100vw;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
button:focus,
input:focus {
    outline: 0;
}
#merchLogos {
    list-style-type: none;
    margin-right: 40px;
}
#merchLogos li {
    display: inline-block;
    width: 20%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#merchLogos li img {
    max-height: 30px;
    max-width: 100%;
}
#footer #social a img {
    height: 20px;
}
#footer #social a {
    margin-right: 10px;
    margin-left: 10px;
}
#footer #social {
    margin: 0 right-floated-width 0 left-floated-width;
    text-align: center;
}
#cookieInfo {
    position: fixed;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    line-height: 50px;
    vertical-align: middle;
    background-color: #29231e;
    color: #fff;
}
#cookieIcon {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 2;
}
#cookieIcon img {
    width: 100px;
}
#cookieClose {
    position: fixed;
    z-index: 2;
    bottom: 0;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    right: 10px;
    color: #fff;
    cursor: pointer;
}
.cookiePop {
    display: none;
}
.kredytowa p {
    padding: 0;
    margin: 0;
}
#podpowiedzi {
    background-color: #372e27;
    width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #fff;
    padding: 10px;
    z-index: 1;
    position: absolute;
    top: 38px;
    display: none;
}
#podpowiedzi table td.nazwa span.preorder {
    background-color: #e33636;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    padding: 2px;
    font-weight: 700;
}
#podpowiedzi table {
    width: 100%;
}
#podpowiedzi table tr {
    cursor: pointer;
}
#podpowiedzi table td {
    padding: 5px;
    height: 40px;
}
#podpowiedzi table td.podglad {
    width: 40px;
    text-align: center;
}
#podpowiedzi table td.podglad img {
    border: 1px #fff solid;
}
#podpowiedzi table td.cena {
    width: 1%;
    white-space: nowrap;
    text-align: right;
}
#podpowiedzi table td.nazwa {
    font-size: 16px;
}
#podpowiedzi table td.nazwa span.line2 {
    font-size: 10px;
    color: #eaeaea;
}
#navbar ul li.rozwijacz {
    position: relative;
}
#navbar ul li.rozwijacz ul {
    display: none;
    position: absolute;
    top: 80px;
    list-style: none;
    z-index: 2;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e1ded0;
    border-top: none;
}
#navbar ul li.rozwijacz.bigger ul {
    left: -100%;
    right: -100%;
}
#navbar ul li.rozwijacz ul li {
    display: list-item;
    width: 100%;
    padding: 7px;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
}
#navbar ul li span {
    color: #000;
    cursor: pointer;
}
#navbar ul span:hover {
    color: #c58888;
}
#ad-place #banery {
    max-width: 100%;
    height: 12.5vw;
    max-height: 120px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
#ad-place #banery a {
    left: 960px;
    top: 0;
    display: block;
    position: absolute;
}
#ad-place #banery img {
    display: block;
    max-width: 960px;
    max-height: 120px;
    margin-bottom: -5px;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 12.5vw;
    width: 100vw;
}
#ad-place #slides {
    bottom: 20px;
    right: 20px;
    position: absolute;
}
#ad-place #slides img {
    opacity: 0.5;
    cursor: pointer;
}
#avaibility button#addToCart {
    width: 166px;
    display: block;
}
.disabledFormator {
    color: #ccc;
    border-color: #ccc;
    cursor: default;
}
.formator {
    cursor: pointer;
}
share-button {
    display: initial !important;
    position: absolute !important;
    width: 120px !important;
    box-sizing: border-box !important;
    right: 40px !important;
    background: transparent repeat !important;
    border: 1px solid #372e27 !important;
    bottom: 5px !important;
    border-radius: 0 !important;
    width: 120px !important;
    padding: 5px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-family: source sans pro !important;
}
share-button.notCat2 {
    border-bottom: 0 !important;
    bottom: 30px !important;
}
share-button .sb-social.sb-center.active.sb-top {
    top: -0.5em !important;
}
share-button .sb-social ul li {
    height: 20px !important;
    width: 35px !important;
    padding: 5px 0 !important;
}
share-button .sb-social ul li::before,
share-button .sb-social ul li::after {
    transform: translate(-30%, 0px) !important;
}
share-button::before {
    display: none !important;
}
#addToWishlist {
    width: 120px;
    bottom: 0;
}
.theThumb .preorder-info,
.theThumb .sale-info,
.theThumb .freeshipping-info,
.uzywana-info,
.limitowany-info {
    left: 0;
    position: absolute;
    display: none;
}
#freeshippingBaner {
    width: 100%;
    background: #b13c39;
    height: 86px;
    color: #fff;
    font-size: 18px;
    line-height: 133px;
    text-align: center;
    display: none;
    margin-bottom: -50px;
    position: fixed;
    top: 0;
    z-index: 2;
}
#header .fleft {
    height: 50px;
}
#headerPlayer {
    display: none;
    position: relative;
}
#headerPlayer .player-length-container {
    position: relative;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    cursor: pointer;
}
#headerPlayer img.playerCover {
    width: 50px;
    height: 50px;
    object-fit: cover;
    position: absolute;
}
#headerPlayer .player-length {
    background: #fff;
    height: 4px;
    display: block;
}
#headerPlayer .nowPlaying {
    display: inline-block;
    padding-top: 10px;
    width: 165px;
    padding-right: 10px;
    padding-left: 60px;
}
#headerPlayer .title {
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#headerPlayer i.glyphicon {
    vertical-align: top;
    line-height: 50px;
    margin-right: 10px;
}
#headerPlayer .album {
    font-size: 10px;
    line-height: 10px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#headerPlayer .album a,
#headerPlayer .title a {
    color: #fff;
    text-decoration: none;
}
#headerPlayer .playerTracklist {
    background: #e1ded0;
    position: absolute;
    top: 50px;
    left: -1px;
    right: -1px;
    border: solid;
    border-width: 0 1px 1px;
    border-color: #372e27;
}
#headerPlayer .playerTracklist ul li {
    display: block;
    color: #000;
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#headerPlayer .playerTracklist ul li.active {
    background: #fff;
}
#headerPlayer .playerTracklist {
    display: none;
}
.paginacja a {
    width: auto !important;
}
.paginacja:first-of-type {
    position: absolute;
    top: 10px;
    right: 0;
}
#footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #372e27;
    color: #fff;
    width: 100%;
    margin: 20px 0 0;
    max-width: 100%;
    padding-bottom: 10px;
}
#footer #footerContent {
    max-width: 960px;
    margin: 0 auto;
}
#footer #footerContent div {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc(25% - 10px);
    margin-left: 10px;
}
#footer #footerContent div.kategorie {
    width: calc(50% - 10px);
}
#footer #footerContent div.kategorie li {
    padding-left: 10px !important;
    box-sizing: border-box;
    display: inline-block;
    width: calc(50% - 10px);
    margin-left: 10px;
    text-transform: capitalize;
}
#footer #footerContent div.copyright {
    width: calc(100% - 20px);
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
}
#footer .copyright .logo {
    margin-left: 10px;
    height: 20px;
    margin-bottom: -5px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
#footer #social {
    text-align: left;
}
#footer #social img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
#footer a {
    color: #fff;
}
#footer li {
    display: block;
    padding-left: 10px !important;
    font-size: 14px;
}
#footer h2 {
    font-size: 18px;
    margin: 20px 0 10px;
}
.descZakladkaPlayer iframe {
    width: 100%;
}
.theThumb img {
    max-width: 100%;
}
#digitalContainer {
    width: 100vw !important;
    max-width: 960px;
}
#preorder {
    border-color: #b11200 !important;
    background-color: #b11200 !important;
    color: #fff;
}
#flexContainer {
    display: flex;
    left: 0;
    min-height: 100vh;
    flex-direction: column;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
#container {
    flex-grow: 1;
}
.title .title1 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.title .title2 {
    font-weight: 400;
    font-style: italic;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
}
#cookieInfo a {
    color: #fff;
}
#topButton {
    position: fixed;
    bottom: 20px;
    right: -100px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
}
#myBtn:hover {
    background-color: #555;
}
.kafelek .theThumb {
    position: relative;
    max-height: 100%;
    max-height: calc((960px - 40px) / 4 - 30px);
}
.dostepneTypy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #000;
    display: flex;
    background: rgba(255, 255, 255, 0.7);
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.dostepneTypy .typ {
    font-weight: 700;
    opacity: 0.3;
    padding: 5px;
    font-size: 11px;
}
.dostepneTypy .typ.available {
    opacity: 1;
}
#opisy {
    display: flex;
    max-width: 960px;
    box-sizing: border-box;
    width: 100vw;
}
#licznikPozostalych {
    max-width: 960px;
    margin: 20px auto;
    height: 120px;
}
#licznikPozostalych .limitowana,
#licznikPozostalych .liczby {
    background: #1f1f1f;
    padding: 20px;
    display: inline-block;
    height: 120px;
    box-sizing: border-box;
    color: #fff;
    vertical-align: top;
}
#licznikPozostalych .liczby {
    position: relative;
    height: 120px;
    padding: 0;
    font-family: nunito;
}
#licznikPozostalych .liczby .przewijak {
    overflow: hidden;
    height: 120px;
}
#licznikPozostalych .liczby .przyslona.top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-image: linear-gradient(black, transparent);
}
#licznikPozostalych .liczby .przyslona.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-image: linear-gradient(transparent, black);
}
#licznikPozostalych h1,
#licznikPozostalych h3 {
    font-weight: 700;
}
#licznikPozostalych .limitowana {
    width: calc(100% - 380px);
}
#licznikPozostalych .liczby {
    font-size: 80px;
    font-weight: 700;
    width: 90px;
    text-align: center;
    margin-left: 5px;
}
#licznikPozostalych .liczby .liczba {
    line-height: 70px;
}
.kafelki .onRight {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}
#settingsContent .userAddress {
    background-color: rgba(225, 222, 208, 0.5);
    padding: 10px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid rgba(225, 222, 208, 0.5);
    margin-bottom: 2%;
    height: 137px;
    vertical-align: top;
}
#settingsContent .userAddress:hover {
    background-color: #e8e5dc;
}
#settingsContent .userAddress:nth-child(2n + 0) {
    margin-left: 2%;
}
#settingsContent .userAddressSelected {
    border: #000 solid 1px;
}
#settingsContent .userAddressSelected a.glyphicon-home {
    display: none;
}
#settingsContent .userAddress .glyphicon-plus {
    color: #cec7b1;
}
#settingsContent .addAddress {
    text-align: center;
    font-size: 70px;
}
#settingsContent .addAddress span {
    line-height: 115px;
    vertical-align: middle;
}
#settingsContent #addressInput input,
#addressInput .styled-select {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    width: 40%;
    margin-left: 6.5%;
    border: 1px solid #29231e;
}
#settingsContent #addressInput .styled-select {
    width: 40.5%;
    margin-right: 5px;
    height: 29px;
    vertical-align: top;
}
#settingsContent #addressInput .styled-select select {
    width: 105% !important;
}
#settingsContent #addressInput {
    margin-bottom: 70px;
}
#settingsContent #addressInput button[type="submit"] {
    text-decoration: none;
    font-size: 20px;
    background-color: #29231e;
    border: 1px solid #29231e;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
    width: 90px;
    cursor: pointer;
}
#settingsContent #addressInput #return {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.centrumPomocy #nawigacjaPomoc {
    display: flex;
    flex-direction: row;
}
.centrumPomocy #nawigacjaPomoc .item {
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
    border-bottom: #e1ded0 solid 3px;
    padding: 10px;
    transition: all 0.5s ease;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}
.centrumPomocy #nawigacjaPomoc .item.active {
    border-bottom-color: #372e27;
}
.centrumPomocy #nawigacjaPomoc .item:hover {
    border-bottom-color: #826752;
    background: #e1ded0;
}
.centrumPomocy .page {
    display: none;
    margin-top: 20px;
}
.centrumPomocy .styled-select select,
.centrumPomocy input {
    font-size: 20px;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
}
.centrumPomocy input,
.centrumPomocy .styled-select,
.centrumPomocy button {
    font-size: 20px;
    width: 50%;
    line-height: 20px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    border: #372e27 solid 1px;
    color: #372e27;
    height: 40px;
}
.centrumPomocy button {
    background: #372e27;
    color: #fff;
    width: 100%;
}
.centrumPomocy .styled-select select {
    width: 100% !important;
    height: 100%;
}
.centrumPomocy textarea {
    width: 100%;
    padding: 5px;
    font-size: 20px;
    height: 300px;
    box-sizing: border-box;
}
.centrumPomocy .dropareaContainer {
    display: flex;
    margin: 10px -5px;
}
.centrumPomocy .file {
    margin: 0 5px;
    border: #372e27 2px dashed;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #372e27;
    flex-grow: 1;
    width: 0;
}
.centrumPomocy .file {
    position: relative;
    display: none;
}
.centrumPomocy .file.droparea {
    display: block;
}
.centrumPomocy .file .podpis {
    font-size: 10px;
}
.centrumPomocy .droparea.dragging {
    color: #e1ded0;
    background: #372e27;
    border: #372e27 2px solid;
}
.centrumPomocy .file .remove {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.centrumPomocy .file.added.active {
    display: block;
}
.centrumPomocy .file .filename {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 25px);
}
.centrumPomocy table {
    width: 100%;
}
.centrumPomocy table td {
    padding: 5px;
    background: #e1ded0;
}
.centrumPomocy table th {
    background: #372e27;
    color: #fff;
}
.centrumPomocy table td.opcje {
    background: #372e27;
    color: #fff;
}
.centrumPomocy table td a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.centrumPomocy .wiadomosc {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0;
    background: #e1ded0;
    padding: 10px;
}
.centrumPomocy .wiadomosc.fromuser {
    background: #f2f0e4;
}
.centrumPomocy .wiadomosc .from {
    font-weight: 700;
    font-size: 15px;
}
.centrumPomocy .wiadomosc .data {
    font-size: 10px;
    opacity: 0.6;
}
.centrumPomocy .wiadomosc .msg {
    margin-top: 10px;
}
.centrumPomocy #status textarea {
    height: 100px;
}
.centrumPomocy .fileDisplay {
    color: #000;
}
.centrumPomocy .fileSelector {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
    background: #000;
    position: absolute;
}
.centrumPomocy textarea {
    border: 1px solid #000;
}
.tytulKafli {
    color: #000;
    display: block;
    font-size: 26px;
    font-weight: 700;
    height: 33px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    width: 659px;
}
#cartDisplay #prezent {
    background-color:#c02f33;
    color:#fff;
    padding:20px 20px 20px 20px;
    margin:20px -20px;
    display:flex;
    align-items: center;
}
#cartDisplay #prezent1 {
    margin-right:20px;
}
#cartDisplay #prezent1 i {
    font-size:100px;
}
#cartDisplay #prezent h2 {
    margin-top:0;
    padding-top:0;
}
#cartDisplay #prezent label {
    font-weight:bold;
}
.thumb-container .productThumb.second {
    display:none !important;
}
.thumb-container:hover .productThumb.first {
    display:none !important;
}
.thumb-container:hover .productThumb.second {
    display:inline !important;
}
#nieoplacone {
    max-width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 960px) {
    #header .content {
        line-height: 25px;
    }
    #cartDisplay #prezent1 {
        display:none;
    }
    #product_card #player {
        margin-right: 10px;
        margin-top: 10px;
        flex: 0 0 calc(50% - 5px);
    }
    #header {
        height: 25px;
        font-size: 10px;
    }
    #headerKontakt .glyphicon.glyphicon-envelope {
        font-size: 15px !important;
        padding-bottom: 5px !important;
    }
    #ad-place {
        padding-top: 10px;
    }
    #searchbar .content {
        height: 50px;
    }
    #searchbar #searchinputdiv {
        width: calc(100% - 132px);
        height: 40px;
        top: 5px;
        left: 75px;
    }
    #searchsettingstoggle {
        width: 50px;
        margin-top: 0;
    }
    #searchsettingstoggle button {
        font-size: 10px;
    }
    #searchsubmitdiv {
        width: 60px;
        margin-top: 0;
    }
    #searchsubmitdiv button {
        font-size: 10px;
    }
    #searchbar {
        margin-top: 25px !important;
        height: 50px;
    }
    #wynyle {
        display: none;
    }
    input[name="searchFor"] {
        height: 40px;
    }
    #kafelki .content,
    .kafelki .content {
        margin-top: 10px;
    }
    .thumb {
        height: calc(25vw - 30px);
        max-height: 205px;
    }
    .kafelek {
        margin-top: 0;
        padding: 15px;
    }
    #product_card,
    #product_card #description,
    .otherFrom {
        margin-top: 10px;
    }
    #product_card #title,
    #product_card #image_container_main {
        width: calc(50vw - 5px);
        height: calc(50vw - 5px);
        max-width: 470px;
        max-height: 470px;
        box-sizing: border-box;
    }
    #product_card #title {
        margin-left: 5px;
    }
    #product_card #image_container_main {
        margin-right: 5px;
    }
    #plytaDarmowaDostawaBaner {
        height: 25px !important;
        line-height: 25px !important;
        margin-top: 25px;
        font-size: 12px;
        display: none !important;
    }
    #navbar .content li {
        text-align: center;
        height: 30px;
    }
    #navbar .content {
        height: auto !important;
        line-height: 30px !important;
    }
    #navbar .content {
        font-size: 13px;
    }
    #navbar ul li.rozwijacz ul li {
        font-size: 12px;
        padding: 3px 0;
    }
    #loginPopup, #newsletterPopup {
        max-width: 960px;
        width: 100vw !important;
        top: 25px !important;
    }
    #login-panel a, #newsletter-panel a {
        color:#fff;
    }
    #login-panel button,
    #login-panel input,
    #newsletter-panel button,
    #newsletter-panel input
    {
        font-size: 12px;
        max-width: 173px;
    }
    #message {
        max-width: 960px !important;
        box-sizing: border-box;
        width: 100vw !important;
        font-size: 10px;
        margin: 10px auto !important;
    }
    #topButton {
        right: 20px;
    }
    #userDialog,
    .userDialog {
        width: 80%;
        top: 50%;
        margin-top: -125px;
        left: 0;
        margin-left: 5%;
        width: 90%;
        box-sizing: border-box;
        font-size: 10px;
    }
    #nieoplacone {
        font-size: 11px;
    }
}
@media screen and (min-width: 741px) {
    .mobile:not(.easypack-widget) {
        display: none !important;
    }
}
@media screen and (max-width: 740px) {
    #cardRozmiary {
        display: block;
        width:calc(100% - 40px);
    }
    #cardRozmiary br {
        display:none;
    }
    #cardRozmiary
    #releasedate {
        font-size: 10px;
    }
    #stillBrakuje,
    #juzJest {
        display: none;
    }
    #userDialog *,
    .userDialog * {
        font-size: 12px !important;
    }
    #product_card #preorder {
        font-size: 10px;
        margin: 10px auto;
        padding: 4px;
    }
    #product_card #player {
        margin-right: 0;
        flex: 0 0 calc(100%);
    }
    #opisy {
        display: block;
    }
    #opisy #player {
        min-height: auto !important;
    }
    #opisy #description {
        min-height: auto !important;
        width: 100vw !important;
    }
    #navbar ul li.rozwijacz ul {
        top: 30px;
        left: 0;
        width: 100%;
    }
    #navbar .content ul {
        width: 100vw;
    }
    #headerKontakt .glyphicon.glyphicon-envelope {
        font-size: 10px !important;
        padding-bottom: 9px !important;
    }
    #headerKontakt .kredytowaadres,
    #headerKontakt .rozdzielacz {
        display: none;
    }
    #cookieIcon {
        display: none !important;
    }
    #cookieInfo {
        text-align: left;
        padding-left: 15px;
        font-size: 10px;
    }
    #cookieClose {
        font-size: 18px;
    }
    #searchsettingstoggle {
        /* display:none */
    }
    #footerContent .copyright {
        font-size: 10px;
    }
    #navbar .content li {
        box-sizing: border-box;
        display: inline-block;
    }
    #navbar .content ul {
        text-align: left;
    }
    #footer .copyright .logo {
        height: 15px;
    }
    #footer #footerContent div {
        width: calc(50% - 10px);
        margin-top: 0 !important;
        border-top: none !important;
    }
    #footer h2 {
        font-size: 14px;
    }
    #footer li {
        font-size: 12px;
    }
    #footer #social a img {
        height: 14px;
    }
    #footer #social a {
        margin-right: 5px;
        margin-left: 5px;
    }
    #searchsettings {
        /* display:none!important */
        padding: 10px;
        font-size: 10px !important;
    }
    #product_card #title,
    #product_card #image_container_main {
        width: 100vw;
        height: 100vw;
        max-width: 100vw;
        max-height: 100vw;
        margin-right: 0;
        margin-left: 0;
    }
    #product_card #title {
        height: auto;
        padding-bottom: 110px;
    }
    .formator,
    .disabledFormator {
        height: auto !important;
        padding: 2px;
        box-sizing: border-box;
    }
    .formator span,
    .disabledFormator span {
        margin-top: 0 !important;
    }
    .sizetor {
        height: 25px !important;
        width: 25px !important;
        padding: 5px;
        box-sizing: border-box;
    }
    #product_card #title #artist {
        font-size: 4.5vw;
        margin: 0;
    }
    #product_card #title #album {
        font-size: 3.5vw;
        margin: 0;
    }
    #avaibility {
        font-size: 2.5vw;
    }
    #price span {
        font-size: 3vw !important;
    }
    #price span.hajs {
        font-size: 5.5vw !important;
    }
    .kafelek,
    .kafelek .title .title2 {
        font-size: 12px;
    }
    .kafelek .title {
        margin-top: 10px;
    }
    .tytulKafli,
    h1,
    h3 {
        font-size: 1.6em;
    }
    h2 {
        font-size: 1.3em;
    }
    .cartPreorder,
    .cartFreeDigital,
    .cartLimitowany,
    .cartFreeShipping,
    .cartUzywana,
    .cartSale {
        font-size: 10px;
        font-weight: 400;
        display: none;
    }
    .amountButton {
        height: 20px;
        width: 20px;
        font-size: 11px;
    }
    #avaibility #amount,
    #avaibility input.amount {
        height: 20px;
        width: 20px;
        box-sizing: border-box;
        font-size: 11px;
    }
    #avaibility button#addToCart {
        display: inline-block;
        box-sizing: border-box;
        height: 21px;
        font-size: 11px;
        width: 96px;
        margin-left: 3px;
    }
    #description,
    .descZakladka[data-zakladka="details"] table {
        font-size: 11px;
    }
    #footer {
        margin: 10px 0 0;
        position:relative;
    }
    #footer #footerContent div#social {
        position:absolute;
        bottom:5px;
        right:10px;
    }
    #footer #footerContent div {
        margin-left:0;
    }
    #footer #footerContent div h2 {
        display:none;
    }
    #footer #footerContent .kategorie,
    #footer h2 {
        display: none;
    }
    #footer #footerContent .informacje, #footer #footerContent #social {
        width:100%;
    }
    #footer #footerContent div.informacje ul {
        display:block;
        justify-content: space-between;
        list-style-type: none;
    }
    #footer #footerContent .informacje ul li {
        width:calc(50% - 2px);
        padding:10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align:center;
        display:inline-block;
        margin:0;
    }
    #footer #footerContent div.copyright {
        text-align:left;
        box-sizing: border-box;
        padding-left:10px;
    }
    #footer #footerContent #social {
        text-align:right;
    }
    #header li {
        padding: 5px;
        font-size: 10px;
    }
    .pc {
        display: none !important;
    }
    #settingsPanel {
        width: 100vw !important;
        padding: 5px !important;
        box-sizing: border-box;
    }
    #settingsPanel h1,
    #settingsPanel h3 {
        display: none;
    }
    #settingsPanel ul {
        margin-left: 0 !important;
        display: flex;
        font-size: 12px;
        margin: 0;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    #settingsPanel ul li {
        display: block;
        padding: 4px;
    }
    #settingsContainer {
        display:flex;
        width: 100vw !important;
        max-width: 960px;
        margin-top: 10px !important;
        flex-direction: column;
    }
    #settingsContent {
        margin-left: 0 !important;
        box-sizing: border-box;
        width: 100% !important;
        margin-top: 10px;
        font-size: 10px;
    }
    #settingsContainer table {
        font-size: 10px;
    }
    #changeEmail input {
        width: 100% !important;
        border: 1px solid #000;
        margin: 0 !important;
    }
    #podpowiedzi {
        left: -75px;
        width: 100vw;
        font-size: 10px;
    }
    #podpowiedzi table td.podglad {
        width: 20px;
    }
    #podpowiedzi table td.podglad img {
        max-width: 30px !important;
        max-height: 30px !important;
    }
    #podpowiedzi table td.nazwa {
        font-size: 10px;
    }
    #sorting,
    #pokategoriach,
    #postylach {
        display: none;
    }
    .kafelki .paginacja {
        position: initial !important;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .kafelki .paginacja a {
        width: auto !important;
    }
    #preorderInDaCart {
        margin: 10px 0;
        padding: 5px;
    }
    #preorderInDaCart div {
        position: static !important;
        font-size: 10px;
        top: 0 !important;
    }
    #preorderInDaCart div:nth-child(odd) {
        display: none;
    }
    #licznikPozostalych .liczby {
        box-sizing: border-box;
        width: 40px;
        margin-left: 1px;
    }
    #licznikPozostalych {
        height: 60px;
        margin: 10px auto;
        display: flex;
        overflow: hidden;
    }
    #licznikPozostalych .limitowana {
        width: auto;
        flex-grow: 1;
    }
    #licznikPozostalych .limitowana,
    #licznikPozostalych .liczby {
        height: 60px;
        padding: 5px;
        font-size: 10px;
    }
    #licznikPozostalych .liczby {
        font-size: 40px;
    }
    #licznikPozostalych .liczby .liczba {
        line-height: 35px;
    }
    #licznikPozostalych h1,
    #licznikPozostalych h3 {
        font-size: 14px;
    }
    #licznikPozostalych .liczby .przyslona.top,
    #licznikPozostalych .liczby .przyslona.bottom {
        height: 20px;
    }
    .hajs.staraCena {
        font-size: 11px;
    }
    .kafelki .onRight {
        font-size: 10px;
    }
    .centrumPomocy #nawigacjaPomoc {
        font-size: 10px;
    }
    .centrumPomocy #nawigacjaPomoc .item {
        padding: 5px;
    }
    .centrumPomocy table {
        font-size: 10px;
    }
    .centrumPomocy table td {
        padding: 2px;
    }
    .centrumPomocy .content {
        padding: 10px !important;
    }
    .centrumPomocy #listaWiadomosci {
        font-size: 10px;
    }
    .centrumPomocy .styled-select select,
    .centrumPomocy input,
    .centrumPomocy textarea {
        font-size: 10px !important;
    }
    .centrumPomocy .g-recaptcha {
        flex-basis: 100%;
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        height: auto !important;
        margin-left: 5px;
        margin-top: 10px;
    }
    .centrumPomocy .dropareaContainer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .centrumPomocy button {
        font-size: 10px !important;
    }
    #digitalContainer .styled-select select {
        font-size: 10px !important;
    }
    #digitalContainer .styled-select {
        width: calc(100% - 40px) !important;
    }
    #searchsettings .styled-select select {
        font-size:10px;
    }
    #searchsettings div {
        margin-left:0px !important;
    }
    #searchsettings .styled-select {
        width: calc(50% - 1px);
        margin-bottom:0;
    }
}
@media screen and (max-width: 820px) {
    #kafelki a,
    .otherFrom a,
    .kafelki a,
    .wPakiecie a {
        width: 25% !important;
    }
}
@media screen and (max-width: 600px) {
    #kafelki a,
    .otherFrom a,
    .kafelki a,
    .wPakiecie a {
        width: 50% !important;
    }
    .thumb-container,
    .thumb-container img {
        /*height: calc(50vw - 30px);*/
    }
    .thumb-container {
        height: auto;
    }
    .otherFrom a {
        display: none !important;
    }
    .otherFrom a:nth-child(-n + 3) {
        display: inline-block !important;
    }
    .thumb {
        height: calc(50vw - 30px);
    }
}
@media screen and (max-width: 390px) {
    #footer #footerContent div#social {
        display:none;
    }
}
