html, body {
    min-height: 100vh;
}

body.sticky-footer {
    height: 100%;
}

body.sticky-footer #container-page {
    min-height: inherit;
}

.apl {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

@media screen and (min-width: 768px) {
    body.sticky-footer #main-wrapper {
        min-height: inherit;
        margin-bottom: -338px;
        padding-bottom: 338px;
    }
}

body.sticky-footer footer {
    overflow: hidden;
}

/*basket table  STYLES*/
@media screen and (min-width: 1140px) {
    .basket-table .only-mobile {
        display: none !important;
    }
}

.basket-table {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}


.basket-table th, .basket-table td {
    padding: 18px 20px;
    vertical-align: middle;
}

.basket-table th {
    font-size: 15px;
    font-weight: 500;
}

.basket-table td.product-image {
    width: 100px;
    padding-left: 0;
    padding-right: 20px;
    vertical-align: top;
}

.thumbnail {
    border-radius: 0;
}

.basket-table .image {
    display: inline-block;
    height: 100px;
    overflow: hidden;
    vertical-align: middle;
    width: 100px;
}

.basket-table .image a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.basket-table .image a img {
    padding: 0;
    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%);
}

.basket-table .name {
    display: inline-block;
    vertical-align: middle;
}

.basket-table .name a.title {
    font-size: 18px;
}

.basket-table .name a.basket-update {
    float: left;
    display: block;
    font-size: 12px;
    text-decoration: underline;
}

.shop-basket-product-name-info {
    display: table-footer-group;
}

.shop-basket-product-name-info .variant {
    display: block;
    width: 100%;
    float: left;
}

.basket-table .input-counter {
    float: none;
}

.basket-table .input-counter input {
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 720px) {
    #basket-total .col-xs-8 {
        width: 100%;
        margin-bottom: 20px;
    }

    #basket-total .col-xs-6 {
        padding: 0;
    }

    #basket-total .col-xs-4 {
        width: 100%;
    }

    .basket-table th, .basket-table td {
        padding: 10px 14px;
    }

    .basket-table .name {
        display: inline;
    }
}

@media screen and (max-width: 520px) {

    .basket-table .input-counter {
        width: 100%;
    }

    .basket-table thead {
        display: none;
    }

    .basket-table td {
        display: block;
        float: left;
    }
}

/*basket END*/

nav li {
    display: inline-block;
}

.text iframe {
    max-width: 100%;
    max-height: 100%;
}

.text ul {
    list-style: none;

}

.text ul,
.text ol {
    padding: 33px 0;
    overflow: hidden;
}

.text ol {
    counter-reset: item;
}

.text ul li,
.text ol li {
    list-style: none;
    position: relative;
    line-height: 1.857em;
    letter-spacing: 0.05em;
    padding-left: 26px;
    margin-bottom: 5px;
}

.text ol > li::before {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 2px;
}

.text ul li::before {
    content: '-';
    position: absolute;
    top: 11px;
    left: 1px;
}

.text-upper {
    text-transform: uppercase;
}

nav a,
.caption {
    text-overflow: ellipsis;
}

/*browser info*/
body.modal-open > .alert {
    width: calc(100% + 17px);
}


body > .alert {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    padding-right: 71px;
    margin: 0;
    z-index: 50000;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-width: 0 0 1px 0;
}

body > .alert ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body > .alert ul li {
    line-height: initial;
}

body > .alert .close {
    position: absolute;
    top: 50%;
    right: 27px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    opacity: inherit;
}

body > .alert .close:focus,
body > .alert .close:hover {
    opacity: 0.7;
}

body > .alert .close .ic-close {
    display: block;
    background: url('/images/ic-close.png') no-repeat 0 0 transparent;
    width: 16px;
    height: 16px;
    background-size: cover;
}

body > .alert .close .ic-close::after {
    display: none;
}

@media screen and (min-width: 1238px) {
    body > .alert {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1237px) {
    .slider .slider-content.content-proportion {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

button {
    background-color: transparent;
}

.slider-wrapper {
    position: relative;
}

.slick-dots {
    bottom: inherit;
    width: auto;
}

@media screen and (min-width: 1140px) {
    .slick-dots {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button {
    float: left;
    padding: 0;
}

@media screen and (min-width: 1140px) {
    .slick-dots li button {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    opacity: 1;
}

.arrows {
    position: absolute;
}

.arrows-top-right {
    top: -64px;
    right: 0;
}

.slider-arrow.disabled {
    pointer-events: none;
}

.slider:not(.slick-slider) .slider-arrow,
.slider:not(.slick-slider) + .slider-arrow,
.slider:not(.slick-slider) + .slider-arrow + .slider-arrow {
    display: none;
}

.slider-arrow {
    float: left;
    background-color: inherit;
    border: none;
    font-size: 21px;
    color: #000;
    opacity: 0.8;
}

@media screen and (min-width: 1140px) {
    .slider-arrow {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
}

.slider-arrow:hover,
.slider-arrow:focus {
    opacity: 1;
}

.slider-arrow-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slider-prev.slider-arrow-center {
    left: 0;
}

.slider-next.slider-arrow-center {
    right: 0;
}

.proportion-content {
    float: left;
    width: 100%;
}

/* end slider */

.shop-variant-option input,
.shop-variant-option .iCheck-helper {
    display: none !important;
}

body .modal.hide.in {
    display: block;
    display: block !important;
}

@media (min-width: 1238px) {
    .rwd-only {
        display: none !important;
    }

    .top-box {
        padding-top: 10px;
    }

    .top-box button.top-box-close {
        display: none;
    }

    .rwd-box .rwd-box-close {
        display: none;
    }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
    margin-bottom: 15px;
    display: block;
}

.relative {
    position: relative;
}

legend {
    padding-bottom: 5px;
}

.header-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

body.index .header-wrapper {
    margin-bottom: 0;
}

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

.top-logo {
    float: left;
}

.top-logo a {
    display: block;
}

.top-logo a img {
    display: block;
    float: left;
}

.search-view .page-heading .term {
    text-transform: none !important;
}

.search-wrapper {
    float: left;
    width: 100%;
    position: relative;
    padding: 14px 0;
}

.search-wrapper button,
.search-wrapper .form-group {
    float: left;
    z-index: 10;
}

.search-product-img-contener {
    position: relative;
    margin-right: 15px;
    float: left;
    display: block;
    width: 48px;
    max-height: 48px;
    text-align: center;
}

.search-product-img-contener > img {
    max-height: inherit;
}

.search-wrapper .dropdown-menu > li > a {
    padding: 10px;
}

.dropdown-menu > li > a {
    padding: 15px;
    white-space: initial;
    cursor: pointer;
}

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

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

.select2-results .depth-2 {
    padding-left: 10px;
}

.select2-results .depth-3 {
    padding-left: 20px;
}

.select2-results .depth-4 {
    padding-left: 30px;
}

.select2-results .depth-5 {
    padding-left: 40px;
}

.nav-rwd-select {
    display: none;
}

/* > */
/* top-box */

@media screen and (min-width: 1140px) {
    .top-box-user-nav .top-box-inner,
    .top-box-login-form .top-box-inner {
        min-width: 320px;
    }
}

.top-box-wrapper {
    position: relative;
    float: left;
}

.top-box > a:hover + .top-box,
.top-box > a:focus + .top-box {
    display: block;
}

.top-box .rwd-nav .top-box-close {
    display: none;
}

.top-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 300;
}

.top-box-inner {
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.top-box .top-box-close {
    float: right;
    margin-bottom: 15px;
    z-index: 10;
}

.top-box .top-box-close .ic {
    height: 20px;
}

.top-box-inner.rwd-search {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-box ul.nav li {
    float: left;
    width: 100%;
}

.top-box-heading,
.top-box fieldset > legend {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.top-box-subheading {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 15px;
}

@media screen and (min-width: 1238px) {
    .top-box-heading,
    .top-box fieldset > legend {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #C5C5C5;
    }

    .top-box.empty-basket .top-box-heading,
    .top-box.empty-basket fieldset > legend {
        border: 0;
    }
}

nav ul {
    width: 100%;
}

/*top-box-basket*/
.top-box-product-list {
    float: left;
    width: 100%;
}

.top-box-basket .price-box {
    float: left;
    width: 100%;
}

.top-box-basket .price-box > div {
    display: inline-block;
}

.top-box-basket.top-box-product-content .variant-box {
    float: right;
    margin-top: 3px;
}

.top-box-basket .header-content-cart-product:hover > .top-box-product-content a {
    text-decoration: underline;
}

.top-box-basket .product-name {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.top-box-product {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #C5C5C5;
    padding: 15px;
}

.top-box-basket .top-box-left {
    height: 90px;
}

.top-box-product-image {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.top-box-product-image a {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
}

img,
.thumbnail > img,
.thumbnail a > img,
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.top-box-product-image 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%);
}

.top-box-product-content {
    padding-left: 15px;
    padding-right: 15px;
}

.top-box-total {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
}

.top-box-total .price-box {
    padding: 0;
}

.top-box-total .price-box > div {
    float: right;
    clear: both;
    font-size: 18px;
}


/*top-box-basket end*/
.nav-inline ul {
    font-size: 0;
    line-height: 0;
    text-align: left;
}
.nav-inline ul > li {
    display: inline-block;
}

.nav-inline ul > li > a,
.nav-inline ul > li > .btn {
    display: block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-size: 14px;
    line-height: 18px;
}

.nav-inline .nav-stacked > li {
    display: block;
    float: none;
}

.nav-vertical ul {
    margin-left: 0;
}

.nav-vertical li {
    float: left;
    width: 100%;
    position: relative;
}

.nav-vertical ul > li.active > a {
    font-weight: bold;
}

.nav-vertical ul li li li > a {
    padding-left: 20px;
}

.nav-vertical ul li li li::before {
    border-left: 10px solid #C5C5C5;
}

.nav-vertical ul li li li li > a {
    padding-left: 30px;
}

.nav-vertical ul li li li li::before {
    border-left: 15px solid #C5C5C5;
}

.nav-vertical ul li li li li > a {
    padding-left: 40px;
}

.nav-vertical a {
    display: block;
}

.display-table {
    float: left;
    width: 100%;
    display: table;
}

nav li > a {
    display: block;
}

.display-cell {
    display: table-cell;
    float: none;
}

.product-slider .slide > a {
    float: left;
    display: table;
    width: 100%;
    height: 100%;

}

.slider-image-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.slider .slider-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

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

iframe[name="google_conversion_frame"] {
    display: none;
    position: absolute;
    width: 0px;
    height: 0;
}

/* product page */
.product-page-header {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.product-left {
    float: left;
}

.product-right {
    float: right;
}

.product-left {
    position: relative;
    width: 50%;
}

.product-right {
    width: 50%;
}

.product-slider-nav {
    overflow: hidden;
    cursor: pointer;
}

.product-detalis {
    margin-bottom: 18px;
}

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

.sell-box {
    position: relative;
}

.shop-quantity-box {
    max-width: 100%;
}

.product-right-box-bottom {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.product-details-top {
    margin-bottom: 15px;
}

.product-property .caption:first-child {
    font-weight: bold;
    margin-right: 5px;
}

.product-right-box .price-label {
    margin-right: 4px;
}

.product-right-box .product-links {
    margin-bottom: 15px;
}

.prod-attributes > .row {
    padding: 10px 0;
}

.prod-attributes .caption {
    line-height: 34px;
    font-weight: bold;
}

ul.product-properties {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1237px) {
    .rwd-bar {
        float: left;
        width: 100%;
        padding: 17px;
    }

    .rwd-bar .top-box-wrapper > .btn:not(.active) {
        position: relative;
        z-index: 1000;
    }

    .top-box {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3000;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .top-box.active {
        display: block !important;
    }

    .top-box-inner {
        position: relative;
        background: none;
        border: none;
        padding: 0;
        height: 100%;
        background: #fff;
        overflow-y: scroll;
        padding-bottom: 64px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .rwd-nav .nav-inline ul > li {
        width: 100%;
        display: block;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }
}

@media (max-height: 187px) {
    .rwd-search .search-form {
        right: 68px;
        margin-top: 0;
        top: 15px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.product-item-container {
    position: relative;
}

.product-photo {
    position: relative;
}

.product-label {
    pointer-events: none;
}

.form-group .alert-block .error {
    font-size: 12px;
    color: #a94442;
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-left: 3px;
}

.fa-left {
    margin-right: 5px;
}

.fa-right {
    margin-left: 5px;
}

.navbar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 940;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media screen and (min-width: 1140px) {
    .navbar-sticky {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}

.navbar-sticky > .container {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.navbar-sticky.sticked > .container {
    opacity: 1;
    pointer-events: inherit;
}

.navbar-sticky.sticked {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.animate-fadein {
    animation-name: fadeIn;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.tab-content.tab-content-preloaded {
    position: relative;
}

.tab-content.tab-content-preloaded > .tab-pane,
.tab-content.tab-content-preloaded > .active {
    display: inherit;
    position: absolute;
    width: 100%;
}

.tab-content.tab-content-preloaded > .tab-pane {
    opacity: 0;
    z-index: 1;
}

.tab-content.tab-content-preloaded > .active {
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 10;
}

.tab-content.tab-content-preloaded > .tab-pane:not(.active) {
    pointer-events: none;
}

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



.collapse-wrapper {
    position: relative;
}

.collapse-content {
    float: left;
    width: 100%;
}

.collapse-content:not(.collapsed) {
    display: none;
}

.collapse-toggle {
    border: none;
    background-color: inherit;
}

.shop-no-page-container {
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
}

.shop-no-page {
    float: left;
    width: 100%;
    padding: 72px 0;
}

@media screen and (max-width: 1237px) {
    .shop-no-page {
        padding: 52px 0;
    }
}

@media screen and (max-width: 767px) {
    .shop-no-page {
        padding: 33px 0;
    }

    .shop-no-page .btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 360px) {
    .shop-no-page .btn {
        width: 100%;
    }
}

.shop-no-page .page-heading {
    padding: 0;
}

.shop-no-page .text {
    margin-bottom: 37px;
}

.no-page h3 {
    font-size: 21px;
}

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

.top-box-user-nav li a .fa {
    display: none;
    width: 7px;
    color: #eaeaea;
}

.top-box-user-nav li a:hover .fa,
.top-box-user-nav li a:focus .fa,
.top-box-user-nav li.active a .fa {
    width: 20px;
    color: #8bc34a;

}

.price-box .price-label,
.price-box .val {
    float: left;
}

.price-box .price-netto .price-label {
    font-weight: bold;
    position: relative;
    top: 8px;
    line-height: 1.500em;
}

.product-code {
    white-space: nowrap;
    text-transform: none !important;
}

.product-code > .caption {
    margin-right: 3px;
}

.product-code > .caption::after {
    content: ' : ';
}

form#ContactForm .alert {
    display: none;
    margin: 0 0 16px;
}

.btn.btn-lg {
    padding: 15px 30px;
    font-size: 14px;
}

.btn.btn-sm {
    padding: 6px 19px;
    font-size: 12px;
}

.btn.btn-xs {
    padding: 4px 12px;
    font-size: 12px;
}

.alert {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*
.alert-success {
    background-color: #d6e3d1;
    color: #0c3a0d;
}

.alert-info {
    background-color: #fff;
    color: #2196F3;
    border: 1px solid #e5e5e5;
}

.alert-warning {
    background-color: #f6f0d4;
    color: #533809;;
}

.alert-danger {
    background-color: #f2d2d2;
    color: #570a08;
}*/

#fancybox-outer {
    -webkit-box-shadow: 0px 0px 46px 22px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 46px 22px rgba(255,255,255,1);
    box-shadow: 0px 0px 46px 22px rgba(255,255,255,1);
}

#fancybox-outer,
#fancybox-content {
    float: left;
    width: 100%;
}

.fancybox-bg {
    display: none;
}

#fancybox-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#fancybox-loading div {
    background: none;
}

#fancybox-left,
#fancybox-right {
    display: none;
}

#fancybox-left {
    left: -35%;
}

#fancybox-right {
    right: -35%;
}

#fancybox-left span,
#fancybox-left:hover span,
#fancybox-left:focus span,
#fancybox-right span,
#fancybox-right:hover span,
#fancybox-right:focus span {
    left: auto;
    right: auto;
}

#fancybox-left span,
#fancybox-left:hover span,
#fancybox-left:focus span {
    right: 10px;
}

#fancybox-right span,
#fancybox-right:hover span,
#fancybox-right:focus span {
    left: 10px;
}

#fancybox-close,
#fancybox-left-ico,
#fancybox-right-ico {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
    background: #8bc34a;
    color: #fff;
}

#fancybox-close {
    background: #8bc34a;
    color: #fff;
    top: -46px;
    right: 0;
    font-size: 43px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#fancybox-right {
    visibility: visible;
}

#fancybox-right-ico {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#fancybox-left-ico::after,
#fancybox-right-ico::after {
    content: '';
    background: url('../images/icons/arrow-white.svg') no-repeat 0 0 transparent;
}


#fancybox-left-ico::after,
#fancybox-right-ico::after,
#fancybox-close::after {
    content: '';
    width: 14px;
    height: 14px;
    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);
    background-size: cover;
}

#fancybox-close::after {
    content: '\d7';
    width: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: 'sans-serif';
    font-style: normal;
    font-weight: normal;
}

#fancybox-left:focus .fancy-ico,
#fancybox-left-ico:hover,
#fancybox-left-ico:focus,
#fancybox-right-ico:hover,
#fancybox-right-ico:focus {
    background-color: #858b8f;
}

#fancybox-close:hover,
#fancybox-close:focus {
    background-color: #858b8f;
    color: #fff;
}

#fancybox-title {
    font-size: 13px;
}

span.select2 {
    font-size: 12px;
    max-width: 100%;
    min-width: 100%;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #ebbdd4;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #C5C5C5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 0;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 9px;
    width: 6px;
    background: url('../images/ic-caret-h.png') no-repeat 0 -9px transparent;
    background-size: cover;
    -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);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    background-position: 0 -27px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

select,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-results__option {
    padding: 8px 15px;
    font-size: 12px;
    padding-left: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-left: 24px;
    padding-right: 58px;
    font-weight: normal;
    font-size: 12px;
}


.select2-container--default .select2-results__option[aria-selected="true"] {
    position: relative;
    padding-right: 40px;
    background-color: inherit;
    color: inherit;
}

.select2-container--default .select2-results__option[aria-selected="true"]::after {
    content: '\f00c';
    font-family: FontAwesome;
    background-color: inherit;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 21px;
    line-height: 31px;
    color: inherit;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}



.select2-container--default .select2-selection--multiple {
    min-height: 40px;
    border: none;
    padding: 1px;
    float: left;
    width: 100%;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 40px;
    padding: 2.5px;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 2.5px;
    line-height: 2em;
    padding: 6px 10px 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin: 0 0 0 5px;
    color: #f00;
    font-size: 15px;
    line-height: 23px;
}

.icheckbox,
.radio-checkbox .iradio {
    width: 24px;
    height: 24px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #C5C5C5;
}


.icheckbox:hover,
.icheckbox.hover,
.icheckbox.focus,
.radio-checkbox .iradio:hover,
.radio-checkbox .iradio.hover,
.radio-checkbox.iradio.focus {
    background-color: #e9e9e9;
}

.icheckbox::after,
.radio-checkbox .iradio::after {
    content: '\f00c';
    font-family: FontAwesome;
    opacity: 0;
    height: 14px;
    line-height: 14px;
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #8bc34a;
    font-weight: normal;
    -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);
}

.icheckbox.checked::after,
.radio-checkbox .iradio.checked::after {
    opacity: 1;
}

@media screen and (min-width: 1140px) {
    .icheckbox.checked::after,
    .radio-checkbox .iradio.checked::after {
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }
}

.select-48 select,
.select-48 .select2-container .select2-selection--single,
.select-48 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.select-48 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}

.print-only {
    display: none;
}

.scrollbar {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.currency-sign {
    text-transform: lowercase;
}

body.en_GB .currency-sign,
body.de_DE .currency-sign {
    text-transform: uppercase;
}

.caption {
    display: inline-block;
}

.order-section fieldset.order-comments {
    margin-top: 35px;
}

.order-section textarea {
    height: 120px;
}


.match {
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    -ms-transition: height .4s;
    -o-transition: height .4s;
    transition: height .4s;
}



span.error,
label.error,
.error.help-inline,
.form-group .alert-block .error {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #f00;
    font-weight: 500;
    display: block;
    padding-top: 4px;
    text-transform: inherit;
}

.form-bottom .input-group.checkbox + .alert-block .error {
    padding-top: 0;
    padding-bottom: 7px;
    padding-left: 43px;
}

.form-control.error,
.has-error .form-control,
.form-control.error:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgb(255, 0, 0);
    -moz-box-shadow: inset 0px 0px 0px 1px rgb(255, 0, 0);
    box-shadow: inset 0px 0px 0px 1px rgb(255, 0, 0);
    border: none;
}

.has-error .alert-block,
.has-error .help-inline {
    color: #f00;
}

.error[for="newsletter-subscribe-emailAddress"] {
    display: block;
    float: left;
    width: 100%;
    color: #f00;
    padding: 8px 0;
}

.form-group.has-feedback .form-control-feedback.glyphicon-remove::before {
    content: '×';
    font-family: 'sans-serif';
    font-size: 28px;
    font-weight: 300;
}

.has-feedback label ~ .form-control-feedback {
    top: 27px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    color: #f00;
}

.form-control-feedback,
.has-group.has-feedback .form-control-feedback,
.has-feedback label ~ .form-control-feedback {
    top: 33px;
}

.has-error .form-control-feedback {
    color: #f00;
}