[class*="flaticon"]:before {
    font-family: flaticon !important;
    font-size: inherit;
    margin-right: 0.2em;
    margin-left: 0;
}

.input-group-addon [class*="flaticon"]:before {
    margin-right: 0;
}

.container {
    min-width: 310px;
    padding: 0 10px;
}

blockquote {
    font-size: inherit;
    color: #9197a3;
    padding: 5px 10px;
}

h1, h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-weight: bold;
}

h3, h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    font-weight: bold;
}

h1 small, h1 .small {
    padding: 0.8em 0 0 0.2em;
    font-size: 60%;
}

h2 small, h2 .small {
    padding: 0.6em 0 0 1em;
    font-size: 70%;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    padding: 0.4em 0 0 1em;
}

h3 a:hover, h4 a:hover {
    text-decoration: none;
}

a.image {
    border: none;
}

a.btn.disabled {
    background-color: #ccc;
    border-color: #eee;
}

.panel > .panel-title {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.panel > .list-group .list-group-item {
    border: 0;
}

.panel.bg-info {
    background-color: #d9edf7;
}

.panel.bg-primary {
    background-color: #f39c12;
}

.panel.bg-warning {
    background-color: #fcf8e3;
}

.panel.bg-success {
    background-color: #dff0d8;
}

.panel-body {
    padding: 15px 15px 5px 15px;
}

.panel-body .row:first-child h4 {
    margin-top: 0;
}

.table thead tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

.table thead tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

.table tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

table thead h1, table thead h2, table thead h3, table thead h4 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.table-middle td, .table-middle th {
    vertical-align: middle !important;
}

a {
    border-bottom: 1px solid #dedede;
}

a:hover, a:focus, a:active {
    border-color: #3498db;
    text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a {
    border: none;
}

h1.navbar-text, h2.navbar-text, h3.navbar-text, h4.navbar-text {
    border: none;
}

h1.navbar-text a, h2.navbar-text a, h3.navbar-text a, h4.navbar-text a {
    border-bottom: 1px solid;
}

ol.row, ul.row {
    padding: 0;
}

.bg-dark {
    background-color: #333;
}

.bg-black {
    background-color: #000;
}

.bg-dark,
.bg-black {
    color: #ccc;
}

.bg-dark a,
.bg-black a {
    color: #eee;
    border-bottom: 1px solid #666;
}

.bg-dark a:hover,
.bg-dark a:focus,
.bg-dark a:active,
.bg-black a:hover,
.bg-black a:active,
.bg-black a:focus {
    text-decoration: none;
    border-color: #ccc;
    color: #fff;
}

.bg-dark h3,
.bg-dark h4,
.bg-black h3,
.bg-black h4 {
    border-bottom: 1px solid #666;
}

.navbar-inverse a {
    color: #ccc;
    border-bottom: 1px solid #666;
}

.navbar-inverse a:hover,
.navbar-inverse a:active,
.navbar-inverse a:focus {
    text-decoration: none;
    border-color: #ccc;
    color: #fff;
}

.navbar-text.pull-left {
    margin-left: 0;
}

.navbar-text.pull-right {
    margin-right: 0;
}

.social a {
    border: none;
}

.social .facebook {
    color: #3b5998;
}

.social .facebook:hover {
    color: #5573b2;
}

.social .twitter {
    color: #62bdb2;
}

.social .twitter:hover {
    color: #7cd7cc;
}

.social .youtube {
    color: #c4302b;
}

.social .youtube:hover {
    color: #de4a45;
}

.social a:hover,
.social a:focus,
.social a:active {
    text-decoration: none;
}

.social .flaticon:before {
    font-size: 18px;
}

.jumbotron {
    margin: 15px 0;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: -2px;
  top: 50%;
  right: -2px;
  border-top: 1px solid;
  border-color: #333;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.input-group-addon {
    border-radius: 3px;
}

.alert[class^="flaticon-"],
.alert[class*=" flaticon-"] {
    padding-left: 35px;
}

.alert[class^="flaticon-"]:before,
.alert[class*=" flaticon-"]:before {
    font-size: inherit;
    float: left;
    margin: -1px 5px 0 -20px;
}

.alert {
    margin-bottom: 10px;
    overflow: hidden;
}

.alert a {
    border-color: #9acced;
}

.alert a:hover, .alert a:active, .alert a:focus {
    border-color: #3498db;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 1px;
}

input[type="number"] {
    padding-right: 0;
}

.form-errors {
    background-color: #fcf8e3;
    color: #8a6d3b;

    padding: 15px 15px 15px 30px;
    margin-top: 10px;
    margin-bottom: 10px;

    border: 1px solid #faebcc;
    border-radius: 3px;
}

.form-errors:first-child {
    margin-top: 0;
}

.help-block {
    padding: 0 5px;
    font-size: 91%;
}

.form-inline div.radio {
    margin-right: 1rem;
}

.form-group-sm label,
.form-group-sm .help-block {
    font-size: 11px;
}

.form-group-sm textarea.form-control {
    height: auto;
}

label.checkbox {
    margin-left: 5px;
}

#main > pre {
    margin: 10px 0;
}

.pagination-top .pagination {
    margin-top: 0;
    margin-bottom: 5px;
}

.pagination-bottom .pagination {
    margin-top: 5px;
    margin-bottom: 0;
}

.pagination-sort, .pagination-count {
    text-align: right;
    margin-top: 10px;
}

.add2cart {
    min-width: 125px;
}

.add2cart .checkbox {
    margin: 0 5px;
}

.add2cart button {
    width: 40px;
}

.product-index .in_cart td, .product-index .in_cart th {
    background-color: #fcf8e3;
}

.product-index .not_available td, .product-index .not_available th {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.product-index .not_available td .image, .product-index .not_available th .image {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.product-index thead td, .product-index thead th {
    background-color: #f9f9f9;
}

.product-index .product-row td {
    padding-top: 10px;
}

.product-index .product-row td p {
    margin-bottom: 2px;
}

.product-index .product-addons td {
    border: none;
    height: 30px;
    vertical-align: middle;
}

.product-index #hideNotAvailable {
    display: inline;
}

.product-index #showNotAvailable {
    display: none;
}

.product-index.available-only #hideNotAvailable {
    display: none;
}

.product-index.available-only #showNotAvailable {
    display: inline;
}

.product-index.available-only .not_available_1 {
    display: none;
}

.product-index .separator td {
    height: 1px; padding: 1px;
}

.product-content {
    padding-bottom: 20px;
}

.product-content .product-description {
    overflow: hidden;
}

.product-content .product-description .promocja {
    background-color: #ffffe7;
    border: 1px solid #faebcc;
    padding: 20px;
    margin: 10px 0;
    height: auto;
    overflow: hidden;
}

.product-content .product-description h3:first-child {
    margin-top: 5px;
}

.product-content-click {
    padding-top: 5px;
    text-align: right;
    border-top: 1px solid #ccc;
    min-height: 15px;
    opacity: 1;
    font-size: 91%;
}

.product-content-more, .product-content-less, .toggleAvailable {
    cursor: pointer;
    display: none;
    color: #2980b9;
}

.product-full .product-expansion {
    margin-bottom: 10px;
}

.product-full .product-expansion img {
    float: right;
    margin: 0 0 5px 5px;
}

.product-full .product-properties {
    margin: 0;
    font-size: 91%;
}

.product-full .product-properties .flaticon {
    font-size: 120%;
}

.product-full .product-properties .col-, .product-full .product-properties .col- {
    margin-bottom: 5px;
}

.product-full .product-properties dl dt {
    width: 80px;
    float: left;
    text-align: right;
}

.product-full .product-properties dl dd {
    margin-left: 85px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-full .product-image {
    text-align: center;
    margin-bottom: 10px;
}

.product-full .product-image img {
    max-width: 100%;
    height: auto;
}

.cart .text-danger {
    border: none;
}

.product-latest .product-description td {
    border: none; padding: 0 10px;
}

.product-latest .product-description p {
    color: #999;
}

.product-small .product-row .product-image {
    text-align: center;
    min-height: 90px;
}

.product-small .product-row td p {
    margin-bottom: 2px;
}

input.form-control {
    border-width: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    box-shadow: none;
}

input.form-control:focus {
    box-shadow: none;
}

.has-error input.form-control, .has-error input.form-control:focus {
    background-color: #fee;
    box-shadow: none;
}

.input-group-addon {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

.product-small tbody tr:first-child td {
    border: none;
}

.product-full .product-gallery {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 5px;
    padding-top: 1px;
}

.product-full .product-gallery a {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    border: 5px solid #fff;
    height: 150px;
}

.product-full .product-gallery img {
    transition: all 0.5s ease;
}

.product-full .product-gallery a:hover img {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.product-full .product-gallery img:first-child {
    margin-left: 0;
}

.product-full .product-gallery img:last-child {
    margin-right: 0;
}

.flat-cover {
    display: inline-block;
    margin: 3px;
}

.download-gallery, .download-banners, .download-hints {
    margin-bottom: 30px;
}

.download-gallery {
    font-size: 0;
}

.download-gallery a {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 5px;
}

.download-banners > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.download-material * {
    vertical-align: middle;
}

.download-material .flaticon {
    font-size: 29px;
}

.download-materials-dialog .close {
    font-size: 10px;
    padding: 6px;
}

.download-materials-dialog .close::before {
    margin-right: 0;
}

.download-materials-dialog {
    padding: 10px;
}

.download-materials-dialog #dialog-title {
    padding-left: 11px;
    position: relative;
}

.download-materials-dialog #dialog-title h1 {
    line-height: 1.5;
    margin-top: 8px;
}

.dialog-content a, #dialog-title h1 a {
    color: #2980b9;
}

.dialog-content a:hover, #dialog-title h1 a:hover {
    color: #3498db;
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.blueimp-gallery .modal-header {
    border: none;
}

.blueimp-gallery .modal-footer {
    margin-top: 20px;
}

.blueimp-gallery > .indicator > li {
    width: 50px;
    height: 50px;
    border-radius: 2px;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    border: none;
    background: none;
    font-size: 30px;
}

.blueimp-gallery .slide-content {
    border: 20px solid #fff;
    background-color: #fff;
}

form .btn[disabled] {
    cursor: wait;
}

.products-search-suggestions {
    width: 335px !important;
}

.rozsypanka-niebieska-100 {
    background: #009cca url(../images/rozsypanka/niebieski_100px.png)
}

.rozsypanka-niebieska-300 {
    background: #009cca url(../images/rozsypanka/niebieski_300px.png)
}

.rozsypanka-czerwona-100 {
    background: #e30045 url(../images/rozsypanka/czerwony_100px.png)
}

.rozsypanka-czerwona-300 {
    background: #e30045 url(../images/rozsypanka/czerwony_300px.png)
}

.promocja {
    border: 1px solid #e30045;
    overflow: hidden;
    padding: 1em;
    margin-bottom: 1em;
}

.ui-menu-item {
    padding: 2px 3px;
}

.ui-menu-item small {
    color: #9faeb5;
}

.ui-menu-item .ui-menu-item-wrapper {
    transition: background-color .5s;
    border: none;
}

.ui-menu-item .ui-menu-item-wrapper em {
    background-color: rgba(227,0,69,0.2);
    padding: .05em 0;
    font-style: normal;
}

.ui-menu-item .ui-state-active {
    color: #000;
    background-color: #eee;
    margin: 0;
}

.img-right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.img-left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.img-center {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
}

.loyalty-progress-bar {
    height: 2em;
}

.loyalty-progress {
    background-color: #a4c537;
}

.loyalty-realized {
    background-color: #849d2d !important;
}

.hurt-info, .hurt-warning {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 15px;
}

.hurt-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.hurt-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}