/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.message-error.error.message {
  word-wrap: break-word;
}
.login-container .block.block-static-block {
  float: none !important;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_TimeCountdown
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CompanyAccount
 * @author     Extension Team
 * @copyright  Copyright (c) 2020 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.date-filter {
  width: 30%;
  float: right;
}
.date-filter .btn-filter {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.date-filter .btn-filter input {
  width: 100%;
  height: 31px;
}
.date-filter .btn-filter input:hover {
  background: #A9A9A9;
  border: none;
}
.bss-filter-nav {
  margin-left: 40%;
  margin-top: 1%;
}
.bss-filter-nav .date-input {
  width: 45%;
  float: left;
  margin-right: 5%;
}
#bss-filter-nav {
  margin: 1% 0 1% 0;
  border-top: 1px solid #007bdb;
  border-bottom: 1px solid #007bdb;
}
.bss-action-nav {
  margin-left: 60%;
  margin-top: 2%;
  padding-bottom: 1%;
}
.bss-action-nav .bss-cancel-action {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.bss-action-nav .bss-cancel-action input {
  border: none;
  height: 30px;
  width: 100%;
  background: white;
  border-radius: 20px;
  color: #007bdb;
}
.bss-action-nav .bss-cancel-action input:hover {
  text-decoration: underline;
}
.bss-action-nav .bss-filter-action {
  width: 45%;
  float: right;
  margin-right: 5%;
}
.bss-action-nav .bss-filter-action input {
  width: 100%;
  border: none;
  border-radius: 20px;
  height: 30px;
}
.bss-action-nav .bss-filter-action input:hover {
  background: #A9A9A9;
}
.clear-float {
  clear: both;
}
.order-products-toolbar {
  padding-top: 20px;
  margin-bottom: 0;
}
.jstree-check-role a {
  color: gray;
}
.bss-action-order {
  text-align: right;
  height: 50px;
}
.bss-btn-action {
  width: 12%;
  float: right;
  margin-left: 1%;
}
.bss-btn-action input {
  height: 30px;
  width: 100%;
}
.bss-btn-action:hover {
  background: #454547;
}
.bss-btn-action .approve {
  background: #2ba33a;
}
.bss-btn-action .reject {
  background: #db3636;
}
.bss-btn-action .bss-btn {
  font-size: 14px;
  color: white;
  border: none;
}
.bss-btn-checkout {
  background: #1979c3;
  color: white;
  border: none;
}
.bss-btn-checkout:hover {
  background: #006bb4;
}
.bss.checkout.noti {
  padding: 2% 0 10% 0;
  color: red;
}
#bss-back-to-quote:hover {
  cursor: pointer;
}
#bss-back-to-cart:hover {
  cursor: pointer;
}
.bss-confirm .modal-inner-wrap {
  width: 40%;
}
#ca-my-orders-table .actions {
  color: #046bc5;
}
.action-back {
  margin-top: 25px;
}
.color-black {
  color: black !important;
}
.color-black :visited {
  color: black;
}
.order-request {
  height: 40px;
  margin-top: 0;
  font-weight: 400;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_QuoteExtension
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/* Hide arrows input type number */
/* Chrome, Safari, Edge, Opera */
input.hide-arrows::-webkit-outer-spin-button,
input.hide-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input.hide-arrows[type=number] {
  -moz-appearance: textfield;
}
/* Hide arrows input type number */
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CustomOrderNumber
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
@media only screen and (min-width: 1700px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 80%;
    overflow-wrap: break-word;
  }
}
@media only screen and (max-width: 1400px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 65%;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 768px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 47%;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 500px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 37%;
    word-wrap: break-word;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_B2bRegistration
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_HidePrice
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
button.addmanytocart {
  margin-right: 20px;
}
.b-addalltowishlist {
  display: inline-block;
  margin: 10px 0px;
}
.button-bs-ad {
  display: inline-block;
  margin: 10px 0px;
}
#wishlist-view-form .actions-toolbar button {
  padding: 8px 10px;
}
#wishlist-view-form input.item-move-copy {
  margin-left: 11px;
  position: relative;
  top: 7px;
}
#wishlist-view-form .product-item .fieldset .field.qty .control {
  max-width: 47px;
}
.tooltip.wrapper .tooltip.content {
  overflow: auto;
}
ul.tabs {
  list-style-type: none;
  margin-bottom: 20px;
  margin-top: 15px;
  margin: 0;
  padding-left: 0px;
  position: relative;
  text-align: left;
}
ul.tabs li {
  display: inline;
  margin: 0 3px 0 0;
}
ul.tabs li a {
  background: #f0f0f0 0 0 repeat-x;
  border-bottom-color: #b7b7b7;
  border-radius: 3px 3px 0 0;
  border: 1px solid #cccccc;
  color: #000000;
  display: inline-block;
  font: normal 12px Verdana;
  outline: none;
  padding: 7px 16px;
  position: relative;
  text-decoration: none;
}
ul.tabs li a:visited {
  color: #000000;
}
ul.tabs li a:hover {
  background: #f0f0f0 0 -36px repeat-x;
  border: 1px solid #b7b7b7;
}
ul.tabs li.selected a {
  background: white;
  border: 1px solid #b7b7b7;
  font-weight: bold;
  position: relative;
  top: 0;
}
ul.tabs li.selected a:hover {
  background: white;
  border: 1px solid #b7b7b7;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  top: 0;
}
div.tabcontents {
  background-color: #ffffff;
  border-radius: 0 3px 3px 3px;
  border: 1px solid #b7b7b7;
  padding: 30px;
}
.wishlist_move {
  padding-top: 12px;
  width: 140px;
}
#loadingmask {
  background: #000000;
  bottom: 0;
  display: none;
  filter: alpha(opacity=80);
  left: 0;
  opacity: 0.8;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
#loadingmask img {
  width: 25px;
}
#loading {
  left: 50%;
  position: absolute;
  top: 50%;
}
.wltable {
  padding-top: 30px;
}
.deletewl_link {
  float: right;
}
.link-wishlist {
  cursor: pointer;
}
.combo {
  float: left;
}
.move_btn {
  float: right;
}
ul {
  list-style: none;
}
#tabcontents .wltable {
  padding-top: 55px;
}
#wishlist-form-validation .linearize-table td {
  padding: 11px 0;
}
.mwishlist_name {
  display: inline-block;
  max-width: 200px;
  min-width: 100px;
  position: relative;
  top: 1px;
}
#new_wlname {
  max-width: 200px;
  position: relative;
  top: 2px;
}
.editwl_link {
  float: left;
  width: 100%;
}
.clearfix {
  clear: both;
  display: block;
}
ul#list-wishlist {
  margin: 15px 0 0 0;
  padding: 0px;
}
ul#list-wishlist label {
  cursor: pointer;
}
ul#list-wishlist input {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  margin: 0 5px;
}
.button-add-more-wishlist {
  background-repeat: no-repeat;
  background-size: contain;
  background: url('../Bss_MultiWishlist/images/addthis-more.png');
  cursor: pointer;
  display: block;
  height: 35px;
}
.button-add-more-wishlist span {
  left: 40px;
  line-height: 35px;
  position: relative;
}
#no-choose-wishlist,
#max-length-wl-name {
  display: none;
}
.not-empty-name {
  display: none;
}
#create_wishlist .content {
  display: block;
  float: left;
  width: 200px;
}
#create_wishlist input.error {
  border-color: #f00000;
}
button#wishlist_create {
  background: #4a9525;
  border-color: #4a9525;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
label#new_wlname-error {
  color: #f00000;
  display: block !important;
  margin: 10px 0px;
}
.content-create-wl {
  float: left;
}
button.action.primary.create-wl {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
#wishlist_add {
  position: inherit !important;
}
.bssfancybox-wrap,
.bssfancybox-skin,
.bssfancybox-outer,
.bssfancybox-inner,
.bssfancybox-image,
.bssfancybox-wrap iframe,
.bssfancybox-wrap object,
.bssfancybox-nav,
.bssfancybox-nav span,
.bssfancybox-tmp {
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: top;
}
.bssfancybox-wrap {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 8020;
}
.bssfancybox-skin {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f9f9f9;
  border-radius: 4px;
  color: #444444;
  position: relative;
  text-shadow: none;
}
.bssfancybox-opened {
  z-index: 8030;
}
.bssfancybox-opened .bssfancybox-skin {
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.bssfancybox-opened .bssfancybox-title {
  visibility: visible;
}
.bssfancybox-outer {
  position: relative;
}
.bssfancybox-inner {
  overflow: hidden;
  position: relative;
}
.bssfancybox-type-iframe .bssfancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.bssfancybox-error {
  color: #444444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.bssfancybox-image {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.bssfancybox-iframe {
  display: block;
  height: 100%;
  width: 100%;
}
#bssfancybox-loading,
.bssfancybox-close,
.bssfancybox-prev span,
.bssfancybox-next span {
  background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite.png');
}
#bssfancybox-loading {
  background-position: 0 -108px;
  cursor: pointer;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  opacity: .8;
  position: fixed;
  top: 50%;
  z-index: 8060;
}
#bssfancybox-loading div {
  background: url('../Bss_MultiWishlist/images/bssfancybox_loading.gif') center center no-repeat;
  height: 44px;
  width: 44px;
}
.bssfancybox-close {
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: -18px;
  top: -18px;
  width: 36px;
  z-index: 8040;
}
.bssfancybox-nav {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent url('../Bss_MultiWishlist/images/blank.gif');
  cursor: pointer;
  height: 100%;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 40%;
  z-index: 8040;
}
.bssfancybox-nav span {
  cursor: pointer;
  height: 34px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 36px;
  z-index: 8040;
}
.bssfancybox-nav:hover span {
  visibility: visible;
}
.bssfancybox-prev {
  left: 0;
}
.bssfancybox-prev span {
  background-position: 0 -36px;
  left: 10px;
}
.bssfancybox-next {
  right: 0;
}
.bssfancybox-next span {
  background-position: 0 -72px;
  right: 10px;
}
.bssfancybox-tmp {
  left: -99999px;
  max-height: 99999px;
  max-width: 99999px;
  overflow: visible !important;
  position: absolute;
  top: -99999px;
  visibility: hidden;
}
.bssfancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.bssfancybox-lock body {
  overflow: hidden !important;
}
.bssfancybox-lock .bssfancybox-overlay {
  overflow-y: scroll;
  overflow: auto;
}
.bssfancybox-lock-test {
  overflow-y: hidden !important;
}
.bssfancybox-overlay {
  background: url('../Bss_MultiWishlist/images/bssfancybox_overlay.png');
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 8010;
}
.bssfancybox-overlay-fixed {
  bottom: 0;
  position: fixed;
  right: 0;
}
.bssfancybox-title {
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  visibility: hidden;
  z-index: 8050;
}
.bssfancybox-title-float-wrap {
  bottom: 0;
  margin-bottom: -35px;
  position: absolute;
  right: 50%;
  text-align: center;
  z-index: 8050;
}
.bssfancybox-title-float-wrap .child {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: rgba(0, 0, 0, 0.8);
  background: transparent;
  border-radius: 15px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  line-height: 24px;
  margin-right: -100%;
  padding: 2px 20px;
  text-shadow: 0 1px 2px #222222;
  white-space: nowrap;
}
.bssfancybox-title-outside-wrap {
  color: #ffffff;
  margin-top: 10px;
  position: relative;
}
.bssfancybox-title-inside-wrap {
  padding-top: 10px;
}
.bssfancybox-title-over-wrap {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 10px;
  position: absolute;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #bssfancybox-loading {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #bssfancybox-loading div {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
  .bssfancybox-close {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-prev span {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-next span {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
}
@media only screen and (min--moz-device-pixel-ratio: 1.5) {
  #bssfancybox-loading {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #bssfancybox-loading div {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
  .bssfancybox-close {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-prev span {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-next span {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
}
@media only screen and (min-device-pixel-ratio: 1.5) {
  #bssfancybox-loading {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #bssfancybox-loading div {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
  .bssfancybox-close {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-prev span {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-next span {
    background-image: url('../Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
}
@media screen and (max-width: 767px) {
  #tabcontents .products-grid.wishlist .product-item-actions {
    clear: both;
  }
  #tabcontents .products-grid.wishlist .product-item-actions .action.edit {
    float: none;
  }
  #tabcontents .products-grid.wishlist .product-item-actions .action.delete {
    float: none;
  }
  #tabcontents .products-grid.wishlist .product-item .box-tocart {
    margin-bottom: 10px;
  }
  #tabcontents .editwl_link button[id^=deletew] {
    float: right;
  }
  .products-grid .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  div.tabcontents {
    padding: 30px;
  }
  .products-grid .product-item {
    width: 100%;
  }
  #tabcontents .editwl_link button[id^="deletew"] {
    display: block;
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 359px) {
  #tabcontents .editwl_link button[id^="editwl"] {
    display: block;
    float: none;
    margin-top: 10px;
  }
}
.products-grid.wishlist .product-item .fieldset .field.qty {
  display: block !important;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_OrderAmount
 * @author     Extension Team
 * @copyright  Copyright (c) 2015-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.messages {
  word-wrap: break-word;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_ReorderProduct
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f053";
}
[dir="rtl"] .slick-prev:before {
  content: "\f054";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f054";
}
[dir="rtl"] .slick-next:before {
  content: "\f053";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* ---------------------------------------------------------------------
    category: make sure the basic display is somewhat fit for most cases
-----------------------------------------------------------------------*/
.page-products .products-grid .product-items .product-item .control {
  display: flex;
  height: 32px;
  padding: 2px 0;
  flex-wrap: nowrap;
  justify-content: left;
  margin-top: 6px;
  max-width: 80px;
  float: left;
}
.page-products .products-grid .product-items .product-item .control .qtycontrol .decreaseQty,
.page-products .products-grid .product-items .product-item .control .qtycontrol .increaseQty {
  color: #7e807e;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0px solid transparent;
  background-color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 24px;
  margin-top: -2px;
}
.page-products .products-grid .product-items .product-item .control .qtycontrol .decreaseQty {
  padding: 7px 12px 7px 0px;
}
.page-products .products-grid .product-items .product-item .control .qtycontrol .increaseQty {
  padding: 7px 0px 7px 12px;
}
.page-products .products-grid .product-items .product-item .control .qtyinput {
  flex-basis: 40px;
}
.page-products .products-grid .product-items .product-item .control .qtyinput .qtytools {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #7e807e;
  text-align: center;
}
.page-products .products-grid .product-items .product-item .qtysubmit {
  margin-top: 7px;
}
.gw-euvat-field .message-success {
  margin-top: 10px;
}
.gw-euvat-field .vatid-retry {
  cursor: pointer;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
body.ea-autocomplete div.ea-search-autocomplete {
  left: 0;
  max-width: 100%;
}
div.ea-search-autocomplete div.content {
  flex-direction: column-reverse;
}
div.ea-search-autocomplete div.content div.left {
  max-width: 100%;
}
/*--------------------------------------
        customizations:
----------------------------------------*/
@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .navigation .magezon-builder .mgz-element a {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* breadcrumbs */
  .page-wrapper > .breadcrumbs {
    max-width: 690px;
    margin-bottom: 15px;
  }
  .page-main > .page-title-wrapper .page-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 22px;
  }
  .navigation .magezon-builder .mgz-element a {
    font-size: 13px !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* breadcrumbs */
  .page-wrapper > .breadcrumbs {
    padding: 0 12px;
    margin-bottom: 15px;
  }
  .sections.nav-sections,
  .navigation.active {
    background: #fff;
  }
  .navigation .magezon-builder {
    display: block;
  }
  .navigation .ninjamenus-hamburger-trigger {
    display: none !important;
  }
  .navigation #ninjamenus1 {
    display: block;
  }
  .navigation .magezon-builder .mgz-element a {
    font-weight: 400;
  }
  .navigation .ninjamenus .opener:before {
    font-size: 9px;
  }
  .navigation .mgz-element-inner {
    padding: 0 10px !important;
  }
  .navigation #ninjamenus1 .level0.active > a:not(.ui-state-active),
  .navigation #ninjamenus1 .level0.has-active > a:not(.ui-state-active) {
    border-color: #333;
    border-width: 0 0 0 10px;
  }
  .navigation .magezon-builder .mgz-element.active a {
    padding: 0 5px;
    background: #333;
    color: #fff;
  }
  .navigation .magezon-builder .mgz-element.active .opener:before {
    color: #fff;
  }
  .navigation .magezon-builder .mgz-element.active .mgz-element.nav-item a {
    background-color: transparent;
    color: #575757;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-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-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label {
    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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .header.content:after,
  .page-header .header.panel:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    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 {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .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: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    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: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 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;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .block-authentication .block-new-customer .actions-toolbar div.primary {
    float: none;
    width: 100%;
    display: table;
  }
  .block-authentication .block-new-customer .actions-toolbar div.primary a {
    float: right;
  }
  .block-authentication .block-new-customer .actions-toolbar .b2b-button {
    margin-top: 10px;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
    float: none !important;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .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;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .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 {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .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: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 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: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .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-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 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;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .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;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 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-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .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: 10px;
    padding: 5px 10px 10px;
    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: 10px;
    padding: 5px 10px 10px;
  }
  .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: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation {
    background: transparent;
  }
  .navigation > .ninjamenus.ninjamenus-desktop {
    margin: 0;
  }
  .navigation > .mgz-element-inner {
    padding: 0;
    margin: 0;
  }
  .navigation .magezon-builder {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .navigation .magezon-builder div.level0 {
    width: 100%;
  }
  .navigation .magezon-builder .mgz-element a {
    padding: 5px 15px;
    color: #fff;
    font-size: 21px;
  }
  .navigation .magezon-builder .mgz-element.active a {
    background-color: transparent !important;
  }
  .navigation .magezon-builder .mgz-element.active a span {
    position: relative;
  }
  .navigation .magezon-builder .mgz-element.active a span:after {
    position: absolute;
    top: 38px;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .navigation .magezon-builder .mgz-element a:hover {
    color: #fff;
  }
  .navigation .magezon-builder .mgz-element:hover a {
    background: transparent !important;
  }
  /*
    .navigation .magezon-builder .mgz-element a i {
        display: none;
    }
    */
  .navigation .magezon-builder .mgz-element .mgz-element-inner .mgz-element a {
    padding: 0px 5px;
    color: #575757;
    font-size: 18px;
    line-height: 28px;
  }
  .navigation .magezon-builder .mgz-element .mgz-element-inner .mgz-element a:hover {
    color: #333;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
    width: 100%;
    position: relative;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    margin-bottom: 15px;
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .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;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .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: #cccccc;
    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;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    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;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .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;
  }
  .onestepcheckout-index-index .page-main .checkout-container {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile {
    display: none;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide {
    display: block;
  }
  .onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title .shipping-method-subtitle {
    padding-left: 0;
  }
  .onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .fieldset {
    display: inline-block;
    width: 100%;
    height: 50px;
    position: relative;
  }
  .onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field {
    margin: 10px 5px;
    display: inline-block;
    max-width: calc(50% - 10px);
    position: absolute;
    top: 0;
  }
  .onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field:first-of-type {
    left: 0;
  }
  .onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field:last-of-type {
    right: 0;
  }
}
@media all and (min-width: 1440px), print {
  .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;
  }
}
/* -----------------------------------------
    checkout - customizations for profixings
 -------------------------------------------  */
.onestepcheckout-index-index .page-main .page-title > .base {
  font-size: 1.2em;
  text-transform: none;
  font-weight: 400 !important;
  margin-top: 0 !important;
}
.onestepcheckout-index-index .page-main h2,
.onestepcheckout-index-index .page-main h3,
.onestepcheckout-index-index .page-main h4 {
  color: #0090d4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .not-logged-title h4 span,
.onestepcheckout-index-index .page-main .aw-onestep-main .group-title h4 span {
  font-size: 2rem;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .not-logged-title .mark,
.onestepcheckout-index-index .page-main .aw-onestep-main .group-title .mark {
  border: 2px solid #e33751 3;
  color: #e33751 3;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item:not(:first-of-type) {
  margin-top: unset;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark {
  border: 2px solid #e33751 3;
  color: #e33751 3;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method {
  margin: auto 0;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox']:checked + label:before,
.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] + label:before,
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox'] + label:before {
  color: #e33751 3 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-header:before {
  color: #e33751 3;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action.checkout {
  background-color: #e33751 3;
  border: 1px solid #e33751 3;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note span {
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note span:after {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active span {
  margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note input {
  width: 50%;
  padding: 6px;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .aw-onestep-description {
  background-color: #f1f1f1;
  padding: 12px;
  font-size: 1.4rem !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-description ul {
  padding: 0 0 0.75em 0;
  margin: 0;
  list-style: inside;
}
.onestepcheckout-index-index .page-main .aw-onestep-description li {
  text-indent: -1.5em;
  margin: 0.33em 0.5em 0.5em 1.5em;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .radio:checked + .label {
  box-shadow: unset !important;
  border: none !important;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card-inner {
  width: 150px;
}
.btn-group-radio {
  float: left;
  width: 45%;
  padding-right: 5%;
  margin-bottom: 20px;
}
.btn-group-radio .btn {
  padding: 7px;
  margin-bottom: 10px;
  background: #b2b2b2;
  min-width: 200px;
  text-align: center;
}
.btn-group-radio div.text {
  margin-top: 20px;
  color: #b2b2b2;
}
.btn-group-radio.active .btn {
  background: #e33751 3;
  color: white;
  font-weight: 600;
}
.btn-group-radio.active div.text {
  margin-top: 20px;
  color: #0090d4;
}
/* -----------------------------------------
    responsive:
 ----------------------------------------- */
@media only screen and (max-width: 767px) {
  .modal-inner-wrap {
    max-width: 100% !important;
  }
  .btn-group-radio {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .page-layout-checkout header.page-header .header.content {
    margin-bottom: 50px;
  }
  .page-layout-checkout header.page-header .header.content .logo {
    float: left;
    position: relative;
  }
  .page-layout-checkout header.page-header .header.content .logo img {
    max-height: unset;
    max-width: unset;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumbs .items {
    background-color: #efefef;
    padding: 4px;
    color: #000000;
  }
  .breadcrumbs .item:not(:last-child)::after {
    position: relative;
    top: 4px;
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 14px;
    background-color: #bfbfbf;
  }
  .breadcrumbs .item.home:before {
    content: '<';
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
  }
  .breadcrumbs .item > a,
  .breadcrumbs .item strong {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: 800;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs .item:not(:last-child)::after {
    top: 5px;
    height: 12px;
  }
  .breadcrumbs .item.home:before {
    font-size: 12px;
  }
  .breadcrumbs .item > a,
  .breadcrumbs .item strong {
    font-size: 12px;
  }
}
.page-footer {
  color: #fff;
  background-color: #0090d4;
}
.icon-footer {
  font-size: 16px;
  margin-right: 5px;
  opacity: 0.5;
}
.footer.content {
  padding: 5px 20px 135px;
  border-top: none;
}
.footer.content .l-footer-top {
  position: relative;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.footer.content .l-footer-top:after {
  position: absolute;
  bottom: 0;
  content: '';
  display: inline-block;
  width: calc(100%);
  height: 1px;
  background-color: #acd1d4;
}
.footer.content .l-footer-top .l-footer-links {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
}
.footer.content .l-footer-top .l-footer-links h4 {
  margin-bottom: 7px;
}
.footer.content .l-footer-top .l-footer-links ul {
  margin-bottom: 0;
  padding-right: 0;
}
.footer.content .l-footer-top .l-footer-links ul li {
  margin-bottom: 0;
}
.footer.content .l-footer-top .l-footer-social {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
}
.footer.content .l-footer-top .l-footer-social h4 {
  margin-bottom: 5px;
}
.footer.content .l-footer-top .l-footer-social ul {
  margin-bottom: 24px;
}
.footer.content .l-footer-bottom {
  clear: both;
  display: block;
  zoom: 1;
}
.footer.content .l-footer-bottom:before,
.footer.content .l-footer-bottom:after {
  content: "";
  display: table;
}
.footer.content .l-footer-bottom:after {
  clear: both;
}
.footer.content .l-footer-bottom .l-footer-contacts {
  float: left;
  width: 50%;
}
.footer.content .l-footer-bottom .block.newsletter {
  float: left;
  width: 50%;
  text-align: right;
}
.footer.content .l-footer-bottom .block.newsletter a.go-to-button {
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
  margin-right: 20px;
  padding: 0 10px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #0d808b;
}
.footer.content .l-footer-bottom .block.newsletter a.go-to-button span {
  margin-right: 6px;
}
.footer.content .l-footer-bottom .block.newsletter a.go-to-button:last-child {
  margin-right: 0;
}
.footer.content .l-footer-bottom .block.newsletter a.go-to-button:hover {
  background-color: #4ba0a8;
  text-decoration: none;
}
.footer.content .l-footer-bottom .review-widget {
  color: #ffffff;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 12px;
}
.footer.content .l-footer-bottom .review-widget a {
  color: #ffffff;
  font-weight: bold;
}
.footer.content .l-footer-bottom .rating-summary .rating-result {
  text-align: left;
}
.footer.content .l-footer-bottom .rating-summary .rating-result::before {
  text-align: left;
}
.l-footer-links h4 {
  font-size: 20px;
}
.l-footer-links ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.m-social h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.m-social ul {
  clear: both;
  display: block;
  zoom: 1;
}
.m-social ul:before,
.m-social ul:after {
  content: "";
  display: table;
}
.m-social ul:after {
  clear: both;
}
.m-social ul li.m-social-link {
  float: left;
  margin-right: 12px;
}
.m-social ul li.m-social-link:last-child {
  margin-right: 0;
}
.m-social ul li.m-social-link a {
  display: inline-block;
  width: 42px;
  height: 41px;
  border-radius: 8%;
  color: #0090d4;
  background-color: white;
  font-size: 3rem;
  text-align: center;
}
.m-footer-contacts ul li.m-footer-contact {
  padding-left: 0px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.m-footer-contacts ul li.m-footer-contact.phone {
  background-image: url('../images/icons/p-icon-phone.png');
}
.m-footer-contacts ul li.m-footer-contact.email {
  background-image: url('../images/icons/p-icon-email.png');
}
.m-footer-contacts ul li.m-footer-contact p {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}
.m-footer-contacts ul li.m-footer-contact span {
  font-size: 12px;
}
.m-footer-contacts ul li.m-footer-contact a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.block.newsletter div.title {
  display: block;
  font-size: 18px;
}
.block.newsletter .content .form.subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.block.newsletter .content .form.subscribe .field {
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  margin-right: 30px;
}
.block.newsletter .content .form.subscribe .field .control:before {
  display: none;
}
.block.newsletter .content .form.subscribe .field input {
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 5px;
}
.block.newsletter .content .form.subscribe .actions {
  display: block;
  width: 180px;
}
.block.newsletter .content .form.subscribe .actions button.subscribe {
  width: 100%;
  padding: 0;
  height: 50px;
  text-align: center;
  background-color: #0d808b;
  border-radius: 5px;
  border: none;
}
.block.newsletter .content .form.subscribe .actions button.subscribe span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
/* placeholders */
.form.subscribe input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 18px;
  color: #555555;
}
.form.subscribe input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  color: #555555;
}
.form.subscribe input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 18px;
  color: #555555;
}
.form.subscribe input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  color: #555555;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .l-footer-links h4 {
    font-size: 18px;
  }
  .m-social h4 {
    font-size: 18px;
  }
  .block.newsletter div.title {
    font-size: 16px;
  }
  .block.newsletter .content .form.subscribe .actions {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer.content {
    margin-top: 10px;
    padding-bottom: 45px;
    max-width: 690px;
  }
  .footer.content .l-footer-top {
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
  .footer.content .l-footer-top .l-footer-links h4 {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .footer.content .l-footer-top .l-footer-links li a {
    font-size: 12px;
    line-height: 18px;
  }
  .footer.content .l-footer-top .l-footer-social h4 {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.1em;
  }
  .m-footer-contacts ul li.m-footer-contact {
    margin-bottom: 5px;
    padding-left: 18px;
    background-position: 0 5px;
  }
  .m-footer-contacts ul li.m-footer-contact p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
  }
  .m-footer-contacts ul li.m-footer-contact span {
    font-size: 10px;
  }
  .m-footer-contacts ul li.m-footer-contact a {
    font-size: 13px;
    line-height: 18px;
  }
  .m-footer-contacts ul li.m-footer-contact.phone {
    background-size: 12px;
  }
  .m-footer-contacts ul li.m-footer-contact.email {
    background-size: 12px;
  }
  .m-social ul li.m-social-link {
    margin-right: 14px;
  }
  .m-social ul li.m-social-link a {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .block.newsletter div.title {
    margin-bottom: 7px;
    font-size: 11px;
  }
  .block.newsletter .content .form.subscribe .field {
    margin-right: 15px;
  }
  .block.newsletter .content .form.subscribe .field input {
    padding-left: 10px;
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
    font-size: 12px;
  }
  .block.newsletter .content .form.subscribe .actions {
    width: 94px;
  }
  .block.newsletter .content .form.subscribe .actions button.subscribe {
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
  }
  .block.newsletter .content .form.subscribe .actions button.subscribe span {
    font-size: 11px;
    font-weight: 600;
  }
  .review-widget {
    font-size: 11px;
    margin-top: 8px;
  }
  /* placeholders */
  .form.subscribe input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
  }
  .form.subscribe input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
  }
  .form.subscribe input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
  }
  .form.subscribe input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-index-index .footer.content {
    margin-top: 10px;
  }
  .footer.content {
    padding: 15px;
  }
  .footer.content .l-footer-top {
    padding-bottom: 0;
    margin-bottom: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer.content .l-footer-top:after {
    display: none;
  }
  .footer.content .l-footer-top > div {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .footer.content .l-footer-top .block.newsletter {
    margin-bottom: 20px;
  }
  .footer.content .l-footer-top .l-footer-links {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .footer.content .l-footer-top .l-footer-links h4 {
    font-size: 14px;
  }
  .footer.content .l-footer-top .l-footer-links ul li {
    line-height: 18px;
  }
  .footer.content .l-footer-top .l-footer-links ul li a {
    font-size: 13px;
    line-height: 18px;
  }
  .footer.content .l-footer-bottom .l-footer-contacts {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer.content .l-footer-bottom .l-footer-contacts.m-footer-contacts > ul > li.m-footer-contact {
    margin-bottom: 15px;
  }
  .block.newsletter div.title {
    padding-right: 40px;
    font-size: 13px;
  }
  .block.newsletter .content .form.subscribe {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block.newsletter .content .form.subscribe .field {
    margin-right: 0;
    margin-bottom: 6px;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .block.newsletter .content .form.subscribe .field input {
    padding-left: 12px;
    height: 41px;
    line-height: 41px;
    font-size: 13px;
  }
  .block.newsletter .content .form.subscribe .actions {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .block.newsletter .content .form.subscribe .actions button.subscribe {
    height: 41px;
  }
  .block.newsletter .content .form.subscribe .actions button.subscribe span {
    font-size: 13px;
  }
  .review-widget {
    font-size: 11px;
    margin-top: 8px;
  }
  .m-footer-contacts > ul > li.m-footer-contact.phone p {
    font-size: 15px;
  }
  .m-footer-contacts > ul > li.m-footer-contact.phone span {
    font-size: 11px;
  }
  .m-footer-contacts > ul > li.m-footer-contact.email a {
    font-size: 14px;
  }
  .l-footer-bottom .l-footer-social.m-social h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .l-footer-bottom .l-footer-social.m-social > ul > li {
    margin-right: 8px;
  }
  .l-footer-bottom .l-footer-social.m-social > ul > li a {
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* placeholders */
  .form.subscribe input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
  }
  .form.subscribe input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
  }
  .form.subscribe input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
  }
  .form.subscribe input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
  }
}
.title-footer {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.footer-contact ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.footer-contact .text-footer {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.footer.content .block.newsletter {
  display: none;
}
.footer.content .l-footer-top .block.newsletter {
  display: block;
}
#mc_embed_signup p {
  font-family: "Ubuntu", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
#mc_embed_signup .button {
  color: white;
  background-color: #000 !important;
  padding: 6px 18px 6px 18px !important;
  border-radius: unset !important;
  line-height: unset !important;
}
.button.newsletter-btn,
#mc_embed_signup .button {
  color: white;
  background-color: #000;
  padding: 8px 18px;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.m-footer-contact .subtitle {
  font-size: 14px;
  line-height: 28px;
  text-indent: -12px;
  padding-left: 22px;
  color: #fff;
  font-weight: 600;
}
.cms-bestellen .footer-text-right {
  float: left;
}
.cms-bestellen .footer-text-right .payment span {
  margin-left: unset;
  margin-right: 6px;
}
.footer-text-right {
  float: right;
  display: inline;
}
.footer-text-right .payment {
  display: flex;
}
.footer-text-right .payment span {
  background-repeat: no-repeat;
  width: 45px;
  background-size: contain;
  height: 30px;
  margin-left: 6px;
  background-position: left center;
}
.footer-text-right .payment span.master {
  background-image: url('../images/mastercard.svg');
}
.footer-text-right .payment span.maestro {
  background-image: url('../images/maestro.svg');
}
.footer-text-right .payment span.visa {
  background-image: url('../images/visa.svg');
}
.footer-text-right .payment span.bancontact {
  background-image: url('../images/bancontact.svg');
}
.footer-text-right .payment span.giro {
  background-image: url('../images/giropay.svg');
}
.footer-text-right .payment span.ideal {
  background-image: url('../images/ideal.svg');
}
.footer-text-right .payment span.sofort {
  background-image: url('../images/sofort.svg');
}
.block.newsletter .subtitle {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
}
.footer.content .l-footer-middle {
  padding-bottom: 20px;
  border-bottom: #acd1d4 1px solid;
}
.m-footer-contacts ul li.m-footer-contact a {
  font-size: 14px;
}
.footer .copyright {
  display: inline;
}
.footer.content .l-footer-bottom {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .footer-text-right {
    float: left;
  }
}
header.page-header .panel.wrapper {
  display: none;
}
.cookie-status-message {
  display: none;
}
.search-icon {
  color: #0090d4;
  position: absolute;
  font-size: 22px;
  margin-left: -30px;
  margin-top: 10px;
}
/* checkout header */
.l-checkout-header {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding-right: 20px;
}
.l-checkout-header a {
  text-decoration: none;
  color: #0a0a0a;
  float: right;
}
.navigation {
  background: #0090D4;
  color: #fff;
}
.minicart-wrapper .action.showcart.active:before {
  display: none !important;
}
/* search autocomplete:
----------------------------------------- */
.search-autocomplete ul.wyomind {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
.search-autocomplete ul.wyomind li {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f4f4f4;
}
.search-autocomplete ul.wyomind li[role="option"] {
  width: 50%;
}
.search-autocomplete ul.wyomind li[role="option"]:hover {
  background-color: #6ab5bc;
}
.search-autocomplete .info {
  color: #555555;
}
.search-autocomplete ul.wyomind li[role="option"]:hover .info {
  color: #fff;
}
.item-submenu.mgz-element-inner {
  padding-right: 0px;
  padding-left: 0px;
}
.mgz-element.nav-item.mega {
  padding-right: 10px;
  padding-left: 10px;
}
.level0 .mgz-element.nav-item.mega.ninjamenus-hover:hover {
  background-color: #8fb8e3;
}
.level0 .mgz-element.nav-item.mega.ninjamenus-hover:hover > a span.title {
  color: white;
}
.level0 .mgz-element.nav-item.mega.ninjamenus-hover:hover > a i {
  color: white;
}
/* search updated:
------------------------------------ */
.form.minisearch {
  /* products list */
  /* categories: */
  /* all results: */
}
.form.minisearch div#search_autocomplete:not(.auto-size) {
  left: 0;
  width: 100% !important;
}
.form.minisearch div#search_autocomplete::before {
  margin-left: 5%;
  border-bottom: 7px solid #f4f4f4;
}
.form.minisearch div#search_autocomplete:not(.auto-size) ul.wyomind {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 35px;
  border: 1px solid #f4f4f4 !important;
}
.form.minisearch div#search_autocomplete div.left {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 100%;
}
.form.minisearch div#search_autocomplete div.sep {
  display: none;
}
.form.minisearch div#search_autocomplete div.right {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  width: 100%;
  margin: 0;
}
.form.minisearch div#search_autocomplete div.block-products {
  margin-bottom: 0;
}
.form.minisearch div#search_autocomplete ul.wyomind li.qs-section {
  background-color: #f4f4f4;
}
.form.minisearch div#search_autocomplete ul.wyomind li .qs-option-name {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
.form.minisearch div#search_autocomplete ul li .amount {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.form.minisearch div#search_autocomplete ul.wyomind li.qs-option.product[role="option"] {
  padding: 5px 0 10px 15px;
  margin: 0 !important;
  width: 50% !important;
  -webkit-flex-basis: unset;
  -ms-flex-basis: unset;
  flex-basis: unset;
  border-bottom: 1px solid #f4f4f4 !important;
}
.form.minisearch div#search_autocomplete ul.wyomind li img {
  max-width: 60px;
}
.form.minisearch div#search_autocomplete div.left {
  margin: 0;
}
.form.minisearch div#search_autocomplete div.left > div {
  margin-bottom: 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form.minisearch div#search_autocomplete:not(.no-result) ul.wyomind li.qs-option {
  margin: 0 !important;
  border-bottom: 1px solid #f4f4f4;
}
.form.minisearch div#search_autocomplete span.all-results {
  margin-top: 0;
  padding-top: 10px;
  right: 0;
  left: 0;
  border-top: 1px solid #f4f4f4;
}
@media only screen and (max-width: 991px) {
  .form.minisearch .search-autocomplete {
    margin-top: 0;
  }
  .form.minisearch div#search_autocomplete div.left {
    display: none;
  }
  .form.minisearch div#search_autocomplete ul.wyomind li.qs-option.product[role="option"] {
    width: 100% !important;
  }
  .form.minisearch div#search_autocomplete:not(.auto-size) ul.wyomind {
    padding-bottom: 0;
  }
  .form.minisearch div#search_autocomplete span.all-results {
    position: absolute !important;
    top: 0;
    bottom: unset;
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 15px 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  /* sticky header: */
  .sticky-wrapper {
    height: auto !important;
  }
  .sticky-wrapper.is-sticky .page-header {
    z-index: 10001 !important;
    background-color: #fff;
  }
  .sticky-wrapper.is-sticky .header.content {
    padding: 8px 20px;
  }
  .sticky-wrapper.is-sticky .header.content .logo img {
    width: 144px;
  }
  .sticky-wrapper.is-sticky .header.content .l-header-search {
    margin-top: -30px;
  }
  .sticky-wrapper.is-sticky .header.content .l-header-search > ul {
    margin-bottom: 11px;
  }
  .sticky-wrapper.is-sticky .header.content .l-header-minicart > a {
    margin-bottom: 25px;
  }
  .sticky-wrapper.is-sticky + div,
  .sticky-wrapper.is-sticky + main {
    margin-top: 156px;
  }
  .sticky-wrapper .page-header {
    margin-bottom: 0;
  }
  .cms-index-index .sticky-wrapper .page-header {
    margin-bottom: 0;
  }
  .header.content .logo {
    float: left;
    width: 270px;
  }
  .header.content .sections.nav-sections {
    clear: left;
    float: left;
    width: 270px;
    margin-top: 0px;
  }
  .navigation .level0:last-child {
    height: 42px !important;
    line-height: 38px !important;
  }
  .navigation .level0:last-child > a {
    height: 42px !important;
    padding: 4px 0 0 10px;
  }
  .navigation .level0:last-child > a span.title {
    font-size: 16px;
  }
  .navigation .level0:last-child > a i.caret {
    float: right;
    margin: 4px 12px;
  }
  .item-submenu .nav-item .caret {
    float: right;
  }
  .nav-item > a span.title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 6px;
    padding-left: 10px;
  }
  .navigation .magezon-builder {
    display: block;
  }
  .navigation .magezon-builder .mgz-element a {
    padding: 0;
  }
  .header.content .l-header-search {
    float: left;
    width: 50%;
    margin-left: 20px;
    margin-top: -30px;
  }
  .header.content .l-header-minicart {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  /* sticky header: */
  .sticky-wrapper.is-sticky .page-header {
    z-index: 10001 !important;
    background-color: #fff;
  }
}
/* header minicart */
.minicart-wrapper {
  padding-right: 10px;
}
.minicart-wrapper .action.showcart:before {
  content: '';
  width: 22px;
  height: 30px;
  background-image: url('../images/icons/p-icon-minicart.png');
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  right: 0;
  bottom: -8px;
  padding: 0;
  width: 21px;
  height: 21px;
  line-height: 21px;
  background-color: #e30613;
  border-radius: 30px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: unset;
}
.minicart-wrapper .block-minicart {
  margin-top: 9px;
}
.minicart-wrapper .block-minicart:before {
  right: 30px;
}
.minicart-wrapper .block-minicart:after {
  right: 29px;
}
.minicart-wrapper .action.close:before {
  font-size: 3rem;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0;
}
.minicart-wrapper .minicart-items .action.edit::before {
  font-family: 'Open Sans';
  content: '\270E';
  font-size: 2.4rem;
}
.minicart-wrapper .product .actions > .primary:not(:last-child) {
  margin-right: 7px;
}
.minicart-wrapper .minicart-items .action.delete::before {
  font-size: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .header.content {
    padding: 12px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .header.content .logo {
    margin: 0;
    max-width: 100%;
    -webkit-flex-basis: 26%;
    -ms-flex-basis: 26%;
    flex-basis: 26%;
  }
  .header.content .logo img {
    -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;
  }
  .header.content .l-header-search {
    -webkit-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
  }
  .header.content .l-header-minicart {
    -webkit-flex-basis: 26%;
    -ms-flex-basis: 26%;
    flex-basis: 26%;
  }
  .ea-image {
    margin-right: 6px;
  }
  .l-header-search {
    text-align: center;
  }
  .l-header-search .addtop {
    z-index: 12;
    position: relative;
    top: -8px;
    padding: 8px 0;
  }
  .l-header-search .addtop ul {
    list-style-type: none;
  }
  .l-header-search .addtop ul > li {
    float: left;
    margin: 0 25px 0 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
  }
  .l-header-search .addtop ul > li a {
    color: #000000;
    text-decoration: none;
  }
  .l-header-search > ul {
    display: inline-block;
    margin-bottom: 20px;
    -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;
  }
  .l-header-search > ul li {
    margin: 0 18px 0 0;
  }
  .l-header-search > ul li:last-child {
    margin-right: 0;
  }
  .l-header-search > ul li span {
    margin-right: 7px;
  }
  .l-header-search .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .l-header-search .item a {
    text-decoration: none;
    color: #555555;
  }
  .l-header-search .block-search {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .l-header-minicart > a {
    display: block;
    margin-bottom: 28px;
    color: #555555;
    text-align: right;
    -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;
  }
  .header.content {
    display: block;
  }
  .header.content .header.links {
    float: right;
    list-style-type: none;
    margin-top: 22px;
  }
  .header.content .header.links li {
    float: left;
    text-decoration: none;
    padding-right: 12px;
  }
  .header.content .header.links li a {
    color: #000000;
  }
  .header.content .header.links li a:visited,
  .header.content .header.links li a:active {
    text-underline: none;
  }
  .header.content .header.links li.authorization-link.account a:after {
    content: '\f007';
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    margin: 0 4px;
    color: #000000;
  }
  .header.content .header.links li.authorization-link.logout a:after {
    content: '\f08b';
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    margin: 0 4px;
    color: #000000;
  }
  .header.content .header.links li.wishlist a:after {
    content: '\f291';
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    margin: 0 4px;
    color: #000000;
  }
  .header.content .header.links li.bss-b2b-customer a:after {
    content: '\f234';
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    margin: 0 4px;
    color: #000000;
  }
  .l-header-minicart > a {
    margin-bottom: 30px;
    margin-top: -20px;
  }
  .sticky-wrapper.is-sticky .header.content .l-header-minicart > a {
    margin-bottom: 17px;
    margin-top: 0px;
  }
  .l-header-minicart {
    margin-top: 0px;
  }
}
/* modules: */
.block-search .control {
  padding-bottom: 0;
}
.block-search input {
  height: 42px;
  line-height: 42px;
}
.block-search .action.search {
  top: 2px;
}
.block-search .action.search:before {
  content: '';
  width: 29px;
  height: 27px;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.content {
    max-width: 690px;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .header.content .logo {
    -webkit-flex-basis: 21%;
    -ms-flex-basis: 21%;
    flex-basis: 21%;
  }
  .header.content .l-header-minicart {
    -webkit-flex-basis: 22%;
    -ms-flex-basis: 22%;
    flex-basis: 22%;
    padding-bottom: 10px;
  }
  .logo img {
    max-width: 123px;
  }
  .l-header-search > ul {
    margin-bottom: 8px;
  }
  .l-header-search > ul li {
    margin-right: 13px;
  }
  .l-header-search > ul li .item {
    font-family: 'Roboto Condensed';
  }
  .l-header-search > ul li .item > span {
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: 90%;
  }
  .l-header-search .block-search {
    padding-left: 20px;
  }
  .l-header-search .block-search input {
    height: 47px;
    line-height: 47px;
  }
  .l-header-search .block-search .action.search {
    top: 5px;
  }
  .l-header-minicart > a {
    font-family: 'Roboto Condensed';
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    margin-right: 10px;
  }
  .minicart-wrapper .action.close:hover {
    margin-right: 10px;
    margin-top: 5px;
  }
  .page-wrapper .page-header {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .l-header-search .block-search .label {
    display: none;
  }
  .l-header-search .block-search .label + .control input {
    position: static !important;
  }
  .l-header-search .block-search .action.search {
    display: inline-block;
  }
  .header.content {
    padding: 8px 8px 10px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .header.content .nav-toggle {
    position: relative;
    top: unset;
    left: unset;
    -webkit-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    margin-top: 10px;
  }
  .header.content .nav-toggle:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 18px;
    background-image: url('../images/icons/p-icon-menu-mobile.png');
  }
  .header.content .nav-toggle > span {
    width: auto;
    height: auto;
    clip: unset;
    color: #000;
    font-size: 13px;
    bottom: 11px;
    left: 3px;
    color: #8c8c8c;
  }
  .header.content .logo {
    margin: 0 0 7px 0;
  }
  .header.content .logo img {
    max-width: 97px;
  }
  .header.content .l-header-search {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .header.content .l-header-minicart {
    margin-top: 5px;
    -webkit-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
  }
  .header.content .header.links {
    display: none;
  }
  /* header search */
  .l-header-search {
    position: relative;
  }
  .l-header-search .block-search {
    margin-top: 0;
  }
  .l-header-search .block-search .control {
    border-color: #8c8c8c;
  }
  .l-header-search .block-search input {
    margin: 9px 0 0;
    height: 29px;
    line-height: 29px;
    border-radius: 2px;
  }
  .l-header-search .block-search .action.search {
    position: absolute;
    padding: 12px 5px;
    right: 0;
    bottom: 0;
    background: none;
    border: none;
  }
  .l-header-search .block-search .action.search:before {
    display: inline-block;
    width: 23px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-header-search .block-search .action.search > span {
    display: none;
  }
  .l-header-minicart .minicart-wrapper {
    margin-top: 0;
  }
  .l-header-minicart .minicart-wrapper .action.showcart:before {
    width: 24px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-header-minicart .minicart-wrapper .action.showcart.active:before {
    content: '';
  }
  .l-header-minicart .minicart-wrapper .block-minicart:before {
    right: 17px;
  }
  .l-header-minicart .minicart-wrapper .block-minicart:after {
    right: 16px;
  }
}
.sticky-wrapper {
  min-height: 50px;
}
.onestepcheckout-index-index.page-layout-checkout .logo img {
  width: 270px;
  text-align: center;
  margin: auto;
}
.onestepcheckout-index-index.page-layout-checkout .header.content .logo {
  float: none;
}
@media only screen and (min-width: 768px) {
  .mgz-fa-angle-down:before {
    content: "\f107";
  }
  .mgz-fa-angle-left:before {
    content: "\f104";
  }
  .mgz-fa-angle-right:before {
    content: "\f105";
  }
  .mgz-fa-angle-up:before {
    content: "\f106";
  }
  .minicart-wrapper .action.showcart:before {
    background: none;
  }
  .shopping-cart {
    position: relative;
  }
  .shopping-cart i {
    font-size: 18px;
    padding: 12px;
    color: white;
    background-color: #E6760E;
  }
  .minicart-wrapper.logged .shopping-cart {
    top: -18px;
    position: relative;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    position: relative;
    border-radius: 0;
    bottom: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #dadada;
    height: 100%;
    padding: 7px;
    width: auto;
    height: 42px;
    top: -4px;
    margin-left: -4px;
  }
  .l-header-search .item a {
    color: #fff;
    font-weight: 500;
  }
  .header.content {
    max-width: 1240px;
    padding: 60px 2px 12px 12px;
    position: initial;
  }
  .top-black-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000;
    padding-top: 8px;
  }
  .top-black-nav a {
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
  }
  .l-header-search .item {
    margin-left: 8px;
    margin-right: 8px;
  }
  .l-list-horizontal {
    margin: auto;
    max-width: 1240px;
    padding-left: 0px;
  }
  #sticky-wrapper.is-sticky .header.content .logo {
    margin: 20px 0 4px;
  }
  #sticky-wrapper.is-sticky .header.content .header.links {
    margin-top: 30px;
  }
  .navigation .magezon-builder .mgz-element a {
    height: 30px;
    line-height: 28px;
  }
  input[type="text"]#search {
    border-radius: 0px;
  }
  .nav-item.ninjamenus-hover > .item-submenu {
    width: 100% !important;
  }
  .ninjamenus.ninjamenus-desktop .level0 .left_edge_parent_item > .item-submenu {
    left: 0;
    margin-left: 260px;
  }
  .sticky-wrapper.is-sticky .header.content {
    padding: 20px 0px;
  }
  .sticky-wrapper.is-sticky .header.content .logo {
    margin: 20px 0 4px;
  }
  .sticky-wrapper.is-sticky .header.content .logo img {
    width: 200px;
    margin: 0;
  }
  .l-header-minicart .search-icon,
  .l-header-minicart .menu-icon {
    display: none;
  }
}
@media only screen and (max-width: 1140px) {
  .sticky-wrapper.is-sticky .header.content {
    padding: 8px 20px;
  }
  .ninjamenus.ninjamenus-desktop .left_edge_menu_bar > .item-submenu {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 960px) {
  .logo img {
    max-width: 155px;
    margin-top: 4px;
  }
  .sticky-wrapper.is-sticky .header.content .logo img {
    margin-left: 0px;
  }
  .header.content .sections.nav-sections {
    width: 155px;
  }
  .l-header-minicart > a {
    margin-top: 0px;
  }
  .header.content {
    padding: 60px 4px 12px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ninjamenus.ninjamenus-horizontal.ninjamenus-mobile-accordion.ninjamenus-top.ninjamenus-mobile {
    overflow: hidden;
  }
  .section-items.nav-sections-items {
    width: 26rem;
  }
  .nav-sections .header.links.d-block {
    top: 50px;
  }
  .nav-sections-item-content {
    margin-top: 28px;
  }
  .section-item-title.nav-sections-item-title {
    display: none;
  }
  .artiklen-class {
    display: none;
  }
  .l-header-minicart .minicart-wrapper {
    margin-top: 45px;
  }
  .mgz-element.nav-item.mega {
    border-bottom: 1px solid #cccccc;
    padding: 0px;
  }
  .ninjamenus.ninjamenus-mobile .level0 > a .title {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .ninjamenus.ninjamenus-mobile .level0 > a i.caret {
    float: right;
    margin: 4px 12px;
  }
  .ninjamenus.ninjamenus-mobile .nav-item > .opener {
    height: 40px !important;
  }
  .ninjamenus.ninjamenus-mobile .nav-item > a {
    line-height: 40px !important;
    overflow: hidden;
    font-weight: 600;
    font-size: 1.3rem;
    color: #000000 !important;
  }
  .ninjamenus.ninjamenus-mobile .item-submenu {
    max-width: 100% !important;
    width: 100% !important;
    background-color: #ffffff;
    color: #000000;
  }
  .ninjamenus.ninjamenus-mobile .item-submenu .nav-item > a {
    line-height: 30px !important;
    padding: 0 15px 0 0;
  }
  .ninjamenus.ninjamenus-mobile .item-submenu .nav-item > .opener {
    height: 30px !important;
  }
  .ninjamenus.ninjamenus-mobile .item-submenu .nav-item > .opener::before {
    color: #000000;
  }
  .minicart-wrapper .action.showcart:before {
    background: none;
  }
  .shopping-cart i {
    font-size: 18px;
    padding: 8px;
    color: white;
    background-color: #E6760E;
    border: 1.5px #E6760E solid;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    position: relative;
    border-radius: 0;
    bottom: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #dadada;
    height: 100%;
    padding: 7px 13px;
    width: auto;
    margin-bottom: -11.5px;
    margin-left: -4px;
  }
  .customer-welcome {
    display: none;
  }
  .header.content .logo {
    display: block;
    width: 230px;
    margin: 0;
  }
  .header.content .logo img {
    max-width: 100%;
  }
  .header.content {
    display: block;
    padding: 8px 10px;
  }
  .sticky-wrapper#sticky-wrapper {
    height: 155px !important;
  }
  .sticky-wrapper#sticky-wrapper .page-header {
    height: 155px;
  }
  .header.content .sections.nav-sections {
    width: 230px;
    position: absolute;
    display: block;
    left: 15px;
    margin-top: 45px;
    overflow: visible;
  }
  .header.content .nav-toggle {
    display: none;
  }
  .l-header-search {
    display: none;
  }
  .l-header-minicart .menu-icon svg {
    width: 30px;
    height: 30px;
  }
  .l-header-minicart .menu-icon {
    margin-top: 5px;
    position: absolute;
    right: 11px;
    z-index: 2;
  }
  .l-header-minicart .search-icon svg {
    width: 30px;
    height: 30px;
  }
  .l-header-minicart .search-icon {
    margin-top: 5px;
    position: absolute;
    right: 56px;
  }
  .l-header-minicart .minicart-wrapper {
    float: right;
    clear: right;
  }
  .sticky-wrapper.is-sticky .header.content {
    padding: 8px 10px;
  }
  .banner-regular#row-home-1 .slogan {
    text-align: center;
    margin-top: -160px;
    margin-left: 10px;
    background: #ffffff94;
    position: absolute;
    font-size: 20px;
    width: 280px;
    padding: 10px;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 9999;
    top: 10px;
    margin-left: -15px;
  }
  .sections.nav-sections .section-item-content.nav-sections-item-content .l-header-search {
    display: none !important;
  }
  .l-header-minicart .minicart-wrapper {
    position: absolute;
    right: 0;
    margin-top: 45px;
  }
  .page-header .ninjamenus a {
    color: #fff;
  }
}
@media only screen and (max-width: 576px) {
  .search-icon {
    margin-top: 15px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 320px) {
  .header.content .sections.nav-sections {
    width: 180px;
  }
  .banner-regular#row-home-2 .slogan {
    margin-top: -280px;
    margin-left: 120px;
  }
}
/*-----------------------------------
      home features:
 ------------------------------------*/
.l-home-features {
  padding-top: 5px;
}
.l-home-features .home-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.l-home-features .home-features .feature {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  margin-right: 40px;
  text-align: center;
}
.l-home-features .home-features .feature:last-child {
  margin-right: 0;
}
.l-home-features .home-features .feature:first-child {
  -webkit-flex-basis: 17%;
  -ms-flex-basis: 17%;
  flex-basis: 17%;
}
.l-home-features .home-features .feature:nth-child(3) {
  -webkit-flex-basis: 29%;
  -ms-flex-basis: 29%;
  flex-basis: 29%;
}
.l-home-features .home-features .feature:nth-child(4) {
  -webkit-flex-basis: 17%;
  -ms-flex-basis: 17%;
  flex-basis: 17%;
}
.l-home-features .home-features .feature:last-child {
  -webkit-flex-basis: 17%;
  -ms-flex-basis: 17%;
  flex-basis: 17%;
}
.l-home-features .home-features .feature span {
  margin-bottom: 22px;
}
.l-home-features .home-features .feature h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.l-home-features .home-features .feature p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}
/*-------------------------------------------
          home bottom texts
 -------------------------------------------*/
.l-home-bottom-text {
  padding: 12px 0;
}
.home-bottom-text {
  column-count: 2;
  column-gap: 60px;
}
.home-bottom-text h4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}
.home-bottom-text p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* home features */
  .l-home-features .home-features .feature:nth-child(2) {
    -webkit-flex-basis: 24%;
    -ms-flex-basis: 24%;
    flex-basis: 24%;
  }
  .l-home-features .home-features .feature:nth-child(3) {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* home features */
  .l-home-features .home-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-home-features .home-features .feature {
    margin-right: 0;
  }
  .l-home-features .home-features .feature:first-child {
    -webkit-flex-basis: 31%;
    -ms-flex-basis: 31%;
    flex-basis: 31%;
    margin-bottom: 30px;
  }
  .l-home-features .home-features .feature:nth-child(2) {
    -webkit-flex-basis: 31.5%;
    -ms-flex-basis: 31.5%;
    flex-basis: 31.5%;
    margin-bottom: 30px;
  }
  .l-home-features .home-features .feature:nth-child(3) {
    -webkit-flex-basis: 36.5%;
    -ms-flex-basis: 36.5%;
    flex-basis: 36.5%;
    margin-bottom: 30px;
  }
  .l-home-features .home-features .feature:nth-child(4) {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    padding-left: 20%;
  }
  .l-home-features .home-features .feature:last-child {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    padding-right: 20%;
  }
  .l-home-features .home-features .feature span.p-icon {
    margin-bottom: 14px;
    width: 72px;
    height: 72px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-home-features .home-features .feature h4 {
    font-size: 15px;
  }
  .l-home-features .home-features .feature p {
    font-size: 12px;
  }
  /* home bottom text */
  .home-bottom-text {
    column-count: 1;
  }
  .home-bottom-text h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .home-bottom-text h4:last-of-type {
    display: none;
  }
  .home-bottom-text p {
    font-size: 14px;
    line-height: 18px;
  }
  .home-bottom-text p:last-of-type {
    display: none;
  }
  /* modules */
  .page-main {
    max-width: 690px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-index-index .columns .column.main {
    padding-bottom: 0;
  }
  .page-wrapper .page-main {
    padding-left: 10px;
    padding-right: 10px;
    min-height: unset;
  }
  /* home features */
  .l-home-features {
    padding-top: 0;
  }
  .l-home-features .home-features .feature {
    margin-right: 0;
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .l-home-features .home-features .feature:first-child {
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .l-home-features .home-features .feature:nth-child(2) {
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .l-home-features .home-features .feature:nth-child(3) {
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .l-home-features .home-features .feature:nth-child(4) {
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .l-home-features .home-features .feature:last-child {
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .l-home-features .home-features .feature > span,
  .l-home-features .home-features .feature a span {
    margin-bottom: 0;
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-home-features .home-features .feature h4,
  .l-home-features .home-features .feature p {
    display: none;
  }
  .l-home-features + hr.l-divider {
    margin: 10px 0 15px;
  }
  /* home bottom text */
  .l-home-bottom-text {
    padding: 0 10px;
  }
  .l-home-bottom-text .home-bottom-text {
    column-count: 1;
  }
  .l-home-bottom-text .home-bottom-text h4 {
    margin-top: 0;
  }
  .l-home-bottom-text .home-bottom-text h4:last-of-type,
  .l-home-bottom-text .home-bottom-text p:last-of-type {
    display: none;
  }
  .home-bottom-text h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .home-bottom-text p {
    font-size: 15px;
    line-height: 20px;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
}
#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px;
}
#mergeRow-gdpr {
  margin-top: 20px;
}
#mergeRow-gdpr fieldset label {
  font-weight: normal;
}
#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}
/* elements: */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-home .page-title-wrapper {
  display: none;
}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.bullet {
  list-style: disc;
  list-style-position: inside;
}
ul.bullet.green {
  list-style: none;
  padding-left: 1em;
}
ul.bullet.green li::before {
  content: "\2022";
  color: #0090d4;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.bullet.check {
  list-style: none;
  padding-left: 1em;
}
ul.bullet.check li:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  margin: 0 5px 0 -19px;
  color: #0090d4;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0 !important;
  font-weight: 600 !important;
}
h1 {
  font-size: 36px;
}
.l-container {
  max-width: 1240px;
  margin: 0 auto;
}
/* lists */
.l-list-horizontal {
  clear: both;
  display: block;
  zoom: 1;
}
.l-list-horizontal:before,
.l-list-horizontal:after {
  content: "";
  display: table;
}
.l-list-horizontal:after {
  clear: both;
}
.l-list-horizontal > li {
  float: left;
}
.checkout-cart-index .column.main .sticky-wrapper {
  width: 25%;
}
.checkout-cart-index .column.main .sticky-wrapper .cart-summary {
  position: relative !important;
  width: 100%;
}
/* placeholders: */
.l-header-search .block-search input::-webkit-input-placeholder,
.l-header-search .block-search input::-moz-placeholder,
.l-header-search .block-search input:-ms-input-placeholder,
.l-header-search .block-search input:-moz-placeholder {
  color: #999999;
}
.service-items div {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  border: 2px solid #f0f6f6;
  width: 275px;
  min-height: 270px;
}
.service-items div h3 {
  color: #5e605d;
  padding: 15px;
  background: #dfedee;
}
.service-items div ul {
  padding: 15px;
}
.service-items div ul li a {
  color: #6db3bb;
  padding-left: 7px;
}
.service-items div ul li::before {
  content: "•";
  color: #000;
}
.product.attribute.description .value ul {
  list-style: initial;
}
.product.attribute.description .value ul li::marker {
  color: #0090D4;
}
.filter .block-subtitle {
  border: none;
}
.table.grouped .col.qty {
  width: auto;
}
.page-with-filter .sidebar.sidebar-main {
  background-color: #EFEFEF;
  padding: 12px;
}
.filter-options-content a {
  padding-left: 15px;
}
.filter-options .filter-options-item {
  border-bottom: none;
}
.filter-options .filter-options-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ABABAB;
}
.items .item .filter-label {
  background-color: #EFEFEF;
  padding: 3px 10px;
}
.items .item .filter-value {
  background-color: #EFEFEF;
  padding: 3px 4px;
}
.filter-current .action.remove {
  left: auto;
  position: absolute;
  top: -3px;
  background-color: #EFEFEF;
  width: 25px;
  text-align: center;
  padding: 3px 3px 2px 3px;
}
@media only screen and (max-width: 767px) {
  .table.grouped > tbody > tr > td:before {
    position: relative;
    width: 140px;
    height: auto;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before {
    color: #0090d4;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    display: flex;
    align-items: center;
  }
  .column.main .control {
    width: 32%;
  }
  .service-items div {
    width: 100%;
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .cms-home .page-title-wrapper {
    display: none;
  }
  .cms-home .l-home-banner {
    margin-bottom: 24px;
    min-height: 1500px;
  }
  .cms-home .homebanner {
    width: 1240px;
    max-width: 1240px;
  }
  .cms-home .page-main {
    min-height: unset;
    margin-bottom: 12px;
  }
  .page-with-filter.page-layout-2columns-left .column.main {
    width: 76%;
  }
  .page-with-filter .sidebar.sidebar-main {
    width: 24%;
  }
  .row.banner-regular#row-home-1 {
    height: 420px;
  }
  .banner-regular#row-home-1 .image-banner {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100%;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
  }
  .banner-regular#row-home-1 .slogan {
    text-align: left;
    margin-left: -16px;
    margin-top: 50px;
    background: #ffffff94;
    position: absolute;
    font-size: 26px;
    width: 380px;
    padding: 10px;
  }
  .banner-regular#row-home-1 .brand {
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 280px;
    height: 150px;
    padding: 10px;
    background: #ffffff94;
    background-image: url('../images/eurotec.png');
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom 5px right 10px;
  }
  .banner-regular#row-home-1 .brand p {
    font-weight: 800;
    font-size: 24px;
    color: #000000;
  }
  .banner-regular#row-home-1 .brand p a {
    color: #000000;
  }
  .banner-regular#row-home-1 .brand p a:visited {
    color: #000000;
  }
  .banner-regular#row-home-1 .brand p a:hover {
    text-decoration: none;
  }
  .row.banner-regular#row-home-2 {
    height: 340px;
    padding-top: 20px;
  }
  .banner-regular#row-home-2 .image-banner {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 240px;
    right: 0;
    height: 100%;
  }
  .banner-regular#row-home-2 .slogan {
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
    background: #0090d4;
    position: absolute;
    width: 240px;
    height: 100%;
    left: 0;
  }
  .banner-regular#row-home-2 .discount {
    border-right: 10px white solid;
  }
  .banner-regular#row-home-2 .button {
    background-color: #E6760E;
    margin-right: 50px;
    margin-left: 50px;
    padding: 8px 0px !important;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
  }
  .banner-regular#row-home-2 .slogan h4 {
    font-size: 38px;
    color: #fff;
    font-weight: 800 !important;
  }
  .banner-regular#row-home-2 .slogan p {
    font-size: 18px;
    color: #fff;
    padding: 0px 20px 0px 20px;
    font-weight: 600 !important;
  }
  .banner-regular#row-home-2 .slogan p .button {
    font-weight: 800 !important;
  }
  .banner-regular#row-home-2 .slogan .small {
    font-size: 10px;
    padding: 0px 20px;
  }
  .banner-regular#row-home-2 .discover {
    border-left: 24px white solid;
    background-color: #efefef;
    text-align: center;
    padding: 12px 20px;
  }
  .banner-regular#row-home-2 .discover h5,
  .banner-regular#row-home-2 .discover p {
    margin-bottom: .7rem;
    font-weight: 600 !important;
  }
  .banner-regular#row-home-2 .discover h2 {
    font-size: 2.4rem;
    margin-top: 1.8rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
  }
  .banner-regular#row-home-2 .discover .button {
    background-color: #0090d4;
    margin-left: unset;
    margin-right: unset;
    padding: 5px 20px;
    color: white;
    font-weight: 800;
  }
  .banner-regular#row-home-2 .discover .button a {
    font-size: 1.5rem;
    color: #fff;
  }
  .banner-regular#row-home-3 .discover .discover,
  .banner-regular#row-home-4 .discover .discover {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 25px;
  }
  .banner-regular#row-home-3 .discover .discover a,
  .banner-regular#row-home-4 .discover .discover a {
    background: #0090d4;
    padding: 5px 20px;
    color: white;
    font-weight: 600;
  }
  .banner-regular#row-home-3 .image-banner,
  .banner-regular#row-home-4 .image-banner {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 183px;
    width: 100%;
    background-size: cover;
    margin: 10px 0 0 0;
  }
  .row.banner-regular#row-home-3,
  .row.banner-regular#row-home-4 {
    height: 340px;
    margin-top: 24px;
  }
  .row.banner-regular#row-home-3 .row-name,
  .row.banner-regular#row-home-4 .row-name {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 6px 0;
    margin: 12px 0px;
    font-family: "Ubuntu", sans-serif;
  }
  .row.banner-regular#row-home-3 .banner-content,
  .row.banner-regular#row-home-4 .banner-content {
    background-color: #EFEFEF;
    border-right: 10px white solid;
    border-left: 15px white solid;
  }
  .banner-regular#row-home-2 .discover {
    border-left: 15px white solid;
  }
  .row.banner-regular#row-home-3 .banner-content:first-child,
  .row.banner-regular#row-home-3 div:first-of-type,
  .row.banner-regular#row-home-4 .banner-content:first-child,
  .row.banner-regular#row-home-4 div:first-of-type {
    border-left: none;
  }
  .row.banner-regular#row-home-3 .banner-content:last-child,
  .row.banner-regular#row-home-4 .banner-content:last-child {
    border-right: none;
  }
  .row.banner-regular#row-home-3 .payoff,
  .row.banner-regular#row-home-4 .payoff {
    margin-top: 20px;
    text-align: center;
  }
  .page-products .products-grid .product-item {
    padding: 8px;
    margin-left: 0;
    width: calc(24.5%);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: unset;
  }
}
.filter-current .items {
  padding-left: 0;
}
.l-filter-shopby .filter-current {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-filter-shopby .filter-current .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-filter-shopby {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block-actions.filter-actions {
  margin-bottom: auto;
  margin-top: auto;
  padding-left: 30px;
}
.filter-current .items .item:first-child {
  padding-left: 10px;
  margin-left: 0px;
}
.page-with-filter .products-grid .product-item-info:hover .product-item-inner {
  display: none;
}
.page-title-wrapper.product {
  border-bottom: 4px solid #0090d4;
  margin-bottom: 10px;
}
.page-product-grouped .gallery__item.slick-slide img {
  margin: auto;
}
.page-product-grouped .vp {
  width: 20%;
  font-size: 1rem;
  border-top: 1px #c1c1c1 solid;
}
.table.grouped th .col {
  color: #0090d4;
}
.table.grouped tbody tr:nth-child(odd) {
  background-color: #EFEFEF;
}
.table.grouped tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  width: auto;
}
.table.grouped tbody tr td.product-item-sku {
  width: 20%;
}
.table.grouped tbody tr td.product-item-name {
  display: table-cell;
  width: 40%;
}
.table.grouped tbody tr td.product-item-pack {
  width: 20%;
}
.table.grouped tbody tr td.qty {
  width: 100px;
}
.table.grouped tbody tr td .control {
  display: flex;
}
.table.grouped tbody tr td .control .qtycontrol button {
  padding: 7px 11px;
  background: transparent;
  border-radius: 0;
  color: #0090D4;
}
.table.grouped tbody tr td .control .qtyinput input {
  text-align: center;
  border-left: 0;
  border-right: 0;
  width: 30px;
}
.table.grouped .col.item {
  width: inherit;
}
.product.attribute.description .value ul {
  padding-left: 20px;
}
.products-grid .product-item-info {
  padding: 8px;
  border: 1px solid #dadada;
}
.products-grid .product-item-info .product-item-name {
  height: 42px;
}
.products-grid .product-item-info:hover {
  background: #fff;
  box-shadow: none;
  border: 1px solid #0090d4;
  margin: auto;
  padding: 7px;
  position: relative;
  z-index: 9;
}
.filter-current .items .item {
  margin: auto;
  margin-left: 25px;
}
.sidebar .filter.block {
  margin-bottom: 100%;
}
.page-with-filter .sidebar.sidebar-main {
  height: 94%;
  top: 0;
  left: 0;
}
.page-with-filter .sidebar.sidebar-main h3 {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 6px;
}
.page-with-filter .sidebar.sidebar-main .o-list {
  padding-right: 12px;
}
.page-with-filter .sidebar.sidebar-main .o-list .level0 > a,
.page-with-filter .sidebar.sidebar-main .o-list .level1 > a {
  font-family: "Ubuntu", sans-serif;
}
.page-with-filter .sidebar.sidebar-main .o-list .fal {
  font-size: 2rem;
}
.cms-nieuwsbrief .breadcrumbs {
  display: none;
}
#mc_embed_signup form {
  padding: 10px 0 10px 0% !important;
}
#mc_embed_signup .mc-field-group input[type=checkbox] {
  display: inline;
  width: auto;
  padding: 0;
  height: auto;
}
#mc_embed_signup .mc-field-group label {
  font-weight: 600;
}
#mc_embed_signup .mc-field-group input {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
#mc_embed_signup .indicates-required {
  display: none;
}
.cms-nieuwsbrief #mc_embed_signup .button {
  background-image: none;
  background: #E37513 !important;
  border: 1px solid #E37513;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 0px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.cms-nieuwsbrief #mc_embed_signup .button:hover {
  background: #b45d0f;
  border: 1px solid #b45d0f;
  color: #fff;
}
#mc_embed_signup .mc-field-group {
  padding-left: 0;
}
.ninjamenus-desktop .item-autolist-col3 > .item-submenu > .nav-item {
  width: 100%;
}
#row-home-4 .no-gutter.banner-grid,
#row-home-3 .no-gutter.banner-grid {
  padding-right: 0px;
  padding-left: 0px;
}
#row-home-4 .block,
#row-home-3 .block {
  margin-bottom: unset;
}
#row-home-4 .block-title,
#row-home-3 .block-title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
#row-home-4 .block.widget .products-grid .product-items,
#row-home-3 .block.widget .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
#row-home-4 .block.widget .products-grid .product-items .product-item,
#row-home-3 .block.widget .products-grid .product-items .product-item {
  flex: 1;
  box-sizing: border-box;
  min-height: 380px;
}
#row-home-4 .block.widget .products-grid .product-items .product-item:not(:last-child),
#row-home-3 .block.widget .products-grid .product-items .product-item:not(:last-child) {
  margin-right: 10px;
}
#row-home-4 .block.widget .products-grid .product-items .product-item .product-item-info .hide_price_text,
#row-home-3 .block.widget .products-grid .product-items .product-item .product-item-info .hide_price_text,
#row-home-4 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-inner,
#row-home-3 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-inner {
  display: none;
}
#row-home-4 .products-grid .product-item-info,
#row-home-3 .products-grid .product-item-info {
  border: 1px solid #c2c2c2;
}
#row-home-4 .products-grid .product-item-info:hover,
#row-home-3 .products-grid .product-item-info:hover {
  padding-bottom: 25px;
}
.block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.table.grouped tbody tr td .control .qtyinput input {
  width: 45px;
}
.row.banner-regular#row-home-3 .banner-content:first-child,
.row.banner-regular#row-home-4 .banner-content:first-child {
  border-left: none;
}
@media only screen and (max-width: 1140px) {
  .banner-regular#row-home-2 .slogan {
    margin-left: 390px;
  }
}
@media only screen and (max-width: 960px) {
  #row-home-4 .product-item,
  #row-home-3 .product-item {
    min-height: 270px;
  }
  .banner-regular#row-home-2 .slogan {
    margin-left: 275px;
  }
  .row.banner-regular#row-home-2 {
    height: 410px;
  }
  .row.banner-regular#row-home-3,
  .row.banner-regular#row-home-4 {
    height: 600px;
  }
  .row.banner-regular#row-home-3 .row-name,
  .row.banner-regular#row-home-4 .row-name {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
    margin: 0 12px;
    font-family: "Ubuntu", sans-serif;
  }
  .row.banner-regular#row-home-3 .banner-content:nth-child(3),
  .row.banner-regular#row-home-4 .banner-content:nth-child(3),
  .row.banner-regular#row-home-3 .banner-content:nth-child(5),
  .row.banner-regular#row-home-4 .banner-content:nth-child(5) {
    border-right: none;
  }
  .row.banner-regular#row-home-3 .banner-content:nth-child(2),
  .row.banner-regular#row-home-4 .banner-content:nth-child(2),
  .row.banner-regular#row-home-3 .banner-content:nth-child(4),
  .row.banner-regular#row-home-4 .banner-content:nth-child(4) {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-product-grouped .table.grouped tbody tr td.col {
    width: 100%;
  }
  .filter .filter-current {
    display: none;
  }
  #row-home-4 .no-gutter.banner-grid,
  #row-home-3 .no-gutter.banner-grid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-with-filter .sidebar.sidebar-main {
    background-color: transparent;
    display: none;
  }
  html {
    overflow-x: hidden;
  }
  .navigation .magezon-builder .mgz-element.active .mgz-element.nav-item a {
    color: #fff;
  }
  .nav-sections-items {
    z-index: 2;
  }
  .navigation #ninjamenus1 .level0.active > a:not(.ui-state-active) {
    border-color: #0090d4;
    border-width: 0 0 0 10px;
    background-color: #0090d4;
  }
  .l-header-search .top-black-nav {
    display: none;
  }
  .l-list-horizontal.hidden-xs.black-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
  }
  .l-list-horizontal.hidden-xs.black-list li {
    padding: 0 3px;
  }
  .banner-regular#row-home-2 .discover:nth-child(2) {
    background-color: #efefef;
    text-align: center;
    padding: 12px 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .banner-regular#row-home-3 .discover .discover,
  .banner-regular#row-home-4 .discover .discover {
    padding-top: 5px;
    text-align: center;
  }
  .banner-regular#row-home-3 .discover .discover a,
  .banner-regular#row-home-4 .discover .discover a {
    background: #0090d4;
    padding: 5px 20px;
    color: white;
    font-weight: 600;
  }
  .banner-regular#row-home-2 .slogan {
    margin-top: 0px;
    top: 0;
    margin-left: 0px;
  }
  .banner-regular#row-home-2 .discount:first-child {
    height: 250px;
  }
  .row.banner-regular#row-home-2 {
    height: 640px;
  }
  .row.banner-regular#row-home-1 {
    height: 250px;
  }
  .row.banner-regular#row-home-1 .payoff .brand {
    display: none;
  }
  .header.content .l-header-search {
    width: 95%;
    position: absolute;
    top: 140px;
    display: none;
  }
  .navigation .magezon-builder .mgz-element a {
    line-height: 42px;
  }
  .header.content .sections.nav-sections {
    margin-top: 4px;
  }
  .row.banner-regular#row-home-1 {
    height: 180px;
  }
  .row.banner-regular#row-home-1 .image-banner {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    height: 100%;
  }
  .banner-regular#row-home-1 .slogan {
    text-align: left;
    margin-top: 50px;
    margin-left: auto;
    background: #ffffff94;
    position: absolute;
    font-size: 24px;
    width: 380px;
    padding: 10px;
  }
  .nav-sections .header.links {
    display: none;
  }
  .banner-regular#row-home-2 {
    height: 280px;
    padding-top: 30px;
  }
  .banner-regular#row-home-2 .payoff {
    display: none;
  }
  .banner-regular#row-home-2 .image-banner {
    display: block;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: relative;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  .banner-regular#row-home-2 .slogan {
    text-align: center;
    background: #0090d4;
    position: absolute;
    width: 150px;
    height: 100%;
  }
  .banner-regular#row-home-2 .slogan h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }
  .banner-regular#row-home-2 .slogan p {
    font-size: 12px;
    color: #000;
    padding: 0px 10px 0px 10px;
  }
  .banner-regular#row-home-2 .button {
    background-color: #E6760E;
    padding: 6px 6px !important;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
  }
  .banner-regular#row-home-2 .button > a {
    color: white;
  }
  .banner-regular#row-home-2 .button {
    margin-left: 20px;
    margin-right: 20px;
  }
  .banner-regular#row-home-2 .col-lg-3 .button {
    background-color: #0090D4;
  }
  .banner-regular#row-home-3 .image-banner,
  .banner-regular#row-home-4 .image-banner {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 10px;
    background-size: contain;
  }
  .banner-regular#row-home-1 .slogan {
    text-align: left;
    margin-top: -170px;
    margin-left: 10px;
    background: #ffffff94;
    position: absolute;
    font-size: 18px;
    width: 250px;
    padding: 10px;
  }
  .row.banner-regular#row-home-3,
  .row.banner-regular#row-home-4 {
    padding-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.banner-regular#row-home-3 .banner-content,
  .row.banner-regular#row-home-4 .banner-content {
    background-color: #EFEFEF;
    border-right: 5px white solid;
    border-left: 5px white solid;
    border-bottom: 5px white solid;
  }
  .row.banner-regular#row-home-3 .banner-content:first-child,
  .row.banner-regular#row-home-4 .banner-content:first-child {
    border-left: none;
  }
  .row.banner-regular#row-home-3 .banner-content:last-child,
  .row.banner-regular#row-home-4 .banner-content:last-child {
    border-right: none;
  }
  .row.banner-regular#row-home-3 .payoff,
  .row.banner-regular#row-home-4 .payoff {
    margin-top: 5px;
    text-align: center;
  }
  .row.banner-regular#row-home-3 .banner-content,
  .row.banner-regular#row-home-4 .banner-content {
    padding-bottom: 100px;
    border-bottom: 10px white solid;
  }
}
/* var */
/* layout */
/* breakpoints */
/* colors: */
.form-create-account .fieldset > .field {
  margin: 0 0 10px;
}
.form-create-account .fieldset > .field > .label {
  margin: unset;
}
/*.page-wrapper {
  display: none;
}*/
.checkout-cart-index .sticky-wrapper {
  min-height: 50px;
}
.checkout-cart-index .cart.table-wrapper .packedby {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    display: inline !important;
    font-size: 12px;
  }
  .cart-container .sticky-wrapper#sticky-wrapper {
    height: auto !important;
  }
  .checkout-cart-index .column.main .sticky-wrapper {
    width: 100%;
  }
  .checkout-cart-index #shopping-cart-table table,
  .checkout-cart-index #shopping-cart-table thead,
  .checkout-cart-index #shopping-cart-table tbody,
  .checkout-cart-index #shopping-cart-table th,
  .checkout-cart-index #shopping-cart-table td,
  .checkout-cart-index #shopping-cart-table tr {
    display: block;
  }
  .checkout-cart-index #shopping-cart-table thead tr {
    width: 100%;
  }
  .checkout-cart-index #shopping-cart-table thead th:nth-child(1) {
    float: left;
    width: calc(100% - 45px);
  }
  .checkout-cart-index #shopping-cart-table thead th:nth-child(2) {
    float: right;
    width: 45px;
  }
  .checkout-cart-index #shopping-cart-table thead th:nth-child(3),
  .checkout-cart-index #shopping-cart-table thead th:nth-child(4),
  .checkout-cart-index #shopping-cart-table thead th:nth-child(5),
  .checkout-cart-index #shopping-cart-table thead th:nth-child(6) {
    display: none;
  }
  .checkout-cart-index #shopping-cart-table th,
  .checkout-cart-index #shopping-cart-table td,
  .checkout-cart-index #shopping-cart-table tr {
    float: left;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info {
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info .product-item-details {
    line-height: 17px;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info .product-item-details .product-item-name {
    font-size: 14px;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info .item {
    padding-left: 70px !important;
    padding-right: 0px !important;
    width: calc(100% - 50px);
    min-height: 90px;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info .item .product-item-photo {
    left: 0px !important;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info .item .product-item-photo .product-image-wrapper {
    width: 60px !important;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info .item .product-item-photo .product-image-wrapper .product-image-photo {
    width: 60px !important;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info .packedby {
    width: 25px;
    font-size: 14px !important;
    padding-left: 20px;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info td.price {
    width: 25%;
    padding: 0px !important;
    margin-left: 70px;
    margin-top: -25px;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info td.price .price {
    padding: 0px !important;
    font-size: 12px !important;
    font-weight: 600;
    color: #000;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info td.qty {
    color: #fff;
    margin-top: -37px;
    width: 12%;
    padding: 0 !important;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info td.qty .input-text {
    width: 28px !important;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info td.subtotal {
    padding-top: 0px !important;
    margin-top: -25px;
    width: 27%;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info td.subtotal .price {
    font-weight: 600;
    color: #000;
    font-size: 12px !important;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info td:last-child {
    margin-top: -30px;
    margin-right: 3px;
    float: right;
  }
  .checkout-cart-index #shopping-cart-table tbody .item-info .price-excluding-tax {
    margin-top: -5px;
  }
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-container .sticky-wrapper {
    order: 2;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .checkout-cart-index .cart-container .sticky-wrapper {
    width: 100% !important;
  }
}
.contact-index-index .contact_additional {
  width: 28%;
  margin-left: 12px;
  float: left;
  padding-left: 40px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  min-width: unset;
  float: left;
  width: 70%;
}
.contact-index-index .contact_additional .contacts-title {
  color: #777;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.contact-index-index .contact_additional .col-md-12 {
  display: flex;
}
.contact-index-index .contact_additional .col-md-12 .content-icon {
  width: 35px;
  height: 35px;
  background: #0090d4;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-top: 5px;
}
.contact-index-index .contact_additional .col-md-12 i {
  color: white;
}
@media only screen and (max-width: 992px) {
  .contact-index-index .contact_additional {
    width: 100%;
    margin-left: 12px;
    float: left;
    padding-top: 30px;
    padding-left: 0px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: unset;
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-index-index .column.main .control {
    width: 100%;
  }
  .contact-index-index .contact-additional {
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    width: 100%;
  }
}
@font-face {
  font-family: 'aw-osc_icons-font';
  src: url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff2') format('woff2'), url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.checkout-onepage-success .account {
  display: none !important;
}
.checkout-onepage-success .action.print {
  display: none !important;
}
.amcheckout-summary-container .amcheckout-wrapper {
  padding-bottom: 0px;
}
.amcheckout-summary-container .amcheckout-wrapper .order-attributes td {
  padding-bottom: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .order-attributes td .order-attributes-form.address .field {
  margin-bottom: 0px;
}
.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
  width: 100% !important;
}
.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .checkout-agreements.fieldset > .fields > .field._required > .label {
  display: flex !important;
}
.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .checkout-agreements.fieldset > .fields > .field._required > .label:after {
  display: none;
}
.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .checkout-agreements.fieldset > .fields > .field._required > .label button:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .checkout-agreement.field {
  width: 350px !important;
}
.amcheckout-wrapper .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.amcheckout-wrapper .payment-method {
  padding-bottom: 0px !important;
}
.amcheckout-wrapper .payment-method .label {
  padding: 5px !important;
  align-items: center !important;
}
.amcheckout-wrapper .table-checkout-shipping-method.amcheckout-shipping-methods .row {
  display: flex;
  row-gap: 0;
  justify-content: space-around;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.amcheckout-wrapper .table-checkout-shipping-method.amcheckout-shipping-methods .row .col {
  padding: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amcheckout-wrapper .table-checkout-shipping-method.amcheckout-shipping-methods .row .col:nth-child(1) {
  flex-basis: 5%;
}
.amcheckout-wrapper .table-checkout-shipping-method.amcheckout-shipping-methods .row .col:nth-child(2) {
  flex-basis: 14%;
}
.amcheckout-wrapper .table-checkout-shipping-method.amcheckout-shipping-methods .row .col:nth-child(3) {
  flex-basis: 45%;
}
.amcheckout-wrapper .table-checkout-shipping-method.amcheckout-shipping-methods .row .col:nth-child(4) {
  flex-basis: 30%;
}
.amcheckout-wrapper .minicart-items-wrapper .product-item .product .delete {
  bottom: 47px !important;
}
.amcheckout-wrapper .minicart-items-wrapper .product-image-container {
  display: none;
}
.amcheckout-wrapper .minicart-items-wrapper .product-item-details {
  padding-left: 0px !important;
}
.amcheckout-wrapper .minicart-items-wrapper .product-item-details .details-qty .label {
  display: none;
}
.amcheckout-wrapper .minicart-items-wrapper .product-item-details .amcheckout-price-wrapper {
  flex-basis: auto !important;
  font-size: 16px;
}
.amcheckout-wrapper .minicart-items-wrapper .product-item-details .subtotal {
  font-size: 16px;
}
