/**
 * Copyright © 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2017-04-11, 14:22:12
    Author     : krzysztof
*/
._error .order-comment-form__characters {
  color: #ef4123;
}
/*! nouislider - 9.0.0 - 2016-09-29 21:44:02 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-connect + .noUi-origin .noUi-handle {
  left: -15px;
}
/* Styling;
 */
.noUi-connect {
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: default;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .cart-totals tbody tr,
  .cart-totals tbody .amount,
  .cart-totals tbody .mark {
    display: block;
    text-align: left;
    padding-left: 0;
  }
  .cart-totals .grand .amount {
    text-align: left;
    padding-top: 0;
  }
}
.gray-bg {
  background-color: #b1b1b1;
}
.red-to-gray {
  background-image: linear-gradient(90deg, #ef4123 0%, #b1b1b1 100%);
}
.black-to-red {
  background-image: linear-gradient(90deg, #000000 0%, #ef4123 100%);
}
/*.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) {
    .modal-popup {
        .field-tooltip {
            .field-tooltip-content {
                .lib-css(width, @checkout-tooltip-content-mobile-popup__width);
            }
        }
    }
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @checkout-tooltip-breakpoint__screen-m) {
    .field-tooltip {
        .field-tooltip-content {
            &:extend(.abs-checkout-tooltip-content-position-top-mobile all);
        }
    }
}*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .newsletter__terms .read-more {
    display: none;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10.5px 5.25px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5.25px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item {
    width: 48.8%;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .block-addresses-list .items.addresses > .item:nth-child(odd) {
    clear: left;
    float: left;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .header.content:before,
  .header.content:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .header.content:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .checkout-container .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 21px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5.25px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 21px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-discount,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-discount .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-discount .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .form-cart .action.clear,
  .cart-container .cart-discount .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 10.5px;
  }
  h1 {
    font-size: 56px;
    margin-bottom: 42px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 83.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 91.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 91.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 8.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 8.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 8.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 8.33333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 8.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 8.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 21px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5.25px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .d-wrapper .fieldset .control,
  .d-wrapper .fieldset .label {
    width: 100%;
    float: none;
    text-align: left;
  }
  .d-wrapper .form-box {
    clear: both;
    margin-top: 40px;
    display: table;
  }
  .d-wrapper .form-box .desc-block {
    display: table-cell;
    width: 37%;
    padding-right: 6%;
    vertical-align: top;
  }
  .d-wrapper .form-box .field-left {
    float: left;
    width: calc(50% - 10px);
  }
  .d-wrapper .form-box .field-right {
    float: right;
    width: calc(50% - 10px);
  }
  .d-wrapper .d-form {
    display: table-cell;
    border-left: 1px solid #d8d8d8;
    padding-left: 10%;
  }
  .d-wrapper .desc-block-top {
    overflow: hidden;
    margin-top: 40px;
  }
  .d-wrapper .desc-block-top .img {
    float: left;
    margin-right: 40px;
    width: 48%;
  }
  .d-wrapper .desc-block-top .buttons-box,
  .d-wrapper .desc-block-top .desc {
    margin-left: calc(48% + 40px);
    max-width: 400px;
  }
  .d-wrapper .form-box-distributor {
    border-top: 1px solid #d8d8d8;
    padding-top: 40px;
  }
  .d-wrapper .d-form .form-row {
    display: flex;
  }
  .d-wrapper .d-form .form-row .field:first-child {
    padding-right: 10px;
    width: 50%;
  }
  .d-wrapper .d-form .form-row .field:last-child {
    padding-left: 10px;
    width: 50%;
  }
  .d-wrapper .d-form .form-row .field-left {
    float: left;
    width: calc(50% - 10px);
  }
  .d-wrapper .d-form .form-row .field-right {
    float: right;
    width: calc(50% - 10px);
  }
  .about-us__description {
    padding: 60px 30px;
  }
  .about-us__grey-block > .col-inner {
    margin: 0 auto;
    padding: 40px;
  }
  .about-us__logo-heading h4 {
    margin: 40px 0 20px;
  }
  .about-us .video-wrapper > .col-inner {
    padding: 40px;
  }
  .layout-custom .max-width-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout-custom .max-width-700 .widget-html {
    margin-left: 0;
    margin-right: 0;
  }
  .layout-custom .row-level-2 {
    margin-bottom: 40px;
  }
  .layout-custom .row-level-2.row-border-bottom:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .layout-custom.bg-grey-content {
    padding: 60px 0 20px;
  }
  .layout-custom .block {
    margin-bottom: 0;
  }
  .layout-custom .lead {
    margin-bottom: 0;
  }
  .layout-custom .lead .col-inner {
    padding: 80px 0;
  }
  .layout-custom .lead > div:first-child .col-inner {
    padding: 80px 0;
  }
  .layout-custom .lead h1.w_heading {
    font-size: 5.6rem;
    line-height: 66px;
  }
  .block-youtube-widget .video-widget-bg {
    width: 100%;
  }
  .widget-html {
    margin: 0 60px;
  }
  .widget-html.block:last-child {
    margin-bottom: auto !important;
  }
  .widget-html h2 {
    font-size: 5.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 66px;
  }
  .valign-text-incol {
    display: flex;
  }
  .valign-text-incol [class*="col-"]:not(.slider) .col-inner {
    display: table;
    height: 100%;
    width: 100%;
  }
  .valign-text-incol [class*="col-"]:not(.slider) .col-inner > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .box-video-player {
    height: 308px;
  }
  .reverse-order-column > div:first-child {
    order: 2;
  }
  .widget-images {
    width: auto;
  }
  .mobile-order-1 .widget-html,
  .mobile-order-2 .widget-html {
    max-width: 380px;
  }
  .description-left {
    float: right;
  }
  .description-right {
    float: left;
  }
  .slider-block:not(.owl-loaded) .item {
    width: 50%;
  }
  .slider-block--banner.slider-block--collection {
    height: 504px;
  }
  .category-rooms .slider-block--banner.slider-block--collection {
    height: 500px;
  }
  .slider-block--banner.slider-block--collection .slide {
    height: 504px;
  }
  .category-rooms .slider-block--banner.slider-block--collection .slide {
    height: 500px;
  }
  .block-promotion-list ul {
    margin-left: -20px;
  }
  .block-promotion-list ul li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 0 60px;
    padding-left: 20px;
    border-top: 0;
  }
  .block-promotion-list ul .item-wrapper {
    max-width: 100%;
  }
  .block-promotion-list ul h3 {
    margin-right: -8px;
  }
  .block-promotion-list ul .details {
    height: 165px;
    padding-bottom: 67px;
  }
  .block-promotion-list ul:after {
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .block-custom-title h1.page-title {
    font-size: 56px;
  }
  .block-custom-title h1.page-title:before {
    top: 6px;
    height: 52px;
  }
  .block-promotion-single .block-image {
    float: left;
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .block-promotion-single .block-title {
    float: right;
    width: 50%;
    padding: 20px 0 20px 40px;
  }
  .block-promotion-single .block-title h1.page-title {
    max-width: 400px;
    font-size: 56px;
  }
  .block-promotion-single .content-wrapper {
    max-width: 440px;
    margin-left: 50%;
    padding-left: 40px;
  }
  .block-promotion-single .promotion-icon-wrapper:nth-child(1n) {
    margin-right: 0;
  }
  .tender-index h1 {
    font-size: 56px;
  }
  .tender-index h1:before {
    height: 50px;
  }
  .work-index .work-items {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 735px;
  }
  .work-index .work-items .date,
  .work-index .work-items .place,
  .work-index .work-items .time {
    display: inline-block;
    float: left;
    margin-right: 30px;
  }
  .work-index .work-items .item {
    position: relative;
    clear: both;
    margin-bottom: 40px;
    overflow: auto;
  }
  .work-index .work-items .item a {
    position: absolute;
    display: table;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .map-block__stores-section {
    width: 300px;
    display: inline-block;
  }
  .map-block__map-section {
    width: calc(100% - 300px);
    padding-right: 30px;
    float: left;
    clear: left;
  }
  .map-block__content {
    display: flex;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 31.5px;
    padding: 10.5px 0 31.5px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .form-cart,
  .cart-container .cart-discount {
    width: 75%;
    padding-right: 30px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .cart.actions .action.clear {
    margin-left: 20px;
  }
  .cart-discount {
    padding-right: 0;
  }
  .cart-discount .block {
    padding: 60px 0 30px;
  }
  .cart-discount .field .control {
    width: 100% !important;
  }
  .cart-container .cart-discount .discount-content,
  .cart-container .cart-discount .custom-product-info {
    display: inline-block;
    box-sizing: border-box;
    float: left;
  }
  .cart-container .cart-discount .discount-content {
    margin-right: 20px;
    width: calc(44% - 20px);
  }
  .cart-container .cart-discount .custom-product-info {
    width: 56%;
    margin-top: 0;
    max-height: 147px;
  }
  .cart-container .cart-discount .custom-product-info .info__wrapper {
    padding: 35px 20px;
  }
  .cart-container .cart-discount .custom-product-info .info__text {
    margin-top: 10px;
    font-size: 14px;
  }
  .cart-container .cart-discount .block.discount:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 25%;
    z-index: 99;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 21px;
    margin: 0 0 10.5px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5.25px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .items td {
    padding: 20px 5px 0 0;
  }
  .cart.table-wrapper .item .col.item {
    padding: 30px 0;
    display: table-cell;
  }
  .cart.table-wrapper .item .col-product {
    width: 48%;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
    padding-bottom: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
  }
  .minicart-wrapper {
    margin-left: 13px;
    float: none;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .minicart-wrapper .action.showcart .text {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    text-decoration: none;
  }
  .checkout-container .opc-wrapper {
    float: left;
    width: calc((100% / 3) * 2);
    padding-right: 5px;
  }
  .checkout-container .opc-sidebar {
    float: right;
    width: 33.33333333%;
    max-width: 380px;
    margin: 0;
    max-height: 554px;
  }
  .checkout-container .step-title {
    font-size: 26px;
    letter-spacing: .5px;
  }
  .checkout-container .field[name$="firstname"],
  .checkout-container .field[name$="lastname"],
  .checkout-container .field[name$="postcode"],
  .checkout-container .field[name$="city"] {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .checkout-container .field[name$="firstname"],
  .checkout-container .field[name$="postcode"] {
    padding-right: 10px;
  }
  .checkout-container .field[name$="lastname"],
  .checkout-container .field[name$="city"] {
    padding-left: 10px;
  }
  .checkout-onepage-success .main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .checkout-success,
  .checkout-registration {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding: 0 40px;
  }
  .checkout-registration {
    border-left: 1px solid #d8d8d8;
  }
  .checkout-registration__form {
    margin: 40px 0 30px;
  }
  .checkout-registration .action.register {
    display: block;
    margin: 0 auto;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    padding: 0;
  }
  .opc-progress-bar-item {
    width: 120px;
  }
  .opc-progress-bar-item:before,
  .opc-progress-bar-item:after {
    content: '';
    position: absolute;
    top: 19px;
    height: 2px;
  }
  .opc-progress-bar-item:before {
    left: 0;
    width: 40px;
  }
  .opc-progress-bar-item:after {
    right: 0;
    width: 40px;
  }
  .opc-progress-bar-item > span {
    padding-top: 55px;
    font-size: 16px;
    line-height: 24px;
  }
  .opc-progress-bar-item > span:before {
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    line-height: 36px;
    font-size: 20px;
  }
  .opc-progress-bar-item._active:after {
    right: -40px;
    width: 80px;
  }
  .opc-progress-bar-item._active:last-child:after {
    right: 0;
    width: 40px;
  }
  .opc-progress-bar-item._complete:not(:last-child):after {
    background-image: linear-gradient(90deg, #000000 0%, #ef4123 100%);
    right: -40px;
    width: 80px;
  }
  .opc-progress-bar-item._complete:not(:first-child):before {
    left: -40px;
    width: 80px;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10.5px;
    position: absolute;
    top: 9px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10.5px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar > .secondary {
    float: left;
  }
  .checkout-shipping-method .actions-toolbar > .secondary .button {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method .col-method-info .pickup-hours {
    display: inline-block;
    vertical-align: top;
    max-width: 170px;
    margin-right: 65px;
  }
  .table-checkout-shipping-method .col-method-info .pickup-address {
    display: inline-block;
  }
  .table-checkout-shipping-method .method-services {
    padding-bottom: 30px;
  }
  .methods-shipping .continue-desc {
    float: right;
    max-width: 275px;
    margin-top: 10px;
    text-align: right;
  }
  .shipping-information {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .shipping-information .ship-to,
  .shipping-information .ship-via {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .shipping-information .ship-to {
    margin-right: 10px;
  }
  .shipping-information .ship-via {
    margin-left: 10px;
  }
  .checkout-index-index .cart-toggler-wrapper {
    display: none;
  }
  .opc-sidebar {
    margin: 46px 0 21px;
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-sidebar .btn-close-sidebar {
    display: none;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 16.66666667%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3.6rem;
    border-bottom: 0;
    margin-bottom: 26.25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10.5px 31.5px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10.5px 0 0 42px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 21px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 0 21px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .checkout-register-step .guest-box .guest .actions-toolbar > .secondary {
    float: none;
    margin-top: 0;
    margin-left: 20px;
  }
  .checkout-index-index .column:not(.sidebar-main) form .actions-toolbar,
  .checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
  }
  .checkout-index-index .map__wrapper {
    height: 493px;
  }
  .checkout-index-index .map-filters {
    width: 100% !important;
  }
  .checkout-index-index .map-filter {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .checkout-index-index .map-block {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .checkout-index-index .map-block .stores__wrapper {
    display: block;
    overflow: hidden;
    max-height: none;
    height: 613px;
  }
  .checkout-index-index .map-block__map-section {
    padding-right: 20px;
  }
  .checkout-index-index .map-block__content {
    width: 100%;
  }
  .checkout-index-index .map-block .info-wrapper {
    margin: 20px 0 0;
  }
  .checkout-index-index .map-block .info-wrapper .changeStore {
    position: absolute;
    display: inline-block;
    text-align: inherit;
    bottom: 20px;
    right: 20px;
    margin-top: 0;
  }
  .checkout-index-index .map-block .info-wrapper .store__address,
  .checkout-index-index .map-block .info-wrapper .store__opening-hours {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index .map-block .info-wrapper .store__opening-hours {
    max-width: 170px;
    margin-right: 65px;
  }
  .checkout-index-index .choose-store .actions-toolbar {
    margin-top: 0;
  }
  .checkout-index-index .choose-store .actions-toolbar .primary,
  .checkout-index-index .choose-store .actions-toolbar .secondary {
    margin-top: 20px;
  }
  .checkout-index-index .choose-store .actions-toolbar .primary {
    float: right;
  }
  .checkout-index-index .choose-store .actions-toolbar .secondary {
    float: none;
  }
  .checkout-index-index .choose-store .continue-desc {
    margin-top: 10px;
    float: right;
    text-align: right;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin: 0 0 21px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 21px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 21px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 21px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 21px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 21px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.25px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 21px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10.5px;
    padding: 5.25px 10.5px 10.5px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10.5px;
    padding: 5.25px 10.5px 10.5px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 26.25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 21px;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -21px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 21px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10.5px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10.5px;
    padding-right: 10.5px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 21px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .login-container .fb-login,
  .login-container .google-login {
    position: absolute;
    left: 0;
  }
  .login-container .fb-login {
    bottom: 55px;
  }
  .login-container .google-login {
    bottom: 0;
  }
  .category-view:before,
  .category-view:after {
    content: '';
    display: table;
  }
  .category-view:after {
    clear: both;
  }
  .category-view .category-image-wrapper {
    float: left;
    width: calc(100% - 400px);
  }
  .category-view .category-description-wrapper {
    float: left;
    width: 380px;
    margin-left: 20px;
  }
  .category-view .subcategories {
    justify-content: center;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .ves-widget.category-info .category-description-wrapper {
    max-width: 380px;
    margin-left: 0;
  }
  .custom-product-info {
    margin-bottom: 0;
  }
  .product.info.detailed {
    margin-right: 320px;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: left;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-bottom: 5px;
    padding-left: 0;
    line-height: 83px;
    font-size: 5.6rem;
  }
  .product-info-main .page-title-wrapper .page-title:before {
    display: none;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10.5px 10.5px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .additional-attributes-wrapper {
    position: relative;
  }
  .additional-attributes-wrapper > ul {
    max-width: 54%;
  }
  .additional-attributes-wrapper .block-graphic-attr {
    margin: 0;
    left: 54%;
    position: absolute;
    top: 7px;
  }
  #reviews #product-review-container:not(:empty) {
    width: 45.239%;
    padding-right: 20px;
    display: block;
    float: left;
  }
  #reviews #product-review-container:not(:empty) + .review-add {
    margin-left: 45.239%;
    border-left: 1px solid #d8d8d8;
  }
  #reviews #product-review-container:not(:empty) + .review-add .block-content {
    padding-left: 20px;
  }
  #reviews .review-add {
    display: block;
  }
  #reviews .review-add .block-content {
    max-width: 380px;
    margin-bottom: 30px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    margin-bottom: 26.25px;
  }
  .page-layout-1column .product-info-main {
    width: 300px;
    padding: 0 10px;
  }
  .page-layout-1column .product.media {
    max-width: 860px;
    width: calc(100% - 320px);
    margin-right: 320px;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-search {
    position: relative;
    width: 250px;
    z-index: 4;
    margin-top: 0;
    -webkit-box-flex: 1 1 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1 1 auto;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1 1 auto;
    /* IE 10 */
    flex: 1 1 auto;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 45px;
    position: static;
    background-color: #f9f9f9;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:focus {
    outline: none;
    box-shadow: none;
    border-left: none;
  }
  .block-search input:focus ~ .search-options {
    border-color: #c2c2c2;
  }
  .block-search .search-options {
    position: static;
    margin: 0;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 11px 0;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 0;
    z-index: 1;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background: url("../images/sprite_header.svg") 0 0 no-repeat;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .block-list-awards .item-content {
    max-width: 100%;
  }
  .block-list-awards ul li {
    border-top: 0;
    width: 50%;
    float: left;
    padding: 0 60px 60px;
  }
  .contact-sections {
    margin-top: 40px;
    border-top: 1px solid #d8d8d8;
  }
  .contact-sections .sections-wrapper .el-wrapper {
    width: 50%;
  }
  .contact-sections .sections-wrapper .el-wrapper:nth-child(odd):after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #d8d8d8;
  }
  .contact-managment .el-wrapper {
    width: 100%;
  }
  .contact-managment .el-wrapper .el {
    width: 50%;
    float: left;
    display: inline-block;
  }
  .contact-managment .el-wrapper .el:last-of-type:before {
    content: none;
  }
  .map-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    margin-top: 30px;
  }
  .map-wrapper .address {
    position: absolute;
    right: 0;
    transform: translate(0%, -50%);
    top: 50%;
  }
  .line {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    float: left;
    margin: 40px 0;
  }
  .line-lg {
    display: none;
  }
  .line-md {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    float: left;
    margin: 20px 0 40px 0;
  }
  .login-container {
    position: relative;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 31.5px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .block.block-customer-login {
    clear: none;
    margin-bottom: 130px;
    position: relative;
  }
  .login-container .block.block-customer-login .actions-toolbar {
    float: right;
    margin-left: 0;
  }
  .login-container .block.block-customer-login .choice.persistent {
    display: inline;
    margin: 0;
    float: left;
  }
  .login-container .block.block-customer-login:after {
    content: '';
    position: absolute;
    height: 113%;
    width: 1px;
    background: #d8d8d8;
    right: -50px;
    top: 22px;
  }
  .login-container .block.block-new-customer {
    float: right;
    clear: none;
    padding-left: 70px;
  }
  .login-container .fieldset > .field.password label {
    float: left;
  }
  .login-container .fieldset > .field.password .control {
    float: left;
    clear: both;
    width: calc(100% - 124px);
    margin-right: 20px;
  }
  .login-container .fieldset > .field.password .primary {
    float: left;
    width: 104px;
  }
  .login-container .fieldset:after,
  .form-create-account .fieldset:after,
  .account .fieldset:after {
    margin-left: 0;
  }
  .login-container .fieldset > .field > .control,
  .form-create-account .fieldset > .field > .control,
  .account .fieldset > .field > .control {
    width: 100%;
    float: none;
  }
  .login-container .fieldset > .field:not(.choice) > label,
  .form-create-account .fieldset > .field:not(.choice) > label,
  .account .fieldset > .field:not(.choice) > label {
    float: none;
    text-align: left;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10.5px 10.5px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form-create-account .actions-toolbar {
    margin-left: 0 !important;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget {
    min-width: 600px;
    width: 50%;
  }
  .form.create.account {
    max-width: 540px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 26%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 74%;
  }
  .account .column.main h1 {
    font-size: 3.6rem;
    margin: 20px 0 60px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 0;
  }
  .account .column.main .block:not(:last-of-type) {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 21px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10.5px 10.5px 0;
  }
  .filter-trigger,
  .item-clear-mobile {
    display: none !important;
  }
  .block.filter {
    margin: 30px 0 60px;
  }
  .category-filtered .block.filter {
    margin-bottom: 0;
  }
  .filter-actions {
    margin-right: 0;
  }
  .filter-options .filter-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }
  .filter-options__title-text {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    vertical-align: super;
  }
  .filter-options__option {
    width: 33.33333333%;
    height: 68px;
    padding: 10px;
  }
  .filter-options__option.open .filter-options__content {
    display: block;
  }
  .filter-options__option.open .filter-select:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .filter-options__content {
    max-height: 270px;
    overflow: hidden;
    width: 100%;
  }
  .filter-options .label input[type=checkbox] {
    display: none;
  }
  .filter-options__option:not(.open) {
    overflow: hidden;
  }
  .filter-options__option:not(.open) .filter-options__wrapper {
    display: none;
  }
  .filter-options__option.open .filter-options__wrapper {
    z-index: 101;
    margin: 0 20px;
  }
  .filter-current .item {
    margin: 20px 0;
  }
  .filter-current .item-clear-desktop {
    margin: 0 0 40px;
  }
  .newsletter__terms {
    max-width: 600px;
  }
  .newsletter__terms label {
    max-height: 40px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .form.send.friend .actions-toolbar {
    max-width: 50%;
  }
  .form.send.friend .actions-toolbar .primary {
    float: right;
  }
  .form.send.friend .actions-toolbar .secondary .action.add {
    margin-top: 0 !important;
  }
  .form.send.friend .actions-toolbar .secondary .action.back {
    float: right;
  }
  html,
  body {
    height: 100%;
  }
  .header.content {
    padding: 20px 15px 21px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .page-header.sticky .header.content {
    padding: 15px 20px;
  }
  .page-header.sticky .block-search {
    margin-top: 0;
  }
  .page-header.sticky .header-top-action-block {
    margin-left: 0;
  }
  .page-header.sticky .header-top-block {
    margin: 0 0 0 30px;
  }
  .page-header.sticky .header-top-block .icon-block {
    margin: 0;
    height: auto;
    padding: 0;
    width: auto;
  }
  .page-header.sticky .header-top-block .icon-block .icon,
  .page-header.sticky .header-top-block .icon-block .text,
  .page-header.sticky .header-top-block .icon-block:before {
    display: inline-block;
    vertical-align: middle;
  }
  .page-header.sticky .header-top-block .icon-block .text {
    display: none;
  }
  .page-header.sticky .logo {
    margin: 0 30px 0 45px;
  }
  .page-header.sticky .nav-toggle {
    top: 0;
    height: 70px;
    padding: 23px 0;
  }
  .header-top-action-block {
    font-family: 'Oswald', sans-serif;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    font-size: 0;
  }
  .header-top-action-block .header-top-block {
    margin-left: 10px;
  }
  .header-top-action-block .header-top-block .text {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .5px;
  }
  .header-top-action-block .header-top-block--compare-link {
    display: inline-block;
  }
  .header-top-action-block .header-top-block--compare-link .icon {
    display: block;
    position: relative;
    width: 26px;
    margin: 0 auto;
  }
  .header-top-action-block .header-top-block--compare-link .icon:before {
    content: '';
    display: block;
    width: 100%;
    height: 27px;
    margin-top: 3px;
    background: url("../images/sprite_header.svg") 0 -40px no-repeat;
  }
  .header-top-action-block .header-top-block--compare-link .counter {
    position: absolute;
    line-height: 12px;
    width: 16px;
    height: 16px;
    border: 2px solid #000000;
    background-color: #f9f9f9;
    border-radius: 100%;
    display: inline-block;
    font-size: 10px;
    top: 6px;
    right: -9px;
    text-align: center;
    font-weight: 500;
    color: #000000;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .logo {
    margin: 0 0 0 45px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 21px;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .page-footer .footer-after {
    font-size: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 125px;
  }
  .ie11 .page-footer .footer-after {
    min-height: 110px;
  }
  .page-footer .footer-after--wrapper {
    clear: both;
    position: relative;
  }
  .page-footer .footer-after--wrapper:before,
  .page-footer .footer-after--wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .page-footer .footer-after--wrapper:before {
    left: 0;
    background-color: #ef4123;
  }
  .page-footer .footer-after--wrapper:after {
    right: 0;
    background-color: #ffffff;
  }
  .page-footer .outlet {
    width: 68%;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .page-footer .outlet__text-wrapper {
    font-size: 15px;
    -webkit-box-flex: 1 1 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1 1 auto;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1 1 auto;
    /* IE 10 */
    flex: 1 1 auto;
  }
  .page-footer .outlet__button-wrapper {
    font-size: 15px;
    padding-left: 20px;
    -webkit-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 0 0 auto;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 0 0 auto;
    /* IE 10 */
    flex: 0 0 auto;
  }
  .page-footer .copyright {
    width: 32%;
    display: inline-block;
    padding-left: 20px;
  }
  .page-footer .copyright:before {
    content: '';
    width: 0;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .page-footer .copyright__text-wrapper {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .brands-container {
    border-top: 1px solid #c9c9c9;
  }
  .brands-container .brands-items {
    /*            .owl-controls {
                display: none;

            }*/
  }
  .brands-container .brands-items .brands-item-wrapper {
    flex-direction: column;
  }
  .slider-block--banner {
    height: 427px;
  }
  .slider-block--banner a {
    color: #000000;
  }
  .slider-block--banner .container__wrapper:before {
    z-index: 200;
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: calc(50% + 40px);
    top: 0;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .slider-block--banner .container__wrapper.right:before {
    right: 0;
  }
  .slider-block--banner .container__wrapper.right .slide__wrapper {
    text-align: right;
    margin: 0 0 0 auto;
  }
  .slider-block--banner .container__wrapper.right .slide__content {
    margin: 0 auto 0 0;
    padding: 25px 0;
  }
  .slider-block--banner .container__wrapper.left:before {
    left: 0;
  }
  .slider-block--banner .container__wrapper.left .slide__wrapper {
    text-align: left;
    margin: 0 auto 0 0;
  }
  .slider-block--banner .container__wrapper.left .slide__content {
    margin: 0 0 0 auto;
    padding: 25px 0;
  }
  .slider-block--banner .slide {
    height: 427px;
  }
  .slider-block--banner .slide__wrapper {
    max-width: 50%;
  }
  .slider-block--banner .slide__title {
    font-size: 46px;
  }
  .slider-block--banner .slide__content {
    width: 288px;
  }
  .slider-block--banner .owl-nav .owl-prev {
    margin-left: calc(6% - 10px);
  }
  .slider-block--banner .owl-nav .owl-next {
    margin-right: calc(6% - 10px);
  }
  .slider--line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 0;
    padding: 85px 0;
  }
  .slider--line:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: calc(50% + 40px);
    border: 30px solid #f4f4f4;
  }
  .slider--line.right:before {
    right: 0;
  }
  .slider--line.right .slider-block {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .slider--line.right .slider__content {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 50px 0 30px;
    text-align: right;
  }
  .slider--line.left:before {
    left: 0;
  }
  .slider--line.left .slider-block {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .slider--line.left .slider__content {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    padding: 0 30px 0 50px;
    text-align: left;
  }
  .slider--line .slide {
    height: 500px;
  }
  .slider--line .slider-block {
    width: 59.5%;
    max-width: calc(100% - 360px);
    vertical-align: middle;
  }
  .slider--line .slider-block .owl-dots {
    padding-right: 40px;
    bottom: 40px;
  }
  .slider--line .slider__title {
    font-size: 46px;
  }
  .slider--line .slider__content {
    position: relative;
    z-index: 97;
    vertical-align: middle;
    font-size: 15px;
    width: 40.5%;
    min-width: 360px;
  }
  .slider--line .slider__description {
    margin-bottom: 10px;
  }
  .slider--line .slider__buttons {
    margin-top: 30px;
  }
  .store-data .type {
    margin-bottom: 30px;
  }
  .store-data .type:after {
    top: 56%;
    margin-left: 10px;
  }
  .store-data .map-box {
    margin: 0 0 60px 0;
  }
  .store-data .map-box .map-block__stores-section {
    width: 400px;
    display: inline-block;
    position: relative;
  }
  .store-data .map-box .map-block__map-section {
    width: calc(100% - 400px);
    float: left;
    clear: left;
  }
  .store-data .map-box .map-block .stores__wrapper {
    position: absolute;
    right: 0;
    transform: translate(0%, -50%);
    top: 50%;
    left: 40px;
  }
  .store-data .description-box {
    display: table;
  }
  .store-data .description-box .title {
    width: 35%;
    display: table-cell;
  }
  .store-data .description-box .desc {
    width: 65%;
    display: table-cell;
  }
  .store-data .additional-box {
    display: table;
    width: 100%;
    padding: 40px 0;
  }
  .store-data .additional-box .el {
    display: table-cell;
    width: 33.33333333%;
    padding: 0 20px;
  }
  .store-data .additional-box .el:before {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
  }
  .store-data .additional-box .el:last-of-type:before {
    content: none;
  }
  .store-data .additional-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 6.5px;
    background-color: #d8d8d8;
  }
  .where-to-buy .block-heading {
    font-size: 56px;
  }
  .where-to-buy .block-heading:before {
    top: 8px;
    height: 45px;
  }
  .where-to-buy .map-top {
    margin-bottom: 30px;
  }
  .where-to-buy .map-top .where-to-buy-desc {
    display: inline-block;
  }
  .stock-popup-container h3 {
    margin-bottom: 17px;
  }
  .stock-popup-container .info-product p {
    width: calc(50% - 10px);
    display: inline-block;
    float: left;
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .stock-popup-container .info-product p:nth-child(even) {
    padding-left: 30px;
    margin-left: 0px;
    border-left: 1px solid #d8d8d8;
  }
  .stock-popup-container .info-product-box {
    clear: both;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
  }
  .stock-popup-container .info-product-box .info-stock,
  .stock-popup-container .info-product-box .info-time {
    width: 48%;
  }
  .popup-map-wrapper .map {
    height: 500px;
  }
  .popup-map-wrapper .map-block .map-filter {
    float: left;
    width: 50%;
  }
  .popup-map-wrapper .map-block .map-filter:nth-child(odd) {
    padding: 0 10px 0 0;
  }
  .popup-map-wrapper .map-block .map-filter:nth-child(even) {
    padding: 0 0 0 10px;
  }
  .popup-map-wrapper .map-block .map-filters {
    width: 100%;
    margin: 0 0px 20px;
  }
  .stores-popup__header span {
    font-size: 26px;
    line-height: 36px;
  }
  .stores-popup__header:before {
    top: 10px;
  }
  .stores-popup__content p {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    box-sizing: border-box;
    width: 50%;
    text-align: left;
    float: left;
  }
  .stores-popup__content p + p {
    margin-top: 0;
  }
  .stores-popup__content p:nth-child(2n) {
    padding-left: 20px;
    border-left: 1px solid #d8d8d8;
  }
  .stores-popup__content p .label {
    color: #8c8c8c;
    padding: 0;
  }
  .stores-popup__content:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
  }
  .stores-popup__info--no-items {
    max-width: 580px;
  }
  .layout-custom.brochures-catalogs {
    margin-top: 60px;
  }
  .layout-custom.brochures-catalogs.catalogs-list .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .layout-custom.brochures-catalogs .widget-images img {
    width: initial;
  }
  .layout-custom.brochures-catalogs .text-box .block-content {
    text-align: left;
  }
  .layout-custom.brochures-catalogs .text-box .block-content div {
    display: inline-block;
    max-width: 380px;
    margin-left: 20px;
  }
  .layout-custom.brochures-catalogs .box-inversion .text-box .block-content {
    text-align: right;
  }
  .layout-custom.brochures-catalogs .box-inversion .text-box .block-content div {
    margin-right: 20px;
  }
  .layout-custom.brochures-catalogs .title {
    font-size: 35px;
  }
  .layout-custom.brochures-catalogs .text-box .block-content {
    margin-top: 40px;
  }
  .layout-custom.responsibility:last-child .reverse-order-column div:first-child .col-inner {
    width: 380px;
  }
  .layout-custom.responsibility:last-child .reverse-order-column div:first-child .col-inner .block {
    margin-right: 0;
  }
  .layout-custom.responsibility:last-child .row:not(.reverse-order-column) div:first-child .col-inner {
    width: 380px;
    float: right;
  }
  .layout-custom.responsibility:last-child .row:not(.reverse-order-column) div:first-child .col-inner .block {
    margin-left: 0;
  }
  .layout-custom.for-schools {
    margin-top: 60px;
  }
  .layout-custom.for-schools .title {
    font-size: 35px;
  }
  .layout-custom.for-schools h1 {
    margin-bottom: 30px;
  }
  .room-tiles > .block-title {
    margin: 60px 0 50px;
  }
  .shopping-banners h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .shopping-banners h2:before {
    height: 40px;
  }
  .shopping-banners h2 + p {
    max-width: 50%;
    margin-bottom: 20px;
  }
  .block-collapsible-nav .item:first-child {
    border-top: none;
  }
}
@media all and (min-width: 769px), print {
  .modal-popup.modal-slide .modal-inner-wrap {
    max-width: 700px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .flex-text-banner__widget {
    margin-bottom: 80px;
  }
  .flex-text-banner__image {
    width: 100%;
  }
  .flex-text-banner__image--div {
    display: none;
  }
  .flex-text-banner__position {
    position: absolute;
    width: 41.66666667%;
  }
  .flex-text-banner__position.top {
    top: 20px;
  }
  .flex-text-banner__position.bottom {
    bottom: 40px;
  }
  .flex-text-banner__position.center-v {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .flex-text-banner__position.right {
    right: 0;
    text-align: left;
  }
  .flex-text-banner__position.right .flex-text-banner__content {
    margin: 0 auto 0 0;
  }
  .flex-text-banner__position.left {
    left: 0;
  }
  .flex-text-banner__position.left .flex-text-banner__content {
    margin: 0 0 0 auto;
  }
  .flex-text-banner__position.center-h {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
  .flex-text-banner__position.center-h.center-v {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .flex-text-banner__position.center-h .flex-text-banner__content {
    margin: 0 auto;
  }
  .flex-text-banner__button-wrapper {
    margin-top: 20px;
  }
  .flex-text-banner__content {
    max-width: 280px;
    margin-bottom: 20px;
  }
  .flex-text-banner__title {
    font-size: 56px;
    line-height: 76px;
  }
  .flex-text-banner__description {
    line-height: 22px;
  }
  .flex-text-banner__widget:not(.image-loaded) .flex-text-banner__position {
    z-index: 1;
  }
  .flex-text-banner__widget:not(.image-loaded) .flex-text-banner__image {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}
@media all and (min-width: 1025px), print {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content .ves-menu {
    box-shadow: 0 2px 8px -4px #000000;
    margin-bottom: 0;
  }
  .nav-sections-item-content .navigation {
    display: block;
    height: 51px;
  }
  .nav-sections-item-content .navigation ul.menu-hover {
    text-align: center;
    line-height: 0;
    float: none;
    background: #ffffff;
  }
  .nav-sections-item-content .navigation li.active > a {
    background-color: transparent;
    color: #000000;
  }
  .nav-sections-item-content .navigation li.level0 {
    float: none;
    display: inline-block;
  }
  .nav-sections-item-content .navigation li.level0 > .nav-anchor {
    color: #333333;
    line-height: 49px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 16px;
    border-top: 2px solid transparent;
    padding: 0;
    margin: 0 25px;
  }
  .nav-sections-item-content .navigation li.level0 > .nav-anchor:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
  }
  .nav-sections-item-content .navigation li.level0:hover > .nav-anchor {
    background-color: transparent;
    color: #ef4123;
    border-top: 2px solid #ef4123;
    text-shadow: .3px 0 0 currentColor;
  }
  .ves-megamenu .level0 .submenu .nav-anchor:after {
    content: none;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .flex-text-banner__position.top {
    top: 40px;
  }
  .about-us-content > .ves-container {
    background-size: auto 500px;
  }
  .box-video-player {
    height: 610px;
  }
  .layout-custom {
    margin: 0 -20px;
  }
  .layout-custom:not(.category-rooms) [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .slider-block:not(.owl-loaded) .item {
    width: 33.33333333%;
  }
  .slider-block--banner.slider-block--collection {
    height: 800px;
  }
  .category-rooms .slider-block--banner.slider-block--collection {
    height: 610px;
  }
  .slider-block--banner.slider-block--collection .slide {
    height: 800px;
  }
  .category-rooms .slider-block--banner.slider-block--collection .slide {
    height: 610px;
  }
  .slider-wrapper .links-wrapper .goto-link {
    left: 20px;
    right: auto;
  }
  .block-promotion-list ul li {
    width: 33.33333%;
  }
  .map__wrapper {
    height: 487px;
  }
  .map-block .stores__wrapper {
    height: 557px;
    padding: 20px;
  }
  .map-block .stores__wrapper.ps--active-y {
    padding-right: 30px;
  }
  .map-block .map__wrapper {
    clear: left;
  }
  .map-block .map-filters {
    float: left;
    width: calc(100% - 22px);
  }
  .map-block .tooltip {
    display: inline-block;
    padding-top: 12px;
    padding-left: 20px;
  }
  .map-filters {
    margin: 0 -10px 20px;
  }
  .map-filter {
    width: 33.33333333%;
    padding: 0 10px;
  }
  .cart.table-wrapper .product-item-photo {
    padding-right: 40px;
    max-width: none;
    width: initial;
  }
  .minicart-wrapper {
    padding: 0;
  }
  .minicart-wrapper .block-minicart {
    top: 45px;
    right: -15px;
    width: 390px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #d8d8d8;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .checkout-register-step .step-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .checkout-register-step .guest-box,
  .checkout-register-step .social-login-box {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .checkout-register-step .guest-box {
    padding-right: 40px;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
  }
  .checkout-register-step .social-login-box {
    padding: 0 20px 40px;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
  }
  .checkout-register-step .form-login-social .actions-toolbar__mobile {
    display: none !important;
  }
  .checkout-register-step .form-login-social .btn-small {
    display: none;
  }
  .checkout-register-step .form-login-social .btn-large {
    display: inline-block;
    width: calc(50% - 5px);
    float: left;
  }
  .checkout-register-step .form-login-social .btn-large:not(:first-child) {
    margin-left: 10px;
  }
  .checkout-register-step .form-login-social .btn-large span {
    padding-right: 0;
    padding-left: 25px;
  }
  .checkout-register-step .form-login-social .mage-error[generated] {
    margin: 10px 0 10px 90px;
  }
  .checkout-register-step .form-login-social .field {
    position: relative;
    width: 100%;
    padding-left: 90px;
  }
  .checkout-register-step .form-login-social .field .label {
    position: absolute;
    left: 0;
    top: 13px;
    max-width: 90px;
  }
  .checkout-register-step .form-login-social .field .control {
    display: block;
  }
  .checkout-register-step .form-login-social .field .control__password input[type="password"],
  .checkout-register-step .form-login-social .field .control__password .actions-toolbar {
    float: left;
    display: inline-block;
  }
  .checkout-register-step .form-login-social .field .control__password input[type="password"] {
    width: calc(100% - 170px);
  }
  .checkout-register-step .form-login-social .field .control__password .actions-toolbar {
    margin: 0 0 0 20px;
    width: 150px;
  }
  .checkout-register-step .form-login-social .field .control__password .actions-toolbar .primary {
    width: 100%;
    margin: 0;
  }
  .checkout-register-step .form-login-social .field .control__password:after {
    display: block;
    content: '';
    width: 100%;
    clear: both;
  }
  .checkout-register-step .form-login-social .actions-social {
    margin-top: 20px;
  }
  .checkout-register-step .social-login-box .actions-social .google-login {
    margin-top: 0;
  }
  .checkout-register-step .guest-box .guest .actions-toolbar .secondary {
    margin-left: 0;
    float: left;
  }
  .checkout-register-step .guest-box .guest .actions-toolbar .primary {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .category-view .category-image-wrapper {
    width: calc(100% - 500px);
    max-width: 660px;
    height: auto;
  }
  .category-view .subcategories {
    justify-content: flex-start;
    float: left;
    width: 480px;
    margin-left: 20px;
  }
  .category-view .category-image-wrapper {
    background: none !important;
  }
  .rooms-banners {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .rooms-banners .banner-lg {
    flex: 1.31147541;
  }
  .rooms-banners .banner-sm {
    flex: 0.6557377;
  }
  .rooms-banners .rooms-banner:first-child {
    margin-right: 20px;
  }
  .product-info-main .box-tocart .delivery-info .tooltip {
    bottom: -4px;
  }
  .block-search {
    margin-top: -8px;
  }
  .block-list-awards ul li {
    width: 33.3333%;
  }
  .block-list-awards ul li:nth-child(3n + 1) {
    clear: left;
  }
  .contact-sections .sections-wrapper .el-wrapper {
    width: 33.33333333%;
  }
  .contact-sections .sections-wrapper .el-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #d8d8d8;
  }
  .contact-sections .sections-wrapper .el-wrapper:nth-child(3n):after {
    content: none;
  }
  .contact-managment .el-wrapper {
    width: 100%;
  }
  .contact-managment .el-wrapper .el {
    width: 25%;
    float: left;
    display: inline-block;
  }
  .contact-managment .el-wrapper .el:last-of-type:before {
    content: none;
  }
  .contact-managment .el-wrapper:first-child .el:before {
    content: '';
  }
  .contact-managment .el-wrapper:last-child .el:first-child {
    padding: 0 20px;
  }
  .line-md,
  .line {
    display: none;
  }
  .line-lg {
    display: block;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    float: left;
    margin: 20px 0 40px 0;
  }
  .filter-options__option {
    width: 25%;
  }
  .newsletter.block {
    width: 30%;
    float: right;
    padding-left: 15px;
  }
  .newsletter .field .control {
    width: 100%;
  }
  .newsletter__terms {
    max-width: 295px;
  }
  .newsletter__terms .read-more {
    padding: 0 20px 0 5px;
  }
  .newsletter .action.subscribe {
    width: 51px;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10.5px;
    padding-top: 10.5px;
  }
  .page-header.sticky .logo {
    margin: 0 80px 0 0;
  }
  .page-header.sticky .header-top-action-block {
    margin-left: 50px;
  }
  .page-header.sticky .header-top-block .icon-block .text {
    display: inline-block;
    padding-left: 10px;
  }
  .page-header.sticky .header-top-block--account-links.active .content {
    margin-top: 19px;
  }
  .page-header.sticky .header-top-block--minicart .icon-block .text {
    padding-left: 20px;
  }
  .page-header.sticky .header-top-block--compare-link .icon-block .text {
    padding-left: 20px;
  }
  .header.content {
    padding: 27px 20px 22px;
  }
  .logo {
    margin: -8px 85px 0 0;
    -webkit-box-flex: 0 1 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 0 1 auto;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 0 1 auto;
    /* IE 10 */
    flex: 0 1 auto;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .logo img {
    max-height: inherit;
    width: auto;
  }
  .header-top-action-block {
    -webkit-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 0 0 auto;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 0 0 auto;
    /* IE 10 */
    flex: 0 0 auto;
    float: none;
    text-align: right;
    margin-left: 75px;
  }
  .header-top-action-block .header.links {
    display: inline-block;
  }
  .header-top-action-block .header-top-block {
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
  .header-top-action-block .header-top-block--account-links {
    display: inline-block;
  }
  .header-top-action-block .header-top-block--account-links .account-icon {
    display: inline-block;
  }
  .header-top-action-block .header-top-block--account-links .account-icon:before {
    content: '';
    display: block;
    margin: 4px auto 0;
    width: 21px;
    height: 26px;
    background: url("../images/sprite_header.svg") 0 -80px no-repeat;
  }
  .header-top-action-block .header-top-block--account-links.active {
    position: relative;
  }
  .header-top-action-block .header-top-block--account-links.active .content {
    position: absolute;
    top: 100%;
    width: 200px;
    left: 50%;
    margin-top: 28px;
    margin-left: -100px;
    z-index: 100;
    background-color: #f9f9f9;
  }
  .header-top-action-block .header-top-block--account-links.active .content .header.links {
    padding: 0 10px;
  }
  .header-top-action-block .header-top-block--languages {
    display: none;
  }
  .header-top-action-block .header-top-block--compare-link .text {
    display: inline-block;
  }
  .page-footer .outlet {
    padding-right: 57px;
  }
  .page-footer .copyright {
    padding-left: 40px;
  }
  .page-header .ves-menu .menu-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 25px;
  }
  .page-header .ves-menu .menu-columns .mega-col {
    float: none;
    width: auto;
    margin-bottom: 20px;
    padding: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 16.66666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block-slider-with-thumbnails .carousel-custom-dots .owl-dot {
    width: 162px !important;
  }
  .slider-block--banner {
    height: 500px;
  }
  .slider-block--banner .container__wrapper:after {
    content: '';
    border: 20px solid #f4f4f4;
    position: absolute;
    z-index: 100;
    top: -40px;
    width: 260px;
    height: 260px;
  }
  .slider-block--banner .container__wrapper.right:after {
    left: 50%;
    margin-left: -80px;
  }
  .slider-block--banner .container__wrapper.right .slide__content {
    padding: 50px 0;
  }
  .slider-block--banner .container__wrapper.left:after {
    right: 50%;
    margin-right: -80px;
  }
  .slider-block--banner .container__wrapper.left .slide__content {
    padding: 50px 0;
  }
  .slider-block--banner .slide {
    height: 500px;
  }
  .slider-block--banner .slide__content {
    width: 380px;
  }
  .slider-block--banner .slide__title {
    font-size: 56px;
  }
  .slider-block--banner .owl-dots {
    display: inline-block !important;
  }
  .slider-block--banner .owl-nav .owl-prev {
    margin-left: 8.33333333%;
  }
  .slider-block--banner .owl-nav .owl-next {
    margin-right: 8.33333333%;
  }
  .slider--line .slide {
    height: 600px;
  }
  .slider--line .slider__title {
    font-size: 56px;
  }
  .slider--line .slider__content {
    padding-left: 80px;
    padding-right: 80px;
  }
  .map-block .tooltip__content {
    right: 20px;
    left: auto;
    border-radius: 15px 15px 0 15px;
  }
  .where-to-buy .map-block__map-section {
    padding-right: 20px;
  }
  .where-to-buy .map__wrapper {
    height: 720px;
  }
  .where-to-buy .stores__wrapper {
    height: 790px;
  }
  .where-to-buy .map-top {
    font-size: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    padding: 0 30px;
  }
  .where-to-buy .map-top p {
    display: inline-block;
    vertical-align: middle;
  }
  .where-to-buy .map-top .block-heading {
    width: 35%;
  }
  .where-to-buy .map-top .where-to-buy-desc {
    width: 65%;
    font-size: 15px;
  }
  .shopping-banners h2 {
    margin-bottom: 12px;
  }
  .footer-menu--wrapper {
    display: inline-block;
    width: 70%;
  }
  .footer-menu--wrapper .navigation {
    padding: 0 10px;
  }
  .footer-menu--wrapper .ves-megamenu {
    float: none;
    background-color: transparent;
    margin: 0 -10px;
  }
  .footer-menu--wrapper .ves-megamenu .nav-anchor:hover {
    text-decoration: underline;
  }
  .footer-menu--wrapper .ves-megamenu li.level0 {
    width: 25%;
    padding: 0 10px;
  }
  .footer-menu--wrapper .ves-megamenu li.level0 > .nav-anchor {
    margin-bottom: 30px;
    padding: 0;
  }
  .footer-menu--wrapper .ves-megamenu .nav-item > .submenu .nav-anchor {
    display: inline-block;
    margin-bottom: 8px;
    cursor: pointer;
  }
  .footer-menu--wrapper .ves-megamenu .level1 .mega-col {
    padding: 0;
  }
}
@media all and (min-width: 1199px), print {
  .about-us-content > .ves-container {
    background-size: contain;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .filter-options__option {
    width: 20%;
  }
  .header-top-action-block {
    margin-left: 90px;
  }
  .logo {
    margin-right: 100px;
  }
  .shopping-banners h2 + p {
    max-width: 370px;
  }
  .messages .message {
    padding: 16px calc((100% - 1180px) / 2);
  }
}
* {
  box-sizing: border-box;
}
/* theme */
/* main store & outlet differences */
/* COLORS */
/* TYPOGRAPHY */
/* BUTTONS */
a.primary,
a.secondary {
  text-transform: uppercase;
}
a.button {
  background-image: none;
  background: #ffffff;
  border: 2px solid #ef4123;
  color: #ef4123;
  cursor: pointer;
  display: inline-block;
  font-family: 'Oswald';
  font-weight: 500;
  margin: 0;
  padding: 13px 18px;
  letter-spacing: 0.5px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 100px;
}
a.button:focus,
a.button:active {
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
}
a.button:hover {
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
}
a.button.disabled,
a.button[disabled],
fieldset[disabled] a.button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.button:focus,
a.button:active {
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
}
a.button:hover {
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
}
a.button.disabled,
a.button[disabled],
fieldset[disabled] a.button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.button,
button {
  text-transform: uppercase;
}
.abs-action-pattern {
  text-transform: uppercase;
}
/*@select__background: @color-white;
@select__border-radius: 3px;
@select__border: 2px solid @color-black;
@select__padding: 0 20px;
@select__height: 48px;
@select__focus__border: 2px solid @color-black;*/
div.mage-error[generated] {
  margin-top: 10px;
}
/*
.checkbox-mixin() {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    min-height: 20px;
    cursor: pointer;
    &:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -10px;
        height: 20px;
        width: 30px;
        .lib-css(transition, background .3s, 1);
        background: url("@{baseDir}images/sprite_choice.svg") 0 -30px - no-repeat;
    }
}

.theme-checkbox {
    .lib-visually-hidden();
    &__label {
        .checkbox-mixin();
    }
    &:checked + &__label {
        &:before {
            background-position: 0 0;

        }
    }
    &:disabled + &__label {
        opacity: .3;
    }
}
*/
a.action.secondary {
  background-image: none;
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Oswald';
  font-weight: 500;
  padding: 13px 18px;
  letter-spacing: 0.5px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  background-color: white;
  border-color: #ef4123;
  border-radius: 100px;
  color: #ef4123;
}
a.action.secondary:focus,
a.action.secondary:active {
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
}
a.action.secondary:hover {
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
}
a.action.secondary.disabled,
a.action.secondary[disabled],
fieldset[disabled] a.action.secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.action.secondary:focus,
a.action.secondary:active {
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
}
a.action.secondary:hover {
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
}
a.action.secondary.disabled,
a.action.secondary[disabled],
fieldset[disabled] a.action.secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../img/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.slider-wrapper {
  overflow: hidden;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  margin: 0;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.gallery-carousel {
  margin-top: 20px;
}
.gallery-carousel .flex-active-slide {
  outline: 2px solid #ef4123;
  outline-offset: -2px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out linear;
  -moz-transition: 0.3s ease-in-out linear;
  -ms-transition: 0.3s ease-in-out linear;
  -o-transition: 0.3s ease-in-out linear;
  transition: 0.3s ease-in-out linear;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 0;
}
.flex-direction-nav a:before {
  content: '';
  position: absolute;
  top: 30px;
  width: 30px;
  height: 20px;
  background: url("..//images/sprite_arrows.svg") 0 -60px no-repeat;
}
.flex-direction-nav a.flex-next:before {
  right: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.flex-direction-nav a.flex-prev:before {
  left: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.flex-direction-nav li {
  margin: 0;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.page-header .switcher-language {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  cursor: pointer;
}
.page-header .switcher-language:hover .switcher-label span {
  color: #ef4123;
}
.header-top-action-block {
  display: flex;
  align-content: center;
  align-items: center;
}
.page-header .switcher-language .switcher-label {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: .5px;
  position: relative;
  border: 0;
  clip: initial;
  height: auto;
  margin: 1px 0 0;
  overflow: hidden;
  padding: 0;
  width: auto;
  color: #000000;
  bottom: -1px;
}
.page-header .switcher-language .options .action.toggle:before {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: '' !important;
  display: block;
  margin: 0 auto 0;
  width: 26px;
  height: 26px;
  background: url('../images/icon-lang-en.png') 50% 50% no-repeat;
  background-size: 100%;
}
.page-header .switcher-language .options .action.toggle.en:before {
  background: url('../images/icon-lang-en.png') 50% 50% no-repeat;
  background-size: 100%;
}
.page-header .switcher-language .options .action.toggle.pl:before {
  background: url('../images/icon-lang-pl.png') 50% 50% no-repeat;
  background-size: 100%;
}
.page-header .switcher-language .options ul.dropdown li > a:after {
  font-size: 26px;
  line-height: 26px;
  color: inherit;
  content: '';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  height: 26px;
  width: 26px;
  text-align: center;
  position: absolute;
  background: url('../images/icon-lang-pl.png') 50% 50% no-repeat;
  background-size: 100%;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.page-header .switcher-language .options ul.dropdown li.view-pl > a:before {
  background: url('../images/icon-lang-pl.png') 50% 50% no-repeat;
  background-size: 100%;
}
.page-header .switcher-language .options ul.dropdown li.view-en > a:before {
  background: url('../images/icon-lang-en.png') 50% 50% no-repeat;
  background-size: 100%;
}
.page-header .switcher-language .options ul.dropdown a {
  padding-left: 40px;
  text-align: left;
  text-transform: uppercase;
}
.header-top-action-block .header-top-block--languages {
  display: block;
}
.page-header.sticky .switcher-language {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.page-header.sticky .switcher-language .switcher-label {
  padding-left: 10px;
}
.page-header .switcher-language .options .action.toggle.active:after,
.page-header .switcher-language .options .action.toggle:after {
  display: none;
}
.page-header .switcher-language {
  margin-right: 0;
}
.page-header .switcher-language .options:after {
  right: 7px;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .page-header .switcher-language .options .action.toggle {
    padding-right: 15px;
  }
  .page-header.sticky .switcher-language .switcher-label {
    margin: 0 0 2px;
    bottom: -1px;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .switcher-language .options:after {
    position: absolute;
    display: block;
    content: '';
    top: 11px;
    width: 12px;
    height: 10px;
    transition: ease 0.2s transform;
    background: url('../images/sprite_arrows.svg') 0 -118px no-repeat;
  }
  .page-header.sticky .switcher-language .options:after {
    right: -14px;
  }
  .page-header .switcher-language .options.active:after {
    transform: rotate(180deg);
  }
  .page-header .switcher-language .options ul.dropdown li.view-en > a:after {
    background-image: url('../images/icon-lang-en.png');
  }
}
@media only screen and (max-width: 768px) {
  .page-header .switcher-language .switcher-label {
    display: none;
  }
  .page-header .switcher-language .switcher-trigger strong {
    display: none;
  }
  .page-header .switcher-language .options {
    display: flex;
  }
  .page-header .switcher-language .options ul.dropdown li.view-en > a:after {
    background-image: url('../images/icon-lang-en.png');
  }
  .header-top-action-block {
    height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-header .switcher-language {
    margin-right: 2px;
    margin-left: 2px;
  }
  .page-header .switcher-label switcher-options {
    display: flex;
    flex-direction: column;
  }
  .page-header .switcher-language .switcher-dropdown {
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-header .switcher-language .options ul.dropdown:after,
  .page-header .switcher-language .options ul.dropdown:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .header-top-action-block .header-top-block .icon-block {
    width: 50px;
  }
  .header-top-block.header-top-block--languages {
    margin-left: 10px !important;
  }
  .page-header.sticky .header-top-block {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header.sticky .switcher-language .options .action.toggle {
    padding: 0;
    display: flex;
    align-items: center;
    padding-left: 25px;
  }
  .page-header.sticky .switcher-language .options:after {
    left: 5px;
  }
  .page-header.sticky .switcher-language .active ul.dropdown {
    left: 21px;
  }
  .page-header .switcher-language .options:after {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .page-header.sticky .switcher-language .switcher-label {
    display: none;
  }
  .page-header.sticky .switcher .options.active ul.dropdown {
    left: 21px;
  }
  .page-header.sticky .switcher-language .options.active ul.dropdown {
    left: 13px;
  }
  .page-header.sticky .switcher-language .options:after {
    top: 8px;
  }
  .page-header .switcher-language .options:after {
    right: -14px;
  }
  .page-header .switcher-language {
    padding-right: 20px;
  }
  .page-header .switcher-language .options ul.dropdown li.view-en > a:after {
    background-image: url('../images/icon-lang-en.png');
  }
}
@media only screen and (max-width: 405px) {
  .nav-toggle {
    width: 50px;
  }
  .header.content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .logo {
    max-width: calc(100% - 124px);
    margin: 11px 0 0 25px;
  }
  .logo img {
    max-height: 30px;
  }
  .block-search .label {
    padding-left: 0;
    padding-right: 0;
  }
  .header-top-block.header-top-block--languages {
    margin-left: 5px !important;
  }
  .header-top-action-block .header-top-block .icon-block {
    width: 40px;
  }
}
/* Default custom select styles */
div.cs-select {
  display: inline-block;
  position: relative;
  z-index: 100;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.cs-select:focus {
  outline: none;
}
div.cs-select select {
  display: none;
}
div.cs-select span {
  position: relative;
  display: block;
  padding-left: 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  line-height: 22px;
  text-align: left;
}
.cs-skin-border {
  width: 165px;
}
.cs-skin-border .cs-placeholder::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  bottom: 0;
}
.cs-skin-border .cs-placeholder::after {
  content: '';
  position: absolute;
  right: 0;
  width: 23px;
  height: 25px;
  background: url('../images/sprite_arrows.svg') 6px -113px no-repeat;
  background-color: white;
  z-index: -1;
}
.cs-skin-border.cs-active {
  z-index: 200;
}
.cs-skin-border.cs-active .cs-placeholder::before {
  background-color: #d8d8d8;
}
.cs-skin-border.cs-active .cs-placeholder::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-position: 5px -110px;
  z-index: 1;
}
.cs-skin-border .cs-options {
  position: absolute;
  width: 100%;
  background: white;
  overflow: hidden;
  visibility: hidden;
}
.cs-skin-border.cs-active .cs-options {
  visibility: visible;
  padding-top: 20px;
  border: solid #d8d8d8;
  border-width: 0 1px 1px;
}
.cs-skin-border.cs-active .cs-options li:hover {
  color: #ef4123;
}
.cs-skin-border.cs-active .cs-placeholder:after {
  top: 12px;
  width: 23px;
  height: 24px;
  border: solid #d8d8d8;
  border-width: 0 1px 1px 1px;
}
.cs-skin-border ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cs-skin-default .cs-placeholder::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../images/sprite_arrows.svg') 0 -118px no-repeat;
}
.cs-skin-default.cs-active {
  z-index: 200;
}
.cs-skin-default.cs-active .cs-placeholder::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
}
.cs-skin-default .cs-options {
  position: absolute;
  width: 100%;
  max-height: 230px;
  background-color: #f9f9f9;
  overflow: hidden;
  visibility: hidden;
}
.cs-skin-default.cs-active .cs-options {
  visibility: visible;
  width: 190px;
  margin: -1px 0 0 20px;
  padding-top: 20px;
  border: solid #d8d8d8;
  border-width: 0 1px 1px;
  white-space: normal;
  font-size: 15px;
}
.cs-skin-default.cs-active .cs-options li {
  margin-bottom: 20px;
}
.cs-skin-default.cs-active .cs-options li:hover {
  color: #ef4123;
  font-weight: 700;
}
.cs-skin-default ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ves-megamenu-mobile .navigation {
  position: relative;
}
.c-flag-eu {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(calc(40% - 42px));
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.c-flag-eu .action {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  text-decoration: none;
}
.c-flag-eu .action .icon--flag-ue {
  width: 36px;
  margin-right: 6px;
}
.c-flag-eu .action .icon--flag-ue:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 24px;
  padding: 0;
  background: url('../images/logo-ue-flaga.png') 50% no-repeat;
  background-size: contain;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.1s ease;
}
.c-flag-eu-label {
  opacity: 0.5;
  transition: all 0.1s ease;
}
.c-flag-eu .action:hover .c-flag-eu-label,
.c-flag-eu .action:hover .icon--flag-ue:before {
  opacity: 1;
  filter: grayscale(0%);
}
.c-flag-eu-label {
  line-height: 1.2;
  font-size: 10px;
}
@media (min-width: 768px) {
  .c-flag-eu {
    top: 4px;
  }
}
@media (max-width: 1400px) {
  .c-flag-eu {
    transform: translateX(-10px);
  }
  .c-flag-eu .action .icon--flag-ue {
    width: 36px;
  }
  .c-flag-eu .action .icon--flag-ue:before {
    height: 24px;
  }
  .c-flag-eu .action .c-flag-eu-label {
    width: 60px;
  }
  .nav-sections-item-content .navigation li.level0 > .nav-anchor {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1023px) {
  .c-flag-eu {
    transform: translateX(-10px);
    height: auto;
    position: initial;
    justify-content: flex-start;
  }
  .c-flag-eu-label {
    line-height: 1.2;
    font-size: 14px;
  }
  .c-flag-eu .action .c-flag-eu-label {
    width: auto;
  }
  .c-flag-eu .action .icon--flag-ue {
    width: 57px;
    margin-right: 6px;
  }
  .nav-sections-item-content .navigation li.level0 > .nav-anchor {
    margin-left: 10px;
    margin-right: 10px;
  }
  .ves-megamenu-mobile .navigation {
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1400px) and (min-width: 1023px) {
  .c-flag-eu {
    position: absolute;
    right: auto;
    left: calc(50% - 36px + 410px);
    transform: none;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
