body,
html {
    background: #fff;
    color: #282828;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    max-width: 100%;
    position: relative;
}

a {
    color: #e95d0f;
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
    color: #e95d0f;
    text-decoration: underline;
}
a:active {
    outline: 0 !important;
}
a:before,
a:after {
    content: '';
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
p,
.p {
    margin: 0;
    padding: 7px 0;
}
ul,
ol {
    margin: 0;
    padding: 0;
}

hr {
    background: none;
    border: 0;
    border-top: 1px solid #c9c9c9;
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

h1,
.h1 {
    font-size: 2em;
    line-height: 1;
    margin: 0.8em 0;
}
h2,
.h2 {
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.1;
    margin: 0.8em 0;
}
h3,
.h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 7px 0;
}
h4,
.h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 7px 0;
}
h5,
.h5 {
    font-size: 1em;
    margin: 0.4em 0;
}

/*
 * Lists
 */
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-left: 35px;
}
ol li {
    padding: 1px 0 1px 0;
}

/*
 * canvas, iframe, img, svg
 */
canvas,
iframe,
img {
    max-width: 100%;
    vertical-align: middle;
}
svg {
    max-width: 100%;
}

/*
 * Table
 */
table {
    margin: 1em auto;
    max-width: 100%;
}
td,
th {
    border: 1px solid #eee;
    padding: 0.5em 1em;
}
th {
    font-weight: bold;
}
thead {
    background-color: #f7f7f7;
}
tfoot {
    background-color: #f7f7f7;
    color: #888;
}
.tableHover tr:hover td {
    background-color: #f7f7f7;
}
.tableFull {
    width: 100%;
}
.tableFixed {
    table-layout: fixed;
}
.tableFixed td {
    padding: 10px 5px;
}

.table {
    display: table;
}
.tr {
    display: table-row;
}
.td {
    display: table-cell;
}

/*
 * Checkbox / Radio
 */
.checkbox,
.radio {
    background: #fff;
    border: 1px solid #bcbcbc;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 1px;
    overflow: hidden;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 20px;
}
label:hover .checkbox,
label:hover .radio {
    border-color: #777;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.checkbox.active,
.radio.active {
    border-color: #000;
}
.checkbox input,
.radio input {
    margin-left: -22px;
    opacity: 0;
    position: relative;
}
.checkbox + span,
.radio + span {
    display: block;
    margin: -21px 0 0 27px;
}

.checkbox {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.checkbox.active {
    background: #f5f5f5;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5) inset;
}
.checkbox:before {
    background-color: #282828;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    content: '';
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 50%;
    width: 30px;
}
.checkbox.active:before {
    content: '';
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.checkbox:after {
    background: none;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    bottom: 9px;
    content: '';
    display: block;
    height: 0;
    left: 2px;
    opacity: 0;
    position: absolute;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-out 0.1s, height 0.1s ease-in 0s;
    -moz-transition: all 0.2s ease-out 0.1s, height 0.1s ease-in 0s;
    -o-transition: all 0.2s ease-out 0.1s, height 0.1s ease-in 0s;
    transition: all 0.2s ease-out 0.1s, height 0.1s ease-in 0s;
    width: 0px;
}
.checkbox.active:after {
    /*border-color: #000;*/
    height: 12px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in 0s, height 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-in 0s, height 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-in 0s, height 0.2s ease-out 0.2s;
    transition: all 0.2s ease-in 0s, height 0.2s ease-out 0.2s;
    width: 7px;
}

.radio {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.radio.active {
    background: #282828;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 1px #bcbcbc;
    -moz-box-shadow: 0px 0px 1px 1px #bcbcbc;
    box-shadow: 0px 0px 1px 1px #bcbcbc;
}
label:hover .radio.active {
    background: #777;
    border-color: #fff;
}

/*
 * Input
 */
.input {
    background: #f9f9f9;
    background-clip: padding-box;
    border: 1px solid #c9c9c9;
    display: inline-block;
    font-size: 18px;
    max-width: 100%;
    padding: 9px 8px 9px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    vertical-align: middle;
    width: 220px;
}
.input--long {
    width: 350px;
}
.input--full {
    width: 100%;
}
.input--number {
    text-align: center;
    width: 65px;
}
.input--short {
    text-align: center;
    width: 70px;
}
.input--textarea {
    height: 90px;
    line-height: 1.2em;
    max-width: 380px;
    vertical-align: top;
    width: 100%;
}
.input--full {
    max-width: none;
}
.input--textarea--medium {
    height: 200px;
}
.input--textarea--large {
    height: 400px;
}
.input:focus {
    border-color: #282828;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.input--invalid {
    border-color: #d47171;
}
.label.label-radios {
    padding: 5px 0;
}
.label.label-radios .label-data {
    overflow: hidden;
    position: relative;
}
.label.label-radios.label--invalid .label-data {
    border: 1px solid #d92e2e;
    margin: 10px 0 5px 0;
    padding: 5px 0;
}

/*
 * Button
 */
.button,
.input-file {
    background: #e95d0f;
    border: 1px solid #e95d0f;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    padding: 14px 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
    z-index: 1;
}
.button--large {
    font-size: 14px;
    padding: 13px 18px 12px;
}
.button--biger {
    font-size: 18px;
    margin-top: 15px;
    padding: 16px 10px;
}
.button--full {
    width: 100%;
}

.button:hover,
.input-file:hover {
    background: #fff;
    color: #e95d0f;
    text-decoration: none;
}
.button:active,
.input-file:active {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
.button--gray {
    background: #999;
    border-color: #999;
}
.button--gray:hover {
    color: #999;
}

.button-news {
    position: absolute;
    right: 0;
    width: auto !important;
    min-width: auto !important;
    min-height: 45px;
    top: 0;
}
.input-news {
    min-height: 45px;
    padding-right: 140px !important;
}

.button-mini {
    min-height: 41px;
    padding: 5px;
}

/* Select */
select,
select.input,
.select,
.fake-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-attachment: scroll;
    background-image: url('../images/select.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    min-width: 150px;
    outline: medium none !important;
    padding: 9px 28px 9px 8px;
    text-overflow: '';
    z-index: 1;
}
select::-ms-expand {
    display: none;
}
select:disabled {
    background-color: regba(0, 0, 0, 0.1);
}
.select--full {
    width: 98%;
}

.input-file {
    overflow: hidden;
    position: relative;
}
.input-file-remove {
    opacity: 0;
    max-width: 0;
    text-decoration: none !important;
    padding: 5px 0;
    display: inline-block;
}
.input-file-remove.active {
    padding: 5px;
    opacity: 1;
    max-width: 30px;
}
.input-file input {
    opacity: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/*
 * Form
 */
.form {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
    margin: 0 auto 40px;
    max-width: 800px;
    padding: 30px;
}
/* fill */
.fill .input,
.fill .select,
.fill .input--textarea {
    padding: 14px 8px 4px;
    width: 100%;
}

.fill .button {
    width: 100%;
}
.fill-name {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    left: 30px;
    line-height: -1em;
    margin-top: -10px;
    pointer-events: none;
    position: absolute;
    top: 22px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}
.fill-name.fill-focus,
.no-js .fill-name {
    color: #333;
    font-size: 13px;
    top: 12px;
}

.label,
.formActions {
    clear: both;
    display: block;
    padding: 3px 0 3px 120px;
}
.label-name {
    float: left;
    font-size: 13px;
    margin-left: -120px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    width: 110px;
}
.label-value {
    display: inline-block;
    padding: 5px 0 0 0;
}
.label-help {
    color: #aaa;
    display: block;
    font-size: 11px;
    line-height: 1.2em;
}
.label-help--after {
    display: inline-block;
    vertical-align: middle;
}
.label--invalid {
    border-color: #b72b2b !important;
    color: #b72b2b !important;
}
.label--invalid .input,
.label--invalid .checkbox {
    border-color: #d92e2e !important;
}

.label--big {
    padding-left: 210px;
}
.label--big .label-name {
    margin-left: -210px;
    width: 200px;
}

.label--small {
    padding-left: 80px;
}
.label--small .label-name {
    margin-left: -80px;
    width: 70px;
}

.formActions {
    margin: 1em 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.formActions--center {
    padding-left: 0;
    text-align: center;
}
.formActions--sides {
    overflow: hidden;
    padding: 15px;
}
.formActions--sides-left {
    float: left;
}
.formActions--sides-right {
    float: right;
}

/*
 * Loading
 */
.loading {
    position: relative;
}
.loading--full {
    background-color: #fff;
    bottom: 0;
    left: 0;
    filter: alpha(opacity = 80);
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}
.loading-text {
    position: absolute;
    text-align: center;
    top: 51%;
    width: 100%;
}
.loading:after {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #10958e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.body-info {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    color: #282828;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    filter: alpha(opacity = 0);
    opacity: 0;
    padding: 20px 20px;
    position: fixed;
    right: 25px;
    top: -25%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 99999;
}
.body-info.visible {
    filter: alpha(opacity = 100);
    opacity: 1;
    top: 25px;
}
.body-info > span {
    text-transform: uppercase;
}
.body-info > .lower {
    display: block;
    margin: -5px 0;
}
.body-info > span + div {
    padding: 15px 0 0;
}
.body-info * {
    color: #282828;
}
.body-info .button,
.body-info .button * {
    color: #fff;
}
.body-info .button:hover,
.body-info .button:hover * {
    color: #282828;
}

/*
 * Media element
 */
.media {
    display: block;
    margin: 0.8em 0;
    overflow: hidden;
}
.media-image {
    float: left;
    margin-right: 0.8em;
}
.media-content {
    margin: 0;
    overflow: hidden;
}
.media--triple,
.media--double {
    display: inline-block;
    margin: 0.8em 0.4%;
    vertical-align: top;
    width: 48.8%;
}
.media--triple {
    width: 32%;
}

.media2 {
    display: table;
    margin: 0.8em 0;
}
.media2-image,
.media2-content {
    display: table-cell;
    vertical-align: middle;
}
.media2-image {
    padding: 0 0.6em 0 0;
}
.media2-image--after {
    padding: 0 0.6em;
}
.media2--double {
    display: inline-block;
    margin: 0.4em 0.4% 0.8em;
    vertical-align: top;
    width: 48.9%;
}
.media2--inline {
    display: inline-block;
    margin: 0.8em 0.3em;
    vertical-align: middle;
}

/*
 * Table Grid
 */
.grid {
    display: table;
    width: 100%;
}
.grid--fixed {
    table-layout: fixed;
}
.grid-cell {
    display: table-cell;
    vertical-align: middle;
}
.grid-cell--tabloid {
    width: 1px;
}

/*
 * Dropdown
 */
.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 500;
}
.nav ul li:last-child .dropdown-content {
    left: auto;
    right: 0;
}

/*
 * Hint
 */
.hint {
    color: #999;
    font-size: 0.8em;
    line-height: 1.3em;
}

/*
 * Container
 */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    position: relative;
}

/*
 * Left
 */
.leftBlock {
    display: table-cell;
    -webkit-flex: 3; /* Safari 6.1+ */
    -moz-flex: 3; /* FF <= 18 */
    -ms-flex: 3; /* IE 10 */
    flex: 3;
    min-width: 200px;
    padding-right: 20px;
    vertical-align: top;
    width: 200px;
    position: relative;
}

.scrollBody {
    /*padding: 5px;*/
    /*border: 1px solid #ccc;*/
    /*background: #f1f1f1;*/
    /*width: 200px;*/
    left: 0;
    top: 0;
    position: relative;
}
/*.scroll .scrollBody {*/
.scrollBody {
    position: fixed;
    top: 0;
    /*background: red;*/
    max-height: 100% !important;
    /*overflow: auto;*/
    overflow: hidden;
}
.scrollbottom {
    position: relative;
}

.scrollbottom .scrollBody {
    /*height: auto !important;*/
    position: absolute !important;
}

/*
 * Right
 */
.rightBlock {
    display: table-cell;
    min-width: 200px;
    padding-left: 20px;
    vertical-align: top;
    width: 200px;
}

/*
 * Content
 */
.content {
    display: block;
    vertical-align: top;
}
.content img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.content-noimg img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: none;
}
.content ul,
.content ol {
    margin: 0.8em 0 15px;
}
.content ul {
    list-style: square;
}
.content ul li {
    padding: 1px 0 1px 12px;
}

.content .dropdown-content {
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    min-width: 140px;
    padding: 5px 10px;
}

/*
 * Breadcrumbs
 */
.breadcrumbs {
    color: #777;
    font-size: 12px;
    margin: -17px 0 1em;
}
.breadcrumbs a,
.breadcrumbs b,
.breadcrumbs span {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

/*
 * Slider
 */
.slider {
}
.s-slider {
    height: 400px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 1600px;
}
.s-loading {
    left: 0;
    position: absolute;
    top: 0;
}
.s-loading div {
    background: url('../images/gfx/loading.png') no-repeat center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.s-slides {
    cursor: move;
    height: 400px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1600px;
}
.s-arrow {
    bottom: 0;
    color: #d2d2d2;
    cursor: pointer;
    display: block;
    font-size: 32px;
    height: 32px;
    line-height: 1;
    margin: auto;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 32px;
}
.s-arrow:hover {
    color: #e95d0f;
}
.s-arrow-left {
    left: 5%;
}
.s-slider:hover .s-arrow-left {
}
.s-arrow-right {
    right: 5%;
}
.s-slider:hover .s-arrow-right {
}
.s-navigator {
    bottom: -14px;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-slider:hover .s-navigator {
    bottom: 15px;
}

.s-navigator div {
    background-color: rgba(255, 255, 255, 0);
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    height: 14px;
    filter: alpha(opacity = 25);
    opacity: 0.25;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 14px;
}
.s-navigator .av {
    background-color: #fff;
}
.s-navigator div:hover {
    filter: alpha(opacity = 100);
    opacity: 1;
}

/******************************************************************************/

.slider-main {
}
.slider-main .s-slider {
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    height: 386px;
    padding: 0;
    width: 1900px;
}
.slider-main .s-slides {
    /*height: 386px;
    width: 1900px;*/
    height: 100%;
    width: 100%;
}
.slider-main .img {
    width: 100%;
}
.slider-main .s-arrow-left {
    left: 7%;
}

@media only screen and (max-width: 480px) {
    .slider-main .s-slider {
        height: 98px;
        width: 480px;
    }
}

/******************************************************************************/

.slider-products .records {
    margin: 0 -10px;
}
.slider-products .s-slider {
    height: 470px;
    overflow: visible;
    width: 1200px;
}
.slider-products .s-slides {
    height: 470px;
    width: 1200px;
}
.slider-products.products .records .item {
    /*overflow: visible !important;*/
    padding: 10px;
}
.slider-products.products .records .item a:hover .name {
    max-height: 50px;
}
.slider-products .s-arrow-left {
    left: -50px;
}
.slider-products .s-arrow-right {
    right: -50px;
}

/*
 * Pagination
 */
.pagination {
    text-align: center;
}
.pagination-info {
    color: #ccc;
    padding-bottom: 0;
}
.pagination-element {
    /*border: 1px solid #DDD;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #777;
    display: inline-block;
    margin: 0 -1px 0;
    padding: 3px 10px;
    text-decoration: none;
}
.pagination-element--left,
.pagination-element--right {
    background-color: #eee;
    padding: 3px 15px;
}
.pagination-element:hover {
    background-color: #ddd;
    color: #444;
    position: relative;
    text-decoration: none;
}
.pagination-element--active,
.pagination-element--active:hover {
    background: #666;
    color: #fff;
    font-weight: bold;
}
.pagination-element--disabled,
.pagination-element--disabled:hover {
    background-color: transparent;
    color: #ccc;
    font-weight: normal;
}

/*
 * Items
 */
.item {
    background: none;
    display: inline-block;
    margin: 0;
    padding: 5px 0 20px;
    text-align: center;
    vertical-align: top;
}
.item--2 {
    width: 49.5%;
}
.item--3 {
    width: 32.5%;
}
.item--4 {
    width: 24.5%;
}
.item--5 {
    width: 20%;
}

.item-image {
    display: block;
    height: 140px;
    line-height: 140px;
}
.item-image img {
    vertical-align: middle;
}

.item-name {
    display: block;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 auto;
    max-width: 70%;
    min-height: 2.4em; /* 2 x line-height */
}

/*
 * Box
 */
.box {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #666;
    line-height: 1.4em;
    margin: 0.9em 0;
    padding: 0.7em 1em;
    position: relative;
    text-align: left;
}
.box-close {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    color: #666;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -6px;
    width: 16px;
}
.box-close:hover {
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    right: -7px;
    top: -7px;
    width: 18px;
}

.box--ok,
.box--ok .box-close {
    background: #f7ffed;
    border-color: #78ca52;
    color: #4dab01;
}
.box--error,
.box--error .box-close {
    background: #fff0f0;
    border-color: #ff9494;
    color: #d92a2a;
}
.box--info,
.box--info .box-close {
    background: #e9f1ff;
    border-color: #81aeff;
    color: #2f5db3;
}
.box--alert,
.box--alert .box-close {
    background: #ffffde;
    border-color: #e1d042;
    color: #a99b27;
}
/*
 * Produkty
 */
.productWrapper {
    margin-left: -12px;
    /*padding: -20px*/
    /*text-align: center;*/
    text-align: justify;
}
.productWrapper:after {
    content: '';
    display: inline-block;
    width: 80%;
}

.pro .product-info {
    border-color: #f06362;
}
.pro .product-price {
    color: #f06362;
}

/*
 * galeria
 */
.galeria-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 100%;
}
.galeria-item img {
    max-width: 100%;
}

/******************************************************************************/

/*
 * Main
 */
.main {
    clear: both;
    display: block;
    min-height: 500px;
    min-height: calc(100vh - 100px);
    overflow: hidden;
    padding: 120px 0 25px;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .main {
        padding: 80px 0 25px;
    }
}

/******************************************************************************/

.ibs {
    clear: both;
    display: block;
    font-size: 0.000001px;
    margin: -10px;
    overflow: hidden;
    position: relative;
}
.ibs > div {
    direction: ltr;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    max-width: 100%;
    padding: 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.ibs .ib-2 {
    width: 50%;
}
.ibs .ib-3 {
    width: 33.33%;
}
.ibs .ib-4 {
    width: 25%;
}
.ibs .ib-5 {
    width: 20%;
}
.ibs .ib-6 {
    width: 16.66%;
}

/******************************************************************************/

.ib--12 {
    width: 100%;
}
.ib--11 {
    width: 91.66%;
}
.ib--10 {
    width: 83.33%;
}
.ib--9 {
    width: 75%;
}
.ib--8 {
    width: 66.66%;
}
.ib--7 {
    width: 58.33%;
}
.ib--6 {
    width: 50%;
}
.ib--5 {
    width: 41.66%;
}
.ib--4 {
    width: 33.33%;
}
.ib--3 {
    width: 25%;
}
.ib--2 {
    width: 16.66%;
}
.ib--1 {
    width: 8.33%;
}

/******************************************************************************/

/*
 * Picture
*/
.picture {
    display: block;
}

/*
 * Img
 */
.img {
    height: auto;
    width: auto;
}

/*
 * Image
 */
.image {
    background: url('../images/icons/img.svg') no-repeat center;
    background-size: 5rem;
    display: block;
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
}

.image-img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

/******************************************************************************/

.datetime {
    color: #919191;
    display: block;
    font-size: 12px;
    margin: 0.5em 0;
}

/******************************************************************************/

.section {
    padding: 10px 0;
    position: relative;
}
.section > .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 20px 25px;
    position: relative;
}
.subpage .section > .title {
    text-transform: uppercase;
}
.section > .title .icon {
    left: 0;
    font-size: 20px;
    position: absolute;
    top: 10px;
}

.section-more {
    margin: 15px 0;
    text-align: center;
}

/******************************************************************************/

.section.slider {
    padding: 0;
}

.section-h {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 5px;
    padding: 0;
    position: relative;
}

.section.hap {
    padding: 20px 0 20px;
}
.hap .path {
    color: #919191;
    font-size: 12px;
    text-transform: uppercase;
}
.hap .path a {
    color: inherit;
    display: inline-block;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}
.hap .path a:after {
    border-bottom: 1px solid #919191;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.hap .path a:hover:after {
    width: 100%;
}
.hap .path span {
    display: inline-block;
    vertical-align: top;
}

.section.cats {
    font-size: 13px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
}
.cats ul {
    display: block;
    font-size: 0.0000001px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.cats li {
    display: inline-block;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
}
.cats a {
    color: inherit;
    display: block;
    font-weight: bold;
    padding: 13px 15px;
    text-decoration: none;
}
.cats a:hover,
.cats a.active {
    color: #fff;
}
.cats a.cid-1:hover,
.cats a.cid-1.active {
    background: #01bc00;
}
.cats a.cid-2:hover,
.cats a.cid-2.active {
    background: #e95d0f;
}
.cats ul ul {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    left: -100%;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    position: absolute;
    right: -100%;
    top: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    width: 240px;
    z-index: 1;
}
.cats a:hover + ul,
.cats li:hover ul {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.cats ul ul li {
    display: block;
    width: 100%;
}

.section.products {
}
.products .options {
    max-width: 100%;
    padding: 5px 0 20px;
}
.products .options label {
    margin: 0;
}
.products .options span {
    color: #999;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 37px;
    margin-right: 5px;
    vertical-align: middle;
}
.products .options select {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(0, 0, 0, 0.15);
    color: #999;
    font-size: 15px;
    font-weight: 300;
    min-width: 0;
    padding: 5px 30px 5px 15px;
    width: auto;
}
.products .options option {
    background: rgba(255, 255, 255, 0.25);
    color: #999;
}
.products .records {
    text-align: center;
}
.products .records .item {
    display: block;
    max-width: 100%;
    min-height: 470px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: auto;
}
.products .records .item > div {
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
}
.products .records .item a {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    color: #242424;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 280px;
    z-index: 0;
}
.products .records .item a:hover {
    z-index: 5;
}
.products .records .item .image {
    display: block;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.products .records .item .image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 85%;
    max-width: 85%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.products .records .item a:hover .image img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.products .records .item .cap {
    border: 3px solid #282828;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #282828;
    font-size: 13px;
    font-weight: bold;
    left: 15px;
    line-height: 1;
    min-height: 51px;
    padding: 10px 2px 9px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 51px;
    word-spacing: 51px;
}
.products .records .item a.cid-1 .cap {
    border-color: #01bc00;
    color: #01bc00;
}
.products .records .item a.cid-2 .cap {
    border-color: #e95d0f;
    color: #e95d0f;
}
.products .records .item .grp {
    background: #fff;
    display: block;
    margin: -20px 0 0;
    padding: 7px 22px;
    position: relative;
    text-align: center;
}
.products .records .item .name {
    display: block;
    font-size: 18px;
    max-height: 53px;
    min-height: 53px;
    overflow: hidden;
    padding: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.products .records .item a:hover .name {
    max-height: 300px;
}
.products .records .item .price {
    border-top: 1px solid #d2d2d2;
    color: #919191;
    display: block;
    margin: 7px 0 0;
    padding: 10px 0 0;
}
.products .records .item .price .old {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.products .records .item .price .old span {
    text-decoration: line-through;
}
.products .records .item .price .new {
    color: #282828;
    display: block;
    font-size: 30px;
    padding: 6px 0 11px;
}
.products .records .item .price .old + .new {
    padding: 0;
}
.products .records .item a.cid-1 .price .new {
    color: #01bc00;
}
.products .records .item a.cid-2 .price .new {
    color: #e95d0f;
}

.section.promoted > .title .icon {
    color: #e95d0f;
}
.section.new > .title .icon {
    color: #7db343;
}
.section.related > .title .icon {
    color: #e95d0f;
}

.section.product {
}
.product .imgs {
    font-size: 0;
    margin: -10px;
    overflow: hidden;
    padding: 0 0 10px;
}
.product .imgs > div {
    float: left;
    padding: 10px;
    width: 14.28%;
}
.product .imgs > div:first-child {
    float: right;
    width: 85.72%;
}
.product .imgs a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.product .imgs img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.product .imgs a:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.product .grp {
    margin: 0 0 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 0 50px;
    position: relative;
    width: 450px;
    width: auto;
}
.product .cap {
    border: 3px solid #282828;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #282828;
    font-size: 13px;
    font-weight: bold;
    left: 0;
    line-height: 1;
    padding: 11px 2px 8px;
    position: absolute;
    text-align: center;
    top: 22px;
    width: 50px;
}
.product.cid-1 .cap {
    border-color: #01bc00;
    color: #01bc00;
}
.product.cid-2 .cap {
    border-color: #e95d0f;
    color: #e95d0f;
}
.product .name {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 20px 20px;
    text-transform: uppercase;
}
.product .desc {
    font-size: 14px;
    padding: 10px 20px 20px;
}
.product .desc.d-2 {
    float: left;
    width: 50%;
}
.product > .desc {
    padding: 20px 0;
}
.product .desc > b {
    display: block;
    font-size: 18px;
    padding: 10px 0;
    text-transform: uppercase;
}
.product .desc div ul {
    margin: 0;
    padding: 7px 0;
}
.product .desc div ul li {
    position: relative;
}
.product .desc div ul li:before {
    background: #282828;
    content: '';
    height: 6px;
    left: -17px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}
.product.cid-1 .desc div ul li:before {
    background: #01bc00;
}
.product.cid-2 .desc div ul li:before {
    background: #e95d0f;
}
.product .desc div u {
    color: #282828;
    text-decoration: none;
}
.product.cid-1 .desc div u {
    color: #01bc00;
}
.product.cid-2 .desc div u {
    color: #e95d0f;
}

.product form > div {
    overflow: hidden;
    padding: 10px 10px;
}
.product .label {
    clear: none;
    display: table;
    padding: 10px;
}
.product .label .l-1 {
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
}
.product .label .tr .l-1 {
    text-align: left;
}
.product .label .l-2 {
    display: table-cell;
    vertical-align: middle;
}
.product .label .tr .l-2 {
    text-align: right;
}

.product .label.label-checkboxes {
    display: block;
}
.product .label-checkboxes .l-1 {
    display: block;
    padding: 0 0 10px;
}
.product .label-checkboxes .label-data {
    font-size: 0.000001px;
    margin: 0 -5px;
    overflow: hidden;
    position: relative;
}
.product .label-checkboxes .label-data label {
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    vertical-align: top;
    width: 50%;
}
.product .label-checkboxes span {
    word-break: break-all;
}

.product .label.attr {
    float: none;
}
.product .attr select {
    max-width: 100%;
    min-width: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 100%;
}

.product .label.quantity {
    float: left;
    padding: 32px 10px 10px;
}
.product .quantity .input {
    background: #eee;
    font-size: 18px;
    padding: 7px 2px;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
}
.product .quantity a {
    background: #fff;
    font-size: 18px;
    padding: 7px 0px;
    width: 30px;
    display: inline-block;
    height: 40px;
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.product .quantity a:hover {
    background: #e95d0f;
    color: #fff;
    text-decoration: none;
}
.product .label.quantity .minus {
    z-index: 3;
    margin-right: -6px;
}
.product .label.quantity .plus {
    position: relative;
    z-index: 3;
    margin-left: -6px;
}
.product .label.quantity .minus:after {
    content: '-';
}
.product .label.quantity .plus:after {
    content: '+';
}

.product .label.price {
    color: #282828;
    float: right;
    font-weight: normal;
}
.product .label.price .l-1 {
    font-size: 18px;
    padding: 0 10px 4px 0;
    vertical-align: bottom;
}
.product .price .old {
    color: #919191;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 -2px;
    text-decoration: line-through;
}
.product .price .old span {
    text-decoration: line-through;
}
.product .price .new {
    color: #282828;
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 0;
}
.product .price .tr:first-child .new:first-child {
    padding-top: 16px;
}
.product.cid-1 .price .new {
    color: #01bc00;
}
.product.cid-2 .price .new {
    color: #e95d0f;
}

.product form .actions {
    padding: 10px 0 0;
}
.product .button {
    display: block;
    float: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.product .button span {
    display: inline-block;
    vertical-align: middle;
}
.product .button .icon {
    display: inline-block;
    font-size: 24px;
    padding: 0 17px 0 0;
    vertical-align: middle;
}

/******************************************************************************/

.section.articles {
}
.section.articles > .title .icon {
    color: #a00158;
}
.articles .item {
    display: block;
    overflow: hidden;
    padding: 10px 0 20px;
    text-align: left;
}
.articles .item .image {
    float: left;
    font-size: 0;
    margin: 0 20px 10px 0;
    padding: 0;
}
.articles .item .image a {
    display: inline-block;
    overflow: hidden;
}
.articles .item .image img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.articles .item .image a:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.articles .item .title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
}
.articles .item .title a {
    color: inherit;
    text-decoration: none;
}
.articles .item .title a:hover {
    color: #e95d0f;
}
.articles .item .datetime {
    text-align: right;
}
.articles .item .txt {
    padding: 10px 0 20px;
}

/******************************************************************************/

.section--news .title .icon {
    color: #a00158;
}

.news {
    position: relative;
}
.news-left,
.news-right {
    vertical-align: top !important;
    width: 50%;
}
.news-item {
    margin: 20px auto;
    position: relative;
}
.news-left .news-item {
    max-width: 580px;
}
.news-item::before {
    border-top: 1px solid #eee;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: -10px;
}
.news-item:first-child::before {
    display: none;
}
.news-a {
    clear: both;
    color: #000;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.news-a:hover {
    text-decoration: none;
}
.news-image {
    float: left;
    height: 120px;
    margin: 0 20px 10px 0;
    padding: 0;
    width: 180px;
}
.news-left .news-image {
    float: none;
    height: auto;
    margin: 0;
    padding: 66.66% 0 0;
    width: auto;
}
.news-img {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    will-change: transform;
}
.news-a:hover .news-img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.news-grp {
    overflow: hidden;
    position: relative;
}
.news-image + .news-grp {
    margin: 0 0 0 200px;
}
.news-left .news-image + .news-grp {
    margin: 15px 0;
}
.news-name {
    margin: 0.5em 0;
    padding: 0;
}
.news-datetime {
}
.news-txt {
    color: #000;
}

@media only screen and (max-width: 1000px) {
    .news-left,
    .news-right {
        width: 100%;
    }
    .news-right .news-item:first-child::before {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .news-image {
        height: 70px;
        width: 105px;
    }
    .news-image + .news-grp {
        margin: 0;
        overflow: initial;
    }
}

/******************************************************************************/

.section.gallery {
}
.gallery .records {
    text-align: left;
}
.gallery .records a {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
}
.gallery .records .image {
    display: inline-block;
    overflow: hidden;
}
.gallery .records img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gallery .records a:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.gallery .records .grp {
    color: #282828;
    display: block;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
}

.contactIco {
    padding-left: 40px;
    position: relative;
}
.contactIco .icon {
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 5px;
}

.product-content {
    /*overflow: hidden;*/

    padding-top: 42px;
}

.product-content .product-tab {
    /*overflow: hidden;*/
    display: table;
    width: 100%;
    margin: 0;
    /*min-height: 43px;*/
    padding: 0;
    table-layout: fixed;
    -webkit-box-shadow: inset 0px -31px 22px -30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px -31px 22px -30px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -31px 22px -30px rgba(0, 0, 0, 0.1);
}
.product-content .product-tab li {
    background: none;
    -webkit-box-shadow: 0 0 0 -4px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 0 -4px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 0 -4px rgba(0, 0, 0, 0.24);
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    color: #282828;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.product-content .product-tab li a {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 5px;
    color: #282828;
    border-top: none;
    display: block;
}
.product-content .product-tab li a:hover {
    text-decoration: none;
}
.product-content .product-tab li.active {
    -webkit-box-shadow: 0px 0px 28px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 28px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 28px -4px rgba(0, 0, 0, 0.1);
    color: #e7184d;
    background: #fff;
}
.product-tab-box {
    margin-bottom: -30px;
    overflow: hidden;
    /*-ms-overflow-x: scroll;
        overflow-x: scroll;*/
    padding-bottom: 50px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
}
.product-tab-div {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    max-height: 0px;
    overflow: visible;
    padding: 10px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    vertical-align: top;
    white-space: normal;
    width: 100%;
}
.product-tab-div.active {
    max-height: 1000px;
    filter: alpha(opacity = 100);
    opacity: 1;
}

.edytor-lista-tab li {
    background: #fff;
    -webkit-box-shadow: inset 3px -5px 27px -9px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 3px -5px 27px -9px rgba(0, 0, 0, 0.35);
    box-shadow: inset 3px -5px 27px -9px rgba(0, 0, 0, 0.35);
    color: #282828;
    cursor: pointer;
    display: table-cell;
    font-size: 15px;
    font-weight: bold;
    padding: 0 1px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: middle;
}
.edytor-lista-tab li.active {
    border-bottom-color: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    color: #e7184d;
}
.edytor-lista-tab li:hover {
    color: #e7184d;
}
.edytor-lista-tab > li:before {
    background: #e7184d;
    content: '';
    display: block;
    height: 5px;
    left: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-transition: left 0.1s ease-out 0.3s, right 0s ease-out 0s;
    -moz-transition: left 0.1s ease-out 0.3s, right 0s ease-out 0s;
    -o-transition: left 0.1s ease-out 0.3s, right 0s ease-out 0s;
    transition: left 0.1s ease-out 0.3s, right 0s ease-out 0s;
}
.edytor-lista-tab li.active ~ li:before {
    left: 0;
    right: 100%;
    -webkit-transition: left 0s ease-out 0s, right 0.1s ease-out 0.3s;
    -moz-transition: left 0s ease-out 0s, right 0.1s ease-out 0.3s;
    -o-transition: left 0s ease-out 0s, right 0.1s ease-out 0.3s;
    transition: left 0s ease-out 0s, right 0.1s ease-out 0.3s;
}
.edytor-lista-tab li.active ~ li ~ li:before {
    left: 0;
    right: 100%;
    -webkit-transition: left 0s ease-out 0s, right 0.3s ease-out 0s;
    -moz-transition: left 0s ease-out 0s, right 0.3s ease-out 0s;
    -o-transition: left 0s ease-out 0s, right 0.3s ease-out 0s;
    transition: left 0s ease-out 0s, right 0.3s ease-out 0s;
}
.edytor-lista-tab li:first-child:before {
    left: 100%;
    right: 0;
    -webkit-transition: right 0s ease-out 0s, left 0.2s ease-out 0.1s;
    -moz-transition: right 0s ease-out 0s, left 0.2s ease-out 0.1s;
    -o-transition: right 0s ease-out 0s, left 0.2s ease-out 0.1s;
    transition: right 0s ease-out 0s, left 0.2s ease-out 0.1s;
}
.edytor-lista-tab li:last-child:before {
    left: 0;
    right: 100%;
    -webkit-transition: left 0s ease-out 0s, right 0.2s ease-out 0s;
    -moz-transition: left 0s ease-out 0s, right 0.2s ease-out 0s;
    -o-transition: left 0s ease-out 0s, right 0.2s ease-out 0s;
    transition: left 0s ease-out 0s, right 0.2s ease-out 0s;
}
.edytor-lista-tab li.active:before {
    left: 0 !important;
    right: 0 !important;
    -webkit-transition: right 0.3s ease-out 0s, left 0.3s ease-out 0s !important;
    -moz-transition: right 0.3s ease-out 0s, left 0.3s ease-out 0s !important;
    -o-transition: right 0.3s ease-out 0s, left 0.3s ease-out 0s !important;
    transition: right 0.3s ease-out 0s, left 0.3s ease-out 0s !important;
}

/******************************************************************************/

/*
 * Top
 */
.top {
    left: 0;
    min-height: 120px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 11;
}
/*.subpage .top, .scroll .top {*/
.top {
    background: #fff;
    -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.24);
}

.top .t-1 {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/*.subpage .top .t-1, .scroll .top .t-1 { background: #eeeeee; }*/
.top .t-1 {
    background: #eeeeee;
}

@media only screen and (max-width: 1000px) {
    .top {
        background: #fff;
        -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.24);
    }
    .top .t-1 {
        background: #eeeeee;
    }
}

@media only screen and (max-width: 800px) {
    .top {
        min-height: 80px;
    }
}

/******************************************************************************/

/*
 * Logo
 */
.top .logo {
    display: block;
    left: 10px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 23px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 195px;
    z-index: 10;
}

.logo a {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.logo img {
    display: block;
}

@media only screen and (max-width: 1000px) {
    .top .logo {
        margin: 0;
        right: auto;
    }
}

@media only screen and (max-width: 800px) {
    .top .logo {
        left: 65px;
        top: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .top .logo {
        top: 35px;
        width: 140px;
    }
}

/******************************************************************************/

/*
 * Nav
 */
.nav {
    border: 0;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav ul {
    display: block;
}
.nav li {
    display: inline-block;
    margin-right: -4px;
}
.nav .table {
    display: table;
    width: 100%;
}
.table > li {
    display: table-cell;
    margin: 0;
    text-align: center;
}
.nav a {
    display: block;
    padding: 15px 25px;
    text-decoration: none;
}
.nav .dropdown--open a,
.nav a:hover {
}
.nav .dropdown-content {
    background-color: #eee;
    border: 1px solid #ddd;
    border-top: none;
    min-width: 250px;
}
.nav .dropdown-content li {
    float: none;
}
.nav .dropdown-content a {
    padding: 5px 10px;
}
.nav .dropdown-content a:hover {
    background-color: #eee;
}

.nav .n-1 {
    margin: 0 360px 0 0;
}
.nav .menu {
    font-size: 0;
    position: relative;
}
.nav .menu ul {
    display: block;
    padding: 0;
}
.nav .menu li {
    display: inline-block;
    margin: 0 60px 0 0;
    position: relative;
}
.nav .menu a {
    color: #282828;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 7px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.nav .menu a:after {
    border-bottom: 1px solid #282828;
    bottom: 7px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.nav .menu a:hover:after {
    width: 100%;
}

/*Menu na mobilke*/

.c-hamburger {
    display: none;
}

@media only screen and (max-width: 800px) {
    .nofon {
        display: none;
    }
    .c-hamburger {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        border-radius: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 60px;
        left: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: fixed;
        text-indent: -9999px;
        top: 20px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        width: 60px;
        z-index: 899;
    }
    .c-hamburger.active {
        top: 0;
    }
    .c-hamburger:focus {
        outline: none;
    }
    .c-hamburger span {
        background: rgba(255, 255, 255, 1);
        display: block;
        height: 4px;
        left: 10px;
        position: absolute;
        right: 10px;
        top: 28px;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        background-color: #fff;
        content: '';
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .c-hamburger span::before {
        top: -10px;
    }
    .c-hamburger span::after {
        bottom: -10px;
    }
    .c-hamburger--htx {
        background: #e95d0f;
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

    .c-hamburger--htx span {
        /*transition: background 0s 0.4s;*/
        -webkit-transition-duration: 0.4s, 0.4s;
        -moz-transition-duration: 0.4s, 0.4s;
        -o-transition-duration: 0.4s, 0.4s;
        transition-duration: 0.4s, 0.4s;
    }
    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        /*transition-delay: 0.4s, 0s;*/
        -webkit-transition-duration: 0.4s, 0.4s;
        -moz-transition-duration: 0.4s, 0.4s;
        -o-transition-duration: 0.4s, 0.4s;
        transition-duration: 0.4s, 0.4s;
    }
    .c-hamburger--htx span::before {
        -webkit-transition-property: top, transform;
        -moz-transition-property: top, transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
    }
    .c-hamburger--htx span::after {
        -webkit-transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
    }
    /* active state, i.e. menu open */
    .c-hamburger--htx.active {
        background-color: #c61e1e;
        background-image: -webkit-gradient(
            linear,
            top,
            bottom,
            from(#ed4545),
            to(#c61e1e)
        );
        background-image: -webkit-linear-gradient(top, #ed4545, #c61e1e);
        background-image: -moz-linear-gradient(top, #ed4545, #c61e1e);
        background-image: -o-linear-gradient(top, #ed4545, #c61e1e);
        background-image: linear-gradient(to bottom, #ed4545, #c61e1e);
    }
    .c-hamburger--htx.active span {
        background: rgba(255, 255, 255, 0);
        /*opacity: 0;*/
    }
    .c-hamburger--htx.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .c-hamburger--htx.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .c-hamburger--htx.active span::before,
    .c-hamburger--htx.active span::after {
        /*transition-delay: 0s, 0.4s;*/
    }
    .nav {
        background: #fff;
        bottom: 0;
        -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        clear: both;
        display: block;
        float: none;
        height: 100%;
        left: -300px;
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        padding: 0 10px;
        position: fixed;
        top: 0;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        width: 300px !important;
        z-index: 800;
    }
    .dropdown-content {
        min-width: 100% !important;
    }
    .categories {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-content {
        position: static;
    }
    .nav .categories {
        background: #fff;
        display: block;
        height: 100%;
        overflow-x: hidden;
    }
    .nav.active {
        left: 0px;
        overflow-y: auto;
    }
    .table {
        display: block;
        width: 100%;
    }
    .table li {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .nav {
        display: block;
        width: 100%;
    }
}

.top .contact {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 7px;
}
.top .contact ul {
    display: block;
    font-size: 0;
}
.top .contact li {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 25px;
    text-transform: uppercase;
    vertical-align: middle;
}
.top .contact a {
    color: inherit;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
.top .contact a:after {
    border-bottom: 1px solid #282828;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.top .contact a:hover:after {
    width: 100%;
}

/******************************************************************************/

/*
 * Search
 */
.search {
    bottom: -65px;
    height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    /*right: 127px;*/
    right: 100px;
    z-index: 100;
}

.search-div {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 140px;
}

.search-form {
    background: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.search-formdiv {
    border: 0;
    margin: 0 0 0 auto;
    max-height: 42px;
    max-width: 140px;
    /*overflow: hidden;*/
    padding: 0;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.search.focus .search-formdiv,
.search.hover .search-formdiv {
    max-height: 42px;
    overflow: visible;
    padding: 0;
    max-width: 140px;
    width: 140px;
}

.search-form .fill-row {
}

.search-form .fill-name {
}
.search-form .fill-name.fill-focus {
    filter: alpha(opacity = 0);
    opacity: 0;
}

.search-form .input {
    background: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #bebebe;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 42px;
    line-height: 40px;
    filter: alpha(opacity = 100);
    opacity: 1;
    padding: 2px 26px 2px 10px;
}
.search-form .input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search-form button {
    background: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #aaa;
    font-size: 22px;
    height: 40px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
}
.search-form button:hover {
    background: none;
    color: #e95d0f;
}
.search-form button:before {
    display: none;
}

@media only screen and (max-width: 800px) {
    .search {
        bottom: auto;
        left: -300px;
        position: fixed;
        top: 70px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        width: 300px;
        z-index: 801;
    }
    .top .nav.active + .contact + .search {
        left: 0;
    }

    .search-div {
        width: auto;
    }

    .search-formdiv,
    .search.focus .search-formdiv,
    .search.hover .search-formdiv {
        margin: 0 10px;
        max-width: none;
        width: auto;
    }
}

/******************************************************************************/

/*
 * Search Hints
 */
.searchhints {
    background: #fff;
    -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
    color: #000;
    display: flex;
    flex-direction: column;
    left: auto;
    max-height: 450px;
    max-height: calc(100vh - 110px);
    max-width: 100%;
    max-width: 100vw;
    opacity: 0;
    overflow: auto;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: -100px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: left;
    top: 40px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    white-space: normal;
    width: 300px;
    z-index: 666;
}
.-searchhints .searchhints {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.searchhints::-webkit-scrollbar {
    display: none;
}

.searchhints-products {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.searchhints-products::-webkit-scrollbar {
    display: none;
}

.searchhints-header {
    background: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.searchhints-item {
    border-top: 1px solid #ccc;
    display: block;
    line-height: 1.2;
    position: relative;
}
.searchhints-item:first-child {
    border: 0;
}

.searchhints-a {
    align-items: center;
    color: #000;
    display: block;
    display: flex;
    flex-wrap: nowrap;
    padding: 5px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.searchhints-a:hover {
    color: #e95d0f;
    text-decoration: none;
}
.searchhints-a::before,
.searchhints-a::after {
    display: none;
}

.searchhints-image {
    display: inline-block;
    height: 60px;
    margin: 0 5px 0 0;
    max-width: 20%;
    padding: 0;
    vertical-align: middle;
    width: 60px;
}

.searchhints-text {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}

.searchhints-txt {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.searchhints-name {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.searchhints-price {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0;
}

@media only screen and (max-width: 800px) {
    .searchhints {
        left: 10px;
        max-height: calc(100vh - 120px);
        right: auto;
        width: 280px;
    }
}

/******************************************************************************/

/*
 * Top dropdown
 */
.top-dropdown-adv {
    background: #fff;
    border: solid 1px #e6e6e6;
    -webkit-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
    color: #282828;
    margin-top: -2px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 200px;
    z-index: 200;
}
.top-dropdown-adv:before {
    border-bottom: 14px solid #fff;
    border-left: 14px solid rgba(255, 255, 255, 0);
    border-right: 14px solid rgba(255, 255, 255, 0);
    content: '';
    position: absolute;
    right: 86px;
    top: -14px;
    z-index: 10;
}
.top-dropdown-adv:after {
    border-bottom: 15px solid #e6e6e6;
    border-left: 15px solid rgba(255, 255, 255, 0);
    border-right: 15px solid rgba(255, 255, 255, 0);
    content: '';
    position: absolute;
    right: 85px;
    top: -15px;
    z-index: 8;
}
.top-dropdown-adv.top-dropdown-adv--hide {
    filter: alpha(opacity = 0);
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    visibility: hidden;
}
.top-dropdown-adv .input {
    background-color: #f5f5f5;
    border: solid 1px #e3e3e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.top-dropdown-adv-right {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    left: none;
    right: 0;
}

/******************************************************************************/

/*
 * User
 */
.top .user {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 255px;
    top: 25px;
    z-index: 103;
    text-transform: uppercase;
    font-size: 13px;
    text-align: right;
}
.top .user > div a {
    display: inline-block;
    font-weight: normal;
    padding: 0;
    position: relative;
    text-decoration: none;
    color: #999;
}
.top .user > div a:hover {
    color: #e95d0f;
    text-decoration: none;
}
.top .user > div > a .icon {
    color: #aaa;
    font-size: 30px;
    line-height: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.top .user.active {
    top: 30px;
}

.top .user .top-dropdown-adv {
    text-align: center;
}
.top .user .top-dropdown-adv:before {
    right: 7px;
}
.top .user .top-dropdown-adv:after {
    right: 6px;
}
.top .user .top-dropdown-adv li + li {
    padding: 10px 0 0;
}
.top .user .top-dropdown-adv a {
    color: #e95d0f;
    display: inline-block;
    position: relative;
}
.top .user .top-dropdown-adv a:hover {
    text-decoration: none;
}
.top .user .top-dropdown-adv a:after {
    border-bottom: 1px solid #e95d0f;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.top .user .top-dropdown-adv a:hover:after {
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .top .user {
        top: 30px;
        right: 75px;
    }
    .top .user.active {
        top: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .top .user {
        right: 50px;
    }
}

/******************************************************************************/

/*
 * Top Cart
 */
.top .cart {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 101;
}
.top .cart:before {
}
.top .cart > div {
    min-width: 57px;
}
.top .cart > div > a {
    background: none;
    color: #e95d0f;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    height: auto;
    min-height: 30px;
    min-width: 57px;
    padding: 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: auto;
}
.top .cart.active > div > a {
}
.top .cart > div > a:hover {
}
.top .cart > div > a .icon {
    bottom: 0;
    color: #aaa;
    font-size: 30px;
    left: 0;
    line-height: 1;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.top .cart.active > div > a .icon {
    color: #e95d0f;
}
.top .cart > div > a:hover .icon {
}
.top .cart > div > a .title {
    display: none;
}
.top .cart > div > a .quantity {
    background: #e95d0f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 10px;
    min-width: 20px;
    padding: 3px 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.top .cart.active > div > a .quantity {
    display: block;
}
.top .cart > div > a .amount {
    display: none;
}

.top .cart .top-dropdown-adv {
    display: none;
}
.top .cart.active .top-dropdown-adv {
    display: block;
}
.top .cart .top-dropdown-adv:before {
    right: 27px;
}
.top .cart .top-dropdown-adv:after {
    right: 26px;
}

.sideCart {
    color: #282828;
    padding: 0;
}
.sideCart > span {
    display: block;
    font-weight: normal;
    overflow: hidden;
    padding: 0 0 20px;
}
.sideCart > span > span:first-child {
    color: #888;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
}
.sideCart > span > span + span {
    color: #303030;
    float: right;
    font-size: 18px;
}
.sideCart > span > span + span b {
    color: #333;
    font-weight: 500;
}
.sideCart-list {
    display: table;
    margin: -10px 0 0;
    max-height: 300px;
    overflow: auto;
    width: 100%;
}
.sideCart-item {
    color: #282828;
    display: table-row;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.sideCart-item > span {
    /*border-top: 1px solid #DBDBDB;*/
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
}
.sideCart-item:first-child > span {
    border: 0;
}
.sideCart-item > span:first-child {
    padding-right: 10px;
    text-align: center;
    width: 80px;
}
.sideCart-item > span:first-child > a {
    display: inline-block;
    overflow: hidden;
}
.sideCart-item img {
    max-height: 70px;
    max-width: 70px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sideCart-item a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.sideCart-item > span + span {
}
.sideCart-item-name {
    display: block;
    overflow: hidden;
    padding: 5px 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.sideCart-item-name a {
    color: #282828;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.sideCart-item-name a:hover {
    text-decoration: none;
}
.sideCart-item-name a:after {
    border-bottom: 1px solid #282828;
    bottom: 0;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.sideCart-item-name a:hover:after {
    width: 100%;
}
.sideCart-item-attr {
    display: block;
    padding: 2px 0;
}
.sideCart-item-attr span {
}
.sideCart-item > span:first-child + span + span {
    padding-left: 5px;
    vertical-align: middle;
}
.sideCart-item-count {
    display: inline-block;
    margin-right: 3px;
    vertical-align: baseline;
}
.sideCart-item-price {
    display: inline-block;
    vertical-align: baseline;
}
.sideCart-item-total {
    display: inline-block;
    font-weight: bold;
    vertical-align: baseline;
}
.sideCart-item-remove {
    color: #282828;
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
    margin: auto;
    text-align: center;
}
.sideCart-item-remove:hover {
    color: #d50000;
    text-decoration: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.sideCart .button > span {
    display: inline-block;
    padding: 0 /*0 28px 0 48px*/;
    position: relative;
}
.sideCart .button .icon {
    bottom: -15px;
    font-size: 28px;
    height: 28px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: -15px;
}

.sideCart .box {
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .top .cart {
        top: 35px;
    }
    .top .cart > div {
        min-width: 50px;
    }
    .top .cart > div > a {
        min-width: 50px;
    }
    .top .cart .top-dropdown-adv:before {
        right: 20px;
    }
    .top .cart .top-dropdown-adv:after {
        right: 19px;
    }
}

@media only screen and (max-width: 480px) {
    .top .cart {
        right: 5px;
    }
    .top .cart > div {
        min-width: 40px;
    }
    .top .cart > div > a {
        min-height: 30px;
        min-width: 40px;
    }
    .top .cart .top-dropdown-adv:before {
        right: 7px;
    }
    .top .cart .top-dropdown-adv:after {
        right: 6px;
    }
}

/******************************************************************************/

/*
* Shipment
*/
.shipment {
    background: #e95d0f;
    color: #fff;
    font-size: 11px;
    padding: 1px 3px;
    position: absolute;
    right: 10px;
    top: 0;
}
.shipment-txt1,
.shipment.-active .shipment-txt2 {
    display: block;
}
.shipment.-active .shipment-txt1,
.shipment-txt2 {
    display: none;
}

@media only screen and (max-width: 800px) {
    .shipment {
        right: 0;
        top: 0;
    }
}

.product-shipment {
    background: #fff;
    border: 1px solid #e95d0f;
    color: #e95d0f;
    font-size: 14px;
    margin: 1em 0;
    padding: 5px 10px;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
}

/******************************************************************************/

/*
 * Categories
 */

.categories {
    display: block;
}
.categories a {
    display: block;
    font-size: 14px;
    padding: 2px 10px;
    text-decoration: none;
}
.categories ul {
    border-left: 1px solid #eee;
    display: none;
    margin-left: 15px;
    padding: 0 0 5px 5px;
}
.categories ul a {
    font-size: 13px;
}
.categories .open > a {
    font-weight: bold;
}
.categories .active > a {
    background-color: #eee;
    font-weight: bold;
}

/******************************************************************************/

/*
* Socials
*/
.socials {
    display: block;
    width: 100%;
}
.socials-a {
    display: inline-block;
    font-size: 30px;
    height: 44px;
    line-height: 44px;
    margin: 0 10px 5px 0;
    text-align: center;
    vertical-align: top;
    width: 44px;
}

@media only screen and (max-width: 800px) {
    .socials-a {
        margin: 0 5px 5px;
    }
}

/******************************************************************************/

/*
 * Footer
 */
.footer {
    background: #01bc00;
    clear: both;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.footer a {
    color: #fff;
    position: relative;
    text-decoration: none;
}
.footer a:after {
    border-bottom: 1px solid #fff;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.footer a:hover:after {
    width: 100%;
}
.footer .f-1 {
    padding: 20px 0;
    position: relative;
    text-align: right;
}
.footer .f-1 .span > div {
    display: inline-block;
    max-width: 100%;
    padding: 20px 0;
    text-align: left;
    min-width: 88%;
}
.footer .logo-f {
    width: 100%;
}

.footer .contact {
    font-size: 16px;
    width: 100%;
}
.footer .contact div:first-child {
    padding: 0 0 15px;
}
.footer .contact .phone,
.footer .contact .email {
    font-size: 20px;
}
.footer .contact .addr {
    padding: 15px 0 0;
}
.footer .contact .nip {
    padding: 15px 0 0;
}
.footer .contact a {
    font-weight: bold;
}

.footer .menu {
    font-size: 14px;
}
.footer .menu li {
    padding: 5px 0;
}
.footer .uris {
    font-size: 14px;
}
.footer .uris span {
    display: block;
    padding: 5px 0;
}
.footer .uris li {
    padding: 5px 0 5px 15px;
    position: relative;
}
.footer .uris li:before {
    background: #fff;
    content: '';
    height: 6px;
    left: -5px;
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}
.footer .f-2 {
    padding: 5px 0 0;
}
.footer .f-2 div {
    padding: 5px 0;
    text-align: center;
}

.payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px -5px;
}
.payments img {
    height: 21px;
    margin: 5px;
    display: inline-block;
    width: auto;
}

/*
 * Modyfikatory
 */
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.alignCenter {
    text-align: center;
}

.right {
    float: right;
}
.left {
    float: left;
}

.pullLeft {
    float: left;
    margin: 0.7em 0.7em 0.7em 0;
}
.pullRight {
    float: right;
    margin: 0.7em 0 0.7em 0.7em;
}
.pullRight:first-child,
.pullLeft:first-child {
    margin-top: 0;
}

.pullCenter {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.button-basketUpdate {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: right;
    margin-right: 27.1%;
    opacity: 0;
    position: relative;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    visibility: hidden;
}
.button-basketUpdate-show {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 3;
    -webkit-animation-name: basketUpdate;
    animation-name: basketUpdate;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    visibility: visible;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes basketUpdate {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
/* Standard syntax */
@keyframes basketUpdate {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* read more link */
.more {
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 5px;
}

/* price hightlight style */
.price {
    color: #e95d0f;
    font-size: 20px;
    font-weight: bold;
}

/* multiline indent */
.rr {
    display: inline-block;
    vertical-align: top;
}

/* invisible link */
.il {
    color: inherit;
    text-decoration: inherit;
}
.il:hover {
    color: inherit;
    text-decoration: underline;
}

.mt30 {
    margin-top: 30px;
}
.pt0 {
    padding-top: 0;
}
.mt0 {
    margin-top: 0;
}
.mb0 {
    margin-bottom: 0;
}
.mb20 {
    margin-bottom: 20px;
}
.mb60 {
    margin-bottom: 60px;
}

.block {
    display: block;
}
.hide {
    display: none;
}

.ninja {
    border: 0 !important;
    height: 1px;
    left: -1px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    text-indent: 1px;
    top: -1px;
    width: 1px;
}

.relative {
    position: relative;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

/****************************************************************************/

@media only screen and (max-width: 1200px) {
    .nav .menu li {
        margin: 0 20px 0 0;
    }
}

/****************************************************************************/

@media only screen and (max-width: 1000px) {
    .ibs .ib-4 {
        width: 33.33%;
    }

    .section.cats {
    }
    .cats ul {
        padding: 0;
    }
    .cats span {
        display: block;
        float: none;
        margin: 0;
        padding: 13px 0 5px;
        width: auto;
    }

    .products .records .span {
        width: 33.33%;
    }

    .product .span {
        width: 100%;
    }
    .product .grp {
        padding: 0;
        width: auto;
    }
    .product .name {
        margin-left: 50px;
    }
    .product .name + hr {
        margin-left: 50px;
    }

    .footer .f-1 {
        text-align: left;
    }
    .footer .f-1 .span-2 {
        width: 33.33%;
    }
    .footer .f-1 .span-4 {
        width: 66.66%;
    }
    .footer .f-1 .span-3 {
        width: 50%;
    }
}

/****************************************************************************/

@media only screen and (max-width: 800px) {
    .content,
    .leftBlock,
    .rightBlock {
        display: block;
        min-width: auto;
        padding: 0;
        width: auto;
    }

    .nav {
    }
    .nav .n-1 {
        margin: 0;
        padding: 125px 0 25px;
    }
    .nav .menu li {
        display: block;
        margin: 0;
        text-align: center;
    }

    .top .contact {
        background: #eeeeee;
        left: -300px;
        padding: 3px 10px 3px 70px;
        position: fixed;
        right: auto;
        top: 0;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        width: 300px;
        z-index: 801;
    }
    .top .nav.active + .contact {
        left: 0;
    }
    .top .contact li {
        display: block;
        margin: 0;
    }

    .ibs .ib-4 {
        width: 50%;
    }

    .section.cats {
        font-size: 12px;
    }
    .cats ul {
        margin: 0 -10px;
    }
    .cats li {
        width: 50%;
    }
    .cats a {
        padding: 10px;
    }
    .cats ul ul {
        display: none;
        left: 0;
        right: 0;
        width: auto;
    }
    .cats li.active > ul {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .products .records .span {
        width: 50%;
    }

    .articles .item .image {
        float: none;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .footer .f-1 .span {
        text-align: center;
        width: 100%;
    }
    .footer .f-1 .span > div {
        text-align: center;
    }
}

/****************************************************************************/

@media only screen and (max-width: 480px) {
    .span {
        float: none;
        margin-left: 0 !important;
        width: auto;
    }
    .label--invalid .tooltip-bottom {
        margin-bottom: 50px;
    }
    .media--double,
    .media2--double {
        display: block;
        margin: 0.8em 0;
        width: auto;
    }

    .ibs .ib-4 {
        width: 100%;
    }

    .products .records .span {
        width: 100%;
    }

    .product .desc {
        padding: 10px 0;
    }
    .product form > div {
        padding: 10px 0;
    }
    .product .label {
        margin: 0 auto;
        padding: 10px 0;
    }

    .product .label.attr {
        table-layout: fixed;
        width: 100%;
    }

    .product .label.quantity,
    .product .label.price {
        float: none;
    }

    .footer .f-2 div {
        float: none;
    }
}

/****************************************************************************/

@media only screen and (max-width: 360px) {
    .product .label-checkboxes .label-data label {
        width: 100%;
    }
}

/****************************************************************************\
|********************************** SHOP ************************************|
\****************************************************************************/

/*
 * Cart rabat
 */
.cart-rabat {
    background: #f2f2f2;
    padding: 25px 20px 5px;
}
.cart-rabat-name {
    color: #282828;
    font-size: 30px;
    font-weight: 300;
    margin: 2px 5px 3px 5px;
    padding: 0;
    text-transform: none;
}
.box--rabat {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    clear: both;
    display: inline-block;
    font-weight: 300;
    padding: 15px 20px;
}
.box--rabat strong {
    font-size: 22px;
    font-weight: 300;
}
.box--rabat .button--smallCircle {
    bottom: 7px;
    margin-bottom: -10px;
    margin-left: -30px;
    padding: 1px 10px 2px;
    position: relative;
    right: -65px;
}

/*
 * Login box
 */

.loginBox {
    background: #f2f2f2;
    margin: 0 auto 20px;
    max-width: 500px;
    padding: 0 20px 5px;
}
.loginBox .label-help {
    font-size: 14px;
    margin-top: 15px;
}
.loginBox-header {
    margin-top: 0;
    text-align: center;
}
.loginBox .box {
    border: none;
    -webkit-border-radius: 22px 22px 0 0;
    -moz-border-radius: 22px 22px 0 0;
    border-radius: 22px 22px 0 0;
    margin: 0 -20px 20px;
    padding: 20px;
}
.loginBox .formActions {
    background: none;
    padding: 0;
}

/******************************************************************************/

/*
 * Cart Steps
 */
.stepsWrapper {
    display: table;
    margin: 10px 0 10px;
    overflow: hidden;
    padding: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

.step {
    background: none !important;
    border-left: 1px solid #ccc;
    color: #bbbbbb;
    display: table-cell;
    list-style: inside;
    padding: 20px !important;
}
.step:first-child {
    border: none;
    padding-left: 0;
}
.step:last-child {
    padding-right: 0;
}
.step--active {
    color: #282828;
    opacity: 1;
}

.step b {
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
}

.step .hint {
    font-size: 1em;
    line-height: 1.1em;
    margin: 5px 44px 5px 0;
}

.step-a {
    color: inherit;
}
.step-a:hover {
    color: #e95d0f;
    text-decoration: none;
}

.steps-back {
    display: none;
}

@media only screen and (max-width: 600px) {
    .step {
        display: none;
    }
    .step--active {
        display: block;
    }

    .steps-back {
        display: block;
    }
}

/******************************************************************************/

/*
 * Shop Cart
 */

.cartWrapper {
    border-top: 1px solid #eee;
    margin-top: 60px;
    position: relative;
}
.cart-table {
    display: table;
    width: 100%;
}
.cart-row {
    display: table-row;
}
.cart-type {
    display: block;
    position: absolute;
}
.cart-type img {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    margin-top: 20px;
}
.cart-type + .cart-table .cart-row:first-child .cart-cell {
    padding-top: 85px;
}
.cart-type + .cart-table .cart-row:first-child .cart-cell .radio {
    /*margin-bottom: 25px;*/
    top: 73px !important;
}
.cart-qty-big {
    width: 10%;
}
.cart-header {
    bottom: 100%;
    color: #888;
    display: none;
    margin-bottom: 10px;
    position: absolute;
    text-align: left;
}
.cart-row:first-child .cart-header {
    display: block;
}
.cart-ships .cart-row .cart-header {
    display: none;
}
.cart-ships .cart-type:first-child + .cart-table .cart-row:first-child .cart-header {
    display: block;
}

.cart-cell {
    border-bottom: 1px solid #eee;
    display: table-cell;
    padding: 13px 0;
    text-align: left;
    vertical-align: middle;
}

.cart-ships .cart-cell {
    border-bottom: none;
}

.cart-product {
    position: relative;
    width: 60%;
}
.cart-product .radio {
    bottom: 0;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.cart-product .rr {
    padding-left: 30px;
}
.cart-product-image {
    display: inline-block;
    margin-right: 1%;
    vertical-align: middle;
    width: 27%;
}
.cart-product-image img {
    display: block;
    max-width: 100%;
}

.cart-product-name {
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 70%;
}
.cart-product-name .box {
    font-size: 12px;
    line-height: 1.1em;
    margin: 15px 0 0 0;
    padding: 10px 15px;
}

.cart-product-attrs {
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 0;
    overflow: hidden;
}
.cart-product-attrs li {
    background: none;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
}
.cart-product-delivery {
    max-width: 90%;
}

.cart-price-black {
    color: #282828 !important;
}
.cart-price {
    color: #888;
}

.cart-delete {
    text-align: center;
    width: 5%;
}

.cart-x {
    font-size: 20px;
}
.cart-price-main {
    clear: both;
    margin-bottom: 10px;
    text-align: right;
}

.cartShipments,
.cartPayments {
    margin: 35px 0;
}
.cartShipments label,
.cartPayments label {
    position: relative;
}
.cartShipments label .radio,
.cartPayments label .radio {
    top: 0;
}
.cartShipments .cart-cell:last-child {
    text-align: right;
}

@media only screen and (max-width: 600px) {
    .button-basketUpdate {
        float: none;
        margin: 0 auto;
    }
    .cart-product {
        text-align: center;
    }
    .cart-product-image,
    .cart-product-name {
        width: auto;
    }

    .cart-rabat .span {
        float: none;
        margin-left: 0;
        width: auto;
    }

    .cart-rabat .cart-rabat-name {
        float: none;
        text-align: left;
        width: 100%;
    }
    .cart-rabat .button {
        float: none;
        margin-top: 10px;
        width: 100%;
    }

    .fill {
        margin-left: 0;
        width: 100%;
    }
    .fill + .fill {
        margin-top: 20px;
    }

    .cart-wrapper {
        margin-top: 0;
    }
    .cart-table {
        border: 0;
    }
    .cart-row {
        display: block;
        text-align: justify;
    }
    .cart-row:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .cart-header {
        border: none;
        display: block !important;
        margin: 0 0 5px;
        position: static;
        text-align: center;
    }

    .cart-cell {
        border: 0;
        display: inline-block;
        vertical-align: top;
    }

    .cart-product {
        border-top: 1px solid #eee;
        width: 100%;
    }
    .cart-product .cart-header {
        display: none !important;
    }

    .cart-qty,
    .cart-price,
    .cart-delete {
        padding-top: 10px;
        text-align: center;
        width: 32%;
    }

    .cartShipments .cart-cell:last-child {
        text-align: center;
        width: 100%;
    }
}

/****************************************************************************/

/*
* Freebies
*/
.freebies {
    display: block;
    margin: 2em 0;
    position: relative;
}
.freebies-button {
    margin: 1em 0 0;
}

.tiles {
    text-align: left;
}
.tiles-item {
    width: 16.66%;
}
.tiles-label {
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    transition: all 0.25s ease;
}
.tiles-input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -3;
}
.tiles-image {
    padding: 75% 0 0;
}
.tiles-name {
    display: block;
    padding: 5px 10px;
    position: static;
    transition: inherit;
}
.tiles-name::after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: inherit;
    z-index: 1;
}
.tiles-label:hover .tiles-name::after {
    box-shadow: inset 0 0 0 1px #e95d0f;
}
.tiles-input:checked + .tiles-image + .tiles-name::after {
    box-shadow: inset 0 0 0 3px #e95d0f;
}

@media only screen and (max-width: 800px) {
    .tiles-item {
        width: 25%;
    }
}

@media only screen and (max-width: 480px) {
    .tiles-item {
        width: 50%;
    }
}

/****************************************************************************/

/*
* Sharers
*/
.sharers {
    margin: 15px 0;
    position: relative;
    text-align: center;
}
.sharers--fixed {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    left: 0;
    margin: 0;
    position: fixed;
    top: 25%;
    width: 44px;
    z-index: 11;
}

.sharers-txt {
    display: block;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
.sharers--fixed .sharers-txt {
    display: none;
}

.sharers-a {
    background: #f0f0f0;
    color: #000;
    display: inline-block;
    font-size: 22px;
    line-height: 44px;
    margin: 5px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 150px;
}
.sharers-a:hover {
    color: #e95d0f;
    text-decoration: none;
}
.sharers--fixed .sharers-a {
    background: none;
    display: block;
    font-size: 18px;
    margin: 0;
    width: auto;
}

@media only screen and (max-width: 600px) {
}

/****************************************************************************/

/*
* Exit Popup
*/
.exitpopup .mfp-content {
    background: #fff;
    max-width: 100%;
    padding: 10px;
    width: 600px;
}

/****************************************************************************/

/*
* Faq
*/
.section--faq {
    position: relative;
}

.faq {
    position: relative;
}

.faq-item {
    border-top: 1px solid rgba(255, 255, 255, 0);
    display: block;
    margin: 0;
    position: relative;
}
.faq-item:nth-child(n + 2) {
    border-top-color: #ccc;
}

.faq-name {
    cursor: pointer;
    display: block;
    margin: 15px 0;
    padding: 0 45px 0 0;
    position: relative;
}
.faq-name::after {
    border: 5px solid #888;
    border-left: 0;
    border-top: 0;
    content: '';
    height: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 15px;

    display: none;
}
.faq-item.-active .faq-name::after {
    top: 7px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.faq-txt {
    margin: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.faq-txt,
.faq-item.-active .faq-txt {
    margin: 15px 0;
    max-height: none;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/****************************************************************************/

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?obtd7b');
    src: url('fonts/icomoon.eot?obtd7b#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?obtd7b') format('truetype'),
        url('fonts/icomoon.woff?obtd7b') format('woff'),
        url('fonts/icomoon.svg?obtd7b#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
    content: '\e910';
}
.icon-myspace:before {
    content: '\e911';
}
.icon-pinterest:before {
    content: '\e90a';
}
.icon-mail:before {
    content: '\e935';
}
.icon-phone:before {
    content: '\e93d';
}
.icon-search:before {
    content: '\e951';
}
.icon-instagram:before {
    content: '\e960';
}
.icon-yt:before {
    content: '\e9a2';
}
.icon-skype:before {
    content: '\e9ac';
}
.icon-twitter:before {
    content: '\ea02';
}
.icon-cart:before {
    content: '\e90e';
}
.icon-home:before {
    content: '\e927';
}
.icon-info:before {
    content: '\e92a';
}
.icon-star:before {
    content: '\e955';
}
.icon-fb:before {
    content: '\e907';
}
.icon-google:before {
    content: '\e908';
}
.icon-left:before {
    content: '\e901';
}
.icon-pin:before {
    content: '\e900';
}
.icon-right:before {
    content: '\e902';
}
.icon-remove:before {
    content: '\e91d';
}
.icon-user:before {
    content: '\e903';
}
.icon-key:before {
    content: '\e904';
}

/****************************************************************************/

.inpost {
    padding-left: 30px;
}

/* INPOST GEOWIDGET FIX */
.easypack-widget .search-widget .search-group {
    padding: 10px !important;
}
.easypack-widget input[type='search'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.easypack-widget .type-filter {
    display: none !important;
}
.widget-modal .ball-spin-fade-loader-mp {
    left: 0;
    top: 0;
}
.widget-modal .easypack-widget:not(.mobile) {
    overflow: auto !important;
}
.widget-modal .easypack-widget .search-widget .search-group-btn:not(.with-filters) {
    width: 1% !important;
}
.widget-modal
    .easypack-widget.mobile
    .search-widget
    .search-group-btn:not(.with-filters) {
    width: auto !important;
}

/****************************************************************************/

/*
* Not Found
*/
.notfound {
    position: relative;
    text-align: center;
}

.notfound-image {
    margin: 1em auto;
    padding: 227px 0 0;
    width: 450px;
}

.notfound-h {
    font-size: 30px;
    font-weight: bold;
    margin: 0.5em 0;
}

.notfound p {
    font-size: 21px;
    font-weight: normal;
    margin: 1em 0;
    padding: 0;
}

.notfound-a {
    color: inherit;
    text-decoration: underline;
}
.notfound-a:hover {
    color: #e95d0f;
}

.notfound .-c2 {
    color: #e95d0f;
}

.notfound .search {
    bottom: auto;
    max-width: 434px;
    margin: 3em auto 1.5em;
    position: relative;
    right: auto;
}

.notfound .search-div {
    width: 100%;
}

.notfound .search-formdiv {
    max-width: 100% !important;
    width: auto !important;
}

.notfound .searchhints {
    left: 0;
    right: 0;
    width: auto;
}

/****************************************************************************/

.no-js * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/******************************************************************************/

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    text-shadow: 1px 1px 10px #000;
    background: #999;
}
::selection {
    text-shadow: 1px 1px 8px #000;
    color: #fff;
    background: #999;
}
