body {
    background: #fff url('../images/body-bg.png') repeat center;
    color: #282828;
    font-family: 'Roboto', sans-serif, Arial, Helvetica;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    max-width: 100%;
}

a,
.a {
    color: #9e0b0f;
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
.a:hover {
    color: #9e0b0f;
    text-decoration: underline;
}
a:active,
.a:active {
    outline: 0 !important;
}
a:before,
a:after,
.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;
}
b,
strong {
    font-weight: 500;
}

hr {
    background: none;
    border: 0 solid #ccc;
    border-top-width: 1px;
    height: 10px;
    margin: 20px 0 10px;
}

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: 1.2em;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    padding: 8px 0;
}
h4,
.h4 {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    padding: 8px 0;
}
h5,
.h5 {
    font-size: 1em;
    margin: 0.4em 0;
}

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

/*
* ibs
*/
.ibs {
    clear: both;
    display: block;
    font-size: 0.000001px;
    letter-spacing: normal;
    margin: -10px;
    position: relative;
}
.ib {
    direction: ltr;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    max-width: 100%;
    padding: 10px;
    position: relative;
    vertical-align: top;
}
.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%;
}
.ib--02 {
    width: 20%;
}
.ib--0125 {
    width: 12.5%;
}
@media only screen and (max-width: 480px) {
    .ibs {
        direction: initial !important;
    }
    .ib {
        width: 100%;
    }
}

.ibs.-flex {
    display: flex;
    flex-wrap: wrap;
}
.ibs.-flex > .ib > div {
    min-height: 100%;
}

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

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

/*
 * canvas, iframe, img
 */
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;
}

/*
 * Checkbox / Radio
 */
.checkbox,
.radio {
    background: #fff;
    border: 1px solid #bcbcbc;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    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: 18px;
}
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 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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;
    border: 2px solid #9e0b0f;
    -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:after {
    background: none;
    border-bottom: 3px solid rgba(0, 0, 0, 1);
    border-right: 3px solid rgba(0, 0, 0, 1);
    bottom: 7px;
    content: '';
    display: block;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 1px;
    -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 {
    -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;
    border-color: #9e0b0f;
    height: 12px;
    opacity: 1;
    width: 7px;
}

.radio {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.radio.active,
a.active > .radio {
    background: #9e0b0f;
    border: 4px 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: #9e0b0f;
    border-color: #fff;
}

/*
 * Input
 */
.input,
.fill select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-size: 18px;
    max-width: 100%;
    padding: 8px 8px 8px;
    -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: 80px;
}
.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,
.fill select: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-color: #9e0b0f;
    border: 1px solid #9e0b0f;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    padding: 14px 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
}
.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;
    border-color: #9e0b0f;
    color: #9e0b0f;
    text-decoration: none;
}
.button:active,
.input-file:active {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
}

.button--primary {
    background: #9e0b0f;
    border-color: #9e0b0f;
    color: #fff;
}
.button--primary:hover,
a:hover .button--primary {
    background: #fff;
    border-color: #9e0b0f;
    color: #9e0b0f;
    text-decoration: none;
}

.button--secondary {
    background: #fff;
    border-color: #9e0b0f;
    color: #9e0b0f;
}
.button--secondary:hover,
a:hover .button--secondary {
    background: #9e0b0f;
    border-color: #9e0b0f;
    color: #fff;
    text-decoration: none;
}

/*
 * Select
 */
select,
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    min-width: 150px;
    outline: medium none !important;
    padding: 4px 5px;
    text-indent: 1px;
    text-overflow: '';
}
select:-ms-expand {
    display: none;
}
.select--full {
    width: 98%;
}
select.input,
.fill select,
.fake-select {
    background: #fff url('../images/gfx/select.png') no-repeat scroll right center;
    z-index: 1;
}

.fake-options {
    background: #fff;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    max-height: 0;
    filter: alpha(opacity = 0);
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
    z-index: 0;
}
.fake-options.focus,
.input:focus + .fake-options {
    max-height: none;
    filter: alpha(opacity = 100);
    opacity: 1;
    padding: 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    visibility: visible;
    z-index: 17000;
}
.fake-options > span {
    display: block;
    margin: 0;
    max-height: none;
    padding: 0;
}
.fake-options > span > span {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
}
.fake-options .option {
    display: block;
    margin: 0;
    padding: 0;
}
.fake-options .option a {
    color: #303030;
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}
label .fake-options .checkbox,
label .fake-options .radio {
    border-color: #bcbcbc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
label .fake-options a:hover .checkbox,
label .fake-options a: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);
}

.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: 1px;
    height: 1px;
    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;
}
.form-bg {
    background-color: #f2f2f2;
}
/* fill */
.fill .input,
.fill .button,
.fill .select,
.fill .input--textarea {
    padding: 14px 8px 4px;
    width: 100%;
}
.fill-name {
    color: #777;
    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: #9f9f9f;
    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 .input-file {
    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;
    z-index: 1;
}
.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 #9e0b0f;
    -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);
    }
}

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

/*
 * 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 {
    background: none;
    padding: 1px 0 1px 18px;
    position: relative;
}
.content ul li:before {
    background: #9e0b0f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 9px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 9px;
}

.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 {
    color: #777;
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 22px;
    line-height: 1;
    filter: alpha(opacity = 25);
    opacity: 0.25;
    overflow: hidden;
    position: absolute;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 22px;
}
.s-arrow:hover {
    filter: alpha(opacity = 100);
    opacity: 1;
}
.s-arrow-left {
    left: -60px;
}
.s-slider:hover .s-arrow-left {
}
.s-arrow-right {
    right: -60px;
}
.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 {
    height: 228px;
    overflow: visible;
    width: 1180px;
}
.slider-main .s-slides {
    height: 100%;
    width: 100%;
}
.slider-main .s-slide {
    text-align: center;
}
.slider-main .img {
    margin: auto;
}
.slider-main .s-slide a {
    display: block;
    position: relative;
    text-decoration: none;
}
.slider-main .s-slide a > span {
    bottom: 15%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.slider-main .s-slide a > span .button {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    padding: 10px 30px;
    text-transform: none;
}
.slider-main .s-slide a:hover > span .button {
    background: #fff;
    border-color: #9e0b0f;
    color: #9e0b0f;
    text-decoration: none;
}

.slider-products {
    margin: 0 -10px;
}
.slider-products .s-slider {
    height: 410px;
    overflow: visible;
    width: 1200px;
}
.slider-products .s-slides {
    height: 410px;
    width: 1200px;
}
.slider-products.products .records .item {
    padding: 10px;
}
.slider-products .s-arrow-left {
    left: -50px;
}
.slider-products .s-arrow-right {
    right: -50px;
}

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

/*
 * Swiper + Slider
 */
.swiper-container {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.slider .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    margin: 0;
    width: 100%;
}

.slider .swiper-slide {
    background: none;
    cursor: pointer;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
    border: 0;
    color: #999;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin: -20px auto 0;
    opacity: 0.25;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 40px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: none;
    color: #999;
    opacity: 1;
}
.swiper-button-prev {
    left: -50px;
    right: auto;
}
.swiper-button-next {
    left: auto;
    right: -50px;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
    line-height: 40px;
}
.swiper-pagination {
    display: inline-block;
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: auto;
}
.swiper-pagination-bullet {
    background: none;
    height: auto;
    margin: 0 7px;
    min-height: 14px;
    min-width: 14px;
    opacity: 0.25;
    outline: none;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    vertical-align: middle;
    width: auto;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination-bullet::before {
    background: #777;
    border: #777;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 14px;
    left: 0;
    margin: -7px 0 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 14px;
}
.swiper-pagination-bullet:hover::before,
.swiper-pagination-bullet-active::before {
    background: #9e0b0f;
    border-color: #9e0b0f;
}
.swiper-pagination-txt {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0 50px 0 20px;
    max-width: 160px;
    text-align: left;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.swiper-pagination-bullet:hover .swiper-pagination-txt,
.swiper-pagination-bullet-active .swiper-pagination-txt {
    color: inherit;
}

@media only screen and (max-width: 1280px) {
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
}

.slider {
    overflow: visible;
    position: relative;
    width: 100%;
}
.slider-slides {
    position: relative;
}
.slider-thumbs {
    position: relative;
}
.slider-container {
    left: 0;
    margin: 0 auto;
    max-width: 1860px;
    padding: 0 20px;
    position: absolute;
    right: 0;
}
.slider-container--1 {
    bottom: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    top: 0;
}
.slider-container--2 {
    top: 50%;
}
.slider-container--3 {
    bottom: 15px;
    font-size: 0.000001px;
    text-align: center;
}

/*
.slider .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    margin: 0;
    width: 100%;
}
.slider .swiper-slide {
    width: 100%;
}*/

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

/*
 * Pagination
 */
.pagination {
    color: #282828;
    font-size: 15px;
    font-weight: 300;
    padding: 40px 0 10px;
    text-align: center;
    width: 100%;
}
.pagination > div {
    display: inline-block;
}
.pagination-info {
    display: block;
}
.pagination-element {
    border: 0;
    color: #282828;
    display: inline-block;
    line-height: 16px;
    margin: 2px 5px;
    min-width: 40px;
    padding: 9px 3px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.pagination-element--left,
.pagination-element--right {
    font-size: 12px;
    padding: 9px;
    text-transform: uppercase;
    width: 100%;
}
.pagination-element:hover {
    background: #830d12;
    color: #fff;
    text-decoration: none;
}
.pagination-element--active,
.pagination-element--active:hover {
    background: #830d12;
    color: #fff;
}
.pagination-element--disabled,
.pagination-element--disabled:hover {
    background: none;
    color: #bbb;
}

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

.addToCart-qty-input {
    padding: 9px 12px;
}

.addToCart-qty-plus,
.addToCart-qty-minus {
    background: #5e5e5e none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin: 5px 7px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.addToCart-qty-plus:hover,
.addToCart-qty-minus:hover {
    background: #ff0000 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}

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

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

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

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

/*
 * Image
 */
.image {
    display: block;
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
}
/*
.image:empty,
.image:not(:has(img)) {
    background: url('../images/icons/img.svg') no-repeat center;
    background-size: 33% auto;
}
*/
.image-img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.picture--1,
.picture--2,
.image-img--1,
.image-img--2 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    will-change: opacity;
}
.picture--1,
a:hover .picture--2,
.img--1,
a:hover .img--2 {
    opacity: 1;
}
.picture--2,
a:hover .picture--2 + .picture--1,
.img--2,
a:hover .img--2 + .img--1 {
    opacity: 0;
}

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

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

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

/*
 * Main
 */
.main {
    clear: both;
    display: block;
    min-height: 500px;
    overflow: hidden;
    padding: 0 0 25px;
    width: 100%;
}

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

.section {
    padding: 10px 0;
    position: relative;
}

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

/*.section.slider {
    padding: 0;
}
*/

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

/*
* Banners
*/
.section--banners {
    overflow: visible;
    padding: 0;
    position: relative;
}

.banners {
    background: none;
}

.banners-item {
    background: no-repeat center;
    background-size: cover;
    cursor: auto;
    max-height: 440px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}

.banners-video {
    display: block;
    height: 44em;
    margin: 0;
    object-fit: cover;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.banners-image {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 19.322% 0 0;
    position: relative;
    text-align: center;
    width: auto;
}
/*
.banners-image .img {
    height: 100%;
    left: -999%;
    margin: auto;
    max-height: none;
    max-width: none;
    position: absolute;
    right: -999%;
    top: 0;
    width: auto;
}
*/
.banners-image .img {
    max-height: 90%;
}
.banners-table {
    display: table;
    height: 100%;
    margin: auto;
    table-layout: fixed;
    width: 100%;
}

.banners-td {
    display: table-cell;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

.banners-grp {
    background: none;
    color: #000;
    display: block;
    padding: 0;
    text-align: center;
}

.banners-name {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0.2em 0;
    text-transform: none;
}
.banners-name i {
    font-style: italic;
    font-weight: normal;
}

.banners-txt {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin: 1em 0;
}

.banners-a {
    display: inline-block;
    margin: 0.5em 0 0;
    opacity: 1;
    position: relative;
    text-decoration: none;
}
.banners-a:hover {
}
.banners-a:first-child {
    bottom: 0;
    font-size: 0.000001px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
}

.banners-a .button,
.banners-a .button:hover,
.bannes-a:hover .button {
}

.banners-a:first-child .button {
    display: none;
}

/*
.swiper-slide .banners-img {
    transition: all 1s ease;
}
.swiper-slide-prev .banners-img {
    transform: translateX(-5%);
}
.swiper-slide-active .banners-img {
    transform: translateX(0);
}
.swiper-slide-next .banners-img {
    transform: translateX(5%);
}
.swiper-slide .banners-name {
    opacity: 0;
    transform: translateY(100%);
    transition-delay: 5s;
}
.swiper-slide-active .banners-name {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease 0.25s;
}
.swiper-slide .banners-txt {
    opacity: 0;
    transform: translateY(100%);
    transition-delay: 2s;
}
.swiper-slide-active .banners-txt {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease 0.75s;
}
.swiper-slide .banners-button {
    opacity: 0;
    transition-delay: 5s;
}
.swiper-slide-active .banners-button {
    opacity: 1;
    transition: all 0.5s ease 1.25s;
}
*/

.slider--banners {
    height: auto;
    margin: 0 auto;
    position: relative;
}

.slider--banners .slider-container {
    max-width: 1650px;
    padding: 0 45px;
}
.slider--banners .slider-container--1 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.slider--banners .slider-container--2 {
    display: none;
}
.slider--banners.-active .slider-container--2 {
    display: block;
}
.slider--banners .slider-container--3 {
    bottom: 17px;
    display: none;
}
.slider--banners.-active .slider-container--3 {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .banners-table {
        margin: 0;
        width: 100%;
    }

    .banners-name {
    }

    .banners-txt {
    }

    .slider--banners .slider-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .slider--banners .slider-container--2,
    .slider--banners.-active .slider-container--2 {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .banners-video,
    .banners-image {
    }

    .banners-name {
    }

    .banners-txt {
    }
}

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

.section.cats {
    display: block;
    padding: 0;
    z-index: 7;
}
.cats a {
    text-decoration: none;
}
.cats > ul {
    display: table;
    position: relative;
    width: 100%;
}
.cats > ul:before {
    background: #fff;
    bottom: 0;
    content: '';
    left: -1500px;
    position: absolute;
    right: -1500px;
    top: 0;
}
.slider + .cats > ul:before {
    display: none;
}
.cats > ul > li {
    background-position: center top;
    background-repeat: no-repeat;
    display: table-cell;
    padding: 0;
    text-align: center;
    width: 33.33%;
}
.cats > ul > li > img {
    display: none;
}
.slider + .cats > ul > li > img {
    display: inline;
}
.cats > ul > li > a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.cats .rosettes > a {
    background: #9e0b0f;
}
.cats .cups > a {
    background: #c6b362;
}
.cats .others > a {
    background: #acacac;
}
.cats > ul > li > a .icon {
    bottom: 0;
    margin: auto 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.cats > ul > li > a > span {
    display: inline-block; /*min-height: 54px;*/
    padding: 18px 50px;
    position: relative;
}
.cats > ul > li > a > span .icon {
    font-size: 30px;
    height: 30px;
    left: 0;
}
.cats > ul > li > a > .icon {
    font-size: 12px;
    height: 12px;
    right: 35px;
}
.cats > ul > li > ul {
    background: #fff;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.16);
    left: 0;
    max-height: 0;
    filter: alpha(opacity = 0);
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.cats > ul > li.hover ul {
    max-height: 1500px;
    filter: alpha(opacity = 100);
    opacity: 1;
    z-index: 5;
}
.cats ul ul li {
    display: block;
    float: left;
    position: relative;
    width: 25%;
    z-index: 1;
}
.cats ul ul li:before,
.cats ul ul li:after {
    bottom: -1px;
    content: '';
    left: 0;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: -1;
}
.cats ul ul li:before {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.cats .rosettes ul li:hover:before {
    background: #9e0b0f;
}
.cats .cups ul li:hover:before {
    background: #c6b362;
}
.cats .others ul li:hover:before {
    background: #acacac;
}
.cats ul ul li:after {
    border-bottom: 1px dashed #fff;
    border-right: 1px dashed #fff;
}
.cats ul ul li:last-child:after {
    display: none;
}
.cats .rosettes ul li:after {
    border-color: #9e0b0f;
}
.cats .cups ul li:after {
    border-color: #c6b362;
}
.cats .others ul li:after {
    border-color: #acacac;
}
.cats ul ul li a {
    display: table;
    height: 208px;
    width: 100%;
}
.cats .rosettes ul li a:hover {
    background: #9e0b0f;
}
.cats ul ul li a > span {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}
.cats ul ul li a > span:first-child {
    text-align: center;
    width: 38%;
}
.cats ul ul li a > span + span {
    font-size: 14px;
    font-weight: 300;
}
.cats ul ul li a > span + span span {
    display: block;
}
.cats .parent {
    text-transform: uppercase;
}
.cats .rosettes .parent {
    color: #9e0b0f;
}
.cats .cups .parent {
    color: #877629;
}
.cats .others .parent {
    color: #919191;
}
.cats ul ul li a:hover .parent {
    color: #fff;
}
.cats .name {
    color: #252525;
    font-size: 18px;
}
.cats a:hover .name {
    color: #fff;
}
.cats .price {
    padding: 10px 0 0;
}
.cats a:hover .price {
    display: none;
}
.cats .price span:first-child {
    color: #474747;
    font-size: 14px;
    font-weight: 300;
}
.cats .price span + span {
    font-size: 18px;
    font-weight: 500;
}
.cats .rosettes .price span + span {
    color: #a80f22;
}
.cats .see {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    display: none;
    font-size: 16px;
    font-weight: 300;
    height: 45px;
    line-height: 1.2;
    margin: 15px 0 0;
    max-width: 100%;
    padding: 12px 30px 12px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 140px;
}
.cats a:hover .see {
    display: block;
}
.cats a:hover .see:hover {
    background: #fff;
}
.cats .rosettes a:hover .see:hover {
    color: #9e0b0f;
}
.cats .cups a:hover .see:hover {
    color: #877629;
}
.cats .others a:hover .see:hover {
    color: #919191;
}
.cats .see .icon {
    bottom: 0;
    font-size: 10px;
    height: 10px;
    margin: auto 0;
    position: absolute;
    right: 15px;
    top: 0;
}

.section.hap {
    padding: 20px 0 10px;
}
.hap h2 {
    color: #9e0b0f;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.hap .path {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.hap .path a {
    color: #999;
    display: inline-block;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}
.hap .path a:after {
    border-bottom: 1px solid #999;
    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: middle;
}

.categories {
}

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

/*
* Shipping
*/
.shipping {
    background: #a80f22;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    padding: 2px 5px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
}

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

/*
.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: 410px;
    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: #252525;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 380px;
    z-index: 0;
}
.products .records .item a:hover {
    z-index: 5;
}
.products .records .item .image {
    display: block;
    height: 300px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.products .records .item .image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    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 .txt {
    background: #fff;
    display: block;
    padding: 13px 25px;
    position: relative;
}
.products .records .item .icon {
    bottom: 0;
    color: #a80f22;
    font-size: 34px;
    height: 34px;
    left: 15px;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.products .records .item .parent {
    color: #9e0b0f;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    max-height: 18px;
    min-height: 18px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.products .records .item .icon-sale + .parent {
    padding-left: 35px;
}
.products .records .item .name {
    color: #252525;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    max-height:  42px;
    min-height: 42px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.products .records .item .icon-sale + .parent + .name {
    padding-left: 35px;
}
.products .records .item .desc {
}
.products .records .item .price {
    background: #a80f22;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    min-width: 80px;
    padding: 34px 5px 22px;
    position: absolute;
    right: 0;
    top: 0;
}
.products .records .item .price > span {
    display: block;
    margin: 0;
    padding: 0;
}
.products .records .item .price > .old {
    color: #ababab;
    font-size: 15px;
    font-weight: 300;
    margin-top: -18px;
    text-decoration: line-through;
}
.products .records .item .price > .new {
}
*/

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

/*
* Products
*/
.section--products {
}
.section--products .options {
    max-width: 100%;
    padding: 5px 0 20px;
}
.section--products .options label {
    margin: 0;
}
.section--products .options span {
    color: #999;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 37px;
    margin-right: 5px;
    vertical-align: middle;
}
.section--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;
}
.section--products .options option {
    background: rgba(255, 255, 255, 0.25);
    color: #999;
}

.products {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    overflow: visible;
    text-align: center;
    width: auto;
}

.products-item {
    display: block;
    max-width: 100%;
    min-height: 410px;
    overflow: visible;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.products-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: #252525;
    display: block;
    margin: 0 auto;
    max-width: 380px;
    min-height: 100%;
    opacity: 1;
    padding: 0;
    position: relative;
    text-decoration: none;
    z-index: 3;
}
.products-a:hover {
    color: #252525;
    text-decoration: none;
    z-index: 5;
}

.products .image {
    display: block;
    height: 300px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.products .image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.products .products-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 .txt {
    background: #fff;
    display: block;
    padding: 17px 105px 13px 25px;
    position: relative;
}
.products .icon {
    bottom: 0;
    color: #a80f22;
    font-size: 34px;
    height: 34px;
    left: 15px;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.products .parent {
    color: #9e0b0f;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    max-height: 18px;
    min-height: 18px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.products .icon-sale + .parent {
    padding-left: 35px;
}
.products .name {
    color: #252525;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    max-height: 42px;
    min-height: 42px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.products .icon-sale + .parent + .name {
    padding-left: 35px;
}
.products .desc {
}
.products .price {
    background: #a80f22;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    min-width: 80px;
    padding: 34px 5px 22px;
    position: absolute;
    right: 0;
    top: 0;
}
.products .price > span {
    display: block;
    margin: 0;
    padding: 0;
}
.products .price > .old {
    color: #ababab;
    font-size: 15px;
    font-weight: 300;
    margin-top: -18px;
    text-decoration: line-through;
}
.products .price > .new {
}

.products-shipping {
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: 3px;
}

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

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

.slider--products .swiper-container {
    margin: 0 -10px;
    overflow: hidden;
    padding: 0;
    width: auto;
}

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

.product {
    padding: 10px 0 20px;
}
.product > div {
    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);
    padding: 20px;
    position: relative;
}
.product .imgs.svgs {
    padding: 0;
    z-index: 2;
}
.product .imgs {
    overflow: hidden;
    padding: 0 0 25px;
    position: relative;
    text-align: center;
}
.product .imgs a {
    display: inline-block;
    overflow: hidden;
}
.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 .txt {
    padding: 35px 0;
}
.product .pan {
    border-bottom: 1px solid #9e0b0f;
    padding: 7px 110px 9px 0;
    position: relative;
}
.product .icon-sale {
    bottom: 0;
    color: #9e0b0f;
    font-size: 34px;
    height: 34px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.product .parent {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.product .parent.cups {
    color: #aa9831;
}
.product .parent.rosettes {
    color: #9e0b0f;
}
.product .parent.others {
    color: #acacac;
}
.product .icon-sale + .parent {
    padding-left: 45px;
}
.product .name {
    color: #9e0b0f;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.product .icon-sale + .parent + .name {
    padding-left: 45px;
}
.product .price {
    background: #9e0b0f;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    min-width: 105px;
    padding: 22px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.product .price > span {
    display: block;
    margin: 0;
    padding: 0;
}
.product .price > .old {
    color: #ababab;
    font-size: 15px;
    font-weight: 300;
    margin-top: -18px;
    text-decoration: line-through;
}
.product .features {
    color: #919191;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    padding: 7px 0;
    text-transform: uppercase;
}
.product .features span {
    display: block;
    float: left;
    width: 50%;
}
.product .features span:nth-child(even) {
    text-align: right;
}
.product .desc {
    color: #303030;
    font-size: 15px;
    font-weight: 300;
    padding: 7px 0;
}

.product-shipping {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    position: relative;
}

.product .attributes {
    padding: 10px 0;
    position: relative;
}
.product .attributes:after {
    border-bottom: 1px solid #ebebeb;
    bottom: 10px;
    content: '';
    left: 0;
    position: absolute;
    right: -20px;
}
.product .group {
    padding: 5px 0;
}
.product .group .name {
    color: #303030;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 21px 15px;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: auto;
    z-index: 1;
}
.product .group.active .name {
    color: #fff;
}
.product .group .name:before {
    background: #ebebeb;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: -20px;
    top: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.product .group.active .name:before {
    background: #9e0b0f;
}
.product .group .info {
    color: #a8a8a8;
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 0 2px;
    text-transform: uppercase;
}
.product .group .items {
    padding: 10px 0 0;
}

.product form {
    padding: 0;
}
.product .input {
    background-color: #fff;
    border-color: #d7d7d7;
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    min-width: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
}
.product .checkbox + span {
    margin-left: 5px;
}

.product .fake-hidden {
    left: 0;
    filter: alpha(opacity = 0);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}

.product .fake-color {
    padding: 16px 8px 15px;
    position: relative;
}
.product .fake-color u {
    background: none;
    border: 0px solid #d7d7d7;
    display: block;
    bottom: 5px;
    content: '';
    left: 5px;
    position: absolute;
    right: auto;
    top: 5px;
    width: 13px;
}
.product .fake-color i {
    display: block;
    font-style: normal;
}
.product .fake-color i.active {
    padding-left: 20px;
}
.product .fake-color + .fake-options {
    max-width: none;
    padding: 0;
    width: auto;
}
.product .fake-color + .fake-options > span {
    max-width: 100%;
    width: 450px;
}
.product .fake-color + .fake-options .title {
    color: #ababab;
    display: block;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    padding: 5px 5px;
    text-align: left;
}
.product .fake-color + .fake-options .title span {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
}
.product .fake-color + .fake-options .title span:after {
    border-top: 1px solid #d7d7d7;
    bottom: 0;
    content: '';
    height: 0;
    left: 100%;
    margin: auto 0;
    position: absolute;
    right: -500px;
    top: 0;
}
.product .fake-color + .fake-options .option {
    float: left;
    padding: 0 5px;
    width: 33.33%;
}
.product .fake-color + .fake-options .option a {
    padding: 5px 0;
    position: relative;
}
.product .fake-color + .fake-options .option a span:first-child {
    border: 1px solid #d7d7d7;
    display: block;
    height: 18px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 18px;
}
.product .fake-color + .fake-options .option a:hover span:first-child {
    border: 2px solid #d7d7d7;
}
.product .fake-color + .fake-options .option a.active span:first-child {
    border: 2px solid #9e0b0f;
}
.product .fake-color + .fake-options .option .radio {
    left: 23px;
    margin: 0;
    position: absolute;
    top: 5px;
}
.product .fake-color + .fake-options .option .radio + span {
    display: block;
    height: 20px;
    overflow: hidden;
    padding: 1px 0 0 46px;
    word-break: break-all;
}

.product .input.select,
.product .fake-select {
    background: #fff url('../images/gfx/select-product.png') no-repeat scroll right center;
    padding: 6px 40px 6px 5px;
}
.product .fake-select {
    padding-left: 8px;
}

.product label {
    display: block;
    position: relative;
}
.product .label {
    padding: 5px 0 5px 80px;
}
.product .label-name {
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 -80px;
    padding: 7px 5px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 80px;
}
.product .label-data {
    display: block;
    padding: 0;
    position: relative;
}
.product .label-data.label-data-two {
    display: table;
    width: 100%;
}
.product .label-data.label-data-three {
    display: table;
    width: 100%;
}
.product .label-data label {
}
.product .label-data.label-data-three label {
    display: table-cell;
    float: none;
    overflow: visible;
    padding: 0;
    vertical-align: top;
}
.product .label-data.label-data-three label:first-child + label {
    padding-left: 10px;
    width: 90px;
}
.product .label-data.label-data-three label + label + label {
    padding-left: 10px;
    width: 35px;
}
.product .label-data label input[type='radio'] {
    position: absolute;
    z-index: -1;
}

.product .label.label-radios {
    padding: 5px 0;
}
.product .label.label-radios .label-data {
    margin: 5px 0 0;
    overflow: hidden;
    position: relative;
}
.product .label.label-radios.label--invalid .label-data {
    border: 1px solid #d92e2e;
    margin: 10px 0 5px;
    padding: 5px 0;
}
.product .label-radios label {
    background: #fff;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 3px 7px 3px 22px;
    position: relative;
    width: 33.33%;
}
.product .label-radios label span {
    color: #919191;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.product .label-radios label:hover span,
.product .label-radios label input[type='radio']:checked + span {
    color: #9e0b0f;
}
.product .label-radios .radio {
    left: 0;
    position: absolute;
}
.product .label-radios .radio + span {
    margin-left: 5px;
}

.product .label.label-radios-stroke .label-data {
    margin: 5px -8px;
}
.product .label-radios-stroke label {
    padding: 10px;
    text-align: center;
}
.product .label-radios-stroke-2 label {
    width: 50%;
}
.product .label-radios-stroke-3 label {
    width: 33.33%;
}
.product .label-radios-stroke label:before {
    border: 1px solid #ccc;
    bottom: 0;
    content: '';
    left: 8px;
    position: absolute;
    right: 8px;
    top: 0;
}
.product .label-radios-stroke img {
    display: block;
    margin: 0 auto 10px;
}
.product .label-radios-stroke .radio {
    left: auto;
    position: relative;
}
.product .label-radios-stroke .radio:first-child {
    margin-left: 10px;
}
.product .label-radios-stroke .radio + span {
    text-transform: uppercase;
}

.product .label.label-file {
    display: table;
    padding: 5px 0;
    position: relative;
    width: 100%;
}
.product .label.label-file > div {
    display: table-cell;
    vertical-align: top;
}
.product .label.label-file > div + div {
    width: 150px;
}
.product .label.label-file .label-name {
    margin: 0;
    width: auto;
}
.product .label.label-file .label-name span {
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
}
.product .label.label-file .input-file {
    background: #ebebeb;
    border-color: #ebebeb;
    color: #303030;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-transform: none;
}
.product .label.label-file .input-file .icon {
    color: #9e0b0f;
    font-size: 22px;
    height: 22px;
    margin-right: 15px;
    vertical-align: top;
    width: 22px;
}
.product .label.label-file .input-file-text {
    display: block;
    padding: 5px 25px 0 0;
    word-break: break-all;
}
.product .label.label-file .input-file-remove {
    bottom: 5px;
    padding: 0;
    position: absolute;
    right: 0;
}

.product form .label.quantity {
    padding-top: 15px;
}
.product .quantity .label-data {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.product .quantity .input {
    font-weight: 500;
    height: 33px;
    width: 80px;
}
.product .quantity .addToCart-qty-icon {
    bottom: 0;
    color: #baba;
    margin: auto 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 22px;
}
.product .quantity .addToCart-qty-icon:hover {
    color: #9e0b0f;
}
.product .quantity .addToCart-qty-icon .icon {
    bottom: 0;
    font-size: 22px;
    height: 22px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}
.product .quantity .minus {
    left: 0;
}
.product .quantity .plus {
    right: 0;
}

.product .cupinfo {
}
.product .cupinfo div:first-child {
    color: #9e0b0f;
}
.product .cupinfo div + div {
}
.product .cupinfo b {
    color: #9e0b0f;
    font-weight: 500;
}
.product .cupinfo a {
    color: #9e0b0f;
    font-weight: 500;
    text-transform: uppercase;
}

.product .sets {
    position: relative;
    z-index: 1;
}
.product .sets:after {
    background: #fff;
    bottom: -5px;
    content: '';
    left: 0;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: -1;
}
.product .sets .label {
    padding: 0;
}
.product .sets .notice {
    line-height: 1.2;
    padding: 20px 0;
}
.product .sets .items {
    display: table;
    width: 100%;
}
.product .sets .items > div {
    display: table-row;
}
.product .sets .items > div > div {
    border-bottom: 1px solid #dfdfdf;
    display: table-cell;
    padding: 4px 4px 4px 0;
    vertical-align: middle;
}
.product .sets .items > div:first-child > div {
    border-color: #cecece;
    color: #919191;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.product .sets .items > div:first-child + div > div {
    padding-top: 12px;
}
/*.product .sets .adds span + span { color: #777; display: inline-block; font-size: 12px; margin-left: 5px; text-align: left; }*/
.product .sets .adds span + span {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}
.product .sets .adds label {
    padding-left: 25px;
    position: relative;
}
.product .sets .adds .edit {
    color: #aaa;
    cursor: pointer;
    font-size: 20px;
    height: 18px;
    left: -15px;
    line-height: 1;
    position: absolute;
    top: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 18px;
}
.product .sets .adds .edit:hover {
    color: #282828;
}
.product .sets .adds .checkbox {
    position: absolute;
    left: 5px;
    top: 1px;
}
.product .sets .size {
    color: #303030;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.product .sets .price {
    background: none;
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    position: static;
    text-align: center;
}
.product .sets .quantity {
    text-align: center;
}
.product .sets .quantity .input {
    font-size: 14px;
    height: 28px;
    padding: 3px 2px 3px 4px;
    text-align: center;
    width: 52px;
}
.product .sets .total {
    color: #9e0b0f;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.product .sets > .total {
    color: #9e0b0f;
    font-weight: bold;
    padding: 5px 0 15px;
    text-align: right;
}
.product .sets > .total span:first-child {
    font-size: 16px;
    text-transform: uppercase;
}
.product .sets > .total span + span {
    display: inline-block;
    font-size: 24px;
    padding-left: 10px;
}

.product .btn {
    padding: 15px 0 0;
}
.product .button {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 26px 15px;
    width: 100%;
}
.product .button > span {
    display: inline-block;
    padding: 0 50px;
    position: relative;
}
.product .button .icon {
    bottom: 0;
    font-size: 28px;
    height: 28px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
}

.mfp-bg.product {
    padding: 0;
}
.mfp-wrap.product {
    padding: 0;
}
.mfp-wrap.product > div {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 8px;
    position: absolute;
}
.mfp-wrap.product .mfp-content {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #282828;
    margin: 20px 0;
    max-width: 98%;
    min-height: 80%;
    padding: 20px;
    width: 1000px;
}
.mfp-wrap.product .svgs {
    min-height: 1px;
}
.mfp-wrap.product .svgs svg {
    bottom: 0;
    margin: auto 0;
    position: fixed;
    top: 0;
}
.mfp-wrap.product .actions {
    overflow: hidden;
    padding: 15px 0 0;
    text-align: right;
}
.mfp-wrap.product .button {
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    width: auto;
}
.mfp-wrap.product .button:first-child {
    background: #fff;
    border-color: #9e0b0f;
    color: #9e0b0f;
}
.mfp-wrap.product .button:first-child:hover {
    background: #9e0b0f;
    border: 1px solid #9e0b0f;
    color: #fff;
}

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

.section.articles {
}

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

@media only screen and (max-width: 800px) {
    .articles .item .image {
        float: none;
        margin: 0 0 10px 0;
        text-align: center;
    }
}

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

.section--news h2 {
    border-bottom: 1px solid #9e0b0f;
    color: #9e0b0f;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}

.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 #ccc;
    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;
    }
}

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

.gallery {
    padding: 10px 0;
}
.gallery .title {
    border-bottom: 1px solid #9e0b0f;
    color: #9e0b0f;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}
.gallery .records {
    padding: 20px 0 5px;
}
.gallery .item {
    display: block;
    margin: 0;
    padding: 10px 0;
}
.gallery 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);
    display: block;
    overflow: hidden;
}
.gallery img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gallery 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);
}

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

.additional {
    padding: 10px 0;
}
.additional .title {
    border-bottom: 1px solid #9e0b0f;
    color: #9e0b0f;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}
.additional .txt {
    color: #282828;
    font-size: 15px;
    font-weight: 300;
    padding: 20px 0 5px;
}
.additional .txt > p:first-child {
    font-size: 18px;
}

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

.infos {
    padding: 20px 0;
}
.infos .item {
    color: #830d12;
    display: block;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
}
.infos .icon {
    display: inline-block;
    font-size: 34px;
    height: 34px;
    position: relative;
    width: 54px;
}
.infos .icon span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.infos .icon span:before,
.infos .icon span:after {
    border-top: 1px dashed #830d12;
    content: '';
    position: absolute;
    top: 17px;
}
.infos .icon span:before {
    left: -250px;
    right: 100%;
}
.infos .icon span:after {
    left: 100%;
    right: -250px;
}
.infos .item > span + span {
    border: 1px dashed #830d12;
    border-top: 0;
    display: table;
    font-size: 18px;
    font-weight: 500;
    height: 105px;
    line-height: 1.2;
    margin-top: -19px;
    text-transform: uppercase;
    width: 100%;
}
.infos .item > span + span span {
    display: table-cell;
    padding: 25px 20px 15px;
    vertical-align: middle;
}

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

.banner {
    padding: 10px 0;
}
.banner a {
    display: inline-block;
    overflow: hidden;
}
.banner a img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.banner a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.general {
    padding: 25px 0;
}
.general h2 {
    color: #830d12;
    display: block;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.general h2 b {
    display: inline-block;
    font-weight: 500;
    padding: 0 30px;
    position: relative;
}
.general h2 b:before,
.general h2 b:after {
    border-top: 1px dashed #830d12;
    bottom: 0;
    content: '';
    height: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.general h2 b:before {
    left: -600px;
    right: 100%;
}
.general h2 b:after {
    left: 100%;
    right: -600px;
}
.general p {
    color: #282828;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
}

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

.product-content {
    overflow: hidden;
}

.product-content .product-tab {
    display: table;
    font-size: 0.0001em;
    margin: 15px 0 -1px;
    position: relative;
    z-index: 10;
}
.product-content .product-tab li {
    background: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
}
.product-content .product-tab li:hover {
    background: #fff;
    border-color: #e6e6e6;
}
.product-content .product-tab li.active {
    background: #fff;
    border-color: #e6e6e6 #e6e6e6 #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;
    border: 1px solid transparent;
    display: inline-block;
    max-height: 0px;
    filter: alpha(opacity = 40);
    opacity: 0.4;
    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 {
    border: 1px solid #e6e6e6;
    max-height: 1000px;
    filter: alpha(opacity = 100);
    opacity: 1;
}

.edytor-lista-tab li {
    background: #fff;
    border: 1px solid transparent;
    -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 {
    background: #fff;
    border: 1px solid #e6e6e6;
    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 {
    background: #fff;
    -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 11;
}

/*
 * Top Logo
 */
.top .logo {
    display: block;
    left: 10px;
    margin: 0;
    padding: 22px 20px 12px;
    position: absolute;
    top: 0;
    z-index: 10;
}
.top .logo a {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.top .logo img {
    display: block;
}

/*
 * Top bar
 */
.bar {
    background: #ddd;
    font-size: 0.9em;
    width: 100%;
}
.bar li {
    display: inline-block;
}
.bar a {
    display: block;
    padding: 2px 10px;
}
.bar li:first-child a {
    padding-left: 0;
}
.bar li:last-child a {
    padding-right: 0;
}

/*
 * Nav
 */
.nav {
    /*background: #FFF;*/
    border: 0;
    clear: both;
    /*left: 185px;*/
    margin: 0;
    padding: 0;
    /*position: absolute;
    right: 370px;
    top: 0;*/
}
.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: 5px 15px;
    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 .r-1 {
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0 370px 0 185px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.nav .r-1 a {
    color: #303030;
    padding: 26px 20px 25px;
    text-align: center;
    text-decoration: none;
}
.nav .r-1 a:hover {
    background: #9e0b0f;
    color: #fff;
}

/*Menu na mobilke*/

.c-hamburger {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .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: 5px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: fixed;
        text-indent: -9999px;
        top: 5px;
        -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 {
    left: 240px;
} */
    .c-hamburger:focus {
        outline: none;
    }
    .c-hamburger span {
        background: #aaa;
        display: block;
        height: 4px;
        left: 10px;
        position: absolute;
        right: 10px;
        top: 28px;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        background: #aaa;
        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-color: #fff;
        -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: #fff;
    }
    .c-hamburger--htx.active span {
        background: rgba(255, 255, 255, 0);
        /*opacity: 0;*/
    }
    .c-hamburger--htx.active span::before {
        background: #c61e1e;
        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 {
        background: #c61e1e;
        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 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;
}

.top .profile {
    border-right: 1px solid #e1e1e1;
    display: table;
    height: 71px;
    line-height: 1.1;
    padding: 0 25px;
    position: absolute;
    top: 0;
    right: 245px;
    text-align: right;
}
.top .profile > div {
    display: table-cell;
    vertical-align: middle;
}
.top .profile a {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.top .profile a.imp {
    color: #282828;
}

/*
 * Search
 */
.search {
    height: 64px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 167px;
    top: 0;
    z-index: 100;
}
.search > div {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 77px;
}
.search form {
    background: #fff;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
}
.search form > div {
    max-height: 64px;
    max-width: 77px;
    overflow: hidden;
    padding: 15px 10px 5px;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.search.focus form > div,
.search.hover form > div {
    max-height: 500px;
    padding: 15px 10px 5px;
    max-width: 220px;
    width: 220px;
}
.search form .fill-row {
}
.search form .fill-name {
    left: 35px;
    top: 16px;
}
.search form .fill-name.fill-focus {
    filter: alpha(opacity = 0);
    opacity: 0;
}
.search form .input {
    height: 34px;
    line-height: 32px;
    filter: alpha(opacity = 0);
    opacity: 0;
    padding: 2px 15px;
}
.search form .input.select {
    padding: 2px 35px 2px 7px;
}
.search form > div > .fill-row .input {
    padding-right: 50px;
}
.search.focus form .input,
.search.hover form .input {
    filter: alpha(opacity = 100);
    opacity: 1;
}
.search form button {
    background: none;
    border: 0;
    color: #ababab;
    font-size: 28px;
    height: 34px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 17px;
    text-align: center;
    top: 15px;
    width: 40px;
}
.search form button:hover {
    background: none;
}
.search.focus .switch-input:checked + div + div + button,
.search.hover .switch-input:checked + div + div + button {
    bottom: 25px;
    left: 17px;
    margin: 0 auto;
    top: auto;
}
.search form button:before {
    display: none;
}
.search form .switch-input {
    display: none;
    position: absolute;
}
.search form .switch-content {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.search.focus form .switch-input:checked + div + .switch-content,
.search.hover form .switch-input:checked + div + .switch-content {
    max-height: 500px;
}
.search form .switch-label {
    color: #ababab;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: -16px 0 0 0;
    filter: alpha(opacity=0);
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    white-space: nowrap;
}
.search.focus form .switch-label,
.search.hover form .switch-label {
    filter: alpha(opacity = 100);
    opacity: 1;
}
.search.focus form .switch-input:checked + div + div + button + .switch-label,
.search.hover form .switch-input:checked + div + div + button + .switch-label {
    margin: 30px 0 0;
}
.search form .switch-label span {
    display: block;
}
.search form .switch-input:checked + div + .switch-content + button + .switch-label span {
    display: none;
}
.search form .switch-label span + span {
    display: none;
}
.search
    form
    .switch-input:checked
    + div
    + .switch-content
    + button
    + .switch-label
    span
    + span {
    display: block;
}

/*
 * Top Cart
 */
.top .cart {
    display: block;
    margin: 0;
    right: 87px;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}
.top .cart:before {
}
.top .cart > div > a {
    background: #9e0b0f;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 70px;
    padding: 42px 0 0;
    position: relative;
    text-decoration: none;
    width: 80px;
}
.top .cart > div > a .icon {
    color: #fff;
    font-size: 28px;
    height: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 18px;
    width: 26px;
}
.top .cart.active > div > a .icon {
    top: 11px;
}
.top .cart > div > a .title {
    display: none;
}
.top .cart > div > a .title span {
}
.top .cart > div > a .quantity {
    display: none;
}
.top .cart.active > div > a .quantity {
}
.top .cart > div > a .quantity:before {
}
.top .cart > div > a .amount {
    display: none;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-align: center;
}
.top .cart.active > div > a .amount {
    display: block;
}
.top .cart .top-dropdown-adv {
    margin: 0;
    padding: 20px;
    top: 71px;
    width: 400px;
}
.top .cart .top-dropdown-adv:before {
    display: none;
}
.top .cart .top-dropdown-adv:after {
    display: none;
}
.top .cart .top-dropdown-adv {
    display: none;
}
.top .cart.active .top-dropdown-adv {
    display: block;
}
.sideCart {
    color: #282828;
    padding: 0;
}
.sideCart > span {
    display: block;
    font-weight: 300;
    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: #9e0b0f;
    font-weight: 500;
}

.sideCart-list {
    display: table;
    margin: -15px 0 0;
    max-height: 300px;
    overflow: auto;
    width: 100%;
}
.sideCart-item {
    color: #282828;
    display: table-row;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.sideCart-item > span {
    border-top: 1px solid #ececec;
    display: table-cell;
    padding: 15px 0;
    vertical-align: top;
}
.sideCart-item > span:first-child {
    padding-right: 10px;
    text-align: center;
    width: 100px;
}
.sideCart-item > span:first-child > a {
    display: inline-block;
    overflow: hidden;
}
.sideCart-item img {
    max-height: 80px;
    max-width: 80px;
    -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 {
    padding: 15px 5px;
    vertical-align: middle;
}
.sideCart-item-name {
    display: block;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    padding: 2px 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.sideCart-item-name a {
    color: #9e0b0f;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.sideCart-item-name a:hover {
    color: #d50000;
    text-decoration: none;
}
.sideCart-item-attr {
    color: #303030;
    display: block;
    font-size: 14px;
    font-weight: 300;
    padding: 2px 0;
}
.sideCart-item-attr span {
    font-weight: 300;
}

.sideCart-item > span:first-child + span + span {
    text-align: right;
}
.sideCart-item > span:first-child + span + span span {
    display: block;
}
.sideCart-item-price {
    color: #9e0b0f;
    font-size: 18px;
    font-weight: 500;
}
.sideCart-item-count {
    color: #919191;
    font-size: 14px;
    font-weight: 300;
}
.sideCart-item-total {
    color: #303030;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.sideCart-item > span:first-child + span + span + span {
    vertical-align: middle;
    width: 20px;
}

.sideCart-item-remove {
    color: #282828;
    display: block;
    font-size: 18px;
    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 {
    border-color: #9e0b0f;
    font-size: 15px;
    font-weight: 300;
    margin-top: 0;
    padding: 21px 15px;
    text-align: center;
    text-transform: uppercase;
}
.sideCart .button .icon {
}
.sideCart .box {
    margin: 0;
}

.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;
    min-width: 270px;
    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 .button,
.body-info .button * {
    color: #fff;
}
.body-info .button:hover,
.body-info .button:hover * {
    color: #282828;
}

.languages {
    color: #282828;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    position: absolute;
    right: 38px;
    text-transform: uppercase;
    top: 14px;
}
.languages a {
    color: #ababab;
}
.languages a.active {
    color: #282828;
}

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

/*
 * Footer
 */
.footer {
    background: #830d12;
    clear: both;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

.footer a,
.footer .a {
    color: #fff;
    position: relative;
    text-decoration: none;
}

.footer a:after,
.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,
.footer .a:hover:after {
    width: 100%;
}

.footer .r-1 {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.newsletter .intro {
    padding: 20px 0 10px;
}
.newsletter .dataprocessing {
    display: inline-block;
    padding: 0 0 15px;
}
.newsletter form {
    margin: 0 auto;
    max-width: 600px;
}
.newsletter .checkbox {
    background: none;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.newsletter label:hover .checkbox {
    border-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 1);
}
.newsletter .checkbox:after {
    border-color: #fff;
}
.newsletter .fill-row {
    margin-bottom: 0;
}
.newsletter .input {
    padding: 15px 8px 5px;
}
.newsletter .button {
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
    bottom: 1px;
    line-height: 20px;
    min-width: 140px;
    padding: 12px 10px 10px;
    position: absolute;
    right: 2px;
    z-index: 1;
}

.footer .r-2 {
    padding: 20px 0;
}
.footer .r-2 .span > div {
    padding: 10px 0 10px 80px;
    text-align: left;
}
.footer .r-2 .span > div > span,
.footer .r-2 .span > div > ul {
    display: block;
    padding: 8px 0;
}
.footer .r-2 .title {
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    position: relative;
    text-transform: uppercase;
}
.footer .r-2 .title .icon {
    bottom: 0;
    font-size: 20px;
    height: 20px;
    left: -35px;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.footer .r-2 .title + span,
.footer .r-2 .title + ul {
    padding-top: 16px;
}
.footer .r-2 .txt span {
    display: block;
}
.footer .r-2 .txt b {
    font-weight: 500;
}
.footer .r-2 .email {
    padding-bottom: 0;
}
.footer .r-2 .email a {
    font-weight: 500;
}
.footer .r-2 .phone {
    padding-top: 0;
}
.footer .r-2 .phone a {
    font-size: 18px;
    font-weight: 500;
}
.footer .r-2 .hours {
    font-size: 16px;
}
.footer .r-2 .social {
    margin: 0 -8px;
}
.footer .r-2 .social a {
    margin: 0 8px;
}
.footer .r-2 .payments {
    margin: 0 -15px;
    padding-top: 25px;
}
.footer .r-2 .payments img {
    margin: 0 15px 5px 15px;
}
.footer .r-3 {
    padding: 25px 0 15px;
}
.footer .r-3 div {
    color: rgba(255, 255, 255, 0.66);
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
}
.footer .r-3 a {
    color: rgba(255, 255, 255, 0.66);
}
.footer .r-3 a:after {
    border-color: rgba(255, 255, 255, 0.66);
}

/*
 * 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: 20%;
    margin-top: -30px;
    opacity: 0;
    position: relative;
    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;
    margin-top: 0;
    opacity: 1;
    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: #9e0b0f;
    font-size: 24px;
    font-weight: 500;
}

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

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: rgba(158, 11, 15, 0.4);
    border: 1px solid rgba(158, 11, 15, 1);
    color: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: rgba(158, 11, 15, 0.8);
    border: 1px solid rgba(158, 11, 15, 1);
    color: #fff;
}

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

@media only screen and (max-width: 1200px) {
    .top .logo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav .r-1 {
        margin-left: 150px;
    }
    .nav .r-1 a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

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

    .top .logo {
        left: 65px;
    }

    .nav .r-1 {
        margin: 0;
        padding: 70px 0 40px;
    }
    .nav li {
        display: block;
        margin: 0;
    }

    .cats > ul > li > a > .icon {
        right: 25px;
    }
    .cats > ul > li > a > span {
        padding: 18px 40px;
    }
    .cats > ul > li > a > span .icon {
        left: 5px;
    }

    .product .span {
        width: 100%;
    }
    .mfp-wrap.product .span-7 {
        width: 50%;
    }
    .mfp-wrap.product .span-5 {
        width: 50%;
    }

    .infos .span {
        width: 50%;
    }

    .footer .r-2 .span {
        width: 50%;
    }
}

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

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

    .cats > ul > li > a {
        font-size: 11px;
    }
    .cats > ul > li > a > .icon {
        right: 10px;
    }
    .cats > ul > li > a > span {
        padding: 18px 30px 18px 40px;
    }
    .cats ul ul li {
        width: 33.33%;
    }

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

    .mfp-wrap.product .mfp-content {
        margin: 0;
        max-width: 100%;
    }
    .mfp-wrap.product .svgs {
        background: #fff;
        left: 0;
        margin: 0 auto;
        max-width: 95%;
        padding: 20px 10px 10px;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
    }
    .mfp-wrap.product .svgs svg {
        position: static;
    }
    .mfp-wrap.product .span {
        width: 100%;
    }
    .mfp-wrap.product .span-5 {
        padding-top: 185px;
    }

    .footer .r-2 .span > div {
        padding-left: 40px;
    }
}

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

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

    .top .logo {
        padding: 16px 5px 7px;
        top: 0;
    }

    .c-hamburger {
        left: 0;
        top: 0;
    }
    .nav .r-1 {
        padding-top: 141px;
    }

    .top .profile {
        border: 0;
        height: 60px;
        padding: 0 25px;
        right: 80px;
    }

    .search {
        left: -300px;
        position: fixed;
        right: auto;
        top: 60px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        z-index: 801;
    }
    .top .nav.active + .profile + .search {
        left: 0;
    }
    .search > div {
        width: 300px;
    }
    .search form > div,
    .search.focus form > div,
    .search.hover form > div {
        background: #f7f7f7;
        max-height: 500px;
        max-width: none;
        padding: 15px 10px;
        width: 300px;
    }
    .search form .input {
        filter: alpha(opacity = 100);
        opacity: 1;
    }
    .search.focus .switch-input:checked + div + div + button,
    .search.hover .switch-input:checked + div + div + button {
        bottom: 35px;
    }
    .search form .switch-label {
        filter: alpha(opacity = 100);
        opacity: 1;
    }

    .top .cart {
        right: 0;
    }
    .top .cart > div > a {
        height: 60px;
        padding: 36px 0 0;
    }
    .top .cart.active > div > a .icon {
        top: 8px;
    }
    .top .cart .top-dropdown-adv {
        top: 60px;
    }

    .languages {
        background: #fff;
        left: -300px;
        padding: 18px 0;
        position: fixed;
        right: auto;
        text-align: right;
        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 + .profile + .search + .cart + .languages {
        left: 0;
    }
    .languages div {
        display: inline-block;
        vertical-align: middle;
    }
    .languages a {
        display: block;
        padding: 5px 10px;
    }

    .cats > ul {
        display: block;
    }
    .cats > ul > li {
        display: block;
        position: relative;
        width: 100%;
    }
    .cats ul ul li {
        width: 50%;
    }

    .products .options > div {
        float: none;
        text-align: right;
    }

    .footer .r-2 .span {
        width: 100%;
    }
}

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

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

    .top .logo {
        left: 60px;
        padding: 22px 5px 7px;
        width: 90px;
    }

    .top .profile {
        padding: 0 5px;
        right: 60px;
    }
    .top .profile a {
        font-size: 10px;
    }

    .top .cart > div > a {
        width: 60px;
    }
    .top .cart > div > a .amount {
        font-size: 12px;
    }
    .top .cart .top-dropdown-adv {
        padding: 10px;
        width: 300px;
    }

    .cats ul ul li {
        width: 100%;
    }

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

    .product .fake-color + .fake-options {
        width: 280px;
    }
    .product .fake-color + .fake-options .option {
        width: 50%;
    }

    .product .label {
        padding: 5px 0;
    }
    .product .label-name {
        display: block;
        float: none;
        margin: 0;
        width: auto;
    }

    .product .label-radios label {
        width: 50%;
    }

    .product .label-radios-stroke label {
        text-align: left;
        width: 100%;
    }
    .product .label-radios-stroke label + label {
        margin-top: 10px;
    }
    .product .label-radios-stroke img {
        display: initial;
        margin: 0 15px;
        max-height: 100px;
    }

    .product .label.label-file {
        display: block;
    }
    .product .label.label-file > div {
        display: block;
    }
    .product .label.label-file > div + div {
        padding-top: 10px;
        width: auto;
    }

    .product .sets .items {
        display: block;
    }
    .product .sets .items > div {
        border-bottom: 1px solid #dfdfdf;
        display: block;
        padding: 5px 0;
    }
    .product .sets .items > div > div {
        border: 0;
        display: inline-block;
        margin-right: -4px;
    }
    .product .sets .items > div:first-child + div > div {
        padding: 4px 4px 4px 0;
    }
    .product .sets .items .adds {
        text-align: left;
        width: 64%;
    }
    .product .sets .items .size {
        text-align: right;
        width: 32%;
    }
    .product .sets .items .price {
        min-width: 0;
        text-align: left;
        width: 32%;
    }
    .product .sets .items .quantity {
        text-align: center;
        width: 32%;
    }
    .product .sets .items .total {
        text-align: right;
        width: 32%;
    }

    .infos .span {
        width: 100%;
    }

    .newsletter .button {
        min-width: 100px;
    }
}

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

@media only screen and (max-width: 320px) {
    .mfp-wrap.product .svgs {
        padding: 0 10px;
    }
    .mfp-wrap.product .span-5 {
        padding-top: 150px;
    }
}

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

.row-inv .span {
    float: right;
}

/*
 * Cart rabat
 */
.cart-rabat {
    padding: 15px 0;
}
.cart-rabat-name {
    color: #282828;
    font-size: 30px;
    font-weight: 300;
    margin: 2px 5px 3px 5px;
    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;
}
.cart-discount-box {
    border: 1px solid #d7d7d7;
    display: table;
    width: 100%;
}
.cart-discount-box > div {
    display: table-cell;
    vertical-align: middle;
}
.cart-discount-box .cdb-name {
    background: #ebebeb;
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    width: 31%;
}
.cart-discount-box .cdb-input {
}
.cart-discount-box .cdb-input .fill-row {
    margin-bottom: 0;
}
.cart-discount-box .cdb-input .fill-name {
    color: #919191;
    font-size: 14px;
    left: 40px;
    top: 23px;
}
.cart-discount-box .cdb-input .fill-name.fill-focus {
    color: #9f9f9f;
    font-size: 13px;
    top: 12px;
}
.cart-discount-box .cdb-input .input {
    border: 0;
    line-height: 1.2;
    padding: 16px 20px 6px;
}
.cart-discount-box .cdb-button {
    width: 100px;
}

/*
 * Login box
 */

.loginBox {
    background: #f2f2f2;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    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;
}

/* Main Cart */
.main .cart h2 {
    color: #2d2d2d;
    font-size: 24px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: none;
}
.main .cart .formActions {
    padding-bottom: 10px;
    padding-top: 10px;
}
.main .cart .formActions .button {
    margin: 5px;
}

/*
 * Cart Steps
 */
.bg-force {
    display: block;
    position: relative;
}
.bg-force:before {
    background: #fff;
    bottom: -15000px;
    content: '';
    left: -1500px;
    position: absolute;
    right: -1500px;
    top: -500px;
    z-index: -1;
}

.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: #8b8b8b;
    display: table-cell;
    list-style: inside;
    padding: 20px;
}
.step:first-child {
    border: none;
    padding-left: 0;
}
.step:last-child {
    padding-right: 0;
}
.step--active {
    color: #9e0b0f;
    opacity: 1;
}
.step:before {
    display: none;
}
.step b {
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.step .hint {
    color: #acacac;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin: 5px 44px 5px 0;
}

/*
 * Shop Cart
 */

.cartWrapper {
    border-top: 1px solid #d1d1d1;
    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: 10px;
}
.cart-type + .cart-table .cart-row:first-child .cart-cell {
    padding-top: 75px;
}
.cart-type + .cart-table .cart-row:first-child .cart-cell .radio {
    /*margin-bottom: 25px;*/
    top: 61px !important;
}
.cart-qty-big {
    width: 10%;
}
.cart-header {
    bottom: 100%;
    color: #5e5e5e;
    display: none;
    font-size: 15px;
    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 #d1d1d1;
    display: table-cell;
    padding: 13px 0;
    text-align: left;
    vertical-align: middle;
}

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

.cart-product {
    position: relative;
    width: 17%;
}
.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%;
    text-align: center;
    vertical-align: middle;
    width: 90%;
}
.cart-product-image img {
    display: block;
    margin: 0 auto;
    max-height: 300px;
    max-width: 100%;
}

.cart-details {
    position: relative;
    width: 51%;
}
.cart-product-name {
    color: #9e0b0f;
    font-size: 16px;
    font-weight: bold;
    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-group {
    color: #474747;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.cart-product-attrs {
    color: #919191;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 !important;
    overflow: hidden;
    padding: 10px 0;
    text-transform: none;
}
.cart-product-attrs-group + .cart-product-attrs {
    padding-top: 0;
}
.cart-product-attrs li {
    background: none;
    display: block;
    padding: 0;
}
.cart-product-attrs li.ib {
    display: inline-block;
    min-width: 49%;
    padding-right: 20px;
    vertical-align: top;
}
.cart-product-attrs li span {
    display: block;
    padding: 0 20px 0 0;
}
.cart-product-attrs b {
    color: #474747;
    font-weight: normal;
}
.cart-product-attrs a {
    margin-left: 5px;
    text-decoration: none;
}
.cart-product-attrs .icon {
    font-size: 20px;
}

.cart-product-delivery {
    max-width: 90%;
}

.cart-price-black {
    color: #282828 !important;
}
.cart-price {
    color: #1a1a1a;
}
.cart-price small,
.cart-price small b {
    font-weight: bold;
    font-size: 14px;
}

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

.cart-x {
    font-size: 20px;
}
.cart-price-main {
    clear: both;
    color: #1d1d1d;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 2px 0;
    text-align: right;
}
.button-basketUpdate-show + .cart-price-main {
    padding-top: 15px;
}
.cart-price-main .price {
    font-size: 36px;
    font-weight: bold;
    margin-left: 5px;
}

.cart-ships .cartWrapper {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
}
.cart-ships .cart-cell {
    position: relative;
    width: 60%;
}
.cart-ships .cart-cell + .cart-cell {
    text-align: right;
    width: auto;
}
.cart-ships .cart-header {
    margin-bottom: 20px;
}
.cart-ships .cart-cell + .cart-cell .cart-header {
    right: 0;
}
/*.cart-ships .cart-type { display: none; }
.cart-ships .cart-type + .cart-table .cart-row:first-child .cart-cell { padding-top: 13px; }
.cart-ships .cart-type + .cart-table .cart-row:first-child .cart-cell .radio { top: 0 !important; }*/
.cart-ships .price {
    font-size: 16px;
    font-weight: bold;
}

/*#inpost input { min-width: 0; padding: 5px 5px; width: 150px; }
#inpost span { display: inline-block; padding: 0 10px; vertical-align: middle; }
#inpost div { display: inline-block; vertical-align: top; }
#inpost select + select { display: block; }
#inpost option.near { background: #EEE; font-weight: bold; }*/

@media only screen and (max-width: 1000px) {
    .cartWrapper + .row > .span-6 {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .button-basketUpdate {
        float: none;
        margin: 0 auto;
    }

    .cart-rabat .span {
        float: none;
        margin-left: 0;
        width: auto;
    }
    .cart-rabat .cart-rabat-name {
        float: none;
        text-align: left;
        width: 100%;
    }

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

    .step {
        display: none;
    }
    .step--active {
        display: block;
    }

    .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-cell {
        border: 0;
        display: inline-block;
        vertical-align: top;
    }
    .cart-header {
        border: none;
        display: block !important;
        margin: 0 0 5px;
        position: static;
        text-align: center;
    }

    .cart-product {
        border-top: 1px solid #eee;
        text-align: left;
        width: 32.5%;
    }
    .cart-product .cart-header {
        display: none !important;
    }
    .cart-product-image,
    .cart-product-name {
        width: auto;
    }

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

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

    .cart-ships .cart-cell {
        width: 100%;
    }
    .cart-type + .cart-table .cart-row:first-child .cart-cell + .cart-cell {
        padding-top: 13px;
    }
}
@media only screen and (max-width: 480px) {
    .cart-price-main .price {
        display: block;
    }

    .cart-discount-box {
        display: block;
    }
    .cart-discount-box > div {
        display: block;
    }
    .cart-discount-box .cdb-name {
        padding: 10px 0;
        width: auto;
    }
    .cart-discount-box .cdb-button {
        width: auto;
    }
    .cart-discount-box .cdb-button .button {
        width: 100%;
    }
}

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

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?ywntpm');
    src:
        url('fonts/icomoon.eot?ywntpm#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?ywntpm') format('truetype'),
        url('fonts/icomoon.woff?ywntpm') format('woff'),
        url('fonts/icomoon.svg?ywntpm#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-marker:before {
    content: '\e93f';
}
.icon-search:before {
    content: '\e951';
}
.icon-instagram:before {
    content: '\e960';
}
.icon-sale:before {
    content: '\e962';
}
.icon-yt:before {
    content: '\e9a2';
}
.icon-skype:before {
    content: '\e9ac';
}
.icon-fb:before {
    content: '\ea01';
}
.icon-twitter:before {
    content: '\ea02';
}
.icon-google:before {
    content: '\ea03';
}
.icon-support:before {
    content: '\e901';
}
.icon-rosette:before {
    content: '\e903';
}
.icon-plus:before {
    content: '\e906';
}
.icon-cart:before {
    content: '\e90e';
}
.icon-cup:before {
    content: '\e915';
}
.icon-diamond:before {
    content: '\e916';
}
.icon-down:before {
    content: '\e91a';
}
.icon-remove:before {
    content: '\e91d';
}
.icon-heart:before {
    content: '\e925';
}
.icon-home:before {
    content: '\e927';
}
.icon-info:before {
    content: '\e92a';
}
.icon-left:before {
    content: '\e931';
}
.icon-medal:before {
    content: '\e937';
}
.icon-minus:before {
    content: '\e945';
}
.icon-right:before {
    content: '\e94b';
}
.icon-shield:before {
    content: '\e954';
}
.icon-star:before {
    content: '\e955';
}
.icon-download:before {
    content: '\e932';
}
.icon-edit:before {
    content: '\e939';
}

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

.dataprocessing {
    display: block;
    line-height: 1.2;
    text-align: left;
}
.dataprocessing .dp-law {
    display: block;
    font-size: 0.8em;
    margin: 0 0 5px;
    opacity: 0.8;
}
.dataprocessing .dp-inf {
    display: block;
    margin: -19px 0 0;
    padding: 0 0 0 30px;
}
.dataprocessing .dp-inf a {
    color: #fff;
    font-style: italic;
    margin-left: 15px;
    opacity: 0.75;
}
.dataprocessing .dp-inf a:hover {
    color: #fff;
    opacity: 1;
}
.dataprocessing .dp-lbl {
    display: inline-block;
}
.dataprocessing .dp-dsc {
    display: block;
    padding: 0;
}
.dataprocessing .dp-dsc > div {
    padding: 10px 0 0;
}
.mfp-bg {
    z-index: 21042;
}
.whiteBackground .mfp-content {
    min-height: 0;
}
.mfp-wrap {
    z-index: 21043;
}
.mfp-content ul {
    margin: 0 0 0 25px;
    padding: 0;
}
.mfp-content ul > li {
    list-style: disc;
    margin: 0;
    padding: 1px 0;
}
.mfp-content ol {
    margin: 0 0 0 25px;
    padding: 0;
}
.mfp-content ol > li {
    list-style: decimal;
    margin: 0;
    padding: 1px 0;
}

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

.inpost,
.pwr {
    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;
}

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

/*
* 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: #9e0b0f;
    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) {
}

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

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

* {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

/*
.product .svgs path,
.product .svgs polygon,
.product .svgs line,
.product .svgs rect,
.product .svgs ellipse,
.product .svgs circle {
      stroke-dasharray: 1700;
      stroke-dashoffset: 1700;
}

.product.svgLineActive .svgs path,
.product.svgLineActive .svgs polygon,
.product.svgLineActive .svgs line,
.product.svgLineActive .svgs rect,
.product.svgLineActive .svgs ellipse,
.product.svgLineActive .svgs circle{
    -webkit-transition:  all 0.4s ease-in-out 0s, stroke-dashoffset 4s ease-in-out 0s;
       -moz-transition:  all 0.4s ease-in-out 0s, stroke-dashoffset 4s ease-in-out 0s;
         -o-transition:  all 0.4s ease-in-out 0s, stroke-dashoffset 4s ease-in-out 0s;
            transition:  all 0.4s ease-in-out 0s, stroke-dashoffset 4s ease-in-out 0s;
      stroke-dashoffset: 0;
      color: #183675;
}
*/
