.alert.alert-shop {
    border-color: #C5C5C5;
    color: #f15a22;
}

.fancybox-container {
    background: rgba(255, 255, 255, 0.9);
}

.alert.alert-shop .close {
    color: #f15a22;
}

.select select {
    display: none;
}

.ic {
    width: inherit;
    height: inherit;
}

.ic-arrow-r,
.ic-arrow-l {
    width: 20px;
    height: 14px;
    background-image: url('../images/ic/ic-arrows-h.png');
}

.ic-arrow-l {
    background-position: 0 0;
}

.ic-arrow-r {
    background-position: 0 -14px;
}

.ic-arrow-l.ic-white {
    background-position: 0 -28px;
}

.ic-arrow-r.ic-white {
    background-position: 0 -42px;
}

.ic-arrow-d,
.ic-arrow-u {
    width: 14px;
    height: 20px;
    background-image: url('../images/ic/ic-arrows-v.png');
}

.ic-arrow-d {
    background-position: 0 0;
}

.ic-arrow-u {
    background-position: -14px 0;
}

.ic-arrow-d.ic-white {
    background-position: -28px 0;
}

.ic-arrow-u.ic-white {
    background-position: -42px 0;
}

.ic-user {
    width: 15px;
    height: 17px;
}

.ic-padlock {
    width: 12px;
    height: 16px;
}

.ic-basket {
    width: 18px;
    height: 16px;
}

.ic-basket.ic-white {
    background-position: 0 -18px;
}

.ic-basket.ic-blue {
    background-position: 0 -36px;
}

.ic-arrow-l,
.ic-arrow-r {
    width: 20px;
    height: 14px;
}

.ic-arrow-u,
.ic-arrow-d {
    width: 14px;
    height: 18px;
}

.ic-arrow-d {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ic-search {
    width: 15px;
    height: 15px;
}

.ic-login {
    width: 36px;
    height: 36px;
}

.ic-register {
    width: 36px;
    height: 36px;
}

.ic-cart {
    width: 36px;
    height: 36px;
}

.ic-loupe {
    width: 30px;
    height: 30px;
}

.ic-phone {
    width: 15px;
    height: 15px;
}

.ic-mail {
    width: 14px;
    height: 12px;
}

.ic-free-delivery {
    width: 23px;
    height: 19px;
}

.ic-history {
    width: 16px;
    height: 16px;
}

.ic-logout {
    width: 16px;
    height: 16px;
}

.ic-googlePlus {
    width: 27px;
}

.ic {
    display: inline-block;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

.ic svg {
    float: left;
    max-width: 100%;
    max-height: 100%;
    height: inherit;
    fill: #000000;
}

/*
.ic-mail svg {
    width: 14px;
}*/

.btn-primary .ic svg {
    fill: #fff;
}

.btn-prev {
    float: left;
}

.btn-next {
    float: right;
}

.container {
    padding: 0 15px;
    max-width: 1620px;
    width: 100%;
}

/*
.container.forms-container,
.container.basket-container {
    max-width: 1239px;
    clear: both;
}
*/

.forms-container .container,
.basket-container .container {
    padding: 0;
}

.tab-content .alert {
    margin-bottom: 0;
}

.container > .row {
    margin: 0;
}

/*
.container-lg {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 1580px) {
    .container-lg {
        width: 1550px;
        padding-left: 0;
        padding-right: 0;
    }
}*/

*[id^=fancybox] {
    box-sizing: content-box;
}

nav a {
    letter-spacing: 0.05em;
}

body {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -ms-overflow-style: scrollbar;
    font-variant-ligatures: no-common-ligatures;
}

.select-48 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #C5C5C5;
}

#main-wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.label {
    color: #000;
}

h1,
.h1,
h2.h1,
h3.h1,
h4.h1,
h5.h1 {
    font-size: 48px;
    line-height: normal;
}

h2,
.h2,
h1.h2,
h3.h2,
h4.h2,
h5.h2 {
    margin-bottom: 31px;
    font-size: 36px;
}

h3,
.h3,
h1.h3,
h2.h3,
h4.h3,
h5.h3 {
    font-size: 32px;
}

h4,
.h4,
h1.h4,
h2.h4,
h3.h4,
h4.h4,
h5.h4 {

}

h5,
.h5,
h1.h5,
h2.h5,
h3.h5,
h4.h5,
h5.h5 {

}

a {
    color: #f15a22;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

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

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
    color: #000;
}

a:focus,
a:active,
.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none;
}

legend {
    border-bottom: 0;
}

label {
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 13px;
}

.regular {
    font-weight: normal;
}

.text-muted {
    color: #C5C5C5;
}

.form-group {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.form-group.form-group-last {
    margin-bottom: 0;
}

.form-control {
    padding: 13px 26px;
    padding-bottom: 12px;
    height: 50px;
    border: 1px solid #C5C5C5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000000;
    font-size: 14px;
}

input,
input.form-control {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-control:focus {
    outline: none;
    border: 1px solid #f15a22;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-error .control-label {
    color: #000;
}

.form-control.error:focus + .form-control-feedback,
.has-error .form-control:focus + .form-control-feedback {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

form .row {
    margin-right: -5px;
    margin-left: -5px;
}

form [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.contact-form form .form-group {
    margin-bottom: 9px;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    padding-bottom: 0;
    border: none;
}

.dropdown-menu > li > a {
    position: relative;
    float: left;
    width: 100%;
}

.dropdown-menu > li > a > .search-product-img-contener + span.search-product-label {
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 75px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li:nth-child(even) > a:hover,
.dropdown-menu > li:nth-child(even) > a:focus {
    color: #f15a22;
}

.dropdown-menu > li > a,
.dropdown-menu > li:nth-child(even) > a {
    background-color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .btn.ic-wrapper .caption {
        display: none;
    }

    .btn.ic-wrapper {
        padding: 0;
    }
}

.btn-link {
    padding: 0;
    color: #000000;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}

.btn-message {
    padding-right: 64px;
}

.btn-location {
    padding-right: 74px;
}

.btn-login {
    position: relative;
    padding-left: 70px;
    max-width: 100%;
}

.btn:hover,
.btn.focus,
.btn:focus,
.btn.active,
.btn:active,
button:hover,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
.open > .dropdown-toggle.btn
.open > .dropdown-toggle.btn.focus,
.open > .dropdown-toggle.btn:focus,
.open > .dropdown-toggle.btn:hover {
    outline: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn {
    position: relative;
    padding: 7px 20px;
    max-width: 100%;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    white-space: inherit;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.active, .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-long {
    max-width: 100%;
    width: 287px;
}

.btn-info {
    border: 1px solid #C5C5C5;
    background-color: #fff;
    color: #000000;
}

.btn-info:hover,
.btn-info.focus,
.btn-info:focus,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    border-color: transparent;
    background-color: #000000;
    color: #fff;
}

.btn-default {
    background-color: #000000;
    color: #fff;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.top-box-wrapper:hover > a.btn-default,
.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    border-color: transparent;
    background-color: #f15a22;
    color: #fff;
}

.btn-primary {
    background-color: #f15a22;
    color: #fff;
}

.top-box-wrapper:hover > a.btn-primary,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    border-color: transparent;
    background-color: #000000;
    color: #fff;
}

.btn-success {
    background-color: #cddc39;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-color: #000000;
    color: #fff;
}

.btn-danger {
    background-color: #f44336;
}

.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background-color: #000000;
    color: #fff;
}

.ic-wrapper {
    display: block;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    width: 33px;
    height: 33px;
    text-align: center;
}

.btn-icon .ic-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.btn-icon.btn-icon-right .ic-wrapper {
    right: 4px;
    left: inherit;
}

.ic-c,
.ic-wrapper .ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ic-wrapper .ic.ic-arrow-left,
.ic-arrow-left {
    -ms-filter: "FlipH";
    filter: FlipH;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -moz-transform: translate(-50%, -50%) scaleX(-1);
    -o-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

/* fancybox */

.cms-popup-body {
    padding: 30px 40px;
    padding-top: 30px !important;
    border: 1px solid #C5C5C5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    -moz-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
}

.cms-popup .close-popup {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f15a22;
    text-decoration: none;
    font-size: 36px;
    line-height: 30px;
}

.cms-popup-backdrop {
    background: #fff;
    opacity: 0.9;
}

.cms-popup .close-popup:hover {
    background-color: #000000;
    color: #fff;
}

.cms-popup-center {
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cms-popup-center > .banner-photo {
    float: left;
}

.shop-variant-option.color-box {
    display: inline-block;
    width: 34px;
    height: 34px;
}

.product-item .price {
    color: #f15a22;
    font-weight: bold;
    font-size: 30px;
}

label span > a {
    text-decoration: underline;
}

.price-old {
    color: #000000;
    text-decoration: line-through;
}

.product-tile-prices-wrapper {
    float: left;
    margin-bottom: 9px;
    width: 100%;
    text-transform: lowercase;
}

.product-tile-prices-wrapper .price-box,
.product-tile-prices-wrapper .price-old {
    display: inline-block;
    vertical-align: bottom;
}

.product-tile-price-gross-wrapper {
    margin-bottom: 9px;
}

.product-tile-price-gross-wrapper .price-old {
    float: right;
    margin-top: 18px;
}

.product-tile-price-net-wrapper .price-old {
    color: #666767;
}

.product-tile-price-net-wrapper .price.price.price-new.shop-product-price-net {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.basket-remove-item .ic-close::after {
    font-size: 22px;
    line-height: 22px;

}

.basket-remove-item .ic-close::after {
    font-size: 21px;
    line-height: 32px;
}

.basket-remove-item {
    position: relative;
    display: block;
    padding: 0;
    width: 21px;
    height: 21px;
}

@media screen and (min-width: 1238px) {
    .top-box-inner {
        -webkit-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
        -moz-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
        box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    }
}

.dropdown-menu,
.navbar-sticky,
.select2-dropdown {
    border: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    -moz-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
}

.dropdown-menu,
.navbar-sticky,
.select2-dropdown {
    padding: 0;
    border: 1px solid #C5C5C5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    -moz-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-fill-mode: both;
}

.select2-dropdown {
    border-color: #f15a22;
    border-top: 0;
}

.select2-container--open .select2-dropdown--above {
    border-top: 1px solid #f15a22;
}

.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: #f15a22;
    color: #fff;
}

.select2-container--default .select2-selection--multiple {
    background-color: #f2f2f2;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    -webkit-box-shadow: inset 0 0 0 1px rgb(31, 31, 31);
    -moz-box-shadow: inset 0 0 0 1px rgb(31, 31, 31);
    box-shadow: inset 0 0 0 1px rgb(31, 31, 31);
}

/* TOP-HEADER */
.top-header {
    float: left;
    width: 100%;
    background: #fff;
}

.header-row-1 {
    padding: 10px 0;
    background: #2b2b2b;
}

.header-row-1 .site-control {
    float: left;
}

.fast-contact {
    color: #000;
}

.fast-contact .section-wrapper {
    margin-bottom: 20px;
}

.fast-contact .ic-free-delivery {
    margin-right: 14px;
}

.fast-contact .ic-mail {
    position: relative;
    top: 3px;
    margin-right: 15px;
}

.fast-contact .ic-phone {
    margin-right: 15px;
}

.fast-contact .ic:not(.ic-mail) {
    float: left;
}

.fast-contact .caption {
    vertical-align: middle;
}

.fast-contact-content {
    float: left;
}

.fast-contact a.phone {
    margin-right: 0;
    font-weight: normal;
}

.fast-contact a {
    position: relative;
    display: block;
    float: left;
    margin-right: 15px;
    color: #000000;
}

.fast-contact a:hover,
.fast-contact a:focus {
    color: #f15a22;
}

.fast-contact a:hover svg,
.fast-contact a:focus svg {
    fill: #f15a22;
}

.top-currency-list,
.top-lang-list {
    float: left;
}

.top-lang-list {
    margin-right: 30px;
}

.top-lang-list nav > .caption,
.top-currency-list nav > .caption {
    margin-right: 22px;
}

.top-lang-list nav > .caption,
.top-currency-list nav > .caption {
    float: left;
    color: #000000;
}

.top-lang-list nav > .caption,
.top-currency-list nav > .caption {
    margin-right: 22px;
}

.top-currency-list nav > .caption.small-caption,
.top-lang-list nav > .caption.small-caption {
    display: none;
}

.top-lang-list ul,
.top-currency-list ul,
.top-lang-list ul li,
.top-currency-list-list ul li,
.top-lang-list .caption,
.top-currency-list .caption {
    float: left;
    width: auto;
    line-height: 36px;
}

.top-currency-list a .caption {
    width: 100%;
    line-height: 34px;
}

.top-currency-list ul li,
.top-lang-list ul li {
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
}

.top-lang-list ul li:not(:last-child),
.top-currency-list ul li:not(:last-child) {
    margin-right: 10px;
}

.top-lang-list ul li a,
.top-currency-list ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #C5C5C5;
    color: #000;
    font-size: 12px;
    line-height: 36px;
}

.top-lang-list ul li a:hover,
.top-lang-list ul li a:hover,
.top-currency-list a:hover,
.top-lang-list ul li a:focus,
.top-currency-list a:focus {
    border-color: transparent;
    background: #f15a22;
    color: #fff;
}

.top-currency-list li.active a {
    border-color: transparent;
    background-color: #000000;
    color: #fff;
}

.header-row-2 {
    display: block;
    /*min-height: 90px;*/
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-row-2-wrapper {
    /*float: left;*/
    overflow: hidden;
    /*width: 100%;*/
    height: 120px;
    /*border-top: 1px solid #C5C5C5;*/
    /*border-bottom: 1px solid #C5C5C5;*/
}

body.index-page .header-row-2-wrapper {
    border-bottom: 0;
}

.header-row-2 .header-right {
    float: right;
    margin-top: 21px;
    width: 746px;

}

.top-content {
    padding: 0 15px;
}

.top-heading {
    float: left;
    height: 120px;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*-webkit-transform: translate3d(-50%, 0, 0);*/
    /*-moz-transform: translate3d(-50%, 0, 0);*/
    /*-ms-transform: translate3d(-50%, 0, 0);*/
    /*-o-transform: translate3d(-50%, 0, 0);*/
    /*transform: translate3d(-50%, 0, 0);*/
}

.top-logo {
    display: block;
    float: left;
    padding: 34px 0 30px;
    position: relative;
}

.top-logo img {
    float: left;
    /*width: 160px;*/
    height: auto;
}

.top-shop-nav {
    float: left;
}

.header-right {
    float: right;
}

.header-right > .nav-inline {
    float: left;
}

.top-shop-nav ul {
    list-style: none;
}

.top-shop-nav > ul > li .ic-wrapper {
    /*width: 37px;*/
    height: 46px;
    width: auto;
    padding: 4px 20px 4px 10px;
}

.top-shop-nav > ul > li .ic-wrapper .ic {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    vertical-align: middle;
}

.top-shop-nav > ul > li {
    margin-right: 10px;
    float: left;
}

.top-shop-nav > ul > li.basket {
    margin-right: 0;
}

.top-shop-nav > ul > li > .btn.link-basket {
    margin-right: 0;
    padding: 13px 15px 13px 55px;
    font-size: 14px;
    line-height: 18px;
}

.top-shop-nav > ul > li > .btn.link-basket .shop-basket-total-item-price {
    margin-left: 8px;
    /*letter-spacing: 0.08em;*/
    /*font-weight: bold;*/
}

.top-shop-nav > ul > li > a,
.top-shop-nav > ul > li > .btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #fff;
}

.top-shop-nav > ul > li > a svg,
.top-shop-nav > ul > li > .btn svg {
    fill: #fff;
}

@media screen and (min-width: 1238px) {
    .top-shop-nav > ul > li:hover > a,
    .top-shop-nav > ul > li > a:hover,
    .top-shop-nav > ul > li > a:focus {
        border-color: transparent;
        background-color: #f15a22;
        color: #fff;
    }

    .top-shop-nav > ul > li:hover > a svg,
    .top-shop-nav > ul > li > a:hover svg,
    .top-shop-nav > ul > li > a:focus svg,
    .top-shop-nav > ul > li:hover > .btn.link-basket svg,
    .top-shop-nav > ul > li > .btn.link-basket:hover svg,
    .top-shop-nav > ul > li > .btn.link-basket:focus svg {
        fill: #fff;
    }
}

.top-shop-nav > ul > li > .btn .ic-wrapper {
    width: 36px;
    height: 36px;
}

.top-shop-nav > ul > li:last-child {
    margin-right: 0;
}

.basket-table th, .basket-table td {
    border-bottom: 1px solid #C5C5C5;
}

.basket-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.basket-table tbody tr:nth-child(even) {
    background-color: #fdfdfd;
}

.basket-table .input-counter .action {
    width: 26px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.basket-table .input-counter input {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 36px;
    line-height: 24px;
}

.basket-table .input-counter input[readonly] {
    background: #fff;
}

.basket-table span.qty-minus.qty-down:after,
.basket-table span.qty-plus.qty-up::after {
    top: 9px;
}

.top-nav {
    float: left;
    overflow: hidden;
    /*padding: 0 45px 0 15px;*/
    width: 100%;
}

#top-nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.top-nav a:hover,
.top-nav a:focus,
.top-nav li.active > a,
.top-nav li.has-sub:hover > a,
.top-nav nav > ul > li:hover > a {
    color: #f15a22;
}

@media screen and (min-width: 1140px) {
    .top-nav a {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
}

.top-nav nav > ul > li > a:hover,
.top-nav nav > ul > li > a:focus,
.top-nav nav > ul > li > .active > a,
.top-nav nav > ul > li > .has-sub:hover > a {
    border-color: transparent;
}

.top-nav nav > ul > li.has-sub:hover > a {
    z-index: 25;
    border-color: transparent;
}

.top-nav a {
    color: #000000;
}

.nav-inline ul > li > a {
    color: #000000;
}

.top-nav li {
    position: relative;
}

.top-nav nav > ul > li > ul {
    position: absolute;
    top: 90px;
    left: 50%;
    z-index: 100;
    display: none;
    background: #f1f2f2;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);

}

.top-nav nav > ul > li:hover > ul {
    display: block;
}

.top-nav nav > ul > li > ul > li > ul {
    padding-top: 16px;
    width: auto;
}

.top-nav nav > ul > li > ul > li > ul > li {
    position: relative;
    float: none;
    margin-bottom: 1px;
    width: 100%;
}

.top-nav nav > ul > li > ul > li > ul > li::before {
    position: absolute;
    top: 14px;
    left: 0;
    display: inline;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #000000;
    content: '';
}

.top-nav nav > ul > li > ul > li > ul > li > a {
    padding: 6px 20px;
    text-align: left;
}

.top-nav nav > ul > li > ul > li > ul > li:hover::before {
    background: #f15a22;
}

ul.other {
    animation-name: fadeIn;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.top-nav ul.other > li .other a {
    color: #2d3033;
}

.top-nav ul.other > li .other li.active > a,
.top-nav ul.other > li .other a:hover,
.top-nav ul.other > li .other a:focus {
    background: none;
    color: #f15a22;
}

.top-nav ul.other .has-sub:hover > a {
    color: #fff;
}

.top-nav ul.dropdown-full-width > li > ul::before {
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 17px;
    content: '';
}

.top-nav ul.dropdown-full-width > li > ul {
    padding: 30px 29px;
    width: 1238px;
}

.top-nav ul.dropdown-full-width {
    position: static;
    /*text-align: center;*/
    text-align: right;
}

.top-nav nav > ul > li {
    margin-right: 60px;
}

.top-nav nav > ul > li.last,
.top-nav nav > ul > li:last-child {
    margin-right: 0;
}

.top-nav nav > ul > li > a {
    position: relative;
    padding: 50px 0;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.top-nav ul.dropdown-full-width > li {
    position: static;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li {
    position: relative;
    float: left;
    margin-bottom: 25px;
    width: 25%;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li > a {
    color: #f15a22;
    font-weight: 300;
    font-size: 18px;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li:hover > a,
.top-nav nav > ul.dropdown-full-width > li > ul > li > a:hover,
.top-nav nav > ul.dropdown-full-width > li > ul > li > a:focus {
    text-decoration: underline;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li:hover.has-sub {
    z-index: 225;
}

.top-nav ul.other > li:nth-child(4n) {
    margin-right: 0;
}

.top-nav nav > ul > li > ul.other > li > a {
    display: table-cell;
    padding: 0 7px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

/* > */
.toggle-cross span:after {
    bottom: -7px;
}

.toggle-cross span:before {
    top: -7px;
}

.form-control-sm {
    padding: 0 12px;
    min-height: 32px;
}

.search-form.toggle-search input[type="text"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding-right: 12px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.top-search .search-form.toggle-search input[type="text"] {
    padding-right: 90px;
    max-width: 100vw;
    width: 768px;
    border: 1px solid #C5C5C5;
    background-color: #fff;
}

.rwd-bar .search-form input[type="text"] {
    padding-right: 51px;
    padding-left: 12px;
    width: 100%;
    height: 39px;
    opacity: 0;
}

.search-form.toggle-search .btn-close {
    display: none;
    font-size: 24px;
}

.search-form.toggle-search.active .btn-close {
    display: inline-block;
}

.search-form.toggle-search.active .btn-search {
    display: none;
}

.search-form.toggle-search:not(.active) input[type="text"] {
    padding: 0;
    width: 0;
    border-color: transparent;
    opacity: 0;
}

.search-view .page-heading h1 {
    font-size: 16px;
}

.search-view .page-heading .term {
    font-size: 24px;
}

#basket-total {
    overflow: hidden;
}

/* > */

/* top-search */
.top-search .search-toggle .ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.top-search .search-toggle {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 10px;
}

.top-search .search-toggle svg {
    fill: #fff;
}

.top-search {
    float: left;
}

.search-wrapper {
    padding: 0;
}

.search-wrapper .dropdown-menu {
    z-index: 250 !important;
    overflow: hidden;
    width: 100%;
    border: 1px solid #C5C5C5;
    border-radius: 0;
}

.search-wrapper .dropdown-menu li {
    border-bottom: 1px solid #C5C5C5;
}

.search-wrapper .dropdown-menu li:last-child {
    border-bottom: 0;
}

.top-search .search-form:not(.active) + .ui-autocomplete {
    display: none !important;
}

.search-form:not(.active) .form-group {
    /*opacity: 0;*/
    /*pointer-events: none;*/
}

#search-popup .bg-loupe .ic-search {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
}

#search-popup .bg-loupe svg {
    float: right;
    fill: #fff;
    stroke: #f15a22;
}

#search-popup .bg-loupe {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    max-height: 100%;
    width: 300px;
    height: 300px;
    opacity: 0.2;
}

#search-popup .search-wrapper,
#search-popup .search-title {
    position: relative;
    z-index: 1;
}

#search-popup {
    position: relative;
    display: none;
    overflow: visible;
    padding: 30px;
    max-width: 500px;
    width: 100%;
    border: 1px solid #f15a22;
    text-align: center;
}

.search-form input[type="text"] {
    display: block;
    padding: 3px 20px 5px;
    width: 100%;
    height: 42px;
    border: 1px solid #f15a22;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
}

.search-form .btn:hover {
    background: #f15a22;
    color: #fff;
}

.search-form .btn {
    display: block;
    float: none;
    margin: auto;
    width: 120px;
    height: 40px;
    border: 1px solid #f15a22;
    background: #fff;
}

.search-form .btn.btn-close {
    display: none;
}

.search-form .btn:hover svg,
.search-form .btn:focus svg {
    fill: #f15a22;
}

.header-main {
    z-index: 50;
    float: left;
    width: 100%;
}

/* > */
/* main-slider */

.main-slider-nav-slide {
    float: left;
    width: 25%;
}

.main-slider .slick-track {
    width: 100%;
}

.main-slider {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    height: 600px;
}

.main-slider .slider img {
    max-width: inherit;
    max-width: inherit;
}

.main-slider .slider,
.main-slider .slider img {
    -webkit-transition: height 0.4s, width 0.4s;
    -moz-transition: height 0.4s, width 0.4s;
    -ms-transition: height 0.4s, width 0.4s;
    -o-transition: height 0.4s, width 0.4s;
    transition: height 0.4s, width 0.4s;
}

.main-slider .slider {
    overflow: hidden;
    white-space: nowrap;
}

.main-slider .slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    white-space: normal;
}

.main-slider .slick-list,
.main-slider .slick-track {
    height: 100%;
}

.main-slider .slider-image-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.main-slider .slider-image-container {
    margin: 0 auto;
    max-width: 100%;
    width: 1920px;
    height: 100%;
}

.main-slider .slider-image-container img {
    float: left;
}

.main-slider .slider-arrow {
    z-index: 100;
    display: none;
    width: 56px;
    height: 100%;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;

}

.main-slider .slick-dots {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.main-slider .slick-arrow {
    position: absolute;
    right: 10%;
    bottom: 25px;
}

.main-slider .slick-prev {
    margin-right: 55px;
}

.main-slider-nav-wrapper {
    float: left;
    width: 100%;
    background: #f1f1f1;
}

.main-slider-nav-slide:first-child {
    border-left: 1px solid #fff;
}

.main-slider-nav-slide {
    overflow: hidden;
    padding: 17px 22px;
    min-height: 31px;
    border: none;
    border-right: 1px solid #fff;
    background-color: red;
    color: #fff;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    cursor: pointer;
}

.main-slider-nav-slide:hover,
.main-slider-nav-slide:focus {
    opacity: 0.8;
}

.main-slider-nav-slide:not(.slick-current) {
    background-color: #C5C5C5 !important;
    color: #C5C5C5;
}

@media screen and (min-width: 1238px) {
    .main-slider .btn.more:hover,
    .main-slider .btn.more:focus {
        background-color: #1f1f1f !important;
    }
}

.main-slider .btn.more {
    float: right;
    clear: both;
    margin-top: 20px;
    width: 287px;
    color: #fff;
    text-align: left;
}

.main-slider .slider-content {
    position: absolute;
    bottom: 16%;
    left: 0;
    z-index: 10;
    overflow: hidden;
    width: 100%;
}

.main-slider .slider-content .btn-more {
    margin-top: 53px;
    max-width: 100%;
}

.main-slider .slider-content-inner {
    float: left;
    width: 100%;
}

.main-slider h1 {
    margin-bottom: 0;
}

.main-slider .line1,
.main-slider .line2,
.main-slider .line3 {
    display: block;
}

.rwd-caption {
    display: none;
}

.main-slider .line1 {
    margin-bottom: 25px;
    font-size: 42px;
}

.main-slider .line2 {
    font-weight: 100;
}

.main-slider .line2,
.main-slider .line3 {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
}

.theme-1 .line1,
.theme-1 .line2,
.theme-1 .line3 {
    color: #fff;
}

.theme-2 .line1,
.theme-2 .line2,
.theme-2 .line3 {
    color: #000;
}

/* > */
/* > */
.main-content-left,
.form-bottom.main-content-left {
    float: left;
    max-width: 100%;
    width: 777px;
}

.basket-page-top:not(.basket-page-top-first-step) .main-content-left {
    width: 100%;
}

.main-content-left-inner {
    float: left;
    padding: 24px;
    width: 100%;
    background-color: #fff;
}

.main-content-left .login-pane {
    padding: 0;
}

.content-left {
    float: left;
    padding: 25px;
    width: 25%;
    background-color: #f3f3f3;
}

@media screen and (min-width: 1128px) {
    .content-right {
        padding-left: 15px;
    }
}

.content-right {
    float: right;
    width: 75%;
}

.koszyk_pods_ceny .login-pane.basket-summary {
    margin-bottom: 0;
}

.basket-payment-forms {
    float: left;
    margin: 15px 0 35px;
    width: 100%;

}

.basket-payment-forms .row {
    margin-right: -20px;
    margin-bottom: 15px;
    margin-left: -20px;
}

.basket-payment-forms [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
}

.basket-payment-forms .basket-total-box:nth-child(1) {
    background-color: #fafafa;
}

.basket-payment-forms .basket-total-box:nth-child(2) {
    background-color: #f2f2f2;
}

.basket-payment-forms .koszyk_pods_ceny {
    background-color: #e1e1e1;
}

.basket-payment-forms .basket-total-box .pane-heading {
    padding-top: 20px;
    padding-bottom: 10px;
}

.basket-payment-forms .koszyk_pods_ceny .pane-heading {
    padding-top: 20px;
    padding-bottom: 10px;
}

.login-pane.login-pane-compact.basket-summary .login-pane-inner {
    padding: 0;
}

.shop-radio-element {
    position: relative;
}

.shop-radio-element .iradio {
    position: absolute;
    top: 19px;
    left: 0;
}

.basket-payment-forms .login-pane.login-pane-compact .login-pane-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.basket-payment-forms .shop-radio-element label {
    float: left;
    margin-bottom: 0;
    padding: 24px 0 24px 40px;
    width: 100%;
    cursor: pointer;
}

.basket-payment-forms .shop-radio-element {
    margin-bottom: 0;
    border-bottom: 1px solid #C5C5C5;
}

.basket-payment-forms .shop-radio-element:last-child {
    border-bottom: none;
}

.basket-payment-forms span.shop-radio-element-description {
    position: absolute;
    top: 24px;
    right: 0;
    float: right;
    margin: 0;
    width: auto;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
}

.content-left ul.left-nav {
    overflow: hidden;
    margin: 0;
    border: 1px solid #C5C5C5;
}

nav.featured-posts ul.left-nav .title {
    display: block;
    margin-bottom: 5px;
}

nav.featured-posts ul.left-nav .date {
    display: block;
}

.content-left nav {
    float: left;
    margin-bottom: 45px;
    width: 100%;
}

.content-left ul.left-nav > li > a {
    padding: 13px 17px 18px;
    border-bottom: 1px solid #C5C5C5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
}

.content-left ul.left-nav > li > a:hover,
.content-left ul.left-nav > li > a:focus,
.content-left ul.left-nav > li.active > a {
    border-color: #C5C5C5;
    background-color: #0e141a;
    color: #fff;
}

.content-left nav ul li.last a,
.content-left ul.left-nav > li:last-child > a {
    /*border-bottom: 0;*/
}

.text {
    /*float: left;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.text .article-image {
    float: left;
}

.text .article-image,
.text img[style*="float:left"],
.text img[style*="float: left"] {
    margin: 10px 48px 20px 0;
}

/* BOTTOM */
div#siteRights {
    float: left;
}

#copyright {
    float: right;
}

.site-copyright {
    float: left;
    width: 100%;
}

.site-rights a {
    color: #7a7a7a;
    white-space: nowrap;
}

.site-rights a:hover,
.site-rights a:focus {
    text-decoration: underline;
}

/* MODULES */
/* SOCIAL MEDIA */
.socialMedia {
    position: relative;
}

.socialProfil {
    display: block;
    float: left;
    margin: 0 2px;
    width: 31px;
    height: 30px;
    background: url('../images/socialMedia.png') no-repeat 0 0 transparent;
    background-color: #008000;
    line-height: 56px;
}

.socialProfil.socialtwitter {
    background-position: 0 0;
}

.socialProfil.socialyoutube {
    background-position: -41px 0;
}

.socialProfil.socialfacebook {
    background-position: -78px 0;
}

.socialProfil.socialgooglePlus {
    background-position: -115px 0;
}

.socialProfil.socialpinterest {
    background-position: -154px 0;
}

.socialMedia:hover .socialProfil {
    opacity: 0.9;
}

.socialMedia:hover .socialProfil:hover {
    margin-top: -2px;
    opacity: 1;
}

#topBar a.socialProfil {
    margin: 0 auto;
}

/* BREADCRUMB */
.breadcrumbs {
    position: relative;
    float: left;
    color: #666767;
}

.breadcrumbs-wrapper div {
    display: block;
    float: left;
}

.breadcrumbs a:hover .caption,
.breadcrumbs a:focus .caption {
    text-decoration: underline;
}

.breadcrumbs a {
    display: block;
    float: left;
}

.breadcrumbs-wrapper span {
    display: block;
    float: left;
}

.breadcrumbs .breadcrumb-item {
    position: relative;
    margin: 0 4px;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
}

.breadcrumbs .breadcrumb-item.last {
    color: #f15a22;
}

.breadcrumbs .breadcrumb-item .caption {
    margin-right: 8px;
}

.breadcrumbs .breadcrumb-item::after {
    content: '>';
}

.breadcrumbs .breadcrumb-item.last::after {
    display: none;
}

.breadcrumbs .breadcrumb-item.first {
    margin-left: 0;
}

a.contact {
    display: block;
    float: left;
    clear: both;
    overflow: hidden;
    padding-right: 22px;
    max-width: inherit;
    width: auto;
    height: 48px;
    background-color: #c9c9c9;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
}

a.contact .caption {
    display: inline-block;
    float: left;
}

a.contact:hover,
a.contact:focus {
    background-color: #000000;
}

section.newsletter .text {
    margin-bottom: 32px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}

/*.newsletter button {
    position: absolute;
    top: 0;
    right: 0;
}*/

.newsletter .newsletter-wrapper {
    padding: 25px 0;
    background: #C5C5C5;
    text-align: center;
}

.newsletter .newsletter-wrapper .form-control {
    background: #fff;
}

.newsletter .newsletter-box {
    float: left;
    width: 100%;
    text-align: left;
}

.newsletter .newsletter-wrapper h2 {
    margin-bottom: 24px;
}

.newsletter .controls {
    position: relative;
    float: left;
    width: 100%;
}

.newsletter .form-control {
    float: left;
    padding: 9px 26px;
    padding-right: 52px;
    height: 46px;
    background-color: transparent;
}

.newsletter .btn {
    float: left;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 195px;
    height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
}

.newsletter .input-group-btn {
    z-index: 1;
}

.newsletter .input-group-btn:last-child > .btn,
.newsletter .input-group-btn:last-child > .btn-group {
    margin: 0;
}

.newsletter-container {
    margin: 0 auto;
    max-width: 100%;
    width: 670px;
}

@media screen and (min-width: 768px) {
    .footer-wrapper {
        min-height: 338px;
    }
}

.footer-wrapper {
    color: #000000;
}

.footer-wrapper a {
    color: #000000;
}

.footer-wrapper a:hover,
.footer-wrapper a:focus {
    color: #f15a22;
}

.footer-bottom-wrapper {
    overflow: hidden;
}

/*
@media screen and (min-width: 992px) {
    .footer-bottom-wrapper {
        min-height: 289px;
        max-height: 383px;
    }
}
*/

.footer-inner-wrapper {
    width: 100%;
}

.footer-inner-wrapper.inner-wrapper-1 {
    padding: 0;
}

.footer-inner-wrapper.inner-wrapper-3 {
    padding-right: 0;
    text-align: right;
}

.footer-wrapper .footer-b h3 {
    margin-bottom: 21px;
}

.footer-wrapper h3,
.footer-wrapper .h3 {
    position: relative;
    margin-bottom: 21px;
    width: 100%;
    color: #f15a22;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: 0;
}

.footer-wrapper .text {
    line-height: inherit;
}

.footer-accordion-toggle .ic-arrow {
    display: none;
}

@media screen and (min-width: 768px) {
    .footer-accordion-wrapper {
        display: block !important;
    }
}

.footer-a {
    margin-bottom: 15px;
    padding: 7px 0;
    width: 100%;
}

.footer-a {
    float: left;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    min-height: 72px;
}

.footer-a > li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.footer-a > li:last-child {
    margin-bottom: 0;
    border-right: 0;
    border-bottom: 0;
}

.footer-a li a {
    position: relative;
    display: block;
    float: left;
    padding: 0 15px 0 0;
    color: #000000;
}

.footer-a > li {
    float: left;
    width: 100%;
}

.footer-a > li:first-child > a {
    padding-left: 0;
}

.footer-a > li > a.active,
.footer-a > li > a:focus,
.footer-a > li > a:hover {
    color: #f15a22;
}

body.order-page .footer-bottom-wrapper {
    border-top: none;
}

.footer-bar {
    float: left;
    padding-top: 43px;
    padding-bottom: 15px;
    width: 100%;
}

.footer-b {
    float: right;
    overflow: hidden;
}

.footer-b .text {
    margin-bottom: 14px;
    clear: both;
}

.footer-b .box-heading {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 13px;
    padding: 9px 0 6px 14px;
    width: 100%;
    border: 1px solid #C5C5C5;
    color: #fff;
}

.footer-b ul {
    float: left;
    margin-bottom: 19px;
    width: 100%;
    list-style: none;
    text-align: center;
}

.footer-b ul li {
    float: left;
    margin-right: 9px;
    padding: 4px;
    /*width: 110px;*/
    width: 210px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /*border: 1px solid #f15a22;*/
    /*background-color: #fff;*/
    font-size: 12px;
    position: relative;
}

.footer-b ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: 95%;
    max-height: 95%;
}

.footer-b ul li:nth-child(2n) {
    margin-right: 0;
}

.footer-b ul li img {
    /*float: left;*/
}

.logotype-paypal {
    background-image: url('../images/logotypes/paypal.jpg');
}

.logotype-przelewy24 {
    background-image: url('../images/logotypes/przelewy24.jpg');
}

.logotype-dpd {
    background-image: url('../images/logotypes/dpd.jpg');
}

.logotype-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.footer-b .caption {
    color: #2b4d9b;
    font-weight: 800;
    font-size: 12px;
    line-height: 45px;
}

.footer-right-texts {
    float: left;
    margin-bottom: 21px;
    width: 100%;
}

.footer-box {
    float: left;
    padding-right: 15px;
    width: 100%;
}

.footer-logo {
    float: right;
}

@media screen and (min-width: 992px) {
    .footer-box {
        width: 25%;
    }
}

@media screen and (min-width: 1601px) {
    .footer-box {
        width: 20%;
    }

    .footer-box.footer-box-last {
        width: 40%;
    }
}

.footer-rights-wrapper {
    padding: 9px 0 10px;
    color: #000000;
}

.footer-rights-wrapper a {
    color: #000000;
}

/* CONTENT */
.content-main {
    padding-top: 39px;
    padding-bottom: 34px;
}

.page-bottom {
    float: left;
    padding: 50px 0 51px 0;
    width: 100%;
    text-align: center;
}

/* CATEGORY VIEW */
.category-options-wrapper {
    margin-bottom: 74px;
}

.category-options-wrapper .row {
    margin: 0 -6px;
}

.category-options-wrapper div[class*="col-"] {
    padding: 0 6px;
}

.page-heading .selectOptionCategory {
    margin-top: 15px;
}

.selectOptionCategory {
    float: left;
    margin-bottom: 5px;
    max-width: 392px;
    width: 100%;
}

.index-page .product-list {
    margin-bottom: 20px;
}

.product-list {
    position: relative;
    float: left;
    width: 100%;
    font-size: 0;
}

/*** product-list ****/
/* product-list bootstrap custom scheme */
.product-list .row {
    margin: 0 -10px;
}

.product-list div[class*="col-"] {
    margin-bottom: 10px;
    padding: 0 5px;
}

/***/

.product-list .slider {
    overflow: inherit;
}

.product-list > .arrows {
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
    width: auto;
}

.content-right .product-item {
    width: 33.33%;
}

.product-item {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 10px;
    width: 25%;
    vertical-align: top;
    font-size: initial;
}

.product-item .row-promo .text * {
    overflow: hidden;
    font-size: 14px !important;
}

.product-item .row-top {
    margin-bottom: 8px;
    height: 29px;
    font-size: 12px;
}

.compare-sign {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    border: 1px solid #C5C5C5;
    color: red;
    text-align: center;
    line-height: 20px;
    pointer-events: none;
}

.compare-sign .fa {
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

.compare-link:hover .compare-sign .fa,
.compare-link:focus .compare-sign .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.compare-sign::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 6px;
    background-color: red;
    content: '';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.compare-link:hover .compare-sign::after,
a.compare-link:focus .compare-sign::after {
    opacity: 0;
}

a.compare-link .caption {
    display: inline-block;
    float: left;
    line-height: 20px;
}

.product-item .row-sell {
    margin-right: -24px;
    margin-left: -24px;
}

.product-item .row-sell .btn:nth-child(1) {
    border-right: 1px solid transparent;
}

.product-item .row-sell .btn:nth-child(2) {
    border-left: 1px solid transparent;
}

@media screen and (min-width: 1238px) {
    .content-main-wide .product-item {
        width: 25%;
    }
}

.product-item-inner {
    position: relative;
    float: left;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 1px solid #C5C5C5;
    border-bottom: 0;
    background-color: #fff;
}

.product-item-bottom {
    float: left;
    padding: 35px 26px 17px;
    width: 100%;
}

.product-item-sell-box > form {
    margin: 0 -1px;
    min-width: 100%;
}

.product-item-sell-box {
    float: left;
    width: 100%;
}

.product-left .product-label {
    top: 131px;
}

.slick-slide .product-label {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-label {
    position: absolute;
    top: 130px;
    left: -104px;
    z-index: 10;
    display: block;
    float: left;
    width: 296px;
    height: 34px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.product-label {
    left: 20px;
    top: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(270deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate(270deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate(270deg);
    -o-transform: translate3d(-100%, 0, 0) rotate(270deg);
    transform: translate3d(-100%, 0, 0) rotate(270deg);
}

.product-label-element {
    position: relative;
    display: block;
    float: right;
    overflow: hidden;
    padding: 0 34px;
    height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
}

.product-label-element.label-image {
    padding-left: 60px;
    text-align: left;
}

.product-label-element img {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.product-label-element + .product-label-element {
    border-left: 0;
}

.product-list-price-wrapper {
    text-align: right;
}

.product-list-price-wrapper .price-box,
.product-list-price-wrapper .price-box > * {
    float: left;
    width: 100%;
    text-align: right;
}

.product-list-price-wrapper .price-box .price {
    display: inline-block;
}

.product-price-wrapper {
    float: left;
}

.product-list-price-wrapper > .caption {
    display: inline-block;
    float: left;
    margin-right: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.price-box > div {
    float: left;
}

.product-list-price-wrapper > .price-box {
    display: inline-block;
    float: left;
}

.product-item .product-bottom-adjust {
    float: left;
    margin-bottom: 17px;
    padding-bottom: 4px;
    width: 100%;
}

.product-item .product-name-wrapper {
    float: left;
    overflow: hidden;
    width: 100%;
}

.product-item .product-name-variant {
    float: left;
    overflow: hidden;
    margin-top: 8px;
    width: 100%;
    height: 17px;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-item .product-name {
    display: table;
    float: left;
    width: 100%;
    height: 100%;
}

.product-item .product-name a {
    display: table-cell;
    color: #000000;
    vertical-align: top;
    font-size: 18px;
}

.product-item a:focus {
    outline: none;
    outline-offset: inherit;
}

.product-item .row-price {
    float: left;
    clear: both;
    width: 100%;
}

.product-item .row-rates {
    margin-right: -20px;
}

.product-item .product-photo-wrapper a {
    position: relative;
    display: block;
    padding-top: 100%; /* img proportions */
    width: 100%;
    height: 0;
    text-align: center;
}

.product-item .row-promo {
    margin-bottom: 22px;
}

.product-item .product-photo-wrapper a.loaded {
    background-color: #fff;
}

.product-item .product-photo-wrapper a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.product-item-top {
    position: relative;
    float: left;
    /*height: 301px;*/
    width: 100%;
    border-bottom: 1px solid #C5C5C5;
}

.product-item-top .apl .text {
    overflow: hidden;
    max-height: 206px;
    color: #fff;
}

.product-item .product-photo-wrapper {
    width: 100%;
    height: 100%;
}

.product-item .product-photo-inner {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    background: url('../images/loader.svg') no-repeat center transparent;
}

.product-item .product-photo {
    display: inline-block;
}

.product-item img.animate-fadein {
    animation-duration: 0.3s;
}

.product-item .product-item-apl {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 357px;
    pointer-events: none;
}

.product-item-inner .product-item-apl::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 73, 110, 0.9);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    pointer-events: none;
}

@media screen and (min-width: 1238px) {
    .product-item:hover .product-item-top .apl {
        opacity: 1;
    }

    .product-item:hover .product-item-inner {
        /*background-color: #f1f2f2;*/
    }
}

.product-item .product-item-top .apl {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 15;
    padding: 40px 47px;
    width: auto;
    height: auto;
    background-color: rgba(255, 233, 245, 0.9);
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.product-item .product-item-top .apl .ic svg {
    fill: #fff;
}

.product-item .product-item-top .apl img,
.product-item .product-item-top .apl .ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.product-item .product-photo img.main {
    display: inline-block;
}

.product-item .product-photo-hover img.hover {
    display: none;
}

.product-item .input-counter {
    display: inline-block;
    margin-bottom: 15px;
}

.product-item .btn {
    margin: 0;
    padding: 14px 0 14px;
    width: 50%;
    text-align: center;
}

/*
.product-item .product-item-sell-box.no-available .btn {
    width: 100%;
    border-right: 0;
    border-left: 0;
}
*/
.category-view .page-heading .text {
    margin-top: 21px;
    line-height: 1em;
}

.category-view .page-heading .text * {
    font-size: 16px;
}

.category-top {
    position: relative;
    float: left;
    width: 100%;
}

.discounts-slider .slick-arrow {
    position: absolute;
    top: -100px;
    right: 5px;
    z-index: 10;
    width: 45px;
    height: 45px;
}

.discounts-slider .slick-prev {
    margin-right: 55px;
}

.discounts-slider .slick-arrow.slick-prev:not(.slick-disabled):hover::before,
.discounts-slider .slick-arrow.slick-prev:not(.slick-disabled):focus::before,
.discounts-slider .slick-arrow.slick-next:not(.slick-disabled):hover::before,
.discounts-slider .slick-arrow.slick-next:not(.slick-disabled):focus::before {
    opacity: 1;
}

.discounts-slider .slick-dots {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.discounts-slider .slick-dots button::after {
    border: 1px solid #f15a22;
}

.discounts-slider .slider:not(.slick-initialized) {
    overflow: hidden;
}

.discounts-slider .slider {
    white-space: nowrap;
    font-size: 0;
}

.discounts-slider .slide {
    display: inline-block;
    width: 25%;
    white-space: normal;
}

.discounts-slider .product-item {
    margin-bottom: 30px;
    width: 100%;
}

.site-rights {
    float: left;
    width: 100%;
    text-align: right;
    line-height: 25px;
}

.product-slider {
    margin-bottom: 10px;
}

.product-slider .slider .slick-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-slider .slider {
    position: relative;
    padding-top: 100%; /* img proportions */
    height: 0;
}

.product-slider .image-wrapper a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.product-slider .slider-image-wrapper img {
    display: inline-block;
}

.slider-image-wrapper {
    overflow: hidden;
}

.product-photo .product-slider {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-photo .product-slider .slide {
    width: 100%;

}

.product-slider .slide > a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.product-slider .slick-track {
    position: absolute;
    top: 0;
    bottom: 0;
}

.product-slider .image-wrapper {
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    width: 100%;
    text-align: center;
    /*-webkit-transform: translate3d(-50%, -50%, 0);*/
    /*-moz-transform: translate3d(-50%, -50%, 0);*/
    /*-ms-transform: translate3d(-50%, -50%, 0);*/
    /*-o-transform: translate3d(-50%, -50%, 0);*/
    /*transform: translate3d(-50%, -50%, 0);*/
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slick-slide img {
    display: inline-block;
}

.product-slider .slick-arrow {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    width: 50px;
    height: 50px;
    color: #c3c3c3;
    border-color: rgba(0, 0, 0, 0.05);
    background: #fff;
}

.product-slider .slick-arrow:not(.slick-disabled):hover {
    color: #fff;
    border-color: #c3c3c3;
    background: #c3c3c3;
}

.product-slider .slick-prev {
    right: 70px;
}

.product-slider .slick-next {
    right: 10px;
}

.product-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.product-slider .slick-dots button::after {
    border: 1px solid #f15a22;
}

.product-slider-nav .slider {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.product-slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
}

.product-slider-nav .slick-prev {
    left: -7px;
    -webkit-transform: translate3d(-100%, -50%, 0);
    -moz-transform: translate3d(-100%, -50%, 0);
    -ms-transform: translate3d(-100%, -50%, 0);
    -o-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
}

.product-slider-nav .slick-next {
    right: -7px;
    -webkit-transform: translate3d(100%, -50%, 0);
    -moz-transform: translate3d(100%, -50%, 0);
    -ms-transform: translate3d(100%, -50%, 0);
    -o-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
}

.product-slider-nav {
    overflow: hidden;
    padding: 0 60px;
    white-space: nowrap;
}

.product-slider-nav .slide {
    position: relative;
    display: inline-block !important;
    padding: 5px;
    width: 20%;
    white-space: normal;
}

.product-slider-nav .slider.slick-initialized {
    overflow: visible;
}

.product-slider-nav .slide .slider-image-wrapper {
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
}

.product-slider-nav .slide:hover .slider-image-wrapper,
.product-slider-nav .slide:focus .slider-image-wrapper {
    border-color: #f15a22;
}

.product-slider-nav .slide:hover img,
.product-slider-nav .slide:focus img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product-slider-nav .slide img {
    margin-right: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    max-width: 100%;
    display: block;
}

.category-toggle {
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 17px;
    width: 146px;
    border: 4px solid #C5C5C5;
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

.category-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1000;
    width: 10px;
    height: 7px;
    background: url('../images/has-sub-arrow.png');
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.rwd-nav-wrapper .viewport {
    height: 332px;
    background-color: #fff;
}

@media screen and (min-width: 1238px) {
    .content-left .scrollbar {
        display: none;
    }
}

.tinyscrollbar {
    position: relative;
}

.tinyscrollbar .viewport {
    height: 286px;
}

.rwd-nav-wrapper .tinyscrollbar .scrollbar {
    right: 0;
    width: 30px;
}

.tinyscrollbar .scrollbar {
    position: absolute;
    top: 0;
    right: -10px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.tinyscrollbar:hover .scrollbar {
    opacity: 1;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.tinyscrollbar .viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.tinyscrollbar .overview {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.tinyscrollbar .track {
    position: relative;
    width: 1px;
    height: 100%;
    background-color: #C5C5C5;
}

.tinyscrollbar .thumb {
    position: absolute;
    top: 20px;
    left: -3px;
    overflow: hidden;
    width: 7px;
    height: 20px;
    border: 1px solid #f15a22;
    background-color: #fff;
    cursor: pointer;
}

.tinyscrollbar .disable {
    display: none;
}

section.pride {
    position: relative;
    clear: both;
    overflow: hidden;
}

section.pride span.triangle {
    position: absolute;
    right: -250px;
    bottom: -500px;
    z-index: 1;
    display: block;
    width: 500px;
    height: 1000px;
    background-color: #fd2302;
    opacity: 0.7;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pride-wrapper {
    padding: 80px 0;
    min-height: 592px;
    background-color: #ededed;
    background-position: 117% -45px;
    background-size: 60%;
    background-repeat: no-repeat;
}

.pride-wrapper * {
    z-index: 10;
}

.pride-wrapper .logo {
    margin-bottom: 30px;
}

.pride .text {
    margin-bottom: 7px;
    max-width: 50%;
    color: #C5C5C5;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.333em;
}

.pride .text p {
    margin-top: 31px;
}

.pride .text-teaser {
    font-size: 16px;
    line-height: 1.5;
}

.pride .text-teaser p {
    margin-top: 26px;
}

.pride a.more {
    margin-top: 29px;
    padding-right: 145px;
}

.index-page .logotypes .section-heading {
    background-color: #0e141a;
}

.index-page .section-heading h3 {
    margin-bottom: 0;
    font-size: 24px;
}

.index-page .logotypes .section-heading h3 {
    color: #fff;
}

.logotypes-list {
    float: left;
    margin: 0;
    padding: 46px 0 5px 0;
    width: 100%;
    list-style: none;
}

.logotypes-list .logotype {
    display: table;
    float: left;
    margin-bottom: 35px;
    padding: 0;
    height: 60px;
    background-color: #fff;
    text-align: center;
}

.logotypes-list .logotype a:hover,
.logotypes-list .logotype a:focus {
    opacity: 1;
}

@media screen and (min-width: 1140px) {
    .logotypes-list .logotype a {
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }
}

.logotypes-list .logotype a {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    opacity: 0.5;
}

.logotypes-list .logotype a .logo-wrapper {
    position: relative;
    width: 100%;
}

.logotypes-list .logotype a .logo-wrapper img {
    max-width: 108px;
}

.logotypes-list .logotype a:hover img,
.logotypes-list .logotype a:focus img {
    -ms-filter: none;
    filter: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.home-boxes-wrapper {
    position: relative;
    padding: 100px 0;
    background-color: #0e141a;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-boxes ul {
    float: left;
    min-width: 100%;
    list-style: none;
}

.home-box-item {
    color: #fff;
    text-align: center;
}

.home-box-item-inner {
    float: left;
    overflow: hidden;
    padding: 37px 0 40px 0;
    min-height: 561px;
    width: 100%;
    background-color: #0e141a;
    background-color: rgba(14, 20, 26, 0.7);
}

.home-box-item-inner > a {
    right: 11.5px;
    left: 11.5px;
    z-index: 1;
    width: auto;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -ms-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
}

@media screen and (min-width: 1238px) {
    .home-box-item-inner > a:hover,
    .home-box-item-inner > a:focus {
        border-color: #C5C5C5;
    }
}

.home-box-item h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    padding: 0 24px 25px 24px;
    color: #fff;
    font-size: 18px;
    line-height: 1.667em;
}

.home-box-item h3[style*="height"] .caption {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.home-box-item h3 .caption {
    display: inline-block;
    overflow: hidden;
    max-width: 265px;
    max-height: 90px;
}

.hover-event-item .hover-event-wrapper .event,
.hover-event-item .hover-event-wrapper::before {
    position: absolute;
    content: '';
}

.hover-event-item .hover-event-wrapper::before {
    right: 0;
    bottom: 1px;
    left: 0;
    width: auto;
    height: 1px;
    background-color: #272c31;
}

.hover-event-item a:not(:hover) + .hover-event-wrapper .event {
    left: 0 !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hover-event-item .hover-event-wrapper .event {
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: red;
}

.home-box-item h3 .event {
    width: 52px;
}

.home-box-item .text {
    padding: 0 23px;
}

.home-box-item .text p + p {
    margin-top: 30px;
}

.slick-dots li {
    display: block;
    float: left;
    margin: 5px 15px;
}

.slick-dots li button {
    width: auto;
    height: auto;
}

.slick-dots li button::after {
    display: block;
    padding: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.slick-dots li button:hover::after,
.slick-dots li button:focus::after,
.slick-dots li.slick-active button::after {
    background-color: #f15a22;
}

body.index-page .home-blog-wrapper {
    background: #0d1218;
}

.home-blog-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 0;
}

.blog-list {
    float: left;
    width: 100%;
}

section.blog > .section-wrapper {
    margin-bottom: 38px;
}

.blog-article-wrapper {
    margin-bottom: 85px;
}

.blog h3 {
    margin-bottom: 38px;
    font-size: 48px;
}

.blog-item.blog-item-list {
    float: left;
    margin-bottom: 19px;
    padding: 0;
    width: 100%;
}

.blog-item-list .text {
    width: auto;
    color: #2d3033;
    font-weight: normal;
}

/*
.blog-item-list:hover .text {
    color: #2d3033;
}*/

.blog-item-list img {
    max-width: 30%;
}

.blog-item-list h2 {
    float: left;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 20px;
}

.blog-item-list h2,
.blog-item-list .text-teaser {
    float: left;
    margin: 26px 0 0 3.33%;
    max-width: 100%;
    width: 48%;
}

.blog-item-list .text-teaser {
    float: left;
    margin-bottom: 26px;
}

.blog-item-list .btn {
    position: absolute;
    top: 27px;
    right: -1px;
    width: 18.33%;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    text-align: left;
}

.blog-item {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0 11.5px;
    font-weight: bold;
    font-size: 16px;

}

.inspires-wrapper {
    margin-bottom: 130px;
}

body.index-page .blog-item {
    color: #fff;
}

body.index-page .blog-item:not(.animated) {
    opacity: 0;
}

.blog .blog-item-inner {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.blog-hover-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 9px;
    background-color: #000;
}

.home-blog-wrapper .blog-list {
    padding-top: 0;
    padding-bottom: 109px;
}

.blog-hover-wrapper .hover-item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 368px;
    height: 9px;
    background-color: red;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.inspire-item:hover,
.inspire-item:focus {
    color: #2d3033;
}

.inspire-item:hover .inspire-item-inner,
.inspire-item:focus .inspire-item-inner {
    background-color: #fff;
}

.inspire-item:hover .inspire-item-name,
.inspire-item:focus .inspire-item-name {
    color: #2d3033;
}

a.blog-item span {
    display: block;
    width: 100%;
}

a.blog-item .inspire-item-top {
    margin-left: -1px;
    min-width: 100%;
    width: auto;
}

a.blog-item .btn-wrapper {
    float: left;
    padding: 0 23px;
    width: 100%;

}

a.blog-item .btn {
    float: left;
    padding-right: 70px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: none;
}

.btn.btn-more::before {
    top: 13px;
    right: 18px;
    left: inherit;
}

.btn.btn-sm.btn-more::before {
    top: 10px;
}

.btn-lg.btn-more::before {
    top: 16px;
    right: 18px;
    left: inherit;
}

@media screen and (min-width: 1140px) {
    body.index-page .blog-item:hover,
    body.index-page .blog-item:focus {
        color: #0e141a;
    }

    .blog-item:hover .inspire-item-inner,
    .blog-item:focus .inspire-item-inner {
        background-color: #fff;
    }

    .blog-item:hover .btn-primary,
    .blog-item:focus .btn-primary {
        background-color: #0e141a;
        color: #fff;
    }
}

.blog-item .date {
    padding: 0 22px
}

.blog-view .blog-heading-left .date,
.blog-view .blog-heading-left .blog-category {
    float: left;
}

.blog-category {
    margin-right: 10px;
    color: #5b5f63;
    font-weight: bold;
    font-size: 12px;
}

.blog-item .image-wrapper {
    float: left;
    overflow: hidden;
    min-width: 100%;
}

.blog-item .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: inherit;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.blog-item .date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 57px;
    line-height: 57px;
}

.date {
    color: #5b5f63;
    font-size: 12px;
}

@media screen and (min-width: 1238px) {
    .content-left-blog .collapse {
        display: block !important;
        height: auto !important;
    }
}

.blog-view .text {
    float: none;
    overflow: visible;
    width: auto;
}

.blog-view .content-main {
    padding-top: 53px;
}

.blog-view h1 {
    font-size: 34px;
}

.blog-view a.blog-image {
    float: left;
    overflow: hidden;
    margin: 0 4% 3% 0;
}

.blog-view a.blog-image img {
    float: left;
}

.blog-view .text + .text {
    margin-top: 40px;
}

.blog-view .text.text-teaser {
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.8em;
}

.blog-view .home-blog-wrapper {
    margin-bottom: 4px;
    padding: 24px;
    background-color: #fff;
}

.blog-view .blog-heading {
    margin-bottom: 30px;
}

.blog-view .post-share {
    float: left;
    margin: 13px 0;
    padding-top: 16px;
    width: 100%;
    border-top: 1px solid #C5C5C5;
}

.blog-view .blog-heading-left a {
    display: block;
    overflow: hidden;
}

.blog-view .blog-heading-left a img {
    float: left;
}

/*subpages*/
.breadcrumbs {
    float: left;
    width: 100%;
}

.page-heading h1,
.page-heading .h1 {
    display: block;
    float: left;
    width: 100%;
    font-size: 36px;
}

.text h1 {
    margin-bottom: 30px;
    font-size: 36px;
}

.page-heading.with-breadcrumb {
    margin-bottom: 37px;
}

.page-heading.with-breadcrumb h1,
.page-heading.with-breadcrumb .h1 {
    margin-bottom: 3px;
}

.page-heading .text {
    float: left;
    width: 100%;
    color: #5b5f63;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.333em;
}

fieldset legend,
.pane-heading {
    float: left;
    width: 100%;
    border-bottom: none;
}

fieldset legend .text-muted {
    margin-top: 9px;
    font-weight: normal;
    font-size: 14px;
}

.pane-row {
    float: left;
    width: 100%;
}

.login-pane-confirm .pane-heading {
    border: none;
}

.pane-title {
    display: block;
    float: left;
    font-weight: 500;
    font-size: 20px;
}

.pane-content {
    float: left;
    padding: 24px;
    padding-top: 20px;
    padding-right: 9px;
    width: 100%;
}

.login-pane .pane-content {
    padding: 0;
}

.category-options label {
    overflow: hidden;
    margin-bottom: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.category-options .pane-content .paginator {
    margin-top: 28px;
}

.category-options .select-per-page {
    width: 93px;
}

.paginator {
    position: relative;
    float: left;
    padding: 0 50px;
    width: 100%;
    height: 50px;
    text-align: center;
}

.product-list .paginator {
    margin-top: 10px;
}

.content-main .product-list {
    padding-bottom: 10px;
}

.paginator .paginator-container {
    display: inline-block;
}

.paginator .paginator-arrow {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 50px;
    height: 50px;
    padding: 0;
}

.paginator .paginator-arrow:hover,
.paginator .paginator-arrow:focus {
    background-color: #f15a22;
}

.paginator .paginator-arrow:hover svg {
    fill: #fff;
}

.paginator .paginator-arrow-left:hover .ic,
.paginator .paginator-arrow-left:focus .ic {
    background-position: 0 -28px;
}

.paginator .paginator-arrow-right:hover .ic,
.paginator .paginator-arrow-right:focus .ic {
    background-position: 0 -42px;
}

.paginator .paginator-arrow-left {
    left: 0;
}

.paginator .paginator-arrow-right {
    right: 0;
}

.paginator .paginator-arrow-right .ic svg {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.paginator .pages a {
    color: #000000;
}

.paginator .pages {
    float: left;
    margin: 0 5px;
    color: #000000;
}

.paginator .pages .page-number.active {
    color: #f15a22;
}

.paginator .pages .page-number {
    display: block;
    float: left;
    margin-right: 65px;
    line-height: 50px;
    font-size: 16px;
}

.paginator .pages .page-number.page-number-total {
    margin-right: 0;
}

.paginator .ic-wrapper.page-number-total:hover,
.paginator .ic-wrapper.page-number-total:focus {
    background-color: #C5C5C5;
    color: inherit;
}

@media screen and (min-width: 768px) {
    .content-left .viewport {
        height: auto !important;
    }

    .content-left .viewport .overview {
        position: static;
        float: left;
    }
}

.content-left .collapse-content {
    background-color: #fff;

}

.content-left .left-heading.categories-heading {
    padding-right: 56px;
    min-height: 60px;
    font-size: 18px;
}

.content-left .left-heading {
    position: relative;
    float: left;
    margin-bottom: 37px;
    width: 100%;
    text-align: left;
    font-size: 24px;
}

.category-view .left-heading {
    display: table;
    font-size: 24px;
    line-height: 1.5em;
}

.category-view .left-heading .caption {
    display: table-cell;
    vertical-align: middle;
    -ms-word-break: break-all;
    word-break: break-all;
}

.content-left .collapse-filters .collapse-toggle {
    padding-bottom: 15px;
}

.content-left .left-toggle.active::after {
    background-position: 0 -12px;
}

.content-left button.collapse-toggle:not(.active),
.content-left button.left-toggle:not(.active) {
    /*  position: fixed;
      top: 40%;
      left: 0*/;
}

.content-left button.collapse-toggle:not(.active) {
    /*display: none;*/
}

.content-left .left-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    width: 46px;
    height: 45px;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.content-left .collapse-filters .section-wrapper {
    padding-top: 10px;
}

.category-view + section.product-question .section-wrapper {
    margin-top: 56px;
}

.product-question-wrapper {
    position: relative;
    padding-top: 74px;
    padding-bottom: 53px;
    background-color: #ededed;
}

.product-question h3 {
    float: left;
    overflow: visible;
    width: 335px;
    font-size: 32px;
}

.blog-list + .product-question .separator {
    left: 428px;
    width: calc(100% - 736px);
}

.blog-list + .product-question h3 {
    width: 400px;
}

.product-question .separator {
    position: absolute;
    top: 18px;
    left: 368px;
    display: block;
    width: calc(100% - 686px);
    height: 1px;
    background-color: #d5d5d5;
}

.product-question .btn-long {
    position: relative;
    top: -10px;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 270px;
    font-weight: 500;
    font-size: 16px;
}

.product-question .btn.active {
    /*width: 287px;*/
    background-color: #c9c9c9;
}

/*product-question form*/
.product-question-wrapper .collapse-content {
    padding-top: 20px;
}

.product-question-wrapper .form-control {
    background-color: #e1e1e1;
}

.product-question-wrapper textarea.form-control {
    height: 252px;
}

/*/*/
article .page-heading {
    margin-bottom: 19px;
}

.page-heading {
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.contact-page-wrapper {
    float: left;
    width: 100%;
}

.contact-page-wrapper .content-main {
    padding-bottom: 49px;
}

.page-contact-maps-content {
    position: relative;
    float: left;
    width: 100%;
}

.contact-page #contact-map {
    width: 100%;
    height: 655px;
}

.contact-page .page-heading {
    margin-bottom: 20px;
}

.contact-page-left {
    float: left;
    padding-right: 30px;
    width: 50%;
}

.contact-page-right {
    float: right;
    width: 50%;
}

.contact-page .text h2,
.contact-page .text .h2 {
    margin-bottom: 33px;
}

.contact-page-left .text table {
    margin-top: 24px;
}

.contact-page-left .text table * {
    vertical-align: middle;
    line-height: inherit;
}

.contact-page-left .text table tr td:first-child {
    padding-right: 7px;
    text-align: center;
}

.contact-page-left .text table tr td:nth-child(2) {
    padding-left: 13px
}

/*.contact-form .form-control,
.contact-form .form-control.error,
.contact-form .form-control:focus,
.contact-form .form-control.error:focus {
    background-color: transparent;
}*/

.contact-form .row.last .form-group {
    margin-bottom: 0;
}

.contact-form .row.last .form-group .btn {
    padding: 13px 32px;
    /*font-weight: normal;*/
}

.contact-form textarea {
    height: 168px;
}

#contactFormStatus:not(.alert) {
    margin: 0;
    padding: 0;
}

#contactFormStatus[class*=status] {
    margin-bottom: 35px;
}

.contact-form .btn-message {
    padding-right: 66px;
    max-width: 100%;
    width: 369px;
}

.contact-form .contact-form-bottom {
    margin: 10px 0 0;
}

.contact-form-bottom-left {
    float: left;
    padding-right: 4.5px;
    width: 50%;
}

.contact-form-bottom-right {
    float: right;
    padding-left: 4.5px;
    width: 50%;
}

.contact-loacations-wrapper {
    border-top: 1px solid #C5C5C5;
}

.contact-loacations-wrapper .location-item {
    float: left;
    padding-top: 36px;
    width: 100%;
}

.location-item-top {
    float: left;
    margin-bottom: 80px;
    width: 100%;
}

.contact-loacations h3 {
    margin-bottom: 30px;
    font-size: 48px;
}

.location-item-top > .text {
    margin-bottom: 40px;
}

.location-item-top > .text * {
    font-weight: 100;
    font-size: 24px;
    line-height: 32px;
}

.location-details-col {
    float: left;
    padding: 0 30px;
    height: 46px;
    border-left: 1px solid #C5C5C5;
    font-size: 14px;
}

.location-details-col:first-child {
    padding-right: 79px;
    padding-left: 0;
    border-left: none;
}

.location-data-row {
    display: block;
    float: left;
    width: 100%;
}

.location-data-row > span {
    float: left;
}

.location-address .text {
    max-width: 120px;
}

.location-details-col .text {
    overflow: hidden;
    max-height: 48px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.contact-map {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
}

.contact-map-wrapper {
    position: relative;
    float: left;
    padding-top: 77px;
    width: 100%;
    height: 552px;
}

.contact-map * {
    box-sizing: inherit;
    max-width: inherit;
    max-height: inherit;
}

@media screen and (min-width: 1238px) {
    .contact-map-wrapper h3,
    .contact-map-wrapper .btn {
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .contact-map-wrapper:hover h3 {
        opacity: 0;
        pointer-events: none;
    }
}

.contact-map-wrapper h3 {
    position: relative;
    z-index: 10;
    float: left;
    margin-bottom: 294px;
}

.contact-map-wrapper .btn {
    float: left;
    clear: both;
    max-width: 100%;
}

article .page-article-gallery-wrapper {
    padding-top: 31px;
    padding-bottom: 30px;
}

.page-article-wrapper .content-main {
    padding-bottom: 29px;
}

.page-article-wrapper.page-paginator-wrapper .content-main {
    padding-bottom: 50px;
}

.text {
    line-height: 1.4em;
}

.text p + p {
    margin-top: 18px;
}

.text table {
    overflow: auto;
    margin-bottom: 35px;
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #C5C5C5;
}

.text table th,
.text table td {
    padding: 9px 20px 10px 20px;
}

.text table th {
    border-right: 1px solid #C5C5C5;
    background-color: #f15a22;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.text table th:last-child {
    border-color: #f15a22;
}

.text table td {
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}

.text table td:first-child {
    border-left: 1px solid #C5C5C5;
}

.content-main .text {
    /*color: #000000;*/
}

.text a:not(.btn) {
    color: #f15a22;
}

.text a:hover,
.text a:focus {
    text-decoration: underline;
}

footer .text a,
.contact-page .text a {
    text-decoration: none;
}

.contact-page-content {
    float: left;
    padding-top: 14px;
    width: 100%;
}

.text h3,
.text .h3 {
    margin-bottom: 0;
    font-size: 24px;
}

.text h4,
.text .h4 {
    margin-bottom: 0;
    font-size: 21px;
}

.text,
article .text {
    /*float: left;*/
    /*width: 100%;*/
}

.page-article .text {
    padding-bottom: 15px;
}

.text ul ul,
.text ol ol,
.text ul ol,
.text ol ul {
    padding-top: 7px;
    padding-bottom: 7px;
}

.text li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 20px;
}

.text ul li::before {
    left: 0;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f15a22;
    content: '';
}

.article-gallery {
    float: left;
    margin-top: 32px;
    margin-right: -5px;
    margin-left: -5px;
    padding-bottom: 5px;
    list-style: none;
}

ul.article-gallery > [class*="col-"] {
    padding: 0 5px;
}

.article-gallery li {
    position: relative;
    margin-bottom: 10px;
}

.article-gallery li a {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
}

.view-apl {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.view-apl {
    z-index: 15;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
}

.view-apl .ic {
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.article-gallery li a .ic-search {
    z-index: 2;
}

@media screen and (min-width: 992px) {
    a:hover .view-apl,
    a:focus .view-apl {
        opacity: 1;
    }
}

.article-gallery li a img {
    float: left;
}

.tiles-wrapper {
    padding-bottom: 37px;
    background-color: #fff;
}

.tiles-wrapper h2 {
    margin: 0;
}

.tiles-wrapper {
    padding-top: 0;
    padding-bottom: 38px;
}

.offer-tiles-slider,
.offer-tiles-slider .slider {
    float: left;
    width: 100%;
}

a.fancy {
    display: block;
}

.gallery-tiles-list .my-sizer-element {
    padding-right: 4px;
    padding-left: 4px;
    width: 25%;
}

/* login-page */

.fieldset-checkbox .login-pane-inner {
    display: none;
}

.fieldset-checkbox .login-pane-disabler {
    background-color: rgba(255, 255, 255, 0.8);
}

.fieldset-checkbox > .pane-heading {
    padding-left: 42px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

fieldset.fieldset-checkbox:not(.active) > .pane-heading {
    border-bottom-color: #fff;
}

fieldset.fieldset-checkbox.active > .pane-heading::after {
    background-position: 0 -12px;
}

fieldset.fieldset-checkbox > .checkbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 4px;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

fieldset.fieldset-checkbox .checkbox > .checkbox .icheckbox {
    top: 20px;
    left: 22px;
}

.collection-wrapper {
    float: left;
    width: 50%;
}

.collection-wrapper .login-pane + .login-pane {
    padding-top: 20px;
    border-top: 1px solid #C5C5C5;
}

.collection-wrapper .login-pane-removal .login-pane-inner {
    padding-top: 20px;
}

.collection-wrapper > .section-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C5C5C5;
}

.login-page-wrapper {
    padding-bottom: 54px;
}

.btn-xs.ic-wrapper .ic-close::after {
    font-size: 19px;
    line-height: 9px;
}

.ic-close::after {
    content: '×';
    letter-spacing: 0;
    font-size: 42px;
    font-family: 'sans-serif';
    line-height: 19px;
}

.login-pane label {
    font-size: 12px;
}

.fieldset-inner,
.login-pane-inner {
    position: relative;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    animation-duration: 1s;
}

.login-pane a.register {
    margin-left: 3px;
    color: #f15a22;
}

.login-pane a.register:hover,
.login-pane a.register:focus {
    color: #000;
}

.login-pane-bottom {
    padding-top: 6px;
}

.login-pane .remember-me {
    padding-top: 3px;
    text-align: center;
}

.login-pane .remember-me .input-group {
    margin: 0;
}

.login-pane .login-pane-inner > .caption {
    display: block;
    margin-bottom: 4px;
    padding-top: 13px;
    font-weight: 500;
    font-size: 18px;
}

ul.features {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    list-style: none;
}

.login-page .features p {
    margin-bottom: 2px;
}

.login-page .features table {
    float: left;
    width: 100%;
}

.login-page .features table tr td:first-child {

}

.login-page .features table td {
    height: 64px;
    border-bottom: 1px solid #C5C5C5;
    vertical-align: middle;
}

ul.features li {
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-left: 43px;
    border-bottom: 1px solid #C5C5C5;
    line-height: 24px;
}

.order-section-wrapper,
.register-page-wrapper {
    padding-bottom: 47px;
}

.login-pane.login-pane-compact .login-pane-inner {
    height: auto;
}

fieldset legend,
.login-page h2,
.login-page .login-pane legend,
.login-pane-compact .pane-heading {
    padding: 0;
    /*color: #000000;*/
    color: #f15a22;
    /*font-weight: 300;*/
    font-weight: bold;
    font-size: 26px;
}

.login-pane-compact .pane-heading.collection-add:hover,
.login-pane-compact .pane-heading.collection-add:focus {
    color: #000000;
}

.login-pane-compact .pane-heading.collection-add {
    margin-bottom: 20px;
    padding: 8px 0;
}

.pane-heading,
fieldset legend,
legend.pane-heading,
.login-page h2,
.login-page .login-pane legend {
    /*font-weight: 300;*/
    font-weight: bold;
    font-size: 26px;
}

.login-page .pane-heading {
    padding-left: 0;
}

.login-pane-confirm {
    width: 100%;
}

.input-group.checkbox {
    position: relative;
    margin: 3px 0;
}

.rules .input-group.checkbox {
    margin-bottom: 0;
}

.input-group.radio label,
.input-group.checkbox label {
    color: #000;
    text-transform: inherit;
    font-size: 14px;
    line-height: 24px;
}

.input-group.checkbox label {
    padding-left: 44px;
}

.input-group.checkbox .icheckbox {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.input-group.checkbox a {
    text-decoration: underline;
}

.user-data-item-inner {
    margin-bottom: 30px;
}

.form-bottom {
    float: left;
    padding-top: 21px;
    width: 100%;
}

.form-bottom-right,
.form-bottom-left {
    width: 50%;
}

.form-bottom-left {
    float: left;
}

.form-bottom-right {
    float: right;
}

.form-bottom-left > * {
    float: left;
}

.form-bottom-right > * {
    float: right;
}

.form-bottom form [class*="col-"] {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .md-bottom-separator {
        margin-bottom: 18px;
        padding-bottom: 23px;
        border-bottom: 1px solid #C5C5C5;
    }

    .bottom-separator .form-group.md-bottom-separator {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {

    footer .footer-bar .footer-b h3 + ul {
        text-align: center;
    }

    .footer-b ul {
        display: inline-block;
    }

    .xs-bottom-separator {
        margin-bottom: 18px;
        padding-bottom: 23px;
        border-bottom: 1px solid #C5C5C5;
    }

    .bottom-separator .form-group.xs-bottom-separator {
        margin-bottom: 20px;
    }
}

.bottom-separator .form-group {
    margin-bottom: 0;
}

.form-bottom .bottom-separator {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.user-page .form-bottom .form-group {
    margin-bottom: 15px;
}

.form-bottom .form-group {
    /*margin-bottom: 35px;*/
}

.order-header-wrapper {
    background-color: #fff;
}

.order-header .step-list {
    display: table;
    float: left;
    padding: 25px 0;
    width: 100%;
}

.step-list .step,
.step-list .step a {
    color: #fff;
}

.step-list .step a:hover {
    text-decoration: underline;
}

.step-list .step {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 25%;
    text-align: center;
    font-size: 12px;
}

.step-list .step-inner .caption {
    display: inline;
    overflow: hidden;
    white-space: nowrap;
}

.step-list .step-inner {
    padding: 7px 5px;
    background-color: #000000;
    color: #fff;
}

.step-list .step.active,
.step-list .step a:hover,
.step-list .step a:focus {
    color: #fff;
}

.step-list .step.active .step-inner,
.step-list .step a:hover .step-inner,
.step-list .step a:focus .step-inner {
    border-color: transparent;
    background: #f15a22;
    color: #fff;
}

.step-list .step .nb::after {
    content: '.';
}

.step-list .step.active a {
    color: inherit;
}

.basket-page-top {
    position: relative;
    margin-bottom: 10px;
}

.basket-table {
    float: left;
    margin-bottom: 0;
    width: 100%;
    border-spacing: 0;
}

.basket-table .form-group {
    margin-bottom: 0;
}

.order-history-table {
    table-layout: fixed;
}

.basket-table td:last-child .btn {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
}

.basket-table .price {
    text-align: center;
}

.basket-table td.product-info-box {
    width: 301px;
    text-align: left;
}

.basket-table th,
.basket-table td {
    border: none;
    text-align: center;
}

.basket-table th {
    padding: 24px 0;
}

.basket-table td {
    position: relative;
    padding: 16px 0;
}

.basket-table td.lp {
    width: 40px;
}

.basket-table th.lp {
    text-align: left;
}

.basket-table th.quantity {
    width: 162px;
}

.basket-table .remove-column {
    width: 91px;
}

.basket-table tbody .lp {
    padding: 0;
    color: #f15a22;
    font-weight: bold;
    font-size: 12px;
}

.basket-table th.lp {
    width: 40px;
}

.basket-table th {
    background-color: transparent;
    color: #000000;
    font-weight: 300;
    font-size: 18px;
}

.basket-table th .caption {
    display: block;
    float: left;
    width: 100%;
}

.basket-page-top-first-step .text {
    max-width: 520px;
}

.basket-table .image {
    float: left;
    padding: 0;
    border: 1px solid #C5C5C5;
}

.thumbnail {
    margin-bottom: 0;
    border-color: #C5C5C5;
}

.basket-table .name {
    display: table;
    float: left;
    padding-right: 13px;
    width: 299px;
    height: 48px;
    font-size: 12px;
}

.basket-table .name > * {
    clear: both;
}

.basket-table .name a.title {
    display: table-cell;
    margin-bottom: 5px;
    color: #000000;
    vertical-align: middle;
}

.shop-basket-list-product-set-parts-name.product-name.name a.title {
    font-size: 14px;
}

.basket-table .name a.title:hover,
.basket-table .name a.title:focus {
    color: #000;
}

.basket-table .name .product-name-more {
    display: block;
    font-size: 12px;
}

.basket-table .name a.basket-update {
    display: block;
    margin: 3px 0;
}

.basket-table .quantity .val {
    display: block;
    font-size: 20px;
}

.basket-table .discount,
.basket-table .price-new {
    display: block;
    text-align: center;
    font-size: 20px;
}

.basket-table .val.price {
    font-size: 16px;
}

.basket-table .price-old {
    display: inline-block;
    float: none;
    margin-right: 0;
    font-size: 12px;
}

.basket-table .input-counter {
    display: inline-block;
    width: 114px;
}

.value-placeholder {
    display: block;
    float: left;
    width: 100%;
    color: #f15a22;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
}

.basket-summary {
    float: right;
    text-align: left;
}

.basket-table-summary {
    margin: 56px 0 35px;
    border: 1px solid #C5C5C5;
    background: #fff;
}

.basket-summary .summary-row {
    position: relative;
    float: left;
    padding: 18px 0 19px 201px;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.basket-summary .summary-row .price {
    color: inherit;
    color: #000000;
    font-weight: normal;
    font-size: 20px;
}

.basket-summary .summary-row .caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 200px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.basket-summary .summary-row .val {
    float: right;
    padding: 0;
    text-align: right;
    font-size: 14px;
}

.basket-summary .summary-row.summary-value {
    border-bottom: 0;
}

.basket-summary .summary-row.summary-value .val {
    font-size: 24px;
}

.basket-summary .summary-row.summary-value .price-new {
    float: right;
    color: #000000;
    font-size: 36px;
}

.basket-summary .caption {
    display: inline-block;
    float: left;
    width: 185px;
}

.basket-summary .val {
    display: inline-block;
    float: left;
}

.basket-summary .summary-row .val-lg {
    font-size: 20px;
}

.login-pane.basket-summary .summary-row.summary-value .price {
    font-size: 20px;
}

.login-pane.basket-summary .summary-row.summary-value .val {
    font-size: 14px;
}

.delivery-data textarea {
    min-height: 120px;
}

.basket-pick-delivery-place {
    float: left;
    width: 100%;
}

.basket-pick-delivery-place .select2-container {
    margin-top: 24px;
    margin-left: 0;
}

#shop-basket-coupon-form {
    border-bottom: none;
}

#shop-basket-coupon-form .btn {
    height: 40px;
    padding: 4px 30px;
}

#shop-basket-coupon-form .text {
    margin-bottom: 15px;
}

.basket-discount .text b {
    color: #f15a22;
}

.basket-discount .form-group {
    margin-bottom: 0;
}

.basket-discount .form-control {
    padding: 9px 26px;
    height: 40px;
}

span.paczkomat-name {
    font-size: 14px;
    margin: 10px 0;
    display: block;
    font-weight: normal;
}

.login-pane-12 {
    float: left;
    width: 100%;
}

.order-section .main-content-left .login-pane .login-pane-inner {
    padding-right: 222px;
}

.order-section-wrapper .basket-page-top.basket-page-top-first-step {
    margin-bottom: 6px;
}

.login-page-wrapper.order-page-wrapper {
    padding-bottom: 45px;
}

.fast-transaction {
    float: left;
    margin-top: 39px;
    padding: 35px 23px;
    width: 100%;
    border-top: 1px solid #dadada;
}

.fast-transaction h2 {
    margin-bottom: 30px;
}

.login-page.order-page .order-login-match {
    float: left;
}

.login-page.order-page .order-login-match:not(.order-login-form) {
    position: relative;
    padding-bottom: 56px;
}

.login-page.order-page .order-login-bottom {
    position: absolute;
    right: 0;
    bottom: 17px;
    margin: 0;
}

.login-page.order-page .text {
    margin-bottom: 41px;
    text-align: justify;
}

.login-page.order-page .text p {
    margin: 0;
}

.order-page .order-section .form-bottom,
.order-page .basket-section .form-bottom {
    margin-top: 0;
    padding-top: 21px;
}

.order-page .form-bottom {
    padding-top: 29px;
}

.order-page .form-bottom .bottom-separator {
    padding-bottom: 14px;
}

.order-general-info-wrapper .small .val + .val {
    margin-top: 8px;
}

.order-general-info .login-pane {
    margin-bottom: 8px;
}

.order-general-info .pane-heading {
    padding-bottom: 18px;
}

.order-general-info .login-pane {
    padding: 30px;
    background-color: #f9f9f9;
}

.order-general-info .login-pane-inner {
    font-size: 16px;
}

.order-general-info .bottom-separator {
    float: left;
    margin-bottom: 17px;
    padding-bottom: 17px;
    width: 100%;
}

.order-general-info .caption {
    display: block;
    float: left;
    margin-bottom: 7px;
    width: 100%;
    color: #1f1f1f;
    font-weight: bold;
    font-size: 12px;
}

.order-general-info .val {
    position: relative;
    display: block;
    float: left;
    padding-right: 10px;
    width: 100%;
}

.order-general-info .val .name {
    /*max-width: 135px;*/
}

.order-general-info .delivery-point {
    font-size: 12px;

}

.order-general-info .small {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.333em;
}

.order-general-info .main {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 600;
    line-height: 1.5em;
}

.order-general-info .small .val,
.order-general-info .main .val {
    display: block;
    float: left;
    width: 100%;
}

.order-general-info .code {
    color: #2eca35;
    font-weight: 500;
    font-size: 24px;
}

/* USER NAV */
.navbar-user {
    float: left;
    overflow: hidden;
    min-height: inherit;
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 16px;
}

.user-navigation-wrapper {
    float: left;
    width: 100%;
}

.user-layout .tab-content {
    overflow: hidden;
    margin-top: -1px;
    padding: 20px 15px;
    border: 1px solid #C5C5C5;
}

.nav-tabs {
    border: none;
}

.nav-tabs > li > a {
    border-color: transparent;
}

.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li:not(.active) > a:focus {
    color: #f15a22;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f15a22;
    color: #fff;
}

.order-history-wrapper {
    padding-bottom: 64px;
}

.order-history-wrapper .login-pane-12 {
    margin-bottom: 16px;
}

.order-history-table td {
    height: 56px;
    font-weight: 500;
    font-size: 16px;
}

.order-history-wrapper {
    padding-bottom: 80px;
}

.order-history .remove-column {
    width: 110px;
}

.order-history-table .price-label {
    display: none;
}

.order-history-table .price-box {
    display: inline-block;
}

.order-history-table .price {
    display: block;
}

.order-history .form-bottom {
    margin-top: 0;
}

.login-page.forgot-page .login-pane-inner {
    height: auto;
}

/** product- view*/
.product-table-examples,
.product-custom-order,
.product-details-top,
.product-sell-form,
.price-box-wrapper,
.product-facebook,
.shop-product {
    float: left;
    width: 100%;
}

.product-page .breadcrumbs {
    margin-bottom: 0;
    border-bottom: none;
}

.shop-product {
    padding-top: 9px;
    padding-bottom: 7px;
}

.product-left {
    margin-top: 10px;
    max-width: 100%;
    width: 458px;
}

.product-left-inner {
    position: relative;
    max-width: 458px;
    width: 100%;
}

.product-left .product-photo {
    max-width: 100%;
    width: 100%;
}

.product-slider {
    max-width: 100%;
    width: 100%;
    /*height: 458px;*/
}

.product-right {
    margin-top: 6px;
    width: 730px;
}

.product-right-top {
    float: left;
    margin-bottom: 24px;
    width: 100%;
}

.product-variant-prices {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.product-variant-prices .price {
    color: #000000;
    font-size: 30px;
}

.product-variant-prices .price-left,
.product-variant-prices .price-right {
    display: inline-block;
    float: left;
}

.product-variant-prices .price-left .price::after {
    margin: 0 5px 0 7px;
    content: '-';
}

.product-right .product-time .caption {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 3px;
    max-width: 139px;
}

.product-links .btn-print {
    /*margin-top: 52px;*/
}

.product-links .btn {
    padding-right: 17px;
    padding-left: 50px;
    text-transform: none;
}

@media screen and (min-width: 992px) {
    .product-links .btn + .btn {
        float: right;
        margin-top: 10px;
    }
}

.btn.product-print .ic-wrapper {
    left: 10px;
}

.btn.product-print .ic-print {
    font-size: 16px;
}

.product-details-top {
    margin-bottom: 30px;
}

.product-page {
    padding-bottom: 0;
}

.product-header h1 {
    margin-bottom: 33px;
}

.product-header h1,
.recommended-box h2,
.prod-show-bundle h2,
.product-description-wrapper > h2 {
    font-size: 36px;
    line-height: 1.250em;
}

.product-header h2 {
    margin-bottom: 38px;
}

.recommended-box h2 {
    margin-bottom: 40px;
}

.product-description-wrapper > h2 {
    margin-bottom: 28px;
}

.product-header .product-code {
    font-weight: bold;
    line-height: 2.583em;
}

.product-time {
    float: left;
    width: 100%;
    color: #666767;
    letter-spacing: 0.07em;
}

.product-time .val {
    color: #666767;
    font-weight: bold;
}

.product-time .item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.product-header {
    float: left;
    width: 100%;
}

.product-header .text {
    margin-bottom: 20px;
}

.product-availabity {
    float: left;
    margin: 3px 0 0;
    width: 100%;
}

.product-header .product-code {
    float: left;
    margin-right: 30px;
    font-size: 12px;
}

.product-header .product-links {
    float: right;
    width: 100%;
}

.product-table-examples {
    padding-top: 20px;
}

.shop-quantity-box {
    position: relative;
    overflow: hidden;
    width: 181px;
}

.price-box-quantity {
    font-weight: 500;
    font-size: 22px;
    line-height: 45px;
}

.sell-box {
    position: relative;
    float: left;
    margin-bottom: 21px;
    padding: 35px 49px 40px 49px;
    width: 100%;
    border: 1px solid #C5C5C5;
    background-color: #fff;
}

.sell-box [class*=col-] {
    padding: 0 5px;
}

.sell-box .row {
    margin-right: -5px;
    margin-left: -5px;
}

.sell-box .row-promo {
    display: table;
    padding-left: 0;
    height: 74px;
}

.sell-box-form-table {
    display: table;
    table-layout: fixed;
}

.sell-box-form-table .sell-box-left,
.sell-box-form-table .sell-box-right {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.sell-box .sell-box-offer,
.sell-box .sell-box-form {
    float: left;
}

.sell-box .sell-box-form {
    float: right;
}

.sell-box .sell-box-offer {
    width: 100%;
}

.sell-box .sell-box-form {
    width: 100%;
}

.sell-box-top {
    width: 100%;
}

.sell-box-top,
.sell-box-bottom {
    float: left;
}

.sell-box-bottom {
    clear: both;
    margin-bottom: 5px;
    min-width: 100%;
}

.sell-box-left {
    float: left;
    padding-right: 13px;
    max-width: 100%;
    width: 50%;
}

.sell-box-right {
    float: right;
    padding-left: 13px;
    max-width: 100%;
    width: 50%;
}

.sell-box-bottom .sell-box-right {
    margin-top: 5px;
}

.product-right-box .sell-box .text {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.product-right-box .teaser-text {
    color: #7b7b7b;
}

.product-right-box .text * {
    letter-spacing: 0.04em;
}

.sell-box .row-promo p {
    font-weight: 600;
}

.sell-box .btn {
    float: left;
    font-size: 16px;
}

.product-net-wrapper {
    letter-spacing: 0.03em;
    line-height: 32px;
}

.sell-box .product-net-wrapper .price {
    color: #000;
    font-weight: normal;
}

.sell-box .product-net-wrapper .price-old {
    color: #666767;
}

.sell-box .product-net-wrapper .caption {
    margin-left: 4px;
}

.sell-box select {
    width: 100%;
}

.sell-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}

.sell-box label,
.prod-attributes label {
    margin-bottom: 18px;
    color: #f15a22;
    letter-spacing: 0.07em;
    font-weight: normal;
    font-size: 12px;
}

.sell-box .shop-quantity-box {
    float: right;
    width: 100%;
}

.sell-box .product-price-wrapper {
    float: left;
    width: 100%;
}

.sell-box .product-buttons .btn-icon {
    padding-left: 70px;
    letter-spacing: 0.05em;
}

.sell-box .product-buttons {
    padding-bottom: 23px;
}

.sell-box {
    color: #000000;
}

.input-counter {
    color: #000000;
}

.input-counter .action {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.input-counter input {
    padding: 10px 46px;
    height: 46px;
    /*border-color: #C5C5C5;*/
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #000000;
    font-weight: bold;
}

span.qty-minus.qty-down {
    /*border-right: 1px solid #C5C5C5;*/
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

span.qty-plus.qty-up {
    /*border-left: 1px solid #C5C5C5;*/
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

span.qty-minus.qty-down:after, span.qty-plus.qty-up::after {
    display: none;
}

.sell-box .price-box {
    float: left;
    width: 100%;
}

.sell-box .price-new {
    line-height: 56px;
}

.sell-box .product-gross-wrapper .price {
    float: left;
    font-size: 48px;
}

.sell-box .price-old {
    display: block;
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
}

.sell-box .product-price-wrapper .text p {
    margin: 13px 0;
}

.sell-box .product-price-wrapper .text {
    float: left;
    width: 100%;
    border-top: 1px solid #C5C5C5;
    color: #c6c6c6;
    font-size: 12px;
}

.sell-box .info-box-wrapper {
    position: relative;
    margin-left: 5px;
    cursor: pointer;
}

.info-box-wrapper .info-box {
    position: absolute;
    top: 0;
    left: 24px;
    z-index: 100;
    display: none;
    padding: 10px 23px;
    width: 300px;
    border: 1px solid #C5C5C5;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    line-height: 1.4em;
}

.product-description-navigation .nav-tabs {
    margin-top: -1px;
}

.product-description-wrapper .nav-tabs {
    border-bottom: none;
}

.product-description-wrapper {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.product-description-wrapper .tab-pane:not(.active) {
    display: none;
}

.product-description-wrapper .tab-pane {
    padding: 44px 0;
}

.product-description-wrapper .tab-pane h2 {
    font-weight: 500;
}

.product-description-wrapper .text {
    line-height: 2.3em;
}

.product-description-navigation .nav-tabs > li.active > a,
.product-description-navigation .nav-tabs > li.active > a:focus,
.product-description-navigation .nav-tabs > li.active > a:hover {
    background: #0e141a;
    color: #fff;
}

.product-description-navigation .nav-tabs > li > a {
    margin: 0;
    padding: 17px 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
}

.product-description-navigation .nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.product-description-navigation .nav-tabs > li {
    display: table-cell;
    float: none;
    width: 100%;
}

.product-description-navigation .nav-tabs > li {
    margin-bottom: 0;
}

.product-description-wrapper .tab-content-description {
    background-color: #0e141a;
}

.product-description-navigation .nav-tabs > li.active > a,
.product-description-navigation .nav-tabs > li.active > a:focus,
.product-description-navigation .nav-tabs > li.active > a:hover {
    border-color: transparent;
}

.product-description-navigation .nav-tabs > li {
    margin-right: -1px;
}

.product-description-navigation .nav-tabs a.tab-link {
    overflow: hidden;
    padding: 15px;
    max-height: 50px;
    border: 1px solid #be1901;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.product-description-wrapper .tab-content .tab-content-name {
    display: none;
}

/*recommended tabs*/
.product-recommended-wrapper {
    padding: 0;
    padding-bottom: 69px;
    border: none;
}

.product-description-wrapper + .product-recommended-wrapper {
    padding-top: 100px;
    padding-bottom: 0;
}

.product-description-wrapper + .product-recommended-wrapper .table {
    margin-bottom: 0;
}

.product-description-wrapper + .product-recommended-wrapper .tab-pane {
    padding-bottom: 0;
}

table.recommended-product-list {
    border-collapse: collapse;
}

table tr.product-item-recommend td {
    overflow: hidden;
    padding: 0 19px;
    border-bottom: none;
    vertical-align: middle;
}

table tr.product-item-recommend td .alert {
    margin: 0;
}

table.recommended-product-list tr.product-item-recommend td.product-item-recommend-name {
    text-align: left;
}

tr.product-item-recommend:first-child td {
    border-top: none;
}

tr.product-item-recommend td:first-child {
    border-left: none
}

tr.product-item-recommend td:last-child {
    border-right: none;
}

tr.product-item-recommend td.product-item-recommend-sell {
    width: 222px;
}

tr.product-item-recommend td.product-item-recommend-sell form {
    float: left;
    width: 184px;
}

tr.product-item-recommend {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

tr.product-item-recommend td.product-item-recommend-photo {
    padding: 0;
    width: 99px;
}

tr.product-item-recommend .product-photo-wrapper {
    margin: 16px auto 15px auto;
    width: 80px;
    height: 80px;
    border: 1px solid #C5C5C5;
}

table.recommended-product-list td.product-item-recommend-name {
    padding: 21px 30px;
    width: 354px;
}

tr.product-item-recommend .product-name-wrapper {
    margin: 0;
    padding: 0;
    height: auto;
    border-bottom: 0;
}

tr.product-item-recommend .product-name a {
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 1.500em;
}

tr.product-item-recommend .product-name a .product-code {
    display: block;
    width: 100%;
    text-align: left;
}

td.product-item-recommend-params {
    width: 232px;
}

td.product-item-recommend-price {
    width: 232px;
}

td.product-item-recommend-sell {
    width: 232px;
}

td.product-item-recommend-price .price-old {
    line-height: 1.7em;
}

td.product-item-recommend-price .price-box {
    margin-top: 5px;
}

td.product-item-recommend-price .price-box .price {
    font-size: 30px;
}

td.product-item-recommend-price .price-box .currency-sign {
    margin: 0;
}

td.product-item-recommend-sell .btn {
    float: right;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

td.product-item-recommend-sell .shop-quantity-box {
    float: left;
    margin: 0;
    width: 123px;
}

td.product-item-recommend-sell .shop-quantity-box .action {
    width: 40px;
}

td.product-item-recommend-params {
    width: 232px;
}

td.product-item-recommend-price {
    width: 232px;
}

td.product-item-recommend-sell {
    width: 222px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    border-color: transparent;
    background-color: inherit;
}

@media screen and (min-width: 1140px) {
    .nav > li > a:focus,
    .nav > li > a:hover {
        -webkit-transition: background-color .2s;
        -moz-transition: background-color .2s;
        -ms-transition: background-color .2s;
        -o-transition: background-color .2s;
        transition: background-color .2s;
    }
}

.product-siblings-wrapper {
    float: left;
    width: 100%;
}

.product-siblings-wrapper ul {
    margin: 0 -4px;
    list-style: none;
}

.product-siblings-wrapper li {
    float: left;
    padding: 4px;
}

.product-siblings-wrapper li a {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
}

.product-siblings-wrapper li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-attributes-list .val,
.product-attributes-list .caption {
    display: block;
    float: left;
    width: 100%;
}

.product-attributes-list .caption {
    margin-bottom: 11px;
}

.product-attributes-list .val {
    font-weight: bold;
    font-size: 20px;
}

.product-attributes-list .product-attribute .caption {
    color: #fff;
}

.product-attributes-list .product-attribute {
    float: left;
    width: 100%;
    color: #a9a8a8;
}

.product-attribute .bottom-separator {
    margin-bottom: 21px;
    padding-bottom: 18px;
}

.recommended-products {
    float: left;
    width: 100%;
}

/*
.recommended-products .slider {
    overflow: hidden;
    max-height: 372px;

}
*/

.offer-tiles-slider .slick-arrow {
    position: absolute;
    top: -43px;
}

.offer-tiles-slider .slick-prev {
    right: 51px;
}

.offer-tiles-slider .slick-next {
    right: 5px;
}

.slick-arrow {
    position: relative;
    z-index: 20;
    padding: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #C5C5C5;
    background-color: #fff;
}

.slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.slick-arrow:not(.slick-disabled):hover {
    border-color: transparent;
    background-color: #f15a22;
}

.slick-arrow.slick-disabled {
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
}

/*compare-table*/
.compare-page {
    padding-bottom: 65px;
}

.comparator-heading {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.comparator-heading .btn {
    float: left;
}

.tab-compare-table {
    text-align: center;
}

.table.tab-compare-table td {
    vertical-align: middle;
}

.tab-compare-table tr.no-br td {
    padding-right: 0;
    border: none;
}

.tab-compare-table tr.tab-compare-table-row-images td {
    border-color: red;
}

.tab-compare-table tr.heading td {
    padding: 17px 0;
    font-weight: bold;
    font-size: 21px;
}

.tab-compare-table tr td {
    width: 40%;
}

.table .tab-compare-table-row-last td {
    padding: 30px 0;
}

.tab-compare-table tr td.tab-compare-table-col-left {
    width: 20%;
    background-color: #0e141a;
    color: #fff;
    font-weight: bold;
}

.tab-compare-table tr.diff td.tab-compare-table-col-left {
    color: inherit;
}

.products-compare-box table tr.diff td {
    background: #fac5bd;
}

.home-search-wrapper {
    position: relative;
    padding: 73px 0 74px 0;
}

@media screen and (min-width: 992px) {
    .home-search-wrapper {
        height: 205px;
    }

    .home-search-wrapper::before {
        position: absolute;
        top: -40px;
        left: 0;
        box-sizing: content-box;
        padding-bottom: 40px;
        width: 100%;
        height: 100%;
        content: '';
        pointer-events: none;
    }
}

.home-search-inner {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 927px;
}

.home-search-heading {
    float: left;
    width: 443px;
}

.home-search-heading .line {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
}

.home-search-form {
    float: right;
    margin-top: 5px;
}

.home-search-form .search-form input[type="text"] {
    max-width: 100%;
    width: 419px;
    height: 50px;
    border-color: transparent;
    background-color: #fff;
}

.home-search-form .btn {
    width: 50px;
    height: 50px;
}

.home-search-heading .line1 {
    font-weight: 100;
}

.faq-list,
.faq-item,
.faq-item-toggle-wrapper,
.faq-item-toggle-content {
    float: left;
    width: 100%;
}

.faq-list {
    margin-bottom: 5px;
}

.faq-item {
    position: relative;
    margin-bottom: 44px;
    padding: 5px 0 17px;
    border-bottom: 1px solid #C5C5C5;
}

.faq-item h2 {
    margin-bottom: 36px;
    font-size: 18px;
}

.faq-item-toggle {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 10;
}

.faq-item-toggle-content {
    display: none;
}

.faq-item-toggle.active .ic-arrow-d {
    background-position: -42px 0;
}

.categories-navigation {
    position: relative;
    float: left;
    margin-bottom: 55px;
    width: 100%;
}

.category-nav-lvl-wrapper {
    float: left;
    width: 100%;
}

.categories-navigation li {
    float: left;
}

.categories-navigation a {
    letter-spacing: 0.12em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.categories-navigation a > .category-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 31px;
    width: 81px;
    height: 81px;
    border: 1px solid #C5C5C5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    text-align: center;
}

.categories-navigation a > .category-icon > .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.categories-navigation a > .category-icon > .wrapper > .image {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
}

.categories-navigation a > .category-title {
    display: inline-block;
}

.section-tags {
    color: #fff;
    text-align: center;
}

.section-tags-wrapper {
    margin-bottom: 64px;
    padding: 124px 0 131px;
}

.section-tags .text-container {
    margin: 0 auto;
    margin: 0 auto 84px;
    max-width: 100%;
    width: 1100px;
}

.section-tags .text-container .text {
    float: left;
    width: 100%;
}

.section-tags h2,
.section-tags h3 {
    color: #fff;
    letter-spacing: 0.1em;
}

.section-tags h3 {
    margin-bottom: 8px;
    letter-spacing: 0.13em;
    font-weight: 300;
    font-size: 18px;
}

.section-tags h2 {
    margin-bottom: 33px;
    font-size: 36px;
}

.cloud-tag .btn-default {
    padding: 9px 19px;
    border: 1px solid #C5C5C5;
    background-color: transparent;
}

.section-tags .cloud-list {
    float: left;
    overflow: hidden;
    padding: 0 59px;
    max-height: 196px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.cloud-list .cloud-tag {
    display: inline-block;
    margin-bottom: 9px;
    padding: 0 4.5px;
    font-size: inherit;
}

.cloud-tag .btn-default:hover {
    border-color: transparent;
    background-color: red;
}

*::selection {
    background: #cfd0d2;
    color: #f15a22;
}

*::-moz-selection {
    background: #cfd0d2;
    color: #f15a22;
}

.prod-show-bundle {
    float: left;
    margin-bottom: 68px;
    width: 100%;
}

.shop-bundle-row {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #C5C5C5;
}

.shop-bundle-row:hover {
    border-color: #f15a22;
}

@media screen and (min-width: 1238px) {
    .shop-bundle-summary {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .shop-bundle-summary > .wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

.shop-bundle-summary > .wrapper {
    padding: 30px 20px;
}

.shop-bundle-summary {
    float: right;
    width: 20%;
    text-align: left;
}

.shop-bundle-summary form .btn {
    margin-top: 20px;
}

.shop-bundle-summary-price {
    font-size: 19px;
}

.shop-bundle-summary-price,
.shop-bundle-summary-save {
    float: right;
    color: #000000;
    font-weight: bold;
}

.shop-bundle-summary-save {
    font-size: 14px;
}

.shop-bundle-summary-price,
.shop-bundle-summary .price-label {
    line-height: 24px;
}

.shop-bundle-summary-save,
.shop-bundle-summary .save-label {
    line-height: 18px;
}

.shop-bundle-summary .price-label,
.shop-bundle-summary .save-label {
    float: left;
    font-weight: bold;
    font-size: 12px;
}

.shop-bundle-summary .price-row {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.shop-bundle-summary .summary-row {
    float: left;
    margin-bottom: 12px;
    width: 100%;
}

.shop-bundle-product-image {
    display: table;
    margin: 0 auto;
}

.shop-bundle-product-image a {
    display: table-cell;
    vertical-align: middle;
}

.shop-bundle-product-name {
    display: table;
    width: 100%;
}

.shop-bundle-product-name a {
    display: table-cell;
    color: #f15a22;
    vertical-align: middle;
    font-weight: normal;
}

.shop-bundle-product-name a:hover,
.shop-bundle-product-name a:focus {
    color: #000;
}

.shop-bundle-product-name a .caption {
    display: inline-block;
    max-width: 200px;
}

.shop-bundle-products {
    display: table;
    float: left;
    padding: 15px 0;
    width: 80%;
}

.shop-bundle-product {
    position: relative;
    display: table-cell;
    padding: 15px 30px;
    vertical-align: middle;
    text-align: center;
}

.shop-bundle-product::after {
    position: absolute;
    top: 50%;
    right: -17px;
    color: #f15a22;
    content: '+';
    font-size: 52px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .shop-bundle-product:last-child::after {
        opacity: 0;
    }
}

.shop-basket-list-product-set-parts-image {
    float: left;
    margin: 0;
    width: 90px;
    height: 90px;
}

.basket-table-bundle-row .product-image {
    margin: 0 15px;
}

.shop-basket-list-product-set-parts-image a {
    display: block;
}

table.basket-table .basket-table-bundle-row {
    float: left;
    width: 100%;
    text-align: left;
}

.shop-basket-list-product-set-parts-name.product-name.name {
    width: 205px;
}

.basket-table-bundle-row td.basket-table-bundle-content {
    padding: 15px 23px;
    text-align: left;
}

.basket-table-bundle-heading {
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.basket-table-bundle-row .shop-basket-list-product-set-parts {
    float: left;
    width: 100%;
    list-style: none;
}

.basket-table-bundle-row .shop-basket-list-product-set-parts li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 10px;
    padding-left: 15px;
    width: 100%;
}

.basket-table-bundle-row .shop-basket-list-product-set-parts li::before {
    position: absolute;
    top: 50%;
    left: 0;
    color: #f15a22;
    content: '+';
    font-size: 26px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.basket-table-bundle-row .shop-basket-list-product-set-parts li:last-child {
    margin-bottom: 0;
}

.order-general-info-wrapper .row {
    margin: 0 -4px;
}

.order-general-info-wrapper div[class*="col-"] {
    padding: 0 4px;
}

.order-general-info-wrapper {
    margin-bottom: 30px;
}

.btn-online-payment {
    padding: 15px;
    text-align: center;
    font-weight: bold;
}

.btn-online-payment img {
    margin-bottom: 10px;
}

.btn-online-payment .caption {
    display: block;
    width: 100%;
}

.text.contact-text a[href*="tel:"],
.text.contact-text a[href*="mailto:"] {
    font-size: 16px;
}

.contact-page .text.contact-text a[href*="tel:"],
.contact-page .text.contact-text a[href*="mailto:"] {
    font-weight: 300;
    font-size: 36px;
    font-family: 'Arial', 'sans-serif';
}

.footer-wrapper .text.contact-text a[href*="tel:"],
.footer-wrapper .text.contact-text a[href*="mailto:"] {
    font-size: inherit;
}

/** captcha */
.captcha-image-wrapper {
    margin-right: 10px;
}

.captcha-image-wrapper,
.captcha-input-wrapper {
    float: left;
    width: 100%;
}

.form-group.captcha .form-control-feedback {
    display: none;
}

.product-question .form-group.captcha input {
    width: 184px;
}

.contact-form .form-group.captcha input.form-control {
    width: 100%;
}

.contact-form .form-group.captcha {
    float: left;
    width: 100%;
}

.form-group.captcha .captcha-image {
    position: relative;
    float: left;
    padding-right: 50px;
    width: 100%;
    border: 1px solid #C5C5C5;
    text-align: center;
    font-size: 0;
}

.form-group.captcha input {
    float: left;
    width: 100%;
}

.form-group.captcha img {
    margin-right: 0;
    padding: 12px 0;
    width: 175px;
    height: 48px;
    background-color: #fff;
}

.form-group.captcha .captcha-refresh {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
}

.form-group.captcha .contact-form-bottom-left .captcha-wrapper {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 50px;
    border: 1px solid #C5C5C5;
    text-align: center;
}

.form-group.captcha .contact-form-bottom-left img {
    float: none;
    margin-right: 0;
}

.login-pane .form-group.captcha label {
    display: block;
}

@media screen and (max-width: 767px) {

    .form-group.captcha .contact-form-bottom-left .captcha-wrapper {
        height: 40px;
    }

    .form-group.captcha img {
        padding: 6px 0;
    }

    /*.form-group.captcha img,
    .form-group.captcha input,
    .form-group.captcha .captcha-refresh {
        height: 40px;
    }*/
}

@media screen and (max-width: 460px) {
    .form-group.captcha .form-control {
        display: block;
        width: 100%;
    }
}

.btn.collection-add {
    margin-bottom: 40px;
}

.slider,
.slick-list,
.slick-track,
.slick-slider {
    max-height: 100%;
    height: 100%;
}

.input-counter .action:hover,
.input-counter .action:focus {
    color: #f15a22;
}

/*** home boxes ****/
/* home boxes bootstrap custom scheme */
.home-tiles .section-wrapper {
    margin-bottom: 50px;
}

.home-tiles .row {
    margin: 0 -5px;
}

.home-tiles div[class*="col-"] {
    margin-bottom: 10px;
    padding: 0 5px;
}

/*/
/* home boxes styling */
.home-tiles img {
    float: left;
}

.home-tile {
    position: relative;
    display: block;
    float: left;
}

.home-tile .thumbnail {
    overflow: hidden;
}

.home-tile .name {
    max-width: 100%;
    text-align: left;
    font-size: 36px;
    font-family: 'Arial', 'sans-serif';
}

.home-tile .btn-group {
    margin-top: 15px;
}

.home-tile,
.home-tile a,
.home-tile .thumbnail {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/*rwd*/
@media screen and (min-width: 1190px) {
    .home-tile:hover .thumbnail {
        border-color: #f15a22;
    }

    .home-tile:hover a:not(.btn),
    .home-tile a:not(.btn):hover {
        color: #f15a22;
        text-decoration: underline;
    }
}

/*rwd*/
@media screen and (max-width: 991px) {
    .home-tile .name {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .home-tile .name {
        font-size: 36px;
    }
}

@media screen and (max-width: 613px) {
    .home-tile .name {
        font-size: 30px;
    }
}

@media screen and (max-width: 510px) {
    .home-tile .name {
        font-size: 28px;
    }
}

@media screen and (max-width: 400px) {
    .home-tile .name {
        font-size: 24px;
    }
}

/* social */
.social-list {
    position: fixed;
    top: 252px;
    left: 0;
    width: 50px;
}

.social-list > ul > li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
}

.social-list > ul > li > a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-color: #f15a22;
    color: #fff;
    font-size: 24px;
}

.social-list > ul > li > a .ic-wrapper {
    width: 100%;
    height: 100%;
}

.social-list > ul > li > a svg {
    max-width: 27px;
    max-height: 27px;
    fill: #fff;
}

.social-list > ul > li > a:hover,
.social-list > ul > li > a:focus {
    border-color: #C5C5C5;
    background-color: #fff;
    color: #f15a22;
}

.social-list > ul > li > a:hover svg,
.social-list > ul > li > a:focus svg {
    fill: #f15a22;
}

/****************************************** top boxes *******************************************/

/* > */
/* top-box */
.top-box {
    animation-duration: .3s;
}

.top-box.top-box-user-nav {
    left: 0;
}

.top-box-heading,
.top-box .legend,
.top-box fieldset > legend {
    float: left;
    margin-bottom: 19px;
    padding-bottom: 19px;
    width: 100%;
    border-color: #C5C5C5;
    color: #f15a22;
    font-size: 21px;
    line-height: 26px;
}

.top-box-basket .top-box-inner {
    margin-top: 0;
    padding: 19px 19px 0;
    max-width: 100%;
    width: 377px;
}

.top-box-total .btn-to-basket {
    float: left;
    margin-top: 19px;
    width: 100%;
}

.top-box-register {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.top-box-login-form .text-muted {
    display: block;
    float: left;
    margin: 5px 0 15px;
    width: 100%;
}

.top-box-login-form .text-muted a:hover {
    color: #000;
    text-decoration: underline;
}

.top-box-user-nav .top-box-inner {
    padding: 0;
    min-width: 200px;
}

.top-box nav li a {
    border-bottom: 1px solid #C5C5C5;
}

.top-box-user-nav ul li a {
    padding: 12px;
    border-color: transparent;
}

.top-box-user-nav ul li a:hover,
.top-box-user-nav ul li a:focus {
    color: #f15a22;
}

.top-box .user-info {
    float: left;
    width: 100%;
}

.top-box .form-control {
    height: 40px;
}

.top-box-bundle {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.top-box-bundle .heading-label {
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.top-box-bundle .shop-basket-list-product-set-parts > li {
    position: relative;
    padding-left: 35px;
    width: 100%;
}

.top-box-bundle .shop-basket-list-product-set-parts > li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 90px;
    color: #f15a22;
    content: '+';
    text-align: center;
    font-size: 24px;
    line-height: 90px;

}

.top-box-bundle .shop-basket-list-product-set-parts-name {
    display: table;
    float: left;
    padding-left: 20px;
    width: 180px;
    height: 90px;
}

.top-box-bundle .shop-basket-list-product-set-parts-name a {
    display: table-cell;
    width: 100%;
    color: #000000;
    vertical-align: middle;
}

.top-box-bundle .shop-basket-list-product-set-parts-name a:hover,
.top-box-bundle .shop-basket-list-product-set-parts-name a:focus {
    color: #000;
}

.top-box .form-group:last-child {
    margin-bottom: 0;
}

.top-box .form-group {
    margin-bottom: 10px;
}

.top-box-product-list {
    position: relative;
    clear: both;
}

.top-box-product-content {
    padding: 0;
}

.top-box-product .product-name:hover {
    color: #000;
}

.top-box .basket-remove-item {
    position: absolute;
    top: 10px;
    right: 0;
    width: 21px;
    height: 21px;
}

.top-box-basket .price-new {
    color: #f15a22;
    font-weight: bold;
    font-family: inherit;
}

.top-box-product {
    padding: 0;
    padding: 22px 0;
    border-color: #C5C5C5;
}

.section-wrapper.top-box-bottom .caption {
    display: block;
}

.top-box-product.last {
    margin-bottom: 0;
    border-bottom: none
}

.top-box-product .count-badge {
    box-sizing: content-box;
    padding: 3px;
    min-width: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f15a22;
    color: #fff;
    text-align: center;
}

.top-box-product .count-badge span {
    font-size: 12px;
    line-height: 14px;
}

.top-box-total {
    margin-bottom: 0;
    padding: 19px 0;
    border-top: 1px solid #C5C5C5;
    background-color: #fff;
}

.top-box-total .row {
    padding: 5px 0;
    border-bottom: 1px solid #C5C5C5;
}

.top-box-total .row.summary {
    padding: 10px 0;
    border-bottom: 0;
}

.top-box-total .summary .caption {
    line-height: 31px;
}

.top-box-total .row.summary .price-label {
    top: 10px;
    line-height: 0.9em;
}

.top-box-total .caption {
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
}

.top-box-total .price {
    font-size: 20px;
}

.top-box-total .price-label {
    position: relative;
    top: 9px;
}

.top-box .input-counter {
    margin: 0 auto;
    margin-bottom: 15px;
}

.top-box-basket .top-box-heading {
    margin-bottom: 0;
}

.top-box-basket-wrapper {
    float: left;
    width: 100%;
}

.top-box-right {
    width: 60%;
}

.top-box-left {
    padding-right: 19px;
    width: 40%;
}

.top-box-basket .price-wrapper > .caption {
    display: block;
    float: left;
    margin-top: 3px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

.top-box-basket .top-box-right.price-wrapper {
    padding: 0;
}

.top-box-basket .top-box-right.name-wrapper {
    padding-right: 10px;
}

.top-box-basket .top-box-product .price-box {
    font-weight: 500;
}

.top-box-basket .top-box-total .price-box {
    float: right;
}

.top-box-basket .price-box {
    width: auto;
    font-size: 20px;
    line-height: 1.400em;
}

.top-box-basket .price-label {
    margin-left: 7px;
}

.top-box-basket .price-old {
    display: block;
    text-decoration: line-through;
    font-size: 16px;
}

.top-box-inner {
    padding: 19px;
    border: 1px solid #C5C5C5;
    background-color: #fff;
}

.top-box-basket-bottom {
    float: left;
    width: 100%;
}

.top-box-basket-bottom .alert {
    font-size: 12px;
}

.top-box-basket-bottom .btn {
    color: #fff;
    text-align: left;
}

.top-box-basket-bottom .top-box-close {
    display: block;
    margin-bottom: 0;
    background-color: #c3c3c3;
}

.top-box-basket-bottom .top-box-basket-link {
    position: relative;
    padding-right: 62px;
}

.top-box-basket-bottom .top-box-basket-link .ic {
    right: 17px;
    left: inherit;
}

.top-box-no-product .fa {
    position: relative;
    top: 1px;
    margin-right: 7px;
    font-size: 16px;
}

.top-box-basket .product-name {
    margin-bottom: 12px;
    padding-bottom: 11px;
    color: #000000;
    font-weight: bold;
    line-height: 16px;
}

.top-box-basket .retail-price {
    display: block;
    float: left;
    margin-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    border-top: 1px solid #C5C5C5;
    font-size: 11px;
}

.top-box-basket .retail-price .val {
    line-height: 18px;
    /*text-align: center;*/
    text-align: right;
}

.top-box-basket .retail-price .val.price-old {
    float: right;
}

.top-box-basket .retail-price .caption {
    display: block;
}

.top-box-basket .retail-price .caption {
    font-size: 12px;
    line-height: 14px;
}

.top-box-basket .retail-price .val {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.top-box-basket .retail-price .val.price-old {
    font-size: 12px;
}

/****************************************** top boxes end *******************************************/

/****************************************** modal *******************************************/
.modal {
    animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
}

.modal-backdrop {
    background: #000;
    opacity: 0.9;
}

.modal-dialog,
.modal-content {
    margin: 30px auto;
    min-width: 600px;
    max-width: 100%;
    width: 40%;
}

@media screen and (max-width: 640px) {
    .modal-dialog,
    .modal-content {
        margin: 30px 0;
        min-width: inherit;
        width: 100%;
    }

    .modal {
        padding: 0 20px;
    }

    .modal .btn-long {
        width: auto;
    }

    .modal > .modal-body {
        padding-right: 0;
        padding-left: 0;
    }
}

.modal .btn {
    padding: 8px 15px 9px 15px;
}

@media screen and (max-width: 640px) {
    .modal .btn {
        width: 100%;
        text-align: center;
    }

    .modal .btn + .btn {
        margin-top: 8px;
    }
}

.modal-content {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modal-header {
    padding: 25px 72px;
    border-color: #C5C5C5;
}

.modal-footer {
    padding: 20px 25px 25px;
}

.modal-footer {
    border-top: none;
}

.modal-body {
    padding: 30px 25px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}

.modal-title,
.modal .login-title {
    display: block;
    color: #f15a22;
}

.modal .shop-product {
    padding: 0;
}

.modal .shop-product {
    padding: 0;
}

.modal-content .close {
    position: absolute;
    top: 0;
    right: 22px;
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    width: 36px;
    height: 76px;
    font-weight: 300;
    font-size: 44px;
    opacity: 1;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: #f15a22;
}

.modal .close:focus {
    outline: none;
}

.modal-content .close span {
    color: #000;
    font-weight: normal;
    font-size: 38px;
    line-height: 31px;
}

.modal-content .close:hover span,
.modal-content .close:focus span {
    color: #f15a22;
}

.modal-product-name {
    color: #000;
    font-weight: bold;
}

.modal-title .fa {
    margin-right: 25px;
    color: #f15a22;
}

.modal-bundles .modal-content {
    max-width: 100%;
    width: 1238px;
    border: 1px solid #C5C5C5;
    -webkit-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    -moz-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
}

.modal-bundles .modal-info {
    margin-bottom: 30px;
}

.modal-bundles .shop-bundle-product-name {
    font-size: 14px;
    line-height: 1.4em;
}

.modal-bundles .shop-bundle-product-image a img {
    height: 60px;
}

.forgot-sent-page-wrapper .login-pane {
    clear: both;
}

.rwd-only {
    display: none;
}

/* clears */
.content-wrapper,
.section-wrapper,
body.sticky-footer footer {
    clear: both;
}

.slick-prev,
.slick-next {
    position: relative;
}

.slick-prev:before,
.slick-next:before {
    display: block;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: FontAwesome;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next:before {
    content: '\f105';
}

.top-box-basket .retail-price .caption {
    float: left;
}

.top-box-basket .product-name {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-box-basket .top-box-product .price-box {
    width: 100%;
    /*text-align: center;*/
    text-align: right;
}

.top-box-basket .price-box > div {
    float: none;
}

.top-box-product .count-badge {
    top: 0;
    right: 0;
}

.top-box-basket .top-box-left {
    width: 90px;
    padding: 0;
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.top-box-basket .top-box-right.name-wrapper {
    width: calc(100% - 110px);
}

@keyframes handShake {
    0%, 100% {
        background-position: left center;
    }
    50% {
        background-position: right center;
    }
}

.finger-scroll {
    animation: handShake 1s ease-in-out infinite;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-image: url("../images/rwd-hand.png");
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 50%;
    height: 100px;
}

.addedFinger {
    position: relative;
}

.finger-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .finger-scroll,
    .finger-bg {
        display: none !important;
    }
}

footer {
    background: url('../images/footer-bg.jpg') no-repeat center center transparent;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer-bottom-links {
    float: left;
}

.footer-bottom-links ul {
    list-style: none;
    font-size: 0;
    margin: 0 -15px;
    padding-right: 60px;
}

.footer-bottom-links ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}

.footer-bottom-links ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #6d6d6d;
    text-transform: uppercase;
    display: block;
}

.footer-bottom-links ul li a:hover {
    color: #f15a22;
}

.footer-bottom {
    background: #1c1c1c;
    padding: 13px 0 11px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #6d6d6d;
    clear: both;
}

.footer-bottom a {
    color: #6d6d6d;
}

.footer-bottom a:hover {
    color: #f15a22;
}

.footer-bottom .site-copyright {
    width: auto;
}

.main-slider .slick-dots {
    width: 100%;
    max-width: 1670px;
    bottom: 16%;
    padding: 0 40px;
}

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

.container.container-lg {
    max-width: 1670px
}

.container {
    padding: 0 40px;
    max-width: 1350px
}

@media screen and (max-width: 1800px) {

    .main-slider .slick-dots,
    .container.container-lg {
        max-width: 1520px
    }
}

@media screen and (max-width: 1600px) {
    .main-slider .slick-dots,
    .container.container-lg,
    .container {
        max-width: 1350px
    }
}

@media screen and (max-width: 1440px) {
    .main-slider .slick-dots,
    .container.container-lg,
    .container {
        max-width: 1260px
    }
}

@media screen and (max-width: 1366px) {
    .main-slider .slick-dots,
    .container.container-lg,
    .container {
        max-width: 1160px
    }
}

@media screen and (max-width: 900px) {
    .main-slider .slick-dots,
    .container.container-lg,
    .container {
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .main-slider .slick-dots,
    .container.container-lg,
    .container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .main-slider .slick-dots,
    .container.container-lg,
    .container {
        padding: 0 15px;
    }
}

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

.top-shop-nav > ul > li > a .caption,
.top-shop-nav > ul > li > .btn .caption {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.top-shop-nav > ul > li > .btn.link-basket .caption {
    vertical-align: top;
}

.top-shop-nav > ul > li > .btn.link-basket {
    border-color: #f15a22;
}

.top-shop-nav > ul > li > .btn.link-basket .ic-wrapper {
    width: 46px;
    height: 46px;
    background: #f15a22;
    max-width: none;
    max-height: none;
    padding: 0;
    top: -1px;
    left: -1px;
    bottom: -1px;
}

.top-shop-nav > ul > li > .btn.link-basket .ic-wrapper .ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-box {
    top: 100% !important;
}

#search-popup .search-wrapper form .btn .ic {
    display: none;
}

.top-box-login-form .text-muted {
    font-size: 12px;
    line-height: 20px;
}

.socials-list .socials-title {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #fff;
}

.socials-list ul {
    font-size: 0;
    margin: 0 -5px;
    display: inline-block;
    vertical-align: middle;
}

.socials-list ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

.socials-list ul li a {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.socials-list ul li a .ic {
    width: 36px;
    height: 36px;
}

.socials-list ul li a svg {
    fill: #fff;
}

@media screen and (min-width: 1140px) {
    .socials-list ul li a:hover {
        border-color: transparent;
        background: #f15a22;
    }
}

@media screen and (min-width: 1238px) {
    .top-search {
        margin-right: 10px;
    }

    .top-search .search-toggle {
        display: none;
    }

    #search-popup {
        display: block !important;
        border: 0;
        padding: 0;
    }

    #search-popup .search-wrapper form {
        /*margin-right: 10px;*/
        position: relative;
        overflow: hidden;
    }

    #search-popup .search-wrapper form .btn {
        position: absolute;
        top: 0;
        right: 0;
        height: auto;
        bottom: 0;
        width: 46px;
        font-size: 0;

        background: transparent;
        border: 0;
    }

    #search-popup .search-wrapper form .btn svg {
        fill: #fff;
    }

    #search-popup .search-wrapper form .btn .ic {
        display: block;
    }

    .search-form input[type="text"] {
        border-color: rgba(255, 255, 255, 0.1);
        background: transparent;
        color: #fff;
        width: 250px;
        height: 46px;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        letter-spacing: 0.05em;
        padding: 3px 50px 5px 20px;
    }

    .search-form input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
    }

    .search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    .search-form input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }

    #search-popup .bg-loupe,
    #search-popup .search-title {
        display: none;
    }

    .search-wrapper .form-group {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1367px) {
    .search-form input[type="text"] {
        width: 300px;
    }
}

.top-heading.rwd-logo {
    display: none;
}

.footer-a li {
    padding: 8px 0;
    margin: 0;
}

.footer-a li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #fff;
}

.footer-a li a:hover {
    color: #f15a22;
}

.footer-text .text {
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #a2a2a2;
    overflow: visible;
    float: none;
    width: auto;
}

.footer-bar {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-wrapper h3,
.footer-wrapper .h3 {
    margin-bottom: 35px;
}

.footer-wrapper .footer-b h3 {
    margin-bottom: 40px;
}

.footer-text-wrapper {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/**/

.section-header {
    background: url('../images/heading-bg.png') no-repeat center bottom #2b2b2b;
    padding: 28px 0;
}

.section-header h2 {
    text-align: center;
    margin: 0;
    font-size: 35px;
    line-height: 44px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

/* buttony */

.btn {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;

    text-transform: uppercase;
    padding: 7px 30px;
}

.btn.btn-primary {
    color: #fff;
    background: #f15a22;
    border-color: #f15a22;
}

.btn.btn-primary svg {
    fill: #fff;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.top-box-wrapper:hover > a.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary.focus,
.btn.btn-primary:focus,
.btn.btn-primary.active.focus,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active.focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.open > .dropdown-toggle.btn.btn-primary.focus,
.open > .dropdown-toggle.btn.btn-primary:focus,
.open > .dropdown-toggle.btn.btn-primary:hover,
.btn.btn-primary.active,
.btn.btn-primary:active,
.open > .dropdown-toggle.btn.btn-primary {
    color: #f15a22;
    background: transparent;
    border-color: #f15a22;
}

.top-box-wrapper:hover > a.btn.btn-primary svg,
.btn.btn-primary:hover svg,
.btn.btn-primary.focus svg,
.btn.btn-primary:focus svg,
.btn.btn-primary.active.focus svg,
.btn.btn-primary.active:focus svg,
.btn.btn-primary.active:hover svg,
.btn.btn-primary:active.focus svg,
.btn.btn-primary:active:focus svg,
.btn.btn-primary:active:hover svg,
.open > .dropdown-toggle.btn.btn-primary.focus svg,
.open > .dropdown-toggle.btn.btn-primary:focus svg,
.open > .dropdown-toggle.btn.btn-primary:hover svg,
.btn.btn-primary.active svg,
.btn.btn-primary:active svg,
.open > .dropdown-toggle.btn.btn-primary svg {
    fill: #f15a22;
}

.btn.btn-info {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.btn.btn-info svg {
    fill: #fff;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.top-box-wrapper:hover > a.btn.btn-info,
.btn.btn-info:hover,
.btn.btn-info.focus,
.btn.btn-info:focus,
.btn.btn-info.active.focus,
.btn.btn-info.active:focus,
.btn.btn-info.active:hover,
.btn.btn-info:active.focus,
.btn.btn-info:active:focus,
.btn.btn-info:active:hover,
.open > .dropdown-toggle.btn.btn-info.focus,
.open > .dropdown-toggle.btn.btn-info:focus,
.open > .dropdown-toggle.btn.btn-info:hover,
.btn.btn-info.active,
.btn.btn-info:active,
.open > .dropdown-toggle.btn.btn-info {
    color: #f15a22;
    background: transparent;
    border-color: #f15a22;
}

.top-box-wrapper:hover > a.btn.btn-info svg,
.btn.btn-info:hover svg,
.btn.btn-info.focus svg,
.btn.btn-info:focus svg,
.btn.btn-info.active.focus svg,
.btn.btn-info.active:focus svg,
.btn.btn-info.active:hover svg,
.btn.btn-info:active.focus svg,
.btn.btn-info:active:focus svg,
.btn.btn-info:active:hover svg,
.open > .dropdown-toggle.btn.btn-info.focus svg,
.open > .dropdown-toggle.btn.btn-info:focus svg,
.open > .dropdown-toggle.btn.btn-info:hover svg,
.btn.btn-info.active svg,
.btn.btn-info:active svg,
.open > .dropdown-toggle.btn.btn-info svg {
    fill: #f15a22;
}

.btn.btn-secondary {
    color: #f15a22;
    background: transparent;
    border-color: #f15a22;
}

.btn.btn-secondary svg {
    fill: #f15a22;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.top-box-wrapper:hover > a.btn.btn-secondary,
.btn.btn-secondary:hover,
.btn.btn-secondary.focus,
.btn.btn-secondary:focus,
.btn.btn-secondary.active.focus,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active:hover,
.btn.btn-secondary:active.focus,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active:hover,
.open > .dropdown-toggle.btn.btn-secondary.focus,
.open > .dropdown-toggle.btn.btn-secondary:focus,
.open > .dropdown-toggle.btn.btn-secondary:hover,
.btn.btn-secondary.active,
.btn.btn-secondary:active,
.open > .dropdown-toggle.btn.btn-secondary {
    color: #fff;
    background: #f15a22;
    border-color: #f15a22;
}

.top-box-wrapper:hover > a.btn.btn-secondary svg,
.btn.btn-secondary:hover svg,
.btn.btn-secondary.focus svg,
.btn.btn-secondary:focus svg,
.btn.btn-secondary.active.focus svg,
.btn.btn-secondary.active:focus svg,
.btn.btn-secondary.active:hover svg,
.btn.btn-secondary:active.focus svg,
.btn.btn-secondary:active:focus svg,
.btn.btn-secondary:active:hover svg,
.open > .dropdown-toggle.btn.btn-secondary.focus svg,
.open > .dropdown-toggle.btn.btn-secondary:focus svg,
.open > .dropdown-toggle.btn.btn-secondary:hover svg,
.btn.btn-secondary.active svg,
.btn.btn-secondary:active svg,
.open > .dropdown-toggle.btn.btn-secondary svg {
    fill: #fff;
}

/**/

.main-offer {

}

.main-offer-list {

}

.main-offer-list ul {
    font-size: 0;
    margin: 0 -30px;
    list-style: none;
    padding: 30px 0;
}

.main-offer-list ul li {
    padding: 30px;
    width: 33.3334%;
    display: inline-block;
    vertical-align: top;
}

.main-offer-list .category-box {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-color: #2b2b2b;
    text-align: center;
    padding: 0 50px 50px;
}

.category-box {
    overflow: hidden;
}

.category-box .box-image {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 95%;
}

.category-box .box-image:before {
    display: block;
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: url('../images/category-glow.png') no-repeat center center transparent;
    pointer-events: none;
}

.category-box .box-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: 100%;
    max-height: 100%;
}

.category-box .text-wrapper {
    position: relative;
}

.category-box .box-title {
    display: block;
    font-size: 47px; /* dlaczego */
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 20px;
}

@media screen and (min-width: 1140px) {
    .category-box .box-title:hover {
        color: #f15a22;
    }
}

.category-box .box-description {
    display: block;
    padding: 0 0 40px;
}

.category-box .box-description .text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
}

footer .socials-list {
    padding-right: 50px;
}

.footer-wrapper .contact-text.text {
    float: right;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #fff;
}

.footer-wrapper .contact-text.text a {
    color: inherit;
}

@media screen and (min-width: 1140px) {
    .footer-wrapper .contact-text.text a:hover {
        color: #f15a22;
    }
}

@media screen and (max-width: 1139px) {
    .footer-wrapper .contact-text.text a {
        text-decoration: underline;
    }
}

/**/

.product-list.discounts-slider {
    padding: 50px 0;
    margin: 0;
}

.discounts-slider .product-item {
    margin-bottom: 0;
}

/**/

@media screen and (min-width: 1367px) {
    .large-slider .product-item .product-item-inner {
        border-color: rgba(0, 0, 0, 0.1);
    }

    .large-slider .product-item .product-photo-wrapper a {
        padding-top: 85%;
    }

    .large-slider .product-item .product-item-top {
        border-color: rgba(0, 0, 0, 0.1);
    }

    .large-slider .product-item .product-item-inner:after {
        display: block;
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border: 2px solid #f15a22;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
        pointer-events: none;
    }

    .large-slider .product-item .product-item-inner:hover:after {
        opacity: 1;
    }

    .large-slider .product-item .product-label {
        height: 32px;
        top: 10px;
        left: 10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .large-slider .product-item .product-label-element + .product-label-element {
        margin-left: 10px;
    }

    .large-slider .product-item .product-label-element {
        float: left;
        min-width: 142px;
        height: 32px;
        padding: 0 10px;
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .large-slider .product-item .product-text-wrapper {
        padding: 0 30px;
    }

    .large-slider .product-item .product-text-wrapper,
    .large-slider .product-item .product-description {
        float: left;
    }

    .large-slider .product-item .product-name-wrapper {
        padding: 14px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        min-height: 89px;
    }

    .large-slider .product-item .product-name a {
        font-size: 25px;
        line-height: 30px;
        font-weight: bold;
        letter-spacing: 0;
        color: #f15a22;
        vertical-align: middle;
    }

    .large-slider .product-item .product-description .text {
        float: left;
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        letter-spacing: 0.05em;
        color: #353535;
        padding: 10px 0;
    }

    .large-slider .product-item .product-description .text table {
        margin: 0;
    }

    .large-slider .product-item .product-description .text table td:first-child,
    .large-slider .product-item .product-description .text table * {
        border: none;
        padding: 0;
    }

    .large-slider .product-item-bottom {
        padding: 14px 30px;
        background: #2c2b2b;
    }

    .large-slider .product-item .product-tile-price-gross-wrapper {
        margin-bottom: 0;
    }

    .large-slider .product-item .product-icons {
        position: absolute;
        z-index: 10;
        top: 10px;
        right: 10px;
    }

    .large-slider .product-item .product-icon-element {
        float: right;
        width: 44px;
        height: 44px;
        background: #f15a22;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-left: 10px;
    }

    .large-slider .product-item .product-icon-element svg {
        fill: #fff;
    }

    .large-slider .product-item-sell-box {
        background: #2c2b2b;
        position: relative;
        padding: 20px 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .large-slider .product-item .btn {
        text-align: center;
        width: 46px;
        height: 46px;
        padding: 4px;
        margin: 0 10px 0 0;
    }

    .large-slider .product-item .btn:last-child {
        margin: 0;
    }

    .large-slider .product-item .product-btns {
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -23px;
    }

    .large-slider .product-item .product-stock {
        padding-right: 114px;
        width: 100%;
        height: 46px;
        display: table;
    }

    .large-slider .product-item .product-item-sell-box.no-available .product-stock {
        padding-right: 60px;
    }

    .large-slider .product-item .product-stock .caption {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        letter-spacing: 0.05em;
        color: #fff;
    }

    .large-slider .product-item .btn.btn-info:before {
        display: block;
        content: '\f105';
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
    }

    .large-slider .product-item .product-tile-price-gross-wrapper .price-old {
        float: left;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        margin: 4px 25px 0 0;
    }

    .large-slider .product-item .btn .ic-cart {
        width: 36px;
        height: 36px;
    }
}

@media screen and (min-width: 1441px) {
    .large-slider .product-item .price {
        font-size: 30px;
    }

    .large-slider .product-item .product-tile-price-gross-wrapper .price-old {
        font-size: 18px;
        margin: 9px 25px 0 0;
    }
}

/**/

.product-item .product-item-inner {
    border-color: rgba(0, 0, 0, 0.1);
}

.product-item .product-photo-wrapper a {
    padding-top: 85%;
}

.product-item .product-item-top {
    border-color: rgba(0, 0, 0, 0.1);
}

.product-item .product-item-inner:after {
    display: block;
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #f15a22;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    pointer-events: none;
}

.product-item .product-item-inner:hover:after {
    opacity: 1;
}

.product-item .product-label {
    height: 26px;
    top: 8px;
    left: 8px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-item .product-label-element + .product-label-element {
    margin-left: 10px;
}

.product-item .product-label-element {
    float: left;
    min-width: 112px;
    height: 26px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-item .product-text-wrapper {
    padding: 0 24px;
}

.product-item .product-text-wrapper,
.product-item .product-description {
    float: left;
    width: 100%;
}

.product-item .product-name-wrapper {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 73px;
}

.product-item .product-name a {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: #f15a22;
    vertical-align: middle;
}

@media screen and (min-width: 1140px) {
    .product-item .product-name a:hover {
        color: #353535;
    }
}

.product-item .product-description {
    float: left;
    font-size: 11px;
    line-height: 19px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #353535;
    padding: 10px 0;
    width: 100%;
}

.product-item .product-description ul {
    list-style: none;
}

.product-item .product-description ul li {
    width: 50%;
    float: left;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.product-item .product-description .text table {
    margin: 0;
    border: none;
}

.product-item .product-description .text table td:first-child,
.product-item .product-description .text table * {
    border: none;
    padding: 0;
}
*/

.product-item-bottom {
    padding: 14px 24px;
    background: #2c2b2b;
}

.product-tile-price-gross-wrapper {
    margin-bottom: 0;
}

.product-item .price {
    font-size: 24px;
}

.product-item .product-icons {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 8px;
}

.product-item .product-icon-element {
    float: right;
    width: 34px;
    height: 34px;
    background: #f15a22;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 8px;
}

.product-item .product-icon-element svg {
    fill: #fff;
}

.product-item-sell-box {
    background: #2c2b2b;
    position: relative;
    padding: 16px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.product-item .btn {
    text-align: center;
    width: 36px;
    height: 36px;
    padding: 3px;
    margin: 0 10px 0 0;
}

.product-item .btn:last-child {
    margin: 0;
}

.product-item .product-btns {
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -18px;
}

.product-item .product-stock {
    padding-right: 94px;
    width: 100%;
    height: 36px;
    display: table;
}

.product-item .product-item-sell-box.no-available .product-stock {
    padding-right: 50px;
}

.product-item .product-stock .caption {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #fff;
}

.product-item .btn.btn-info:before {
    display: block;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}

.product-tile-price-gross-wrapper .price-old {
    float: left;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin: 6px 18px 0 0;
}

.product-item .btn .ic-cart {
    width: 28px;
    height: 28px;
}

.product-item .product-photo-wrapper a img {
    -webkit-transition: all 2s cubic-bezier(0.15, 0.7, 0.35, 0.95);
    -moz-transition: all 2s cubic-bezier(0.15, 0.7, 0.35, 0.95);
    -ms-transition: all 2s cubic-bezier(0.15, 0.7, 0.35, 0.95);
    -o-transition: all 2s cubic-bezier(0.15, 0.7, 0.35, 0.95);
    transition: all 2s cubic-bezier(0.15, 0.7, 0.35, 0.95);
}

@media screen and (min-width: 1140px) {
    .product-item .product-photo-wrapper a:hover img {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.1);
        transform: translate3d(-50%, -50%, 0) scale(1.1);
    }
}

/**/

.slick-prev:before,
.slick-next:before {
    color: inherit;
}

.discounts-slider .slick-arrow {
    top: -123px;
    width: 46px;
    height: 46px;
    right: 10px;
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.discounts-slider .slick-prev {
    margin-right: 56px;
}

.discounts-slider .slick-arrow:hover {
    color: #fff;
    background: #f15a22;
    border-color: transparent;
}

.discounts {
    overflow: hidden;
}

/**/

.find-product {
    position: relative;
    background: url('../images/find-product-bg.jpg') no-repeat center center transparent;
    -webkit-background-size: cover;
    background-size: cover;
}

.find-product-img {
    position: absolute;
    top: 48%;
    left: 0;
    width: 45%;
    z-index: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    pointer-events: none;
}

.find-product-form-wrapper {
    width: 60%;
    margin: 0 0 0 auto;
    padding: 70px 0 70px 25px;
}

.find-product .form-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    letter-spacing: 0;
    color: #2c2b2b;
    margin-bottom: 60px;
}

.find-product label {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #f15a22;
}

.find-product .form-group {
    margin-bottom: 30px;
}

.find-product .btn {
    margin-top: 29px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #2c2b2b;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    display: block;
    content: '\f054';
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 46px;
    color: #2c2b2b;
    text-align: center;
}

.find-product .select2-container--default .select2-selection--single {
    border-color: transparent;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #f15a22;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    display: none;
}

.select2-container--default .select2-results__option[aria-selected="true"]::after {
    right: 17px;
}

.find-product form .row {
    margin-right: -25px;
    margin-left: -25px;
}

.find-product form [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}

/**/

.main-about-us .about-us-container {
    /*background: url('../images/about-us-bg.jpg') no-repeat center bottom #e6e7e8;*/
    /*-webkit-background-size: 100% auto;*/
    /*background-size: 100% auto;*/
    background: url('../images/main-about-us-bg.jpg') no-repeat center #e6e7e8;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 38vw;
}

.main-about-us .left-side {
    width: 40%;
    padding: 70px 0 90px;
    margin: 0 0 0 auto;
}

.main-about-us .about-us-title {
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    letter-spacing: 0;
    color: #2b2b2b;
    padding-bottom: 30px;
}

.main-about-us .about-us-description {
    padding-bottom: 60px;
}

.main-about-us .about-us-description .text {
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #2b2b2b;
}

.btn.btn-contact-us {
    background: url('../images/btn-large-bg.png') no-repeat center center #2b2b2b;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px;
    color: #fff;
    text-transform: none;
    text-align: left;
    font-size: 0;
    width: 100%;
}

.btn.btn-contact-us svg {
    fill: #f15a22;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

@media screen and (min-width: 1140px) {
    .btn.btn-contact-us:hover {
        background-color: #f15a22;
    }

    .btn.btn-contact-us:hover svg {
        fill: #fff;
    }
}

.btn.btn-contact-us .icon-wrapper {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn.btn-contact-us .ic-loupe {
    width: 70px;
    height: 70px;
}

.ic-arrow-right {
    width: 100px;
    height: 100px;
}

.btn.btn-contact-us .caption {
    vertical-align: middle;
    width: calc(100% - 157px);
    padding: 0 60px 0 40px;
}

.btn.btn-contact-us .arrow-icon {
    display: inline-block;
    margin: -15px 0 -15px -15px;
    vertical-align: middle;
    line-height: 0;
}

.btn.btn-contact-us .caption .line1 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: 0;
}

.btn.btn-contact-us .caption .line2 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0;
}

/* text */

.text h1,
.text h2 {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0;
    color: #f15a22;
}

.text {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #353535;
}

.text ul,
.text ol {
    padding: 25px 0;
    overflow: visible;
}

.text ul li,
.text ol li {
    padding-left: 40px;
}

.text ul li {
    padding-left: 0;
    position: relative;
    left: 40px;
    padding-right: 40px;
}

.text ul > li::before {
    content: "•";
    display: inline-block;
    width: 12px;
    left: -12px;
    margin-left: -12px;
    font-family: sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 18px;

    color: #f15a22;

    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    top: auto;
}


/*
.text ul li::before {
    left: 15px;
    width: 6px;
    height: 6px;
}
*/

.text ol > li::before {
    left: 14px;
}

.view-apl {
    background: rgba(240, 90, 33, 0.9);
}

.view-apl .ic {
    width: 50px;
    height: 50px;
}

.view-apl .ic svg {
    fill: #fff;
}

.main-slider .line1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 300;
    letter-spacing: 0;
    color: #353535;
    margin-bottom: 0;
}

.main-slider .line2 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 900;
    letter-spacing: 0;
    color: #f15a22;
}

.main-slider .line3 {
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: 0;
    color: #353535;
    margin-top: 30px;
}

.theme-1 .line2 {

}

.main-slider .theme-1 .line1,
.main-slider .theme-1 .line3 {
    color: #fff;
}

.main-slider .theme-2 .line1,
.main-slider .theme-2 .line3 {
    color: #353535;
}

.main-slider .slider-content .btn-more {
    margin-top: 40px;
}

.main-slider .slider-content-inner {
    width: 45%;
}

.top-box nav li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.page-heading {
    float: none;
    padding: 28px 0;
    background: url('../images/heading-bg.png') no-repeat center bottom #2b2b2b;
}

.page-heading,
.page-heading.with-breadcrumb {
    margin-bottom: 0;
    overflow: hidden
}

.page-heading.only-breadcrumb {
    padding: 5px 0;
}

.page-heading h1 {
    font-size: 35px;
    line-height: 42px;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.page-heading h1,
.page-heading.with-breadcrumb h1 {
    margin: 0;
}

.breadcrumbs .breadcrumb-item {
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #fff;
}

.breadcrumbs .breadcrumb-item:hover {
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .breadcrumbs .breadcrumb-item[href]:hover {
        color: #f15a22;
    }
}

.contact-page .text h2,
.contact-page .text .h2 {
    margin-bottom: 15px;
}

.contact-page-left {
    width: 37.5%;
}

.contact-page-right {
    width: 62.5%;
}

.form-control {
    padding: 9px 18px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #000;
    height: 46px;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.form-group.captcha .captcha-image {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}

.form-group.captcha img {
    height: 44px;
    padding: 10px 0;
}

.contact-form .row.last .form-group .btn {
    padding: 7px 30px;
}

.form-group.captcha .captcha-refresh {
    top: -1px;
    right: -1px;
    width: 46px;
    height: 46px;
}

/**/

.content-right .product-item {
    width: 25%;
}

.content-left {
    width: 420px;
    padding: 0;
}

.content-right {
    width: calc(100% - 420px);
    padding: 0;
}

.content-right .container {
    padding: 0 15px;
    max-width: 1306px;
}

.product-list-header h1,
.product-list-header h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #2b2b2b;
    margin: 0;
    overflow: visible;
}

.category-view .content-main {
    padding-top: 0;
    position: relative;
}

.category-view .content-main .content-left:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 420px;
    background: url('../images/content-left-bg.jpg') no-repeat top left #f4f4f4;
}

.product-list-header .breadcrumbs .breadcrumb-item {
    color: #2b2b2b;
    line-height: 20px;
}

.product-list-header .breadcrumbs .breadcrumb-item.last {
    color: #f15a22;
}

.content-left * {
    position: relative;
}

.content-left nav {
    margin-bottom: 50px;
}

.content-left nav:first-of-type ul {
    background: rgba(174, 174, 174, 0.1);
}

.content-left ul.left-nav {
    border: 0;
    /*background: rgba(174, 174, 174, 0.1);*/
}

.content-left ul.left-nav > li:first-child > a {
    border-top: 1px solid rgba(218, 218, 218, 0.5);
}

.content-left ul.left-nav > li > a {
    position: relative;
    padding: 15px 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    background: transparent;
    border-bottom: 1px solid rgba(218, 218, 218, 0.5);
    color: #2b2b2b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.content-left ul.left-nav > li > ul > li > a {
    padding-left: 70px;
}

.content-left ul.left-nav > li > ul > li > a:before {
    display: inline-block;
    content: "•";
    vertical-align: top;
    font-size: 22px;
    line-height: 20px;
    margin-left: -15px;
    width: 10px;
    position: relative;
    left: -5px;
    color: #f15a22;
    margin-top: 1px;
    margin-bottom: -1px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.content-left nav:first-of-type ul ul {
    background: rgba(174, 174, 174, 0.15);
}

.content-left ul.left-nav > li > a:after {
    display: block;
    /*content: '\f105';*/
    content: '\f054';
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 20px;
    font-weight: normal;
    color: inherit;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.content-left ul.left-nav > li.active > a,
.content-left ul.left-nav > li > a:hover,
.content-left ul.left-nav > li > a:focus {
    color: #fff;
    background: #f15a22;
    border-color: rgba(255, 255, 255, 0.1);
}


.content-left ul.left-nav > li > ul > li.active > a {
    color: #f15a22;
    background: transparent;
    border-color: rgba(218, 218, 218, 0.5);
}

.content-left ul.left-nav > li > ul > li > a:hover,
.content-left ul.left-nav > li > ul > li > a:focus {
    color: #fff;
    background: #f15a22;
    border-color: rgba(255, 255, 255, 0.1);
}

.content-left ul.left-nav > li > ul > li.active > a:before {
    color: #f15a22;
}

.content-left ul.left-nav > li > ul > li > a:hover:before,
.content-left ul.left-nav > li > ul > li > a:focus:before {
    color: #fff;
}

/*
.content-left ul.left-nav > li:not(.active) > ul {
    display: none;
}
*/

footer + .social-list {
    display: none;
}

.category-view .left-heading {
    display: none;
}

/**/

.content-left .btn.btn-contact-us .caption {
    padding: 0 15px 0 20px;
    width: calc(100% - 86px);
}

.content-left .btn.btn-contact-us .caption .line1 {
    font-size: 16px;
    line-height: 20px;
}

.content-left .btn.btn-contact-us .caption .line2 {
    font-size: 12px;
    line-height: 25px;
}

.content-left .btn.btn-contact-us .ic-arrow-right {
    width: 70px;
    height: 70px;
}

.content-left .btn.btn-contact-us .arrow-icon {
    margin: -15px;
}

.content-left .btn.btn-contact-us .ic-loupe {
    width: 44px;
    height: 44px;
}

.rwd-only-categories {
    display: none;
}

@media screen and (max-width: 1139px) {
    .rwd-only-categories {
        display: block;
    }
}

.product-list-header {
    padding: 25px 0 35px;
}

.select2-container--default .select2-selection--single {
    border-color: rgba(0, 0, 0, 0.1);
}

/* product page */

.product-page .product-name h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0;
    color: #f15a22;
}

.product-left {
    width: 50%;
}

.product-right {
    width: 50%;
    padding-left: 50px;
}

.product-left-inner {
    max-width: 100%;
}

.product-slider-nav {
    padding: 0;
    margin: 0 -3px 0 -5px;
    width: auto;
    float: none;
}

.product-left .product-label {
    top: 10px;
    left: 10px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-left .product-label-element {
    float: left;
    min-width: 160px;
    height: 38px;
    padding: 0 20px;
    font-size: 23px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-right .product-properties {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.product-right .product-properties ul {
    margin: 0 -5px;
    font-size: 0;
}

.product-right .product-properties li {
    width: 33.3334%;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #353535;
    vertical-align: top;
}

.product-right .product-properties li.full {
    width: 100%;
}

.product-right .product-properties li .caption {
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
}

.product-right .product-properties li .value {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.product-right .product-icons {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.product-right .product-icons ul {
    margin: 0 -10px;
    font-size: 0;
}

.product-right .product-icons li {
    padding: 10px;
    display: inline-block;
    width: 33.3334%;
}

.product-right .product-icons li .icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product-right .product-icons li .caption {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.05em;

}

.product-right-top {
    margin-bottom: 0;
}

.product-page .sell-box {
    padding: 20px 30px;
    border: 2px solid #f15a22;
    /*background: transparent;*/
    background: #f7f7f7;
}

.product-page .text-product-teaser {
    float: left;
}

.product-page .text-product-teaser.not-available {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 15px;
}

.product-page .sell-box .price-box-caption {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0;
    color: #353535;
}

.product-page .sell-box .price-old {
    display: inline;
    float: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
    text-decoration: line-through;
}

.product-page .sell-box .product-gross-wrapper .price {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 0;
    color: #f15a22;
}

.slider-image-wrapper {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sell-box .price-description {
    float: left;
    padding: 35px 0 5px;
}

.sell-box .price-description .text {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0;
    color: #353535;
}

.sell-box-left {
    width: 60%;
}

.sell-box-right {
    width: 40%;
    padding-right: 10px;
    padding-left: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.sell-box-bottom {
    margin: 0;
}

.sell-box-right .form-group {
    margin-bottom: 10px;
}

.sell-box-right .btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 12px;
}

.sell-box-right .btn .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-left: -10px;
}

.sell-box-right .btn .icon .ic {
    width: 44px;
    height: 44px;
}

.sell-box-right .btn .caption {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 38px);
    text-align: left;
    padding: 5px 0;
}

.sell-box .btn + .product-amount {
    padding-top: 20px;
}

.sell-box .product-amount {
    float: left;
}

.sell-box .product-amount .text {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0;
    color: #353535;
}

.product-details-top {
    margin-bottom: 35px;
}

.product-description-wrapper > h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0;
    color: #2b2b2b;
    margin-bottom: 10px;
}

.return-btn-container {
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 10px;
}

.btn.return-btn {
    background-color: transparent;
    border-color: #2b2b2b;
    color: #2b2b2b;
}

.btn.return-btn:hover {
    background-color: #f15a22;
    border-color: #f15a22;
    color: #fff;
}

.btn.btn-contact-us.full {
    background-image: url('../images/contact-us-full.png');
    padding: 30px 0;
}

.btn.btn-contact-us.full .ic-loupe {
    width: 110px;
    height: 110px;
}

.btn.btn-contact-us.full .caption {
    width: calc(100% - 202px);
    padding: 0 60px 0 90px;
}

.btn.btn-contact-us.full .caption .line1 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 10px;
}

.btn.btn-contact-us.full .caption .line2 {
    font-size: 24px;
    line-height: 30px;
}

.btn.btn-contact-us.full .arrow-icon {
    margin: -25px;
}

.btn.btn-contact-us.full .ic-arrow-right {
    width: 140px;
    height: 140px;
}

.content-main.product-page {
    padding: 0;
}

.shop-product {
    padding: 50px 0;
    margin: 0;
}

.accessories-products {
    float: left;
    width: 100%;
}

.accessories-box,
.recommended-box {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(174, 174, 174, 0.1);
}

.accessories-box h2,
.recommended-box h2 {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 46px;
    font-weight: bold;
    letter-spacing: 0;
    color: #2b2b2b;
    text-transform: uppercase;
    padding: 50px 120px 40px;
    text-align: center;
}

.accessories-slider,
.recommended-slider {
    margin: 0 -10px;
}

.accessories-slider .slider:not(.slick-initialized),
.recommended-slider .slider:not(.slick-initialized) {
    overflow: hidden;
    white-space: nowrap;
}

.accessories-slider .slick-arrow,
.recommended-slider .slick-arrow {
    position: absolute;
    border-color: #f15a22;
    color: #f15a22;
    background: transparent;
    top: -88px;
    right: 10px;
    width: 50px;
    height: 50px;
}

.accessories-slider .slick-prev,
.recommended-slider .slick-prev {
    margin-right: 60px;
}

.accessories-slider .slick-arrow:hover,
.recommended-slider .slick-arrow:hover {
    border-color: #f15a22;
    color: #fff;
    background: #f15a22;
}

.accessories-slider .slick-prev:before,
.accessories-slider .slick-next:before,
.recommended-slider .slick-prev:before,
.recommended-slider .slick-next:before {
    color: inherit;
}

.accessories-slider .slick-arrow,
.recommended-slider .slick-arrow {
    position: absolute;
}

.sub-page .content-wrapper {
    background: url('../images/bg.jpg') no-repeat top center #fff;
}

.btn .icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

/**/

.page-heading .content-left {
    background: transparent;
    padding: 0 0 0 50px;
}

.page-heading .text-wrapper {
    height: 72px;
    display: table;
    width: 100%;
}

.page-heading .content-left .h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 0;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.form label {
    color: #f15a22;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

.filters-form .col-custom.col-left {
    width: 53%;
    border-right: 1px solid #959595;
}

.filters-form .col-custom.col-right {
    width: 47%;
}

.filters-form .form-group {
    margin-bottom: 0;
    padding: 0 20px;
    width: 26%;
}

.filters-form .form-group.group-lg {
    width: 37%;
}

.filters-form .col-right .form-group {
    width: 29%;
}

.filters-form .col-right .form-group.group-lg {
    width: 42%;
}

.filters-form .row {
    margin-left: -50px;
    margin-right: -50px;
}

.filters-form .row.small {
    margin-left: -20px;
    margin-right: -20px;
}

.filters-form .col-custom {
    padding-left: 50px;
    padding-right: 50px;
    float: left;
}

.filters-form button .icon {
    width: 33px;
    height: 33px;
    margin-top: -3px;
}

.filters-form button .ic-loupe {
    width: 34px;
    height: 34px;
}

.filters-form button {
    position: relative;
    width: 100%;
    padding: 7px 15px;
    margin-top: 26px;
}

.filters-form .select2-container--default .select2-selection--single {
    border-color: #959595;
    background: #2b2b2b;
}

.filters-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.filters-form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #fff;
}

body > .alert {
    z-index: 1030; /* :) */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    z-index: 1;
}

.select2-dropdown {
    z-index: 1019;
}

/* basket */

.shop-basket-quantity-progress {
    position: fixed;
    top: 0;
    height: 3px;
    background-color: #f15a22;
    pointer-events: none;
}

.input-counter input {
    padding: 10px 36px;
}

.basket-table .input-counter {
    width: 134px;
}

.basket-payment-forms .row {
    margin-bottom: 0;
}

.basket-table .input-counter .action {
    width: 36px;
    top: 0;
}

.order-header .step-list {
    padding: 10px 0 0;
}

.step-list .step-list-container {
    margin: 0 -5px;
}

.basket-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-table th {
    background: #2b2b2b;
    color: #fff;
}

.basket-table-summary {
    border-color: rgba(0, 0, 0, 0.1);
}

.basket-summary .summary-row.summary-value .price-new {
    font-weight: bold;
    color: #f15a22;
}

.btn.basket-remove-item {
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
}

.icheckbox::after,
.radio-checkbox .iradio::after {
    color: #f15a22;
}

.row-consent-before,
.row-consent-after {
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #333333;
}

.input-group.radio label,
.input-group.checkbox label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #333333;
}

.map-container {
    height: 780px;
    width: 100%;
    background: rgba(150, 0, 150, 0.2);
}

.ic.ic-arrow {
    width: 13px;
    height: 13px;
}

/* paginator */

.paginator .pages .page-number {
    margin: 0;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.paginator .pages .page-number[href]:hover {
    color: #f15a22;
    font-weight: bold;
}

.paginator .pages .page-number.active {
    color: #f15a22;
    font-weight: bold;
}

.paginator {
    padding: 0;
}

.paginator .paginator-container {
    position: relative;
    padding: 0 50px;
    width: 100%;
    max-width: 540px;
}

.paginator .pages {
    float: none;
    display: inline-block;
}

.order-general-info .login-pane {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-summary .title {
    font-weight: bold;
    color: #f15a22;
    margin-top: 15px;
}

/**/

.content-main .product-list.products-holder {
    padding-top: 30px;
}

.main-slider {
    height: 700px;
}

.selectOptionCategory {
    max-width: 250px;
    width: auto;
}

.sort-title {
    padding: 10px 20px 10px 0;
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #2b2b2b;
}

.product-list .alert {
    font-size: 14px;
}

.product-list-header .col {
    padding-left: 15px;
    padding-right: 15px;
}

.main-slider .slider-content {
    bottom: 23%;
}

.main-slider .slick-dots li {
    margin: 5px 20px 5px 0;
}

.slick-dots li button::after {
    border: 1px solid #2b2b2b;
    background: transparent;
}

.slick-dots li button:hover::after,
.slick-dots li button:focus::after,
.slick-dots li.slick-active button::after {
    background: #f15a22;
    border-color: transparent;
}

#main-wrapper > header {
    position: fixed;
    top: 0;
    max-width: 1920px;
    width: 100%;
    z-index: 1020;
}

.content-wrapper {
    /*padding-top: 187px;*/
    margin-top: 187px;
}

.alert.alert-shop {
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
}

@media screen and (min-width: 1238px) {
    #main-wrapper > header.sticky .top-nav nav > ul > li > a {
        padding: 30px 0;
    }

    .top-logo img {
        height: 56px;
    }

    .top-logo img,
    .top-nav nav > ul > li > a,
    .top-logo,
    .top-heading,
    .header-row-2-wrapper {
        transition: all 0.4s;
    }

    #main-wrapper > header.sticky .top-heading,
    #main-wrapper > header.sticky .header-row-2-wrapper {
        height: 80px;
    }

    #main-wrapper > header.sticky .top-logo {
        padding: 23px 0 21px;
    }
}

@media screen and (min-width: 1367px) {
    #main-wrapper > header.sticky .top-logo {
        padding: 20px 0 16px;
    }
}

@media screen and (min-width: 1441px) {
    #main-wrapper > header.sticky .top-logo {
        padding: 20px 0 16px;
    }
}

@media screen and (min-width: 1601px) {
    #main-wrapper > header.sticky .top-logo {
        padding: 19px 0 15px;
    }

    #main-wrapper > header.sticky .top-logo img {
        height: 46px;
    }
}

.main-slider {
    background: url('../images/slider-bg.jpg') no-repeat center transparent;
    -webkit-background-size: cover;
    background-size: cover;
}

.main-slider .slider-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 50%;
    font-size: 0;
    text-align: right;
}

.main-slider .slider-img img {
    max-width: 100%;
}

body > .alert.alert-shop {
    position: fixed;
    bottom: 70px;
    left: 20px;
    max-width: 600px;
    width: calc(100% - 40px);
    border-width: 1px;
}

@media screen and (max-width: 639px) {
    body > .alert.alert-shop {
        left: 10px;
        width: calc(100% - 20px);
        max-width: 100%;
        bottom: auto;
        top: 70px;
        padding-right: 60px;
    }

    body > .alert .close {
        right: 10px;
    }
}

.product-list-header.rwd-title {
    display: none;
}

.product-slider .image-wrapper a img {
    background: #fff;
}

.page-heading .text-wrapper .ic-arrow {
    display: none;
}

.product-list-header .text {
    float: left;
    width: 100%;
}

.main-about-us .about-us-container {
    position: relative;
}

.main-about-us .side-img {
    position: absolute;
    font-size: 0;
    bottom: 0;
    left: 0;
    width: 63%;
    pointer-events: none;
}

.basket-table .form-group.quantity {
    font-size: 0;
}

.shop-basket-quantity-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #f15a22;
    z-index: 1030;
}

.product-right .product-properties li.col50 {
    width: 50%;
}

.map-container > iframe {
    width: 100% !important;
    height: 100% !important;
}

.header-right .btn {
    font-weight: normal;
    text-transform: none;
}

.footer-text-wrapper {
    display: table;
    width: 100%;
}

.footer-text-wrapper .socials-list {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.footer-text-wrapper .footer-text {
    display: table-cell;
    vertical-align: middle;
}

.dropdown-menu > li > a > .search-product-img-contener + span.search-product-label {
    white-space: normal;
}

.text-col {
    padding-top: 20px;
}

.input-counter .form-control[disabled], 
.input-counter .form-control[readonly], 
.input-counter fieldset[disabled] .form-control {
    background: #fff;
}

.contact-page-left {
    position: relative;
}

.contact-page-left:before {
    position: absolute;
    display: block;
    content: '';
    -webkit-box-shadow: 0 0 80px 80px #fff;
    -moz-box-shadow: 0 0 80px 80px #fff;
    box-shadow: 0 0 80px 80px #fff;
    background: #fff;
    width: 160px;
    top: 80px;
    left: 20px;
    bottom: 80px;
}

.contact-page-left .text {
    position: relative;
}

.top-nav ul.dropdown-full-width > li > ul {
    top: 100%;
    margin-top: 10px;
    width: 1590px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li {
    width: 20%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li > a {
    padding: 20px 10px;
    font-weight: normal;
    color: #000;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li.active > a,
.top-nav nav > ul.dropdown-full-width > li > ul > li > a:hover {
    text-decoration: none;
    color: #f15a22;
}


@media screen and (max-width: 1800px) {
    .top-nav ul.dropdown-full-width > li > ul {
        max-width: 1440px;
    }

    .top-nav nav > ul.dropdown-full-width > li > ul > li > a {
        font-size: 16px;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 1600px) {
    .top-nav ul.dropdown-full-width > li > ul {
        max-width: 1270px
    }
}

@media screen and (max-width: 1440px) {
    .top-nav ul.dropdown-full-width > li > ul {
        max-width: 1180px
    }

    .top-nav nav > ul.dropdown-full-width > li > ul > li > a {
        letter-spacing: 0;
        padding: 12px 10px;
    }
}

@media screen and (max-width: 1366px) {
    .top-nav ul.dropdown-full-width > li > ul {
        max-width: 1080px
    }

    .top-nav nav > ul.dropdown-full-width > li > ul > li > a {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
}

.search-wrapper .dropdown-menu,
.search-wrapper .dropdown-menu li {
    border-color: rgba(0, 0, 0, 0.1);
}

.top-nav nav > ul > li > ul > li > ul {
    display: none;
}

.top-nav nav > ul > li > ul.hovered {
    display: block;
}