#shopalert {
    width: 300px !important;
    margin: 0 0 0 -150px !important;
}
.sosedi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.sosedi>a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    text-align: left;
}
.sosedi>a:last-child {
    text-align: right;
}
#tableoforder input, #tableoforder select {
    font-size: 16px !important;
}
@media screen and (max-width:760px) {
    .sosedi {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:700px) {
    #carttable {
        text-align: center;
    }
    #carttable td {
        display: block;
    }
    #carttable a img {
        float: none !important;
        display: block !important;
        margin: 0 auto 10px auto !important;
    }
    #carttable thead tr>*:last-child {
        display: none;
    }
    p#allright a {
        font-size: 1.2em !important;
    }
    #rememberrecount {
        width: 100% !important;
        box-sizing: border-box;
    }
}
@media screen and (max-width:560px) {
    .priceoptions td {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width:420px) {
    #tableoforder td {
        display: block;
    }
}


.filter_form {
    display: grid;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    padding: 15px 20px 0px 20px;
    margin: 0 0 20px 0;
    background: rgba(255,191,99,.3);
}
.filter_form.two_columns {
    grid-template-columns: 1fr 1fr;
}
.filter_form.three_columns {
    grid-template-columns: 1fr 1fr 1fr;
}
.filter_form button {
    width: 100%;
    height: calc(100% - 15px);
}
@media screen and (max-width:620px) {
    .filter_form.two_columns, .filter_form.three_columns {
        grid-template-columns: 1fr;
    }
}

.knowmydiscount {
    display: block;
    margin: 0 0 8px 0;
}
.knowmydiscount.onprodpage {
    display: inline-block;
    width: auto;
    margin-top: 10px;
}
.kmd_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.33);
    z-index: 1234567800;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-out;
}
.kmd_overlay.vidim {
    visibility: visible;
    opacity: 1;
}
.kmd {
    box-sizing: border-box;
    position: fixed;
    display: block;
    top: 100px;
    left: 50%;
    width: 400px;
    padding: 20px 20px 3px 20px;
    margin: 0 0 0 -200px;
    z-index: 1234567895;
    background: #ebf7ff;
    border-radius: 12px;
    transition: all 250ms ease-out 250ms;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.4);
    text-shadow: 0 1px rgba(255,255,255,1);
    box-shadow: 0 12px 21px rgba(0,0,0,.14);
}
.kmd.vidim {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.kmd h3 {
    margin: 0;
    padding: 0 0 .75em 0 !important;
}
.kmd p {
    margin: 0;
    padding: 0 0 1.4em 0;
}
.kmd label {
    display: block;
    position: relative;
}
.kmd label span.hint {
    position: absolute;
    top: 2px;
    left: 15px;
    font-size: 1em;
    line-height: 45px;
    pointer-events: none;
    transition: all 250ms ease-out;
}
.kmd label.herefocusedinput span.hint {
    font-size: 9px;
    line-height: 9px;
    opacity: .75;
    top: 4px;
}
.kmd_input {
    width: 100%;
    line-height: 45px;
    box-sizing: border-box;
    font-size: 1em;
    padding: 0 15px;
    border: 2px solid #BCE4FF;
}
.kmd_input:focus {
    border-color: #79C9FF;
}
.kmd_submit {
    min-width: 50%;
}
.zayavka_prinyata {
    padding: 15px 15px;
    margin: 0 0 18px 0;
    background: #ebf7ff;
    border-bottom: 1px solid #c5d8e6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
@media screen and (max-width: 450px) {
    .kmd {
        top: 60px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0;
    }
}
.btn.knowmydiscount {
    margin: 0px 0 6px 0;
}

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;
}

.clear-after {}
.clear-after::after {
    content: '';
    display: table;
    clear: both;
}

.statpage img {
    max-width: 100%;
    height: auto;
}

.single-sec {
    margin: 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;
    }
}

/* 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: auto;
    vertical-align: middle;
}
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.btn {
    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: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, .btn-group-xs > .btn {
    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%;
}
.row:after {
    display: table;
    clear: both;
    content: '';
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}
.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;
}
.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;
}
.sosedi {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.sosedi a {
    max-width: 48%;
    overflow: hidden;
}
.etojenovost img {
    max-width: 100%;
    height: auto;
}
.plus38 {
    position: absolute;
    top: 17px;
    left: 24px;
    font-size: 14px;
    pointer-events: none;
}
@media screen and (max-width:640px) {
    .sosedi {
        display: block;
    }
    .sosedi a {
        display: block;
        max-width: 100%;
        margin: .5em 0;
    }
}
/* categories */

/* products */
.products {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.products li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 10px 20px 0 !important;
    margin: 0;
}
.products li:before {
    content: '';
    display: none;
}
.skidkaprocentov {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 20px 2px 0;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #FFF;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    font-size: 9px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 3px double #FFF;
    border-bottom: 3px double #FFF;
}
.skidkaprocentov::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
}
.skidkaprocentov::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;

}
.prodname {
    display: block;
    font-size: 1em;
    line-height: 1.4em;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 5px;
}
.prodimg {
    border-radius: 5px;
    margin: 0 0 5px 0;
    max-width: 100%;
    height: auto;
}
.thprice {
    font-family: 'Ubuntu', sans-serif;
    color: var(--dbej);
    font-size: 1.5em;
    margin-bottom: 3px;
}
.thprice small {
    font-size: .6em;
}
.tssd {
    color: #646567;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding: 0 0 5px 0;
}
.oldprice {
    position: relative;
    display: inline-block;
    font-size: .8em;
    opacity: .5;
}
.oldprice:after {
    content: '';
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    height: 1px;
    background: red;
}
.buythis {
    padding: 7px 10px 0 10px;
    margin: 0 0 20px 0;
    border: 3px solid #F0F9FF;
}
.buythis ul {}
.buythis .products li {}
.buythis .prodname {
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 0 5px 0;
}
.buythis .skidkaprocentov {
    display: none;
}
.buythis .tssd {
    max-height: 96px;
    overflow: hidden;
}
@media(max-width:940px) {
    .products li, .buythis .products li {
        width: 33.333333%;
    }
}
@media(max-width:490px) {
    .products li, .buythis .products li {
        width: 50%;
    }
}
@media(max-width:370px) {
    .products {
        margin: 0 -5px;
    }
    .products li {
        padding: 0 7px 15px 7px;
        text-align: center;
    }
    .skidkaprocentov {
        margin-right: 0;
    }
    .prodimg {
        margin: 0 auto 5px auto;
    }
}
/* products */

/* 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 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;}

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: var(--dbej);
    padding: 3px 0 5px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.irs--flat .irs-grid-text {
    color: var(--dbej) !important;
}
.irs--flat .irs-grid-pol {
    background-color: var(--bej) !important;
}
.formapodbora .btn {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}
.formapodbora .fa {
    margin-right: 5px;
}
.show_hide_formapodbora {display: none}
@media screen and (max-width:680px){
    .formapodbora {
        box-sizing: border-box;
        position: fixed;
        top: 20px;
        right: -268px;
        padding: 10px 20px 10px 30px;
        width: 290px;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        transition: all 250ms ease-out;
        z-index: 1234567890;
        background: #FFF;
        box-shadow: 0 0 10px rgba(0,0,0,.25);
    }
    .formapodbora.active {
        right: 20px;
    }
    .show_hide_formapodbora {
        display: block;
        position: absolute;
        top: 27px;
        left: -27px;
        color: #FFF;
        background: url(/images/design/pattern.jpg) center;
        transform: rotate(-90deg);
        padding: 0 9px;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 10px;
        text-decoration: none;
    }
    .show_hide_formapodbora:hover, .show_hide_formapodbora:active, .formapodbora.active .show_hide_formapodbora {
        color: #C69063;
        background: #651F16;
        text-decoration: none;
    }
}
.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: -12px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.prodicons.prodpage, .fotorama, .sosedi, .product-table, .sofaset-info {
    margin-bottom: 20px;
}
.fotorama__stage__frame {
    background-color: #000;
}

.heresearchresults{box-sizing:border-box;position:absolute;top:50px;left:0;right:0;padding:2px 7px;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:'';}
.header.littled .heresearchresults {
    top: 40px;
}
@media screen and (max-width:880px) {
    .heresearchresults {
        top: 40px;
    }
}
.heresearchresults li a{box-sizing:border-box;display:block;border:0 none;padding:3px 0;border-radius:3px;min-height:54px;text-decoration:none}
.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:#000;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:#f36f21;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;
    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.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 {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%;}