blockquote {
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0 0 1em 0;
    padding: 10px 15px;
    background: #F0F9FF;
}
blockquote strong {
    font-weight: 400;
}
blockquote p {
    margin: 0 !important;
    padding: 0 !important;
}


.inavailable {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: green;
    color: #FFF;
    border: 6px double #FFF;
    margin-bottom: 10px;
}
.on_order {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #cbcb2a;
    color: #FFF;
    border: 6px double #FFF;
    margin-bottom: 10px;
}
.check_stock {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ff961d;
    color: #FFF;
    border: 6px double #FFF;
    margin-bottom: 10px;
}
.not_in_stock {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ff0a0a;
    color: #FFF;
    border: 6px double #FFF;
    margin-bottom: 10px;
}
.not_in_sale {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #424242;
    color: #FFF;
    border: 6px double #FFF;
    margin-bottom: 10px;
}

.product-page-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 10px 0;
}
.msg-z {
    background-color: #ffffff;
    border: 1px solid #cbcb2a;
    padding: 5px;
    color: #cbcb2a;
}
.msg-u {
    background-color: #ffffff;
    border: 1px solid #ff961d;
    padding: 5px;
    color: #ff961d;
}
.msg-n {
    background-color: #ffffff;
    border: 1px solid #ff0a0a;
    padding: 5px;
    color: #ff0a0a;
}
.msg-s {
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    padding: 5px;
    color: #b2b2b2;
}

.product-page-cat-link {
    padding: 0 5px;
    text-decoration-line: underline;
    color: #C41D3A;
}

.product-page-cat-link:hover {
    color: #9d2a2e;

}

.product_price_wrappers, .product_price_wrappern {
    display: none;
}

.opoczno_products_s, .opoczno_products_n {
    opacity: .5;
}

.prodcode {
    list-style: none;
    background: yellow;
    margin: 0 0 1em 0;
    padding: 12px;
    line-height: 1.4em;
}
.prodcode.prodcoden, .prodcode.prodcodes, .costs, .costn {
    display: none;
}
.prodcode li {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 50%;
}
.prodcode li:first-child {
    text-align: center;
}
.prodcode li:first-child::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 2px;
    width: 20px;
    height: 20px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    animation: 2s infinite strelka;
}
@keyframes strelka {
    0%,100% {
        -moz-transform: translateX(0) translateY(0) rotate(45deg);
        -webkit-transform: translateX(0) translateY(0) rotate(45deg);
        -o-transform: translateX(0) translateY(0) rotate(45deg);
        -ms-transform: translateX(0) translateY(0) rotate(45deg);
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    90% {
        -moz-transform: translateX(-10px) translateY(0) rotate(45deg);
        -webkit-transform: translateX(-10px) translateY(0) rotate(45deg);
        -o-transform: translateX(-10px) translateY(0) rotate(45deg);
        -ms-transform: translateX(-10px) translateY(0) rotate(45deg);
        transform: translateX(-10px) translateY(0) rotate(45deg);
        opacity: 1;
    }
    91% { opacity: 0; }
}
.whitecode {
    font-size: 2em;
    line-height: 1.4em;
    display: inline-block;
    background: #FFF;
    width: 60%;
    margin: 0 20%;
    letter-spacing: 1px;
}
.prodcode li:last-child {}
.prodcode:after {
    content: '';
    display: table;
    clear: both;
}
@media screen and (max-width: 520px) {
    .prodcode li {
        float: none;
        width: 100%;
        text-align: center;
    }
    .prodcode li:first-child::after {
        display: none;
    }
    .whitecode {
        margin-bottom: 7px;
    }
}

.single-sec {
    margin: 0 0 20px 0;
}
.single-left {
    float: left;
    width: calc((100% - 20px) / 2);
    margin: 0 20px 0 0;
}
.single-right {
    float: right;
    width: calc((100% - 20px) / 2);
    margin: 0;
}
.single-sec:after {
    content: '';
    display: table;
    clear: both;
}
@media screen and (max-width: 760px) {
    .single-left, .single-right {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}

#sorter-form p {
    padding: 0 0 0.1em 0;
}
.showform {
    display: none !important;
}
.podborwidjet {
    position: relative;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0 0 20px 0;
    padding: 10px 15px;
}
.podborwidjet.svernut {
    max-height: 300px;
    overflow-y: hidden;
}
.podborwidjet.svernut::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 100;
    background: -moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,1) 100%);
    background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%);
    background: linear-gradient(to bottom, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 );
}
.podborwidjet .btn-xs {
    display: block;
    margin: 5px auto 0 auto;
    width: 120px;
}
.podborwidjet.svernut .btn-xs {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
    z-index: 150;
}
.podborwidjet h4, .podborwidjet .like_h4 {
    padding: 0 0 .2em 0;
    margin: 0;
}
.btn-primary + .podborwidjet {
    margin-top: 15px;
}
@media screen and (max-width: 890px) {
    .iamsidebar {
        float: none;
        width: 100%;
    }
    .bigthreefourth {
        float: none;
        width: 100%;
    }
    .podborwidjet {
        margin: 0 0 20px 0;
        width: calc(100% / 3);
        margin: 0;
        float: left;
        height: 300px;
        overflow-y: scroll;
    }
    .btn-primary + .podborwidjet {
        margin-top: 0;
    }
    .firstsvf {
        display: none;
    }
    #sorter-form {
        margin: 0 0 20px 0;
    }
    #sorter-form:after {
        content: "";
        display: table;
        clear: both;
    }
}
@media screen and (max-width: 650px) {
    .podborwidjet {
        width: 50%;
    }
}
@media screen and (max-width: 375px) {
    .podborwidjet {
        width: 100%;
        float: none;
        height: auto;
        margin: 0 0 20px 0;
    }
    #sorter-form {
        display: none;
    }
    .showform {
        display: block !important;
        margin: 0 0 20px 0;
    }
    .priceoptions tr td {
        display: block;
    }
}

.youchoise {
    box-sizing: border-box;
    padding: 15px 20px;
    background: #f2f2f2;
    margin: 0 20px 20px -20px;
}
.vyvybrali {
    list-style: none;
    margin: 0 0 10px 0;
}
.vyvybrali li {
    display: inline-block;
    vertical-align: top;
    margin: 3px .5em 3px 0;
}
.vyvybrali a.btn-xs {
    position: relative;
    padding-right: 18px;
}
.vyvybrali a.btn-xs::after {
    content: '×';
    position: absolute;
    top: -3px;
    right: 4px;
    font-size: 16px;
    color: rgba(255,0,0,.5);
}
.vyvybrali a.btn-xs:hover::after {
    color: rgba(255,0,0,1);
}
.choisetwocolumns {
    list-style: none;
}
.choisetwocolumns>li {
    float: left;
    width: 50%;
}
.choisetwocolumns>li:last-child {
    text-align: right;
}
.choisetwocolumns:after {
    content: "";
    display: table;
    clear: both;
}
ul.howsortresults {
    display: inline-block;
    list-style:none;
    margin:0;
    white-space: nowrap;
}
ul.howsortresults li {
    padding:0 7px;
    display:inline-block;
    vertical-align:top;
    font-size:11px;
    line-height:20px;
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #878787;
    cursor:pointer;
    cursor:hand;
    background: rgb(250,250,250);
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.5);
}
ul.howsortresults li.izbranniy, ul.howsortresults li.izbranniy:hover {
    cursor:default;
    background: rgb(203,203,203);
    background: -moz-linear-gradient(top, rgba(203,203,203,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,203,203,1)), color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(203,203,203,1) 0%,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(203,203,203,1) 0%,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(203,203,203,1) 0%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(203,203,203,1) 0%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#f0f0f0',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px 1px 1px 0px rgba(50, 50, 50, 0.5);}
ul.howsortresults li:hover {
    background: rgb(250,250,250);
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(232,247,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(232,247,255,1)));
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(232,247,255,1) 100%);
    background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(232,247,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(232,247,255,1) 100%);
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(232,247,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e8f7ff',GradientType=0 );
}
ul.howsortresults li:first-child {
    padding-left:10px;
    border-left:1px solid #c7c7c7;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
ul.howsortresults li:last-child {
    padding-right:10px;
    border-right:1px solid #c7c7c7;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
ul.howsortresults li small {
    font-size:9px;
}
.nawlinepoteryali {
    background: rgba(255,255,255,.75);
    padding: 5px 10px;
}
.firstsvf {
    width: 100%;
}
@media screen and (max-width:890px) {
    .youchoise {
        margin: 0 -20px 20px -20px;
    }
}
@media screen and (max-width:520px) {
    .youchoise {
        padding: 10px 20px;
    }
    .choisetwocolumns>li {
        float: none;
        width: 100%;
        text-align: center;
        padding: 7px 0;
    }
    .choisetwocolumns>li:last-child {
        text-align: center;
    }
}

/* bootstrap */
.form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 1em;
    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, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.navbar-form .form-control {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
}
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.btn {
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-weight: normal;
    font-size: 1em;
    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;
    text-decoration: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.active, .btn-default.active:hover {
    color: #FFF;
    background: #C41D3A;
    border-color: #C41D3A;
    cursor: default;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.row {}
.col-sm-6 {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
@media screen and (max-width: 760px) {
    .col-sm-6 {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
}
.row:after {
    display: table;
    clear: both;
    content: '';
}

.table {
    width: 100%;
    max-width: 100%;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
    border-top: 2px solid #eceeef;
}
.table .table {
    background-color: #fff;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #eceeef;
    margin-bottom: 20px;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}
.table-hover .table-success:hover {
    background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}
.table-hover .table-info:hover {
    background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
    background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}
.table-hover .table-danger:hover {
    background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}
.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}
.thead-default th {
    color: #464a4c;
    background-color: #eceeef;
}
.table-inverse {
    color: #fff;
    background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #fff;
}
.table-inverse.table-bordered {
    border: 0;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
    border: 0;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
/* bootstrap */

/* form.css */
.row1{
    outline: none;
    margin: 0px 0 0px 0px;
    overflow: auto;
    padding-bottom: 15px;
    height: 162px;
}
.sky-form h4{
    padding: 10px 0;
    text-transform: uppercase;
    color: #00a0dc;
    font-size:1.1em;
}
section.sky-form{
    border-top:1px solid #eee;
    padding:1em 0;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
    position: relative;
    display: block;
}

/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
    outline: none;
    border: none;
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 12.5px;
    line-height: 30px;
    font-weight: 400;
    color: #555555;
    cursor: pointer;
    text-transform: capitalize;
    width: 100%;
    margin-top: 0;
    font-family: 'Arimo', sans-serif;
}

.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
    margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
    position: absolute;
    left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    background: #fff;
}
.sky-form .radio i {
    border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
    opacity: 1;
}

.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
    float: left;
    margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
    margin-bottom: 4px;
}
.sky-form .checkbox input + i:after {
    content:'';
    top: -1px;
    left: -5px;
    width: 15px;
    height: 15px;
    background: url(../images/b-arrow.png);
    text-align: center;
}
.sky-form .checkbox input + i:after {
    color:#fff;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
    border-color:#888;
}
/*-- start scrollpane --*/
.jspContainer{
    overflow: hidden;
    position: relative;
}
.jspPane{
    position: absolute;
    outline: none;
}
.jspVerticalBar{
    position: absolute;
    top: 0;
    right:40px;
    width:3px;
    height: 100%;
}
.jspHorizontalBar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}
.jspCap{
    display: none;
}
.jspHorizontalBar .jspCap{
    float: left;
}
.jspTrack{
    background: #f0f0f0;
    position: relative;
}
.jspDrag{
    background: #777777;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
    float: left;
    height: 100%;
}
.jspArrow{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.jspArrow.jspDisabled{
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow{
    height: 16px;
}
.jspHorizontalBar .jspArrow{
    width: 16px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus{
    outline: none;
}
.jspCorner{
    background: #eeeef4;
    float: left;
    height: 100%;
}
@media screen and (max-width:1024px){
    .sky-form h4 {
        font-size: 0.95em;
        padding: 8px;
    }
}
@media screen and (max-width:640px){
    .row1 {
        margin: 10px 0 0px 10px;
        padding-bottom: 5px;
        height: 160px;
    }
    .sky-form .radio, .sky-form .checkbox {
        font-size: 12px;
    }
}
/* form.css */

/* categories */
.categories {
    list-style: none;
    margin: 0 -10px !important;
    padding: 0 !important;
}
.categories li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 10px 15px 10px !important;
    margin: 0;
    text-align: center;
}
.categories li::before {
    content: '';
    display: none;
}
.categories img {
    max-width: 100%;
    width: auto;
    max-height: 120px;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 5px;
}
@media(max-width:520px) {
    .categories li {
        width: 50%;
    }
}
.cdesc p {
    padding: 0 0 1em 0;
    margin: 0;
}
/* categories */

/* news */
.sitenewsall {
    list-style: none;
}
.sitenewsall li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 10px 10px 0 !important;
}
.sitenewsall li:before {
    content: '';
    display: none;
}
.sitenewsall img {
    display: block;
    margin: 0 auto 6px auto;
    max-height: 100px;
}
.newsimgbig {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 0 10px 0;
    background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}
/* news */

#prodalert{text-align:center;background:#F0F9FF;padding:15px;border-radius:15px;margin:0 0 20px 0}
#prodalert ul{list-style:none;}
#prodalert li{padding:3px 0;position:relative}
#prodalert li::before{content:'—';color:red;padding-right:3px}
#prodalert a{color:#000;text-decoration:underline;}
#prodalert a:hover{color:#E74C3C;}
#shopalert{position:fixed;top:-480px;width:480px;left:50%;margin:0 0 0 -240px;padding:6px 0 6px 0;border:6px solid #FFF;color:#FFF;background:rgba(0,0,0,0.85);z-index:10000000002;box-shadow:0 4px 19px rgba(0,0,0,.3);}
#shopalert div{margin:0 18px 15px 18px}
#shopalert p{padding:0 0 0 30px;color:rgba(255,255,255,.7);letter-spacing:1px;}
#shopalert p.bolwoy{padding:15px 0 10px 30px;font-size:24px;color:#FFF;text-shadow:1px 1px 1px #000;}
#shopalert button{height:30px;line-height:30px;font-size:15px;padding:0 15px;border:0 none;color:#000;background:#FFF;cursor:pointer;cursor:hand;margin:0 auto;display:block;width:auto;border-radius:15px;box-sizing:border-box;}
#shopalert button:hover{color:#FFF;background:#357ebd;}
#krzncontent ul{list-style:none;margin:15px 0 0 0;}
#krzncontent ul a{display:block;position:relative;padding:0 12px;height:36px;line-height:36px;font-size:15px;color:#FFF;border-bottom:0 none;}
#krzncontent ul a small{font-size:12px;}
#krzncontent ul a:hover{background:#000 url(//s.office-mix.com.ua/img/design/krznico.png) no-repeat right center;text-decoration:none;}
#krzncontent ul a::before{content:'';position:absolute;top:6px;right:6px;width:24px;height:24px;background:url(//s.office-mix.com.ua/img/catcart.png) top center;background-size:100% 200%;}
#krzncontent ul a:hover::before{background-position:bottom center;}
#alertincart{position:fixed;top:180px;left:50%;width:440px;height:240px;margin:0 0 0 -220px;background:#000;-moz-box-shadow:0 10px 30px #FFF;-webkit-box-shadow:0 10px 30px #FFF;box-shadow:0 10px 30px #FFF;z-index:20003;}
#alertincart p{margin:5px 20px 15px 20px;font-size:18px;line-height:24px;color:#FFF;text-align:center;}
#alertincart p.nuetovashchepuwka{margin-top:10px;margin-bottom:10px;font-size:24px;line-height:36px;}
#alertincart p a{display:block;width:240px;padding:0 16px;font-size:20px;line-height:32px;height:32px;color:#000;text-decoration:none;background:#FFF;margin-left:auto;margin-right:auto;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;}
#alertincart p a:hover{color:#FFF;background:#0099CB;background:rgb(61,115,169);-moz-box-shadow:0 3px 6px #FFF;-webkit-box-shadow:0 3px 6px #FFF;box-shadow:0 3px 6px #FFF;}
#alertincartoverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:20001;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity:0.75;opacity:0.75;}
#alertincartarrow{position:fixed;width:120px;height:120px;right:60px;bottom:27px;background:url(//s.office-mix.com.ua/img/design/tocart.gif);z-index:20002;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity:0.75;opacity:0.75;}
#carttable{width:100%;border-collapse:collapse;margin:0 0 20px 0;border:1px solid #efefef;}
#carttable thead td{padding:10px 10px;font-size:1.2em;background:#efefef;}
#carttable tr.alttr{background:#fafafa;}
#carttable td{padding:4px 10px;}
#carttable input[type=number]{padding:2px 0;width:50px;text-align:center;}
#carttable td.centd{text-align:center;}
#carttable td small{display:block;}
#carttable a img{float:left;margin:0 7px 0 0;width:70px;height:auto;}
#carttable a img.delgif{float:none;margin:0 0 0 0;width:16px;height:16px;}
#rememberrecount{text-align:center;width:50%;margin:0 auto 15px auto;padding:15px 15px;background:#F0F9FF;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
#rememberrecount input[type=submit]{display:block;margin:7px auto;padding:4px 10px;}
.notificationsumm{text-align:center;width:50%;margin:0 auto 15px auto;padding:10px 15px;background:#F0F9FF;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
p#clearcartlist{text-align:center;}
p#clearcartlist a{border:0 none;font-size:1.2em;}
p#summakoplate{margin:15px 0 10px 0;text-align:center;font-size:1.6em;color:#AAA;letter-spacing:2px;}
p#summakoplate strong{display:block;font-size:1.6em;line-height:1.4em;color:#000;letter-spacing:1px;}
p#summadostavki{margin:15px 0 -10px 0;text-align:center;font-size:1.6em;color:#AAA;letter-spacing:2px;}
p#summadostavki strong{display:block;font-size:1.6em;line-height:1.4em;color:#000;letter-spacing:1px;}
p#allright{text-align:center;}
p#allright a{display:inline-block;font-size:2em;line-height:1.4em;border:0 none;color:#008000;padding:10px 20px;background:-moz-linear-gradient(top,
#ffffff 0%,
#ffffff 50%,
#d6d6d6);background:-webkit-gradient(linear, left top, left bottom,
from(#ffffff),
color-stop(0.50, #ffffff),
to(#d6d6d6));-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;border:3px solid #008000;-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 3px rgba(255,255,255,1);-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 3px rgba(255,255,255,1);box-shadow:0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 3px rgba(255,255,255,1);text-shadow:0px -1px 0px rgba(000,000,000,0.1),
0px 1px 0px rgba(255,255,255,1);
text-decoration:none}
p#allright a:hover{color:#3d73a9;border-color:#3d73a9;text-decoration:none}
#tableoforder{width:100%;margin:20px 0 40px -10px;border-collapse:collapse;}
#tableoforder tr{}
#tableoforder tr:hover{background:#f2f2f2;}
#tableoforder td{padding:10px 10px;}
#tableoforder tr td:last-child input{min-width:60%;}
.orderbyoid{padding-top:0;padding-bottom:0;}
.orderbyoid h3{margin-bottom:20px;}
.orderbyoid ul{list-style:none;margin:0;padding:0 0 0 0;}
.orderbyoid ul:after{content:'';display:block;clear:both;}
.orderbyoid ul li{box-sizing:border-box;margin:0;padding:0 15px 15px 0;text-align:center;max-width:200px;vertical-align:baseline;display:inline-block;}
.orderbyoid ul li a{display:block;}
.buylistitem{display:block;margin:0 auto;max-height:60px;}
.buylistname{display:block;box-sizing:border-box;padding:5px 0 0 0;line-height:18px;height:41px;overflow:hidden;}
.buylistoption{display:block;box-sizing:border-box;padding:3px 0 0 0;font-size:12px;line-height:18px;height:39px;overflow:hidden;color:darkgrey;}
.kolichestvo{display:block;padding-top:5px;font-size:12px;font-style:italic;letter-spacing:1px;}
.zsumma, .zsumma small{color:#214495;}
.fatplaceholder::-webkit-input-placeholder{font-weight:bold;}
.fatplaceholder::-moz-placeholder{font-weight:bold;}
.fatplaceholder:-ms-input-placeholder{font-weight:bold;}
.fatplaceholder:-moz-placeholder{font-weight:bold;}

@media screen and (max-width: 660px) {
    #rememberrecount {
        width: 100%;
        box-sizing: border-box;
    }
    p#allright a {
        font-size: 1.4em;
    }
    #carttable td {
        display: block;
        text-align: center;
    }
    #carttable a img {
        float: none;
        display: block;
        margin: 5px auto;
    }
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 7px;
}
.formapodbora{padding:0 0 15px 0}
.formapodbora h4{margin-top:20px;margin-bottom:5px;}
.formapodbora p{margin-bottom:5px;}
.sortinglabel {
    display: block;
    text-align: center;
    color: #999;
    padding: 3px 0 12px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.formapodbora .btn {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}
.formapodbora .fa {
    margin-right: 5px;
}
.sortinglabel::before, .sortinglabel::after {
    content: '—';
}
label {
    margin-bottom: 0;
    font-weight: normal;
}
.buyonclick{
    padding:15px 15px;
    margin: 0 0 20px 0;
    background:#F0F9FF;
    border-radius:7px;
}
.buyonclick label {
    margin: 0 10px 0 0;
}
.prodcost {
    margin: 0 0 20px 0;
    font-size: 25px;
    line-height: 1.3em;
}
.newbreadcrumb {
    list-style: none;
    margin: 0 0 20px -10px;
}
.newbreadcrumb li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}
.newbreadcrumb li:before {
    content: '»';
}
.newbreadcrumb li a, .newbreadcrumb li>span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}
.newbreadcrumb li:first-child:before {
    content: '';
    display: none;
}

.prodicons.prodpage, .fotorama, .sosedi, .product-table, .sofaset-info {
    margin-bottom: 20px;
}

.heresearchresults{box-sizing:border-box;position:absolute;top:60px;left:0;right:0;padding:0;list-style:none;background:#FFF;z-index:13579111315;-moz-box-shadow:0 5px 15px rgba(0,0,0,0.3);-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.3);box-shadow:0 5px 15px rgba(0,0,0,0.3);max-height:340px;overflow-y:scroll;display:none;text-shadow:none;line-height:1.4em}
.heresearchresults li{margin:5px 0;}
.heresearchresults li:after{display:table;clear:both;content:'';}
.heresearchresults li a{box-sizing:border-box;display:block;border:0 none;padding:3px 0;min-height:54px;text-decoration:none;color:rgba(16,23,24,.75)}
.heresearchresults li a em{display:block;color:#CCC;font-size:10px;text-transform:uppercase;letter-spacing:2px;padding:2px 0 0 0;font-style:normal;}
.heresearchresults li a:hover, .heresearchresults li a.activated{color:rgba(16,23,24,.5);background:#F0F9FF;}
.heresearchresults li img{float:left;width:48px;height:auto;max-height:48px;}
span.as_prodname{
    display:block;padding:0 0 0 55px;
}
span.as_prodprice{display:block;padding:3px 0 0 55px;color:#00aeef;font-size:12px;line-height:1em;font-weight:bold;}

.contact-form{position:relative;padding-bottom:30px;}
.contact-form div{padding:5px 0;}
.contact-form span{display:block;font-size:0.9em;padding-bottom:5px;color:#012231;text-transform:uppercase;}
.contact-form input[type="text"],.contact-form textarea{padding:10px;display:block;width:98%;border:none;outline:none;color:#464646;font-size:1.1em;border:1px solid rgba(85, 85, 85, 0.19);-webkit-appearance:none;}
.contact-form textarea{resize:none;height:120px;}
.contact-form input[type="submit"]{background:#357ebd;color:#fff;display:block;transition:0.5s ease;-o-transition:0.5s ease;-webkit-transition:0.5s ease;cursor:pointer;border:2px solid #357ebd;}
.tableputnumber {
    display: inline-block;
    padding: 6px !important;
    width: 60px;
}
.polojivkorzinu {
    padding: 0 10px;
}

.seenfavcomp{position:fixed;bottom:0;left:20px;padding:5px 10px;background:#FFF;-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);box-shadow:0 0 5px rgba(0, 0, 0, 0.5);-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px;z-index:1000000;}
.seenfavcomp a{display:inline-block;vertical-align:top;margin:0 4px;text-decoration:none;}
.seenfavcomp a:hover{text-decoration:none;}
.prodicons{position:absolute;top:9px;right:1px;}
.prodicons.prodlistpos {
    position: static;
    display: inline-block;
    top: auto;
    right: auto;
}
.prodicons.prodlistpos span {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.prodicons.prodpage{position: static;
    display: block;
    margin: 0 0 20px 0;
    border: 3px solid #F0F9FF;
    text-align: center;
    padding: 10px 20px 14px 20px;
    border-radius: 12px}
.prodicons.comparepage{position:static;}
.prodicons span{display:inline-block;box-sizing:border-box;position:relative;font-size:18px;margin-right:8px;cursor:pointer;cursor:hand;-webkit-transition:all 250ms ease-out;-moz-transition:all 250ms ease-out;-ms-transition:all 250ms ease-out;-o-transition:all 250ms ease-out;transition:all 250ms ease-out;background:#FFF;width:32px;height:32px;line-height:32px;text-align:center;border-radius:50%;background:#f2f2f2;}
.prodicons.prodpage span{font-size:15px;width:28px;height:28px;line-height:28px;}
.prodicons span:hover{background:#F4F8FF;}
.podsvechen .fa-heart {color:red;}
.podsvechen .fa-american-sign-language-interpreting, .podsvechen .fa-retweet, .podsvechen .fa-balance-scale {color:orange;}
span.glyphicon-refresh{color:#214495;}
span.glyphicon-refresh.podsvechen{color:#FFF;background:#214495;}
span.glyphicon-eye-open, .glyphicon-eye-open:before{color:green;}
.notification{position:relative;display:inline-block;top:-2px;text-align:center;width:16px;height:16px;line-height:16px;font-size:9px;background:#FDF002;border-radius:50%;}
.compare-table-wrapper{overflow-x:auto;margin:0 0 50px 0;}
.compare-table-wrapper .compare-table{width:100%;width:auto;margin:0;border-collapse:collapse;border:1px solid #CCC;}
.compare-table-wrapper .compare-table th, .compare-table-wrapper .compare-table td{position:relative;padding:10px;text-align:center;width:300px;padding:7px 15px;border-left:1px dashed #EFEFEF;}
.compare-table-wrapper .compare-table th{vertical-align:bottom;}
.compare-table-wrapper .compare-table thead{}
.compare-table-wrapper .compare-table thead a{border:none;text-decoration:none;}
.compare-table-wrapper .compare-table thead a:hover{color:#4A90E2;}
.compare-table-wrapper .compare-table thead a .prodtabletitle{display:block;font-size:14px;line-height:1.2em;height:34px;overflow:hidden;}
.compare-table-wrapper .compare-table thead strong{display:block;}
.compare-table-wrapper .compare-table tbody tr td:first-child{text-align:left;}
.compare-table-wrapper .compare-table tbody tr td:first-child sup{font-size:12px;color:#9B9B9B;letter-spacing:1px;}
.compare-table-wrapper .compare-table tbody tr:nth-child(odd){background:#EFEFEF;}
.compare-table-wrapper .compare-table tbody tr td p{margin:0;padding:0;white-space:nowrap;}
.compare-table-wrapper .compare-table tbody tr.getzenacompare{color:#4A90E2;font-size:18px;line-height:24px;font-weight:bold;white-space:nowrap;}
.compare-table-wrapper .compare-table tbody tr.getzenacompare small{font-size:15px;line-height:1em;}
.compare-table-wrapper .compare-table img.imgincompare{max-width:100%;max-height:75px;margin:0 0 10px 0;}
.compare-table-wrapper .compare-table .plusminus{display:inline-block;font-size:1.5em;width:20px;line-height:20px;height:20px;color:#FFF;background:black;background:none;font-weight:bold;border-radius:50%;}
.compare-table-wrapper .compare-table .plusminus.plus{color:green;}
.compare-table-wrapper .compare-table .plusminus.minus{color:red;}
.compare-table-wrapper .compare-table .round-color{box-sizing:border-box;display:inline-block;width:20px;height:20px;border:1px solid #000;margin:0 5px;border-radius:50%;}