/**
 * 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.checkout-payment-method .payment-methods #sezzle-method .payment-method-title img {
  max-width: 220px;
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .navpro.navpro .md-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .navpro.navpro .lg-hide {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .navpro > .navpro-menu .md-hide-dropdown > a > .navpro-icon-caret::before {
    display: none !important;
  }
  .navpro > .navpro-menu .md-hide-dropdown > .navpro-dropdown {
    display: none !important;
  }
  .navpro > .navpro-menu .md-hide-dropdown a.level-top::before,
  .navpro > .navpro-menu .md-hide-dropdown a.level-top::after {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .navpro > .navpro-menu .lg-hide-dropdown > a > .navpro-icon-caret::before {
    display: none !important;
  }
  .navpro > .navpro-menu .lg-hide-dropdown > .navpro-dropdown {
    display: none !important;
  }
  .navpro > .navpro-menu .lg-hide-dropdown a.level-top::before,
  .navpro > .navpro-menu .lg-hide-dropdown a.level-top::after {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .navpro.orientation-horizontal > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .navpro.orientation-horizontal > ul > li {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .cms-index-index .navpro li.home-expanded {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .cms-index-index:not('.theme-editor-sticky') .navpro li.home-expanded > .navpro-dropdown {
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: all;
    left: 0;
    top: 100%;
  }
  .cms-index-index:not('.theme-editor-sticky') .navpro li.home-expanded > .navpro-dropdown:not(.shown) > .navpro-shevron {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .shevron-hidden .navpro-shevron {
    display: none !important;
  }
  .navpro.orientation-horizontal .navpro-dropdown-level1 > .navpro-shevron {
    display: block;
    pointer-events: none;
    content: '';
    height: 12px;
    width: 12px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-color: #eaeaea transparent transparent #eaeaea;
    position: absolute;
    top: -6px !important;
    transform: rotate(45deg);
  }
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-shevron {
    top: -5px !important;
  }
  .dropdown-top.navpro.orientation-horizontal .navpro-dropdown-level1 > .navpro-shevron {
    top: auto !important;
    bottom: -6px !important;
    transform: rotate(-135deg);
  }
  .dropdown-top.navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-shevron {
    bottom: -5px !important;
  }
}
@starting-style {
  .navpro-dropdown {
    opacity: 0;
  }
  .orientation-vertical .navpro-dropdown {
    transform: rotateY(20deg);
  }
  .navpro.navpro-effect-slidein.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slideout.orientation-vertical.dropdown-left .navpro-dropdown {
    transform: translateX(20px);
  }
  .navpro.navpro-effect-slideout.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slidein.orientation-vertical.dropdown-left .navpro-dropdown {
    transform: translateX(-20px);
  }
  .navpro.navpro-effect-slidein .navpro-dropdown,
  .navpro.navpro-effect-slidein.navpro-accordion.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slideout.dropdown-left .navpro-dropdown {
    transform: translateY(20px);
  }
  .navpro.navpro-effect-slideout .navpro-dropdown,
  .navpro-accordion.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slideout.navpro-accordion.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slidein.dropdown-left .navpro-dropdown {
    transform: translateY(-20px);
  }
}
@media (min-width: 1025px) {
  .navpro-dropdown {
    transform: rotateX(20deg);
    transform-origin: 0 0;
    transition-property: transform, opacity, display;
    transition-behavior: allow-discrete;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navpro-dropdown.shown {
    transform: none !important;
  }
  .navpro.navpro-effect-none .navpro-dropdown {
    transition: none;
    transform: none;
    transition-duration: 0s;
  }
  .navpro.navpro-effect-fade .navpro-dropdown {
    transform: none;
  }
  .orientation-vertical .navpro-dropdown {
    transform: rotateY(20deg);
  }
  .navpro.navpro-effect-slidein.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slideout.orientation-vertical.dropdown-left .navpro-dropdown {
    transform: translateX(20px);
  }
  .navpro.navpro-effect-slideout.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slidein.orientation-vertical.dropdown-left .navpro-dropdown {
    transform: translateX(-20px);
  }
  .navpro.navpro-effect-slidein .navpro-dropdown,
  .navpro.navpro-effect-slidein.navpro-accordion.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slideout.dropdown-left .navpro-dropdown {
    transform: translateY(20px);
  }
  .navpro.navpro-effect-slideout .navpro-dropdown,
  .navpro-accordion.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slideout.navpro-accordion.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slidein.dropdown-left .navpro-dropdown {
    transform: translateY(-20px);
  }
}
@media (min-width: 769px) {
  .navpro-dropdown.size-small {
    width: 230px;
  }
  .navpro-dropdown.size-medium {
    width: 400px;
  }
  .navpro-dropdown.size-large {
    width: 650px;
  }
  .navpro-dropdown.size-boxed > .navpro-dropdown-inner,
  .navpro-dropdown.size-fullwidth > .navpro-dropdown-inner,
  .navpro-dropdown.size-fullscreen,
  .navpro-dropdown.size-xlarge {
    width: 850px;
  }
}
@media (min-width: 769px) {
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-width: 0;
  }
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-dropdown-inner {
    max-width: var(--container-max-width, 1280px);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
    min-width: 230px;
  }
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed,
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-fullwidth,
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-fullscreen {
    max-width: none;
    width: 100%;
    left: 0 !important;
  }
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-fullwidth > .navpro-dropdown-inner {
    max-width: var(--container-max-width, 1280px);
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .navpro-dropdown .multicolumn-8 > li {
    width: 12.5%;
  }
  .navpro-dropdown .multicolumn-7 > li {
    width: 14.28571429%;
  }
  .navpro-dropdown .multicolumn-6 > li {
    width: 16.66666667%;
  }
  .navpro-dropdown .multicolumn-5 > li {
    width: 20%;
  }
  .navpro-dropdown .multicolumn-4 > li {
    width: 25%;
  }
  .navpro-dropdown .multicolumn-3 > li {
    width: 33.33333333%;
  }
  .navpro-dropdown .multicolumn-2 > li {
    width: 50%;
  }
  .navpro-dropdown .multicolumn-1 > li {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .navpro-icon-caret {
    opacity: 1 !important;
  }
  a.level-top > .navpro-icon-caret::before,
  .navpro .parent > a.level-top::before {
    opacity: 0.8;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 12px 12px;
  }
  .orientation-horizontal a.level-top > .navpro-icon-caret::before,
  .orientation-horizontal .parent > a.level-top::before {
    transform: rotate(0);
  }
}
@media (min-width: 769px) {
  .navpro.dropdown-top.orientation-horizontal a.level-top .navpro-icon-caret::before,
  .navpro.dropdown-top.orientation-horizontal .parent > a.level-top::before {
    transform: rotate(180deg);
  }
}
@media (min-width: 1024px) {
  .navpro-with-slideout .navpro .li-item.opened,
  body:has(.navpro-overlay) .navpro .li-item.opened {
    z-index: 89;
  }
  .navpro-overlay-element {
    content: '';
    display: none;
    position: fixed;
    inset: 0;
    opacity: 0;
    z-index: 85;
    transition: opacity, display;
    transition-behavior: allow-discrete;
    transition-delay: 300ms;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.4);
  }
  @starting-style {
    .navpro-overlay-element {
      opacity: 0;
    }
  }
  .nav-open .navpro-with-slideout .navpro-overlay-element,
  body:has(.navpro-overlay li.opened:is(:hover, :focus-within)) .navpro-overlay-element {
    display: block;
    opacity: 1;
    transition-delay: 0ms;
  }
}
@media (min-width: 769px) {
  .navpro-sticky {
    top: 0;
    position: sticky !important;
    z-index: 99;
  }
  .navpro-sticky.nav-sections {
    z-index: 3;
  }
  .navpro-sticky.sticky-active {
    z-index: 500;
  }
  .navpro-top100 {
    top: 100px;
  }
  .navpro-top90 {
    top: 90px;
  }
  .navpro-top80 {
    top: 80px;
  }
  .navpro-top70 {
    top: 70px;
  }
  .navpro-top60 {
    top: 60px;
  }
  .navpro-top50 {
    top: 50px;
  }
  .navpro-top40 {
    top: 40px;
  }
  .navpro-top30 {
    top: 30px;
  }
  .navpro-top20 {
    top: 20px;
  }
  .navpro-top10 {
    top: 10px;
  }
}
@media (min-width: 769px) {
  .navpro-with-slideout .page-header .nav-toggle {
    display: block;
    margin: 17px 0 0 8px;
  }
  .navpro-with-slideout .page-header .header.content .nav-toggle + .logo {
    margin-left: 50px;
  }
  .navpro-with-slideout .nav-sections {
    margin: 0;
  }
  .navpro.navpro.navpro-slideout {
    position: fixed !important;
    opacity: 0;
  }
}
.navpro-mobile-slideout .navpro-close {
  display: none;
}
@media (min-width: 769px) {
  .navpro-mobile-slideout .all-category {
    display: none;
  }
  .navpro.navpro.navpro-slideout {
    background: #ffffff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    max-width: none;
    padding: 0;
    top: 0;
    will-change: transform, opacity;
    transition-property: transform, opacity, visibility;
    transition-duration: 0s;
    transform-origin: 0 0;
  }
  .navpro-with-slideout .navpro.navpro.navpro-slideout {
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
  }
  .nav-open .navpro.navpro.navpro-slideout {
    opacity: 1;
  }
  .navpro.navpro.navpro-slideout .navpro-menu {
    background: #ffffff;
    padding: 0;
    gap: 0;
  }
  .navpro.navpro.navpro-slideout .navpro-header {
    min-width: 200px;
    padding: 0 12px;
    color: #777;
    text-transform: uppercase;
  }
  .navpro.navpro.navpro-slideout .navpro-header .navpro-close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
    float: right;
    margin-left: auto;
    display: block;
  }
  .navpro.navpro.navpro-slideout .navpro-header .navpro-close::before,
  .navpro.navpro.navpro-slideout .navpro-header .navpro-close::after {
    content: '';
    position: absolute;
    left: auto;
    right: 10px;
    top: 0;
    height: 20px;
    width: 2px;
    background-color: #333333;
  }
  .navpro.navpro.navpro-slideout .navpro-header .navpro-close::before {
    transform: rotate(45deg);
  }
  .navpro.navpro.navpro-slideout .navpro-header .navpro-close::after {
    transform: rotate(-45deg);
  }
  .navpro.navpro.navpro-slideout li.li-item.level0 {
    margin: 0;
  }
  .navpro.navpro.navpro-slideout li.li-item.level0 > a.level-top {
    border: 1px solid #eaeaea;
    border-radius: 0;
    display: block;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark {
    background: #262c34;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-menu {
    background: #262c34;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark li.li-item.level0 > a.level-top {
    border-color: #2c333d;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-header {
    color: #eaeaea;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-header .navpro-close::before,
  .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-header .navpro-close::after {
    background-color: #eaeaea;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion {
    -webkit-overflow-scrolling: touch;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion::-webkit-scrollbar-track {
    background-color: #1b2025;
    border-radius: 0;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion::-webkit-scrollbar-thumb {
    background-color: #3c4551;
    border-radius: 0;
  }
  .navpro.navpro.navpro-slideout.orientation-horizontal {
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
  }
  .nav-open .navpro.navpro.navpro-slideout.orientation-horizontal {
    transform: translateY(0);
  }
  .navpro.navpro.navpro-slideout.orientation-horizontal .navpro-menu {
    flex-wrap: nowrap;
    align-items: center;
  }
  .navpro.navpro.navpro-slideout.orientation-horizontal li.li-item.level0 > a.level-top {
    border-width: 0 1px;
    margin-left: -1px;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical {
    width: 300px;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    left: 0;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion::-webkit-scrollbar-track {
    background-color: #ededed;
    border-radius: 0;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 0;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical.dropdown-left {
    transform: translateX(100%);
    right: 0;
    left: auto;
  }
  .nav-open .navpro.navpro.navpro-slideout.orientation-vertical {
    transform: translateX(0);
  }
  .navpro.navpro.navpro-slideout.orientation-vertical li.li-item.level0 > a.level-top {
    border-width: 1px 0;
    margin-top: -1px;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical .navpro-header {
    padding: 16px 12px;
  }
}
.navpro-ribbon .navpro-dropdown {
  border-radius: 0 !important;
}
.orientation-horizontal .navpro-ribbon .navpro-dropdown {
  max-width: none;
  border-width: 1px 0 !important;
  left: 0 !important;
  width: 100% !important;
}
.orientation-horizontal .navpro-ribbon .navpro-dropdown:not(.size-fullscreen) > .navpro-dropdown-inner {
  max-width: var(--container-max-width, 1280px);
  width: 100%;
  margin: 0 auto;
}
.orientation-horizontal .navpro-ribbon .navpro-dropdown .navpro-dropdown {
  top: 100% !important;
}
.orientation-horizontal .navpro-ribbon .navpro-dropdown .navpro-icon-caret::before {
  transform: rotate(0);
}
.orientation-horizontal .navpro-ribbon .children {
  display: flex;
  flex-wrap: wrap;
}
.navpro-slideout.orientation-vertical .navpro-ribbon .navpro-dropdown {
  left: 100% !important;
  top: -1px !important;
  bottom: -1px;
}
.rtl .orientation-vertical .navpro-ribbon .navpro-dropdown,
.dropdown-left.orientation-vertical .navpro-ribbon .navpro-dropdown {
  left: auto !important;
  right: 100% !important;
}
.rtl .dropdown-left.orientation-vertical .navpro-ribbon .navpro-dropdown {
  right: auto !important;
  left: 100% !important;
}
.navpro-stacked ul li.li-item {
  position: static;
}
.navpro-stacked ul li.li-item > .navpro-dropdown {
  top: -1px !important;
  left: 100% !important;
}
.rtl .navpro-stacked ul li.li-item > .navpro-dropdown {
  left: auto !important;
  right: 100% !important;
}
.navpro-stacked ul .navpro-dropdown {
  transition-delay: .3s;
}
.navpro-stacked ul .navpro-dropdown.shown {
  transition-delay: 0s;
}
.dropdown-left .navpro-stacked ul li.li-item > .navpro-dropdown {
  left: auto !important;
  right: 100% !important;
}
.navpro-slideout.orientation-vertical .navpro-stacked {
  height: 100%;
  width: 300px;
  overflow: hidden;
  position: fixed;
  justify-content: flex-start;
}
.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown {
  width: 300px !important;
  transition-delay: 0s !important;
  box-shadow: none !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  border: 0 !important;
}
.rtl .navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown {
  left: auto !important;
  right: 0 !important;
}
.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown > .navpro-close {
  top: 18px;
  right: auto;
  left: 26px;
  width: 10px;
  height: 10px;
  color: #333;
  border: 2px solid currentColor;
  border-top-width: 0;
  border-right-width: 0;
  transform: rotate(45deg);
}
.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown > .navpro-close:before {
  display: none;
}
.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown > .navpro-close:after {
  content: '';
  position: absolute;
  height: 19px;
  width: 2px;
  right: auto;
  left: -1px;
  bottom: 0;
  top: auto;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: 50% 100%;
}
.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown > .navpro-close + .navpro-dropdown-inner {
  margin-top: 32px;
}
.navpro-slideout.dropdown-left.orientation-vertical .navpro-stacked .li-item > a {
  text-align: right;
}
.navpro-slideout.dropdown-left.orientation-vertical .navpro-stacked .navpro-dropdown {
  left: auto !important;
  right: 0 !important;
}
.rtl .navpro-slideout.dropdown-left.orientation-vertical .navpro-stacked .navpro-dropdown {
  right: auto !important;
  left: 0 !important;
}
@media (min-width: 769px) {
  .navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1 > .navpro-shevron {
    height: 8px;
    width: 8px;
    top: -4px !important;
  }
  .navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1.size-boxed > .navpro-shevron {
    top: -3px !important;
  }
  .dropdown-top.navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1 > .navpro-shevron {
    bottom: -4px !important;
  }
  .dropdown-top.navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1.size-boxed > .navpro-shevron {
    bottom: -3px !important;
  }
}
@media (min-width: 769px) {
  .navpro.navpro-theme-compact .navpro-dropdown.size-small {
    min-width: 180px;
    width: 180px;
  }
  .navpro.navpro-theme-compact .navpro-dropdown.size-medium {
    width: 260px;
  }
  .navpro.navpro-theme-compact .navpro-dropdown.size-large {
    width: 450px;
  }
  .navpro.navpro-theme-compact .navpro-dropdown.size-xlarge {
    width: 600px;
  }
}
.navpro.navpro-theme-air .navpro-dropdown {
  border-radius: 4px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
  border: 0;
}
.navpro.navpro-theme-air .navpro-dropdown > .navpro-shevron {
  border: 0 !important;
}
.navpro.navpro-theme-air.orientation-vertical,
.navpro.navpro-theme-air.navpro-slideout {
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
}
.navpro.navpro-theme-air.orientation-vertical:not(.navpro-slideout) {
  padding: 10px;
  border-radius: 4px;
}
.navpro.navpro-theme-air.orientation-vertical:not(.navpro-slideout) .level-top {
  color: #666666;
}
.um-ac-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  border-top: 0px solid #ccc;
  padding: 10px 0px;
  margin: 0px 0px;
  color: #FFFFFF;
  background: #2997DF;
  margin-left: 0px;
  margin-top: 30px;
}
.um-ac-terms {
  padding-top: 10px;
}
.um-ac-terms label {
  color: #FFFFFF;
  font-size: 16px;
  white-space: nowrap;
  display: inline-block;
}
#um-ac-terms-confirm {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 0px;
  display: inline-block;
}
.um-ac-confirm label {
  white-space: nowrap;
}
.um-ac-layout2 .um-ac-content h2 {
  font-size: 36px;
  letter-spacing: -1px;
  border-bottom: 0px dashed #ccc;
  padding: 20px 0px;
  color: #FFFFFF;
  background: #2997DF;
  margin-bottom: 20px;
  margin-top: -8px;
}
.um-ac-layout2 .um-ac-content p {
  font-size: 18px;
  padding-top: 30px;
  color: #FFFFFF;
}
.um-ac-layout2 .um-ac-nv-block-title {
  margin-top: 20px;
}
.um-ac-layout2 .um-ac-verify {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.um-ac-layout2 .um-ac-not-verify {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.um-ac-layout2 .um-ac-terms {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.um-ac-layout2 #leave-url {
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 5px;
  font-size: 16px;
  background: #1979c3;
  padding: 13px 28px;
  text-decoration: none;
  display: inline-block;
  transition: 300ms all 0s;
  -webkit-transition: 300ms all 0s;
  line-height: 0.8;
  border: 0;
}
.um-ac-layout2 .um-ac-leave-actions {
  padding: 10px;
}
.um-ac-layout2 .notverify p {
  padding-top: 5px;
}
.um-ac-layout3 .um-ac-content h2 {
  font-size: 36px;
  letter-spacing: -1px;
  border-bottom: 0px dashed #ccc;
  padding: 20px 0px;
  color: #FFFFFF;
  background: #2997DF;
  margin-bottom: 20px;
  margin-top: -8px;
}
.um-ac-layout3 .um-ac-content p {
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.um-ac-layout3 .um-ac-nv-block-title {
  margin-top: 40px;
}
.um-ac-layout3 .um-ac-verify {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.um-ac-layout3 .um-ac-not-verify {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.um-ac-layout3 .um-ac-terms {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.um-ac-layout3 #leave-url {
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 5px;
  font-size: 16px;
  background: #1979c3;
  padding: 13px 28px;
  text-decoration: none;
  display: inline-block;
  transition: 300ms all 0s;
  -webkit-transition: 300ms all 0s;
  line-height: 0.8;
  border: 0;
}
.um-ac-layout3 .um-ac-leave-actions {
  padding: 20px;
}
.age-pop-up {
  background: #transparent;
  text-align: center;
  display: none;
}
.age-pop-up .pop-cont {
  padding: 15px;
}
.age-pop-up p.title {
  margin: 0px;
  padding: 15px 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #1979c3;
  font-weight: bold;
}
.um-ac-verify .verify {
  padding: 0px;
  color: #FFFFFF;
}
.um-ac-verify .verify p.small {
  color: #FFFFFF;
  text-transform: none;
  font-size: 22px;
}
.um-ac-verify .verify img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.um-ac-verify .notverify {
  color: #FFFFFF;
}
.um-ac-verify .notverify img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.um-ac-verify .notverify p {
  position: relative;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
  line-height: 1.42857;
}
.um-ac-verify .buttons-set {
  border: none;
  margin: 0;
  padding: 25px 0 0 0;
}
.um-ac-verify .buttons-set .button {
  text-transform: uppercase;
  margin: 0 5px;
  font-size: 16px;
  background: #1979c3;
  padding: 13px 28px;
  text-decoration: none;
  display: inline-block;
  transition: 300ms all 0s;
  -webkit-transition: 300ms all 0s;
  line-height: 0.8;
  border: 0;
  border-radius: 3px;
}
.um-ac-verify .buttons-set .button.valid-age {
  color: #FFFFFF;
}
.um-ac-verify .buttons-set .button.not-valid-age {
  background: #e0711;
  color: #FFFFFF;
}
.um-ac-verify p.small {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #cccccc;
  margin: 0;
  font-weight: bold;
  padding: 10px;
}
.um-ac-not-verify .not-verify {
  min-width: 500px;
  padding: 10px 0;
}
.um-ac-not-verify .notverify-txt {
  font-size: 20px;
  margin: 13px auto;
  color: #FFFFFF;
  max-width: 200px;
  padding: 6px 0 6px 0;
  border-top: 2px solid #fff;
  -webkit-border-top: 2px solid #fff;
}
.cms-page-view .age-pop-up {
  display: none;
}
.cms-page-view .not-verify {
  display: none;
}
cms-index-index .age-pop-up {
  display: none;
}
cms-index-index .not-verify {
  display: none;
}
.um-ac-content-dob {
  padding: 25px;
}
.umageverifydob-img-notice {
  position: absolute;
  z-index: 4;
  max-width: 50px;
  max-height: 50px;
}
#mpfotorama {
  position: absolute;
}
#umageverifydob-popup {
  display: none;
}
#umageverifydob-popup-content {
  background: #ffffff;
  max-width: 800px;
  margin: 0 auto;
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  text-align: center;
}
.umageverifydob-popup-title {
  font-weight: 700;
  background: #61bb61;
  padding: 5px;
  font-size: 16px;
}
.umageverifydob-popup-logo {
  margin: 10px;
}
.umageverifydob-popup-logo img {
  display: block;
  margin: 0 auto;
}
.umageverifydob-verify-checkbox {
  margin: 15px;
}
.umageverifydob-verify-checkbox input {
  display: inline-block;
}
.umageverifydob-verify-checkbox label {
  display: inline-block;
}
.umageverifydob-verify-action {
  padding: 20px 0 10px 0;
}
.umageverifydob-verify-action .umageverifydob-confirm {
  font-size: 16px;
  padding: 10px;
  border: none !important;
  width: 20%;
  height: 100%;
  border-radius: 4px;
}
.umageverifydob-verify-action .umageverifydob-cancel {
  font-size: 16px;
  padding: 10px;
  border: none !important;
  width: 20%;
  height: 100%;
  color: #ffffff;
  margin-left: 20%;
  border-radius: 4px;
}
#umageverifydob-popup-dob {
  padding: 10px;
}
#umageverifydob-popup-dob .label {
  font-weight: 700;
  padding-bottom: 15px;
}
#umageverifydob-popup-dob .umageverifydob-select-wrapper {
  display: inline-table;
  width: 20%;
}
.ac-container {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  width: 360px;
  position: fixed;
  padding-top: 5px;
  background: #fff;
  z-index: 99999;
  opacity: 0;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 0px 0px #000;
  font-weight: normal;
  border-top: 0px solid #2997DF;
  background: #000;
}
.ac-container #leave-url {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 5px;
  font-size: 16px;
  background: #1979c3;
  padding: 13px 28px;
  text-decoration: none;
  display: inline-block;
  transition: 300ms all 0s;
  -webkit-transition: 300ms all 0s;
  line-height: 0.8;
  border: 0;
  border-radius: 4px;
}
.ac-container .um-ac-leave-actions {
  padding: 10px 0px;
}
.ac-container h2 {
  font-size: 36px;
  letter-spacing: -1px;
  border-bottom: 0px dashed #ccc;
  padding: 20px 0px;
  color: #ffffff;
  background: #2997DF;
  margin-bottom: 20px;
  margin-top: -8px;
}
.ac-container h3 {
  box-sizing: border-box;
  color: #649d09;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 26px;
}
.ac-container p {
  margin: 22px 0;
  padding: 0 32px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
  box-sizing: border-box;
}
.ac-container p strong {
  color: #ff1f1f;
}
.ac-container select {
  color: #555555;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  margin-right: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 34px;
  padding-left: 4px;
  width: 20%;
  vertical-align: middle;
}
.ac-container input {
  box-sizing: border-box;
  color: #555555;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.ac-container input.day {
  box-sizing: border-box;
  width: 45px;
  height: 34px;
}
.ac-container input.year {
  box-sizing: border-box;
  width: 70px;
  height: 34px;
}
.ac-container button {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px 10px 4px 10px;
  font-size: 16px;
  line-height: 25px;
  width: 120px;
  background: #2997DF;
  color: #ffffff;
  text-shadow: 1px 1px 0 #2997DF;
  margin-left: 8px;
  vertical-align: middle;
  box-shadow: none;
}
.ac-container button:hover {
  box-sizing: border-box;
  background: #82A711;
}
.ac-container .errors {
  box-sizing: border-box;
  margin: 0 0 0px 0;
  font-size: 14px;
  line-height: 16px;
  color: #ff1f1f;
}
.ac-container .errors ul {
  box-sizing: border-box;
  padding: 0 0 3px 0;
  margin: 0 0 0 0;
  list-style: none;
}
.ac-container .errors li {
  box-sizing: border-box;
  padding: 0 0 3px 0;
  margin: 0 0 0 0;
  list-style: none;
}
.ac-container .errors li span {
  box-sizing: border-box;
  font-size: 9px;
  background: #ebebeb;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  display: inline-block;
  color: #ff1f1f;
  font-weight: bold;
  text-align: center;
  margin-right: 5px;
  line-height: 13px;
  position: relative;
  top: -2px;
  text-shadow: 1px 1px 0 #fff;
  font-family: arial;
}
.ac-container .fields {
  box-sizing: border-box;
  clear: both;
  margin: 10px 0 10px 0;
}
.um-ac-layout1 #um-ac-footer-layout1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  border-top: 0px solid #ccc;
  padding: 10px 0px;
  margin: 0px 0px;
  color: #ffffff;
  background: #2997DF;
  margin-left: 0px;
}
.um-ac-layout1 .um-ac-footer a {
  color: #333333;
  font-size: 16px;
}
.um-ac-layout1 .um-ac-bottom {
  padding: 10px;
}
.um-ac-logo {
  padding-top: 20px;
}
.ac-overlay {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99998;
  opacity: 0;
  cursor: wait;
}
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
.modal-box {
  position: absolute;
  z-index: 1000;
  width: 75%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-box .modal-body {
  overflow: hidden;
}
.modal-box footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}
.modal-popup._inner-scroll .modal-content {
  overflow: visible;
}
.modal-popup #popup {
  position: relative;
  margin: 0 auto;
}
.modal-popup.ageverification-poup .modal-inner-wrap {
  background: rgba(0, 0, 0, 0.9);
  padding: 0px;
  color: #ffffff;
  z-index: 10000;
  min-height: 100px;
  text-align: center;
  width: auto;
  font-size: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0);
  -o-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  visibility: hidden;
  -webkit-visibility: hidden;
  -webkit-transition: 1.5s all 0s;
  -moz-transition: 1.5s all 0s;
  -ms-transition: 1.5s all 0s;
  -o-transition: 1.5s all 0s;
  transition: 1.5s all 0s;
}
.modal-popup.ageverification-poup .modal-footer {
  display: none;
}
.modal-popup.ageverification-poup .modal-footer button {
  display: none !important;
}
.modal-popup.ageverification-poup .action-close {
  display: none !important;
}
.modal-popup.ageverification-poup .modal-content {
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
}
.modal-popup.ageverification-poup .modal-header {
  display: none;
}
.modal-popup.ageverification-poup._show {
  -webkit-visibility: visible;
  visibility: visible;
}
.modal-popup.ageverification-poup._show .modal-inner-wrap {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-visibility: visible;
  margin: 0;
  background: transparent;
}
.popup-logo {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  padding: 16px 0px;
}
.notverify .notverify-text-desc {
  position: relative;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 1.42857;
  padding-top: 10px;
}
#preview-result-content .age-pop-up {
  display: block;
}
.um-ac-block-title h2.title {
  padding: 20px;
  margin: 0px;
}
.um-ac-nv-block-title h2.title {
  padding: 20px;
  margin: 0px;
}
.preview-result-content .modal-box {
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}
.preview-result-content .age-pop-up {
  display: block;
}
.preview-result-content .um-ac-layout2 .um-ac-nv-block-title {
  margin-top: 20px;
}
.preview-result-content .um-ac-layout2 .um-ac-verify {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.preview-result-content .um-ac-layout2 .um-ac-not-verify {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.preview-result-content .um-ac-layout3 .um-ac-nv-block-title {
  margin-top: 40px;
}
.preview-result-content .um-ac-layout3 .um-ac-verify {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.preview-result-content .um-ac-layout3 .um-ac-not-verify {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.preview-result-content .um-ac-layout1 .um-ac-nv-block-title {
  margin-top: 40px;
}
.preview-result-content .um-ac-layout1 .um-ac-verify {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.preview-result-content .um-ac-layout1 .um-ac-not-verify {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .modal-popup.ageverification-poup .modal-inner-wrap {
    max-width: 90%;
  }
  .verify {
    min-width: 350px;
    padding-top: 0;
  }
  .notverify {
    min-width: 170px;
    padding: 20px 0;
  }
  .notverify p {
    padding: 0;
  }
  .notverify p::before {
    font-size: 36px;
  }
  .notverify .notverify-text-desc {
    font-size: 17px;
  }
  .age-pop-up p.title {
    font-size: 24px;
  }
  .pop-cont .buttons-set {
    padding: 5px 0 0 0;
  }
  .pop-cont .buttons-set .button {
    padding: 14px 12px;
    font-size: 14px;
  }
  .notverify-txt {
    font-size: 16px;
    max-width: 150px;
  }
  .not-verify {
    min-width: 200px;
    padding: 10px 0;
  }
  .cancel-icon {
    background-size: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pop-cont .buttons-set .button {
    padding: 13px 12px;
    font-size: 14px;
  }
  .pop-cont p.small {
    font-size: 12px;
    line-height: 18px;
  }
  .notverify p {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 1.429;
    padding: 3px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .age-pop-up {
    width: 280px;
  }
  .age-pop-up img {
    max-width: 150px;
  }
  .age-pop-up .title {
    font-size: 20px;
  }
  .verify {
    min-width: 280px;
    padding-top: 0;
  }
  .notverify {
    min-width: 280px;
  }
  .notverify p {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 1.429;
    padding: 3px;
  }
  .pop-cont .buttons-set {
    padding: 14px;
  }
  .pop-cont .buttons-set .button {
    box-sizing: border-box;
    margin: 0;
    width: 49%;
    font-size: 13px;
    padding: 14px;
  }
  .pop-cont p.small {
    font-size: 12px;
    line-height: 18px;
  }
  .pop-cont p.small br {
    display: none;
  }
}
@media (max-width: 500px) {
  .ac-container {
    box-sizing: border-box;
    width: auto;
    margin-right: 20px;
    margin-left: 1px;
  }
  .ac-container select {
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  .ac-container input.day {
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  .ac-container input.year {
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  .ac-container button {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .um-ac-layout2 .um-ac-verify {
    width: 100% !important;
  }
  .um-ac-layout2 .ac-container {
    width: 100% !important;
  }
  .um-ac-layout3 .um-ac-verify {
    width: 100% !important;
  }
  .um-ac-layout3 .ac-container {
    width: 100% !important;
  }
  .um-ac-verify {
    width: 100% !important;
  }
  .ac-container {
    width: 100% !important;
  }
  .ac-container p {
    font-size: 16px;
    padding: 0px 10px;
  }
  .um-ac-terms {
    padding: 20px 20px;
  }
  .um-ac-terms label {
    font-size: 14px;
    white-space: normal;
  }
  .um-ac-footer {
    font-size: 14px;
  }
  .um-ac-footer a {
    color: #ffffff;
    width: auto !important;
    padding: 0px 10px;
  }
  .um-ac-content p {
    font-size: 16px;
    padding: 0px 10px;
  }
}
.mfp-bg {
  top: unset;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: unset;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../frontend/Swissup/argento-stripes/en_US/Ulmod_Ageverification/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../../../../../frontend/Swissup/argento-stripes/en_US/Ulmod_Ageverification/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../../../../frontend/Swissup/argento-stripes/en_US/Ulmod_Ageverification/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../../../../frontend/Swissup/argento-stripes/en_US/Ulmod_Ageverification/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../../../../frontend/Swissup/argento-stripes/en_US/Ulmod_Ageverification/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../../../../frontend/Swissup/argento-stripes/en_US/Ulmod_Ageverification/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* makes the font 33% larger relative to the icon container */
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa {
  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;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90 {
  filter: none;
}
:root .fa-rotate-180 {
  filter: none;
}
:root .fa-rotate-270 {
  filter: none;
}
:root .fa-flip-horizontal {
  filter: none;
}
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: inherit;
}
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-close:before {
  content: "\f00d";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before {
  content: "\f013";
}
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before {
  content: "\f03b";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before {
  content: "\f03e";
}
.fa-image:before {
  content: "\f03e";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before {
  content: "\f044";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before {
  content: "\f064";
}
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before {
  content: "\f071";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before {
  content: "\f085";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before {
  content: "\f09e";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before {
  content: "\f0c1";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before {
  content: "\f0e2";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before {
  content: "\f0e3";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before {
  content: "\f0e4";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before {
  content: "\f0e7";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before {
  content: "\f10b";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before {
  content: "\f112";
}
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before {
  content: "\f123";
}
.fa-star-half-full:before {
  content: "\f123";
}
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before {
  content: "\f152";
}
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before {
  content: "\f153";
}
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before {
  content: "\f156";
}
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before {
  content: "\f157";
}
.fa-rmb:before {
  content: "\f157";
}
.fa-yen:before {
  content: "\f157";
}
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before {
  content: "\f158";
}
.fa-rouble:before {
  content: "\f158";
}
.fa-rub:before {
  content: "\f158";
}
.fa-won:before {
  content: "\f159";
}
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before {
  content: "\f15a";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before {
  content: "\f191";
}
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before {
  content: "\f19c";
}
.fa-bank:before {
  content: "\f19c";
}
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before {
  content: "\f1b9";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before {
  content: "\f1ba";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before {
  content: "\f1cd";
}
.fa-life-buoy:before {
  content: "\f1cd";
}
.fa-life-saver:before {
  content: "\f1cd";
}
.fa-support:before {
  content: "\f1cd";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before {
  content: "\f1d0";
}
.fa-resistance:before {
  content: "\f1d0";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before {
  content: "\f1d1";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before {
  content: "\f1d7";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before {
  content: "\f1d9";
}
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before {
  content: "\f20b";
}
.fa-sheqel:before {
  content: "\f20b";
}
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before {
  content: "\f224";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before {
  content: "\f236";
}
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before {
  content: "\f23b";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before {
  content: "\f240";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before {
  content: "\f241";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before {
  content: "\f242";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before {
  content: "\f243";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before {
  content: "\f244";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before {
  content: "\f251";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before {
  content: "\f252";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before {
  content: "\f253";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before {
  content: "\f255";
}
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before {
  content: "\f2a4";
}
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before {
  content: "\f2a7";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before {
  content: "\f2b4";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * 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%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@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: #f2f5f7;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #ffffff;
    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;
}
/* This variable is used for body and navigation dropdowns */
/* To cover swiper-wrapper */
.lib-modal-popup .modal-inner-wrap {
  transform: translateY(20px);
  transition: all 0.2s;
}
.lib-modal-popup ~ .modals-overlay {
  transition: opacity 0.2s;
  opacity: 0;
}
.lib-modal-popup._show ~ .modals-overlay {
  opacity: 1;
}
.lib-button {
  border-width: 2px;
  border-color: #f54336;
  line-height: 18px;
}
.lib-button:focus,
.lib-button:active {
  border-width: 2px;
  border-color: #f54336;
}
.lib-button:hover {
  border-width: 2px;
  border-color: #f54336;
}
.lib-button-primary {
  line-height: 18px;
}
.abs-revert-secondary-color {
  border-width: 2px;
  border-color: #f54336;
  line-height: 18px;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active {
  border-width: 2px;
  border-color: #f54336;
}
.abs-revert-secondary-color:hover {
  border-width: 2px;
  border-color: #f54336;
}
.abs-action-button-as-link {
  text-transform: none;
  text-shadow: none;
  font-size: inherit;
  font-family: inherit;
}
.abs-action-button-as-link:focus,
.abs-action-button-as-link:active {
  text-shadow: none;
}
.abs-action-button-as-link:hover {
  text-shadow: none;
}
.lib-main-navigation-desktop .navigation li {
  position: relative;
}
.lib-main-navigation-desktop .navigation .level0 > .level-top {
  text-transform: none;
  font-family: inherit;
}
.lib-breadcrumbs {
  min-height: 42px;
}
.abs-actions-addto:before {
  font-size: 16px;
  line-height: 16px;
}
.header.wrapper.is_stuck {
  background: #101824;
}
.block.crosssell .product-item-info,
.block.upsell .product-item-info,
.block.related .product-item-info {
  width: auto;
}
.column.main .products-grid .product-items {
  margin-left: 1px;
}
.column.main .products-grid .product-item:nth-child(n) {
  margin: 0 0 -1px -1px;
  padding: 0;
}
.column.main .products-grid .product.swiper-slide {
  margin: 0;
}
.rating-summary .rating-result {
  text-align: left;
}
@media (max-width: 900px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    width: 35px;
    margin-right: 5px;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 40px;
  }
}
@media (min-width: 1025px) {
  #product-review-container {
    float: left;
    width: 60%;
  }
  #product-review-container .review-item:last-child {
    padding-bottom: 0;
  }
  .review-add {
    float: right;
    width: 35%;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .argento-tabs > .item.title > .switch,
  .product.data.items > .item.title > .switch,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product.data.items:not(.expanded,.collapsed) {
    padding: 0 !important;
    position: relative;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title {
    width: 200px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    transition: width 100ms ease-out, left 100ms ease-out;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title.active {
    width: 201px;
    left: 0;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title:nth-child(1) {
    top: 0px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title:nth-child(3) {
    top: 41px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title:nth-child(5) {
    top: 82px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title:nth-child(7) {
    top: 123px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title:nth-child(9) {
    top: 164px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title:nth-child(11) {
    top: 205px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title:nth-child(13) {
    top: 246px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title:nth-child(15) {
    top: 287px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title:nth-child(17) {
    top: 328px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title > .switch {
    transition: color 100ms ease-out, background-color 100ms ease-out;
    box-shadow: none;
    margin: 0;
    padding: 0 15px;
    line-height: 40px;
    border-style: solid;
    border-color: #e8ebf1;
    border-width: 1px 0 1px 1px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.title:not(.disabled) > .switch:active,
  .product.data.items:not(.expanded,.collapsed) > .item.title.active > .switch,
  .product.data.items:not(.expanded,.collapsed) > .item.title.active > .switch:focus,
  .product.data.items:not(.expanded,.collapsed) > .item.title.active > .switch:hover {
    box-shadow: none;
    margin: 0;
    padding: 0 15px;
  }
  .product.data.items:not(.expanded,.collapsed) > .item.content {
    width: auto;
    float: none;
    border: 1px solid #e8ebf1;
    border-width: 1px 0 0 1px;
    padding: 20px 10px 30px 20px;
    margin-top: 0px;
    margin-left: 200px;
    min-height: 273px;
  }
}
@media all and (min-width: 1200px), print {
  .is_stuck .product-info-sticky .price-box {
    display: block;
  }
}
@media (width: 768px) {
  .page-layout-checkout .opc-wrapper {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #f2f5f7;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #ffffff;
  }
  .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media (min-width: 768px) and (min-height: 740px) {
  .opc-sidebar {
    position: sticky;
    top: 15px;
  }
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 2px !important;
}
.swatch-option-tooltip .corner::after,
.swatch-option-tooltip-layered .corner::after {
  left: -16px !important;
}
.swatch-option-tooltip .title {
  font-size: 15px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 55px;
}
.form.search.advanced .group.price .addon .addafter {
  padding-top: 18px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  padding-top: 10px;
}
.form.search.advanced .fieldset > .field .addon input {
  width: 100%;
}
@media (min-width: 1280px) {
  .cms-index-index .navpro li.navpro-departments.home-expanded > a {
    background-color: #fafafa;
    color: #f54336;
    text-shadow: none;
  }
  .cms-index-index .navpro li.navpro-departments.home-expanded > a,
  .cms-index-index .navpro li.navpro-departments.home-expanded > a > .navpro-icon-caret {
    text-decoration: none;
  }
  .cms-index-index .navpro li.navpro-departments.home-expanded > a:before,
  .cms-index-index .navpro li.navpro-departments.home-expanded > a > .navpro-icon-caret:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #2e2e2e;
    content: '\f106';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .cms-index-index .navpro li.navpro-departments.home-expanded > a::before,
  .cms-index-index .navpro li.navpro-departments.home-expanded > a > .navpro-icon-caret::before {
    font-weight: bold;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .nav-sections .orientation-horizontal .level0 > .level-top {
    padding: 15px;
  }
}
.products-grid .product-item-photo,
.products-list .product-item-photo {
  text-align: center;
}
.products-grid .product-item-actions .action,
.products-list .product-item-actions .action,
.products-grid .product-item-actions button.action,
.products-list .product-item-actions button.action {
  border-radius: 3px;
}
.products-grid .product-item-actions .action.tocart,
.products-list .product-item-actions .action.tocart,
.products-grid .product-item-actions button.action.tocart,
.products-list .product-item-actions button.action.tocart {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.11);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij48c3R5bGU+LmF7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiNGRkY7c3Ryb2tlLWxpbmVjYXA6IHJvdW5kO30uYntmaWxsOiNGRkY7fTwvc3R5bGU+PGcgZmlsbD0ibm9uZSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiA5KSI+PHBvbHlsaW5lIHBvaW50cz0iMCAwIDUuMDIgMCA4LjggOS44MSAyMC42NCA5LjgxIDIyLjY0IDEuMjgiIGNsYXNzPSJhIi8+PHBhdGggZD0iTTExLjk4IDUuNUwxOC4wMiA1LjUiIGNsYXNzPSJhIi8+PGNpcmNsZSBjeD0iOS41IiBjeT0iMTMuNSIgcj0iMS41IiBjbGFzcz0iYiIvPjxjaXJjbGUgY3g9IjIwLjUiIGN5PSIxMy41IiByPSIxLjUiIGNsYXNzPSJiIi8+PC9nPjwvZz48L3N2Zz4=');
  width: 34px;
  height: 34px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: auto;
}
.products-grid .product-item-actions .action.towishlist,
.products-list .product-item-actions .action.towishlist,
.products-grid .product-item-actions button.action.towishlist,
.products-list .product-item-actions button.action.towishlist {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjAiIGhlaWdodD0iMTcuMjA2OTIxIiB2aWV3Qm94PSIwIDAgMjAgMTcuMjA2OTIxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzNyAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi4yICg1YzNlODBkLCAyMDE3LTA4LTA2KSI+IDxtZXRhZGF0YT48cmRmOlJERj48Y2M6V29yayByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxzb2RpcG9kaTpuYW1lZHZpZXcgcGFnZWNvbG9yPSIjZmZmZmZmIiBib3JkZXJjb2xvcj0iIzY2NjY2NiIgYm9yZGVyb3BhY2l0eT0iMSIgb2JqZWN0dG9sZXJhbmNlPSIxMCIgZ3JpZHRvbGVyYW5jZT0iMTAiIGd1aWRldG9sZXJhbmNlPSIxMCIgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTg1MyIgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAyNSIgc2hvd2dyaWQ9ImZhbHNlIiBpbmtzY2FwZTp6b29tPSIyNi4zNzUiIGlua3NjYXBlOmN4PSIxMi4wNTQ1MDIiIGlua3NjYXBlOmN5PSI4Ljc4MDczNDMiIGlua3NjYXBlOndpbmRvdy14PSI2NyIgaW5rc2NhcGU6d2luZG93LXk9IjI3IiBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJnNDU3OSIgLz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xNC42MjU5NDcpIj48cGF0aCBkPSJtIDE0LjQ3MzY5NSwxNC44MTU1ODcgYyAtMS4zMDMxNDgsMCAtMi41NTU3OTgsMC40ODQ3NDggLTMuNTI4NDE5LDEuMzY1Nzk0IEMgMTAuNTc1NzkzLDE2LjUxNTU4OSAxMC4yNTk0OSwxNi44OTU1OTggMTAsMTcuMzE1MDgzIDkuNzQwNTExOCwxNi44OTU1OTggOS40MjQyMTE5LDE2LjUxNTU4OSA5LjA1NDcyNywxNi4xODA4NTEgOC4wODIxMDI2LDE1LjMwMDMzNSA2LjgyOTQ1OTIsMTQuODE1NTg3IDUuNTI2MzAwNCwxNC44MTU1ODcgYyAtMi45MDIxMTQ3LDAgLTUuMjYzMTc0NzcsMi4zNjEwNjcgLTUuMjYzMTc0NzcsNS4yNjMxNzQgMCwxLjk1ODk2MiAwLjYwOTQ3NTY2LDMuNTA1Mjc0IDIuMDM3Mzc1MDcsNS4xNzEwNzUgMi4wNzQ3NDQxLDIuNDIxMDU5IDcuMzI1ODIzNSw2LjExNTgxIDcuNTQ4NDUwMSw2LjI3MjEzNiAwLjA0NTI4OCwwLjAzMjE2IDAuMDk4NDE0LDAuMDQ3NzcgMC4xNTEwNDkyLDAuMDQ3NzcgMC4wNTI2OCwwIDAuMTA2LC0wLjAxNiAwLjE1MSwtMC4wNDggMC4yMjMsLTAuMTU2IDUuNDc0LC0zLjg1MSA3LjU1LC02LjI3MiAxLjQzLC0xLjY2NiAyLjAzNywtMy4yMTIgMi4wMzcsLTUuMTcxIDAsLTIuOTAyIC0yLjM2LC01LjI2MyAtNS4yNjMsLTUuMjYzIHogbSAyLjgyNywxMC4wOTIgQyAxNS40NjEsMjcuMDUzIDEwLjg5LDMwLjM1IDEwLDMwLjk4NCA5LjExLDMwLjM1IDQuNTM4OSwyNy4wNTMgMi43LDI0LjkwOCAxLjM2MDUsMjMuMzQ1IDAuNzg5NCwyMS45IDAuNzg5NCwyMC4wNzkgYyAwLC0yLjYxMiAyLjEyNTI3LC00LjczNyA0LjczNjgsLTQuNzM3IDEuMTcyMSwwIDIuMywwLjQzNiAzLjE3NSwxLjIyOSAwLjQ0MSwwLjQgMC43OTg5LDAuODcxIDEuMDYzMSwxLjQwMiAwLjA4OSwwLjE3OCAwLjM4MjEsMC4xNzggMC40NzE1LDAgMC4yNjQsLTAuNTMwIDAuNjIyLC0xLjAwMiAxLjA2MywtMS40MDEgMC44NzQsLTAuNzkzIDIuMDAyLC0xLjIyOSAzLjE3NCwtMS4yMjkgMi42MTEsMCA0LjczNiwyLjEyNCA0LjczNiw0LjczNiAwLDEuODIyIC0wLjU3MSwzLjI2NiAtMS45MSw0LjgyOCB6IiBzdHlsZT0iZmlsbDpub25lO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTojOTc5Nzk3O3N0cm9rZS13aWR0aDowLjUyNjI1MTI2O3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiIC8+PC9nPjwvc3ZnPg==');
  width: 34px;
  height: 34px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.products-grid .product-item-actions .action.tocompare,
.products-list .product-item-actions .action.tocompare,
.products-grid .product-item-actions button.action.tocompare,
.products-list .product-item-actions button.action.tocompare {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij48ZyBzdHlsZT0iZmlsbDpub25lO29wYWNpdHk6MC41Ij48ZyBzdHlsZT0ic3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiM5Nzk3OTciPjxwYXRoIGQ9Ik02LjUgMTQuNUwyMS42MyAxNC41Ii8+PHBhdGggZD0iTTE0IDIyTDE0IDYuODciLz48L2c+PC9nPjwvc3ZnPgo=');
  width: 34px;
  height: 34px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.products-grid .product-item-actions .action.towishlist,
.products-list .product-item-actions .action.towishlist,
.products-grid .product-item-actions button.action.towishlist,
.products-list .product-item-actions button.action.towishlist,
.products-grid .product-item-actions .action.tocompare,
.products-list .product-item-actions .action.tocompare,
.products-grid .product-item-actions button.action.tocompare,
.products-list .product-item-actions button.action.tocompare {
  background-color: #fafafa;
  background-size: auto;
  padding: 0;
}
.products-grid .product-item-actions .action.towishlist::before,
.products-list .product-item-actions .action.towishlist::before,
.products-grid .product-item-actions button.action.towishlist::before,
.products-list .product-item-actions button.action.towishlist::before,
.products-grid .product-item-actions .action.tocompare::before,
.products-list .product-item-actions .action.tocompare::before,
.products-grid .product-item-actions button.action.tocompare::before,
.products-list .product-item-actions button.action.tocompare::before {
  display: none;
}
.products-grid .product-item-actions .action.towishlist:hover,
.products-list .product-item-actions .action.towishlist:hover,
.products-grid .product-item-actions button.action.towishlist:hover,
.products-list .product-item-actions button.action.towishlist:hover,
.products-grid .product-item-actions .action.tocompare:hover,
.products-list .product-item-actions .action.tocompare:hover,
.products-grid .product-item-actions button.action.tocompare:hover,
.products-list .product-item-actions button.action.tocompare:hover {
  background-color: #e1e1e1;
}
.products-grid .product-item-actions .stock.unavailable,
.products-list .product-item-actions .stock.unavailable {
  min-width: 125px;
}
.product-item .price-box .price {
  font-size: 17px;
  font-weight: 600;
}
.product-item .price-box .old-price .price {
  font-weight: normal;
  font-size: 1.4rem;
}
.product-item .price-box .map-show-info,
.product-item .price-box .msrp-message {
  display: block;
}
.products-list .product-item .price-box .map-show-info {
  display: inline;
}
.products-list .product-item .product-item-actions .stock.unavailable {
  margin-top: 18px;
}
.products-list .product-item-details {
  padding-left: 20px;
}
.block-compare .block-title [role="heading"] {
  font-size: 16px;
  color: #2e2e2e;
  font-weight: bold;
  text-transform: none;
}
.block-compare .actions-toolbar .secondary a {
  margin: 0;
  line-height: 46px;
}
.sidebar .block-title:not(.filter-title) {
  border-bottom: 1px solid #e9ecf1;
  padding-bottom: 8px;
}
.sidebar .block .block-title [role="heading"] {
  text-transform: none;
}
/* Force add reveiw form on big screens under reviews */
@media (min-width: 1025px) {
  #product-review-container {
    float: none;
    width: 100%;
  }
  #product-review-container .review-item:last-child {
    padding: 30px 0;
  }
  .review-add {
    float: none;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .contact.form .field.email {
    width: calc(50% - 22px / 2);
    float: left;
  }
  .contact.form .field.telephone {
    width: calc(50% - 22px / 2);
    float: right;
  }
  .contact.form .field.comment {
    clear: both;
  }
}
.prolabels-wrapper .absolute {
  z-index: 2;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5.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,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .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),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .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),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .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) + *,
  .magento-payments-review-discount .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: 54px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .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,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form: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,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form: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,
  .page-header .header.panel:after,
  .header.content: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 22px;
  }
  .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-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;
  }
  .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: -27.5px;
  }
  .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: '\f02f';
    font-family: 'FontAwesome';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .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),
  .sidebar .product-items .product-item-info .prolabels-wrapper > div,
  .sidebar .product-items .product-item-info .product-item-actions,
  .is_stuck.box-tocart .paypal.checkout {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5.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: -17 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 #e5e5e5;
  }
  .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: 33px;
    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,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 22px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 2.5rem;
  }
  .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: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    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: 15px;
  }
  .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: 15px;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 15px;
  }
  .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: 15px;
  }
  .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: 27.5px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    font-size: 15px;
    font-weight: bold;
    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;
    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: #ffffff;
    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: #f54336;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff7a0e;
    border-style: solid;
    border-width: 0;
    color: #f54336;
    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: '\f107';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5.5px 5.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: #e5e5e5;
    color: #e5e5e5;
    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: #000c12;
    padding: 8px 10px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #efefef;
    color: #f54336;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff7a0e;
    border-style: solid;
    border-width: 0;
    color: #000000;
  }
  .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: '\f105';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .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: '\f0d7';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .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;
  }
  .navigation li {
    position: relative;
  }
  .navigation .level0 > .level-top {
    text-transform: none;
    font-family: inherit;
  }
  .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: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    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: 44px;
    font-size: 1.6rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #e8ebf1;
    border-bottom: none;
    height: 44px;
    padding: 1px 25px 1px 25px;
  }
  .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: #2e2e2e;
    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: #2e2e2e;
    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: 47px;
    padding: 35px 25px 35px 25px;
    border: 1px solid #e8ebf1;
  }
  .product.data.items:not(.accordion) > .item.title > .switch,
  .product.data.items.collapsed > [role=tablist] > .item.title > .switch {
    border-color: #e8ebf1;
    margin-top: 0px;
  }
  .product.data.items:not(.accordion) > .item.title.active > .switch,
  .product.data.items.collapsed > [role=tablist] > .item.title.active > .switch,
  .product.data.items:not(.accordion) > .item.title.active > .switch:focus,
  .product.data.items.collapsed > [role=tablist] > .item.title.active > .switch:focus,
  .product.data.items:not(.accordion) > .item.title.active > .switch:hover,
  .product.data.items.collapsed > [role=tablist] > .item.title.active > .switch:hover {
    border-color: #e8ebf1;
    z-index: 3;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-top: 0;
  }
  .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 #e8ebf1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #e5e5e5;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #e5e5e5;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 16.5px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products-grid .product-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products-grid .product-items .product-item {
    flex-grow: 1;
  }
  .ajaxpro-modal-dialog.ajaxpro-popup-simple:not(.ajaxpro-modal-dialog-slide) .modal-inner-wrap {
    max-width: 400px;
  }
  .ajaxpro-modal-dialog.modal-popup.modal-slide .modal-footer {
    text-align: center;
    justify-content: center;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide {
    left: auto;
    max-width: 95%;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide .ajaxpro-continue-button {
    display: none;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .modal-inner-wrap {
    max-width: 600px;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity {
    flex-direction: column;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-1,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-2 {
    width: 100%;
    border: 0;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .actions button {
    margin: 5px 0;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart {
    width: 100%;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.price,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.price,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.subtotal,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.subtotal,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.qty,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.qty {
    font-size: 1.3rem;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .product-item-photo,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .product-item-photo {
    max-width: 80px;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-discount #block-discount {
    min-width: 200px;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-discount #coupon_code {
    min-width: 155px;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-minicart {
    max-width: 420px;
    width: 100%;
  }
  .breeze-gallery .images {
    overflow: visible;
    flex-wrap: wrap;
  }
  .breeze-gallery .images .item {
    width: calc((100% - (var(--gallery-columns-gap) * var(--gallery-columns-count) - var(--gallery-columns-gap))) / var(--gallery-columns-count));
  }
  .block-swissup-ajaxsearch-results .grid {
    display: flex !important;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper {
    min-width: 450px;
    flex-grow: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 33.333%));
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info {
    border-bottom: none;
    margin: 0;
    box-sizing: border-box;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info .product-item-photo,
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info .product-item-details {
    max-width: none;
    display: block;
    text-align: center;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info .product-info-stock-sku {
    justify-content: center;
  }
  .block-swissup-ajaxsearch-results .grid .custom-item-info-wrapper {
    order: -1;
    flex-grow: 1;
    min-width: 170px;
    max-width: 250px;
  }
  ul.select2-results__options > li.select2-results__option {
    margin: 0;
    padding: 1px 6px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper {
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    border: 0;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 2px solid #d8d8d8;
    margin-right: -1px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    max-width: 30%;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper + .origin .input-text {
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container + .select2-container {
    right: auto !important;
    left: 0 !important;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container + .select2-container--open .select2-dropdown {
    right: auto;
    left: -1px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown {
    min-width: 250px;
    max-width: 450px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before {
    left: 15px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after {
    left: 14px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results {
    padding: 3px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options {
    padding-right: 3px;
    -webkit-overflow-scrolling: touch;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #ededed;
    border-radius: 4px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 4px;
  }
  .block-swissup-ajaxsearch .select2-container,
  .block-swissup-ajaxsearch .select2-container .select2-selection--single,
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
  }
  .block-swissup-ajaxsearch .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .block-swissup-ajaxsearch .select2-container--default {
    color: #14151c;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: currentColor;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: auto;
    line-height: normal;
    color: #14151c;
  }
  .block-swissup-ajaxsearch .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: currentColor;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-search--dropdown .select2-search__field {
    box-shadow: none;
    height: auto;
  }
  .block-swissup-ajaxsearch.block-search .actions .action.search {
    display: block;
    position: absolute;
    top: 0;
  }
  .block-swissup-ajaxsearch.block-search .field.search {
    display: flex;
    flex-wrap: nowrap;
  }
  .block-swissup-ajaxsearch.block-search .field.search .origin {
    flex-grow: 1;
  }
  .block-swissup-ajaxsearch ._block-content-loading {
    position: static;
  }
  .block-swissup-ajaxsearch .loading-mask {
    right: 72px;
  }
  .swissup-ajaxsearch-folded-loading .header .block.block-search,
  .block-search.block-swissup-ajaxsearch.folded {
    width: 32px;
    height: 45px;
    opacity: 0;
    padding: 0;
  }
  .swissup-ajaxsearch-folded-loading .header .block.block-search .field.search,
  .block-search.block-swissup-ajaxsearch.folded .field.search {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .swissup-ajaxsearch-folded-loading .header .block.block-search .action.search,
  .block-search.block-swissup-ajaxsearch.folded .action.search {
    width: 32px;
    height: 45px;
    right: 0;
  }
  .swissup-ajaxsearch-folded-loading .header .block.block-search .action.search:before,
  .block-search.block-swissup-ajaxsearch.folded .action.search:before {
    font-size: 19px;
  }
  .block-search.block-swissup-ajaxsearch.folded {
    opacity: 1;
  }
  .block-search.block-swissup-ajaxsearch.folded .field.search {
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
  }
  .block-search.block-swissup-ajaxsearch.folded .input-inner-wrapper .close {
    display: none;
    /* used for fullscreen mode only */
    width: 24px;
    height: 24px;
  }
  .block-search.block-swissup-ajaxsearch.folded .actions {
    z-index: 1001;
  }
  .block-search.block-swissup-ajaxsearch.folded .actions .action.close {
    position: absolute;
    z-index: 1001;
    top: 10.5px;
    right: 4px;
  }
  .block-search.block-swissup-ajaxsearch.folded .action.search .loading-mask {
    display: none;
  }
  .block-search.block-swissup-ajaxsearch.folded.shown .field.search {
    opacity: 1;
    width: auto;
    height: auto;
    visibility: visible;
    overflow: visible;
    min-width: 350px;
    padding: 10px 10px;
    top: -10px;
    transition: 300ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.folded.shown .action.search {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    right: 2px;
  }
  .block-search.block-swissup-ajaxsearch.folded.shown .actions .action.close {
    width: 24px;
    height: 24px;
    transition: 300ms opacity ease-in-out;
    opacity: 1;
    overflow: visible;
  }
  .ajaxsearch-mask {
    opacity: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0);
    z-index: 999;
  }
  .ajaxsearch-mask.shown {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    transition: 300ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.inline .field.search {
    background-color: transparent;
  }
  .block-search.block-swissup-ajaxsearch.inline .field.search .input-text {
    box-shadow: none;
  }
  .block-search.block-swissup-ajaxsearch.inline .swissup-ajaxsearch-filter-category-wrapper {
    flex-shrink: 0;
    min-width: 90px;
    width: 90px;
    margin-right: -90px;
  }
  .block-search.block-swissup-ajaxsearch.inline .swissup-ajaxsearch-filter-category-wrapper + .origin .input-text {
    padding-left: 95px;
    border-radius: 2px;
  }
  .block-search.block-swissup-ajaxsearch.inline.shown .field.search {
    left: auto;
    right: -10px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .select2-selection--single {
    font-size: 40px;
    font-weight: 600;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .control,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-wrapper,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .twitter-typeahead {
    height: 100%;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text {
    border: 0;
    box-shadow: none;
    background: #ffffff;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text::placeholder {
    color: #cacaca;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .swissup-ajaxsearch-filter-category-wrapper {
    border: 0;
    background: #ffffff;
    border-right: 4px solid #333333;
    min-width: 140px;
    max-width: 200px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .input-inner-wrapper .action.close {
    display: flex;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen.shown {
    z-index: 9999;
    position: static;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen.shown .field.search {
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    padding-left: 10%;
    padding-right: 10%;
    transition: 0ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen.shown .actions .action.close {
    display: none !important;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results {
    margin-top: 10px;
    padding-top: 10px;
    border: 0;
    border-top: 0;
    box-shadow: none;
    filter: none;
    max-width: none;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results::before,
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results::after {
    display: none;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results .tt-dataset {
    max-height: none;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results .list {
    font-size: 1.5rem;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .ajaxsearch-mask {
    background: #ffffff;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .ajaxsearch-mask.shown {
    transition: 0ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 7px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
  }
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
  }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
  }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-search--inline {
    float: left;
  }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
  }
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
  }
  .select2-results {
    display: block;
  }
  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-results__option[aria-selected] {
    cursor: pointer;
  }
  .select2-container--open .select2-dropdown {
    left: 0;
  }
  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-search--dropdown {
    display: block;
    padding: 4px;
  }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
  }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-search--dropdown.select2-search--hide {
    display: none;
  }
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
  }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
  }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
  }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
  }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0;
  }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
  }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
  }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
  }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
  }
  .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
  }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
  }
  .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
  }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
  }
  .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
  }
  .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
  }
  .select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
  }
  .select2-container--classic .select2-dropdown--above {
    border-bottom: none;
  }
  .select2-container--classic .select2-dropdown--below {
    border-top: none;
  }
  .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--classic .select2-results__option[role=group] {
    padding: 0;
  }
  .select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
  }
  .select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
  }
  .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
  }
  .product.data.items .block.crosssell .products-grid .product-item {
    width: 25%;
    margin: 0;
  }
  .product.data.items .block.crosssell .product-item-actions {
    margin-top: 10px;
  }
  .product.data.items.collapsed > [role=tablist] {
    float: left;
    overflow-x: visible;
  }
  .product.data.items.collapsed > [role=tablist] > .item.title > .switch {
    padding: 1px 25px 1px 25px;
  }
  .product.data.items.accordion {
    margin: 0;
    padding: 0;
  }
  .product.data.items.accordion > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items.accordion > .item.title > .switch {
    display: block;
  }
  .product.data.items.accordion > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items.accordion > .item.content:before,
  .product.data.items.accordion > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.accordion > .item.content:after {
    clear: both;
  }
  .product.data.items.accordion > .item.content.active {
    display: block;
  }
  .product.data.items.accordion > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items.accordion > .item.title > .switch {
    background: #fafafa;
    border-bottom: 1px solid #e8ebf1;
    border-left: 1px solid #e8ebf1;
    border-right: 1px solid #e8ebf1;
    border-top: 1px solid #e8ebf1;
    height: 44px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 44px;
    font-size: 1.8rem;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:active,
  .product.data.items.accordion > .item.title.active > .switch,
  .product.data.items.accordion > .item.title.active > .switch:focus,
  .product.data.items.accordion > .item.title.active > .switch:hover {
    color: #333333;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .product.data.items.accordion > .item.content {
    background: #ffffff;
    margin: -6px 0 5px;
    padding: 10px 10px 33px;
  }
  .product.data.items.accordion > .item.title.active > .switch,
  .product.data.items.accordion > .item.title.active > .switch:focus,
  .product.data.items.accordion > .item.title.active > .switch:hover {
    padding: 1px 10px 1px 10px;
  }
  .product.data.items.accordion > .item.title a::after {
    display: block !important;
  }
  .product.data.items.accordion > .item.content:not([aria-hidden]) {
    display: none;
  }
  .product.data.items.expanded {
    display: flex;
    flex-flow: row wrap;
  }
  .product.data.items.expanded > .item.title {
    width: 25%;
    padding: 0rem 5px 0rem 5px;
  }
  .product.data.items.expanded > .item.content {
    border-top: 1px solid #e8ebf1;
    width: calc(75% - 1px);
    padding: 2rem 0.5rem 2rem 0.5rem;
  }
  .product.info.detailed .tabs-toolbar {
    background: #ffffff;
    box-shadow: 0 1px 0 #e8ebf1;
    top: 0;
    z-index: 99;
    display: flex;
    position: sticky;
    text-align: center;
  }
  .product.info.detailed .tabs-toolbar-item {
    color: currentColor;
    font-weight: bold;
    margin: 0;
    padding: 1rem 2rem;
    text-transform: uppercase;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product.info.detailed .tabs-toolbar-item.active {
    background: #ffffff;
    box-shadow: 0 2px 0 currentColor;
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > .item.title {
    visibility: hidden;
    height: 0;
    width: 100%;
    border: 0;
    padding: 0;
    overflow: hidden;
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > .item.content {
    width: 100%;
  }
  .product.featured-attributes {
    display: block;
  }
  .block.newsletter .form.subscribe.hidden-consents > .field,
  .block.newsletter .form.subscribe.visible-consents > .field,
  .block.newsletter .form.subscribe.hidden-consents > .actions,
  .block.newsletter .form.subscribe.visible-consents > .actions {
    float: none;
  }
  .cookie-bar-mode-minimalistic .cookie-bar-container {
    flex-direction: row;
    align-items: center;
  }
  .cookie-bar-mode-minimalistic .cookie-bar-buttons {
    justify-content: flex-end;
    max-width: 50%;
  }
  .cookie-settings-multicols .cookie-groups {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cookie-settings-multicols .cookie-group {
    width: calc(50% - 7px);
  }
  .cookie-settings-multicols .cookie-group-description {
    min-height: 85px;
  }
  .table.grouped .col.qty {
    width: 30%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 10px 0 33px;
  }
  .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 #e5e5e5;
  }
  .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 #e5e5e5;
  }
  .paypal-review-discount .block {
    margin-bottom: 16.5px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 44px;
  }
  .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: 46px;
  }
  .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 22px;
    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: 22px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: transparent;
    box-shadow: none;
    color: #5e5e5e;
    border: 1px solid #e5e5e5;
    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: rgba(0, 0, 0, 0);
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #e5e5e5;
  }
  .modes-mode.active {
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    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: 14px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\f009';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\f00b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15.5px;
  }
  .product-info-main .product-add-form {
    padding-top: 22px;
  }
  .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: 24px;
  }
  .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: 27.5px;
  }
  .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: 54px;
    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;
    text-transform: none;
    color: #333333;
    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: #757575;
    content: '\f002';
    font-family: 'FontAwesome';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .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,
  .block-search .action.search:active {
    color: #333333;
  }
  .block-search .action.search:hover {
    color: #333333;
  }
  .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: 22px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 22px 27.5px;
    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 22px;
    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 22px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 22px;
    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: 27.5px;
  }
  .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: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 22px;
    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: #efefef;
    border: 1px solid #efefef;
    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: #efefef;
    border: 1px solid #efefef;
    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: #d4180b;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d4180b;
  }
  .opc-progress-bar-item._complete > span {
    color: #f54336;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'FontAwesome';
    content: '\f00c';
  }
  .opc-progress-bar-item._active:before {
    background: #efefef;
    border-color: #efefef;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #efefef;
    border-color: #efefef;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #efefef;
    content: '\f00c';
    font-family: 'FontAwesome';
  }
  .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 22px;
  }
  .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: 22px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 22px;
    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: 101;
    -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: 3rem;
    border-bottom: 0;
    margin-bottom: 27.5px;
  }
  .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 #e8ebf1;
  }
  .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 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #e8ebf1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 44px;
  }
  .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 22px 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: 33px;
  }
  .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: 16px;
    margin-bottom: 22px;
    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: 22px;
    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: 24px;
  }
  .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: -22px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 22px;
    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 + 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 #cccccc;
    border-radius: 2px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 54px;
    line-height: 1.42857143;
    padding: 15px 18px;
    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.4rem;
    margin: 0 0 0 5.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.4rem;
    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: 28px;
    line-height: 14px;
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .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: 22px;
    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 #e8ebf1;
    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: 22px 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: 22px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 22px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 22px;
  }
  .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: 0 solid #e5e5e5;
  }
  .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: 0 solid #e5e5e5;
  }
  .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 #e5e5e5;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 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: 22px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #e8ebf1;
    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: 22px;
  }
  .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: 44px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 33px;
  }
  .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 #e5e5e5;
  }
  .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: 27.5px;
    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: 5.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 22px 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 #e5e5e5;
    padding: 5.5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5.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: 16px;
    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: 27.5px;
    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: 27.5px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #4c515a;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5.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: 5.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 #ff7a0e;
    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: 27.5px;
  }
  .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: 15.5px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 16px;
    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 22px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 22px 2px 22px;
  }
  .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%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #4c515a;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\f107';
    font-family: 'FontAwesome';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\f106';
    font-family: 'FontAwesome';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 0;
    margin-top: 4px;
    min-width: 160px;
    z-index: 102;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    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;
    text-transform: none;
    color: #333333;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    color: #333333;
  }
  .customer-welcome .action.switch:hover {
    color: #333333;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\f106';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5.5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5.5px 0 5.5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 33px 22px 0;
  }
  .logo {
    margin: -8px auto 27.5px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #262c34;
    margin-top: auto;
    padding-bottom: 27.5px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 22px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 15px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #ffffff transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .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: 22px 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;
  }
  .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;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    text-align: center;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .argento-tabs {
    position: relative;
    z-index: 1;
  }
  .argento-tabs:before,
  .argento-tabs:after {
    content: '';
    display: table;
  }
  .argento-tabs:after {
    clear: both;
  }
  .argento-tabs > .item.title,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title {
    float: left;
    width: auto;
  }
  .argento-tabs > .item.title > .switch,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title strong {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .argento-tabs > .item.content,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .argento-tabs > .item.content:before,
  .argento-tabs > .item.content:after {
    content: '';
    display: table;
  }
  .argento-tabs > .item.content:after {
    clear: both;
  }
  .argento-tabs > .item.content.active {
    display: block;
  }
  .argento-tabs > .item.title,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title {
    margin: 0 -1px 0 0;
  }
  .argento-tabs > .item.title > .switch,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title strong {
    font-weight: 400;
    line-height: 44px;
    font-size: 1.6rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #e8ebf1;
    border-bottom: none;
    height: 44px;
    padding: 1px 25px 1px 25px;
  }
  .argento-tabs > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .argento-tabs > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .argento-tabs > .item.title > .switch:active {
    color: #2e2e2e;
    text-decoration: none;
  }
  .argento-tabs > .item.title:not(.disabled) > .switch:focus,
  .argento-tabs > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .argento-tabs > .item.title:not(.disabled) > .switch:active,
  .argento-tabs > .item.title.active > .switch,
  .argento-tabs > .item.title.active > .switch:focus,
  .argento-tabs > .item.title.active > .switch:hover,
  .argento-tabs:not(.argento-tabs-initialized) > *:first-child > .block-title strong {
    background: #ffffff;
    color: #2e2e2e;
    text-decoration: none;
  }
  .argento-tabs > .item.title.active > .switch,
  .argento-tabs > .item.title.active > .switch:focus,
  .argento-tabs > .item.title.active > .switch:hover,
  .argento-tabs:not(.argento-tabs-initialized) > *:first-child > .block-title strong {
    padding-bottom: 2px;
  }
  .argento-tabs > .item.content,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-content {
    background: #ffffff;
    margin-top: 47px;
    padding: 35px 25px 35px 25px;
    border: 1px solid #e8ebf1;
  }
  .argento-tabs:not(.accordion) > .item.title > .switch,
  .argento-tabs.collapsed > [role=tablist] > .item.title > .switch {
    border-color: #e8ebf1;
    margin-top: 0px;
  }
  .argento-tabs:not(.accordion) > .item.title.active > .switch,
  .argento-tabs.collapsed > [role=tablist] > .item.title.active > .switch,
  .argento-tabs:not(.accordion) > .item.title.active > .switch:focus,
  .argento-tabs.collapsed > [role=tablist] > .item.title.active > .switch:focus,
  .argento-tabs:not(.accordion) > .item.title.active > .switch:hover,
  .argento-tabs.collapsed > [role=tablist] > .item.title.active > .switch:hover {
    border-color: #e8ebf1;
    z-index: 3;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-top: 0;
  }
  .argento-tabs > .item.title,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title {
    cursor: pointer;
  }
  .argento-tabs > .block {
    margin: 0;
  }
  .argento-tabs > .widget {
    clear: none;
  }
  .page-layout-1column.catalogsearch-advanced-index .page-title-wrapper,
  .page-layout-1column.customer-account-create .page-title-wrapper,
  .page-layout-1column.customer-account-createpassword .page-title-wrapper,
  .page-layout-1column.customer-account-forgotpassword .page-title-wrapper,
  .page-layout-1column.customer-account-confirm .page-title-wrapper,
  .page-layout-1column.sales-guest-form .page-title-wrapper,
  .page-layout-1column.testimonials-index-new .page-title-wrapper,
  .page-layout-1column.customer-account-login .page-title-wrapper {
    text-align: center;
  }
  .abs-argento-wide-primary-action .actions-toolbar .primary {
    width: 100%;
  }
  .abs-argento-wide-primary-action .actions-toolbar .primary .action,
  .abs-argento-wide-primary-action .actions-toolbar .primary .button {
    width: 100%;
  }
  .abs-argento-wide-primary-action .actions-toolbar .primary button + button {
    margin-top: 10px;
  }
  .page-wrapper {
    max-width: none;
    margin: 0px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .page-layout-1column .filter .swatch-attribute-options {
    margin: 0;
    padding: 5.5px 10px;
  }
  .md-flex {
    display: flex;
  }
  .flex-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .flex-col > div + div,
  .flex-col-left > div + div,
  .flex-col-center > div + div,
  .flex-col-right > div + div {
    margin-left: 10px;
  }
  .flex-col.nowrap,
  .flex-col-left.nowrap,
  .flex-col-center.nowrap,
  .flex-col-right.nowrap {
    min-width: 0;
  }
  .flex-col-left {
    margin-right: auto;
  }
  .flex-col-center {
    padding: 0 10px;
    margin: 0 auto;
  }
  .flex-col-right {
    margin-left: auto;
  }
  .flex-grow-1.flex-col-left {
    justify-content: flex-start;
  }
  .flex-grow-1.flex-col-center {
    justify-content: center;
  }
  .flex-grow-1.flex-col-right {
    justify-content: flex-end;
  }
  .flex-grow-1 {
    align-items: center;
    display: flex;
    flex: 1;
  }
  .flex-grow-none {
    flex: none;
  }
  .header.panel > .header.links > li.welcome::before {
    content: ' ';
    display: inline-block;
    min-height: 1em;
  }
  .header.panel > .header.links > li.welcome a {
    color: #a9a9a9;
    text-decoration: underline;
  }
  .logo {
    margin-right: 10px;
    margin-left: 0;
  }
  .page-header .switcher.customer,
  .page-header .panel.wrapper .switcher.customer {
    display: inline-block;
    white-space: nowrap;
  }
  .page-header .switcher.customer .toggle,
  .page-header .panel.wrapper .switcher.customer .toggle {
    padding-right: 12px;
    cursor: pointer;
  }
  .page-header .switcher.customer .toggle .text,
  .page-header .panel.wrapper .switcher.customer .toggle .text {
    display: none;
  }
  .page-header .switcher.customer .options .action.toggle::after,
  .page-header .panel.wrapper .switcher.customer .options .action.toggle::after {
    content: '\f007';
    color: #757575;
    font-size: 22px;
    margin-left: 6px;
  }
  .page-header .switcher.customer .options .action.toggle a:hover,
  .page-header .panel.wrapper .switcher.customer .options .action.toggle a:hover,
  .page-header .switcher.customer .options .action.toggle a:active,
  .page-header .panel.wrapper .switcher.customer .options .action.toggle a:active {
    text-decoration: none;
  }
  .page-header .switcher.customer .options .action.toggle:hover::after,
  .page-header .panel.wrapper .switcher.customer .options .action.toggle:hover::after {
    color: #333;
  }
  .page-header div.wishlist {
    display: inline-block;
  }
  .page-header div.wishlist a:hover,
  .page-header div.wishlist a:active {
    text-decoration: none;
  }
  .page-header div.wishlist .text {
    display: none;
  }
  .page-header div.wishlist .icon {
    font-style: normal;
    display: inline-block;
    text-decoration: none;
  }
  .page-header div.wishlist .icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #757575;
    content: '\f004';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .page-header div.wishlist .icon:hover:before {
    color: #333333;
  }
  .page-header div.wishlist .icon:active:before {
    color: #333333;
  }
  .header.content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-header .switcher {
    order: initial;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before,
  .minicart-wrapper .action.showcart:after,
  .minicart-wrapper .action.showcart.active:after {
    line-height: 30px;
  }
  .block-search {
    z-index: 90;
  }
  .block-search input {
    font-size: inherit;
  }
  .block-search .action.search:before {
    line-height: 30px;
  }
  .block-search .control {
    position: static;
    border-bottom: none;
  }
  .customer-welcome .action.switch {
    color: inherit;
  }
  .customer-welcome .action.switch:hover,
  .customer-welcome .action.switch:focus {
    color: inherit;
  }
  .customer-welcome .action.switch:after {
    font-size: 14px;
    line-height: inherit;
  }
  .page-header .nav-sections {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .page-header.configurable .header.content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-header.configurable .header.content .nav-sections {
    margin-bottom: 0;
  }
  .page-header.configurable .switcher {
    float: none;
    order: initial;
    margin-right: 0;
  }
  .page-header.configurable .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .page-header.configurable .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .page-header.configurable .header.links > li {
    margin: 0 0 0 15px;
  }
  .page-header.configurable .header.links > li > a {
    color: #a9a9a9;
  }
  .page-header.configurable .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .page-header.configurable .logo {
    max-width: none;
    margin: 0 auto;
  }
  .page-header.configurable .header.bottom {
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-header.configurable [class*="flex-col-"]:has(.nav-sections) {
    display: flex;
    flex-grow: 1;
  }
  .page-header.configurable .flex-col-left .block-search.block-swissup-ajaxsearch.inline.shown .field.search {
    left: 0;
    right: auto;
  }
  .page-header.configurable .flex-col-left .block-search.block-swissup-ajaxsearch.inline.shown .action.close {
    left: 330px;
  }
  .page-header.configurable .flex-col-left .switcher .options ul.dropdown,
  .page-header.configurable .flex-col-left .minicart-wrapper .block-minicart {
    left: 0;
    right: auto;
  }
  .page-header.configurable .flex-col-left .switcher .options ul.dropdown:before,
  .page-header.configurable .flex-col-left .minicart-wrapper .block-minicart:before {
    left: 10px;
    right: auto;
  }
  .page-header.configurable .flex-col-left .switcher .options ul.dropdown:after,
  .page-header.configurable .flex-col-left .minicart-wrapper .block-minicart:after {
    left: 9px;
    right: auto;
  }
  .page-footer {
    padding-bottom: 0;
  }
  .footer.content .links {
    padding: 0;
  }
  .footer.content .links > li {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .footer.content ul {
    padding-right: 30px;
  }
  .navigation li {
    margin: 0;
  }
  .navigation:has(:focus-visible) .ui-state-active {
    outline: 2px solid;
  }
  .navigation .ui-menu:focus-visible:has(.ui-state-active) {
    outline: none;
  }
  .flex-row .nav-sections {
    width: 100%;
  }
  .navigation .parent > a {
    display: inline-block;
    text-decoration: none;
  }
  .navigation .parent > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    content: '\f105';
    font-family: 'FontAwesome';
    margin: 0 0 0 3px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .navigation .parent > a:after {
    float: right;
    line-height: normal;
  }
  .navigation .parent.level-top > a:after {
    content: '\f107';
  }
  .navigation .parent.level-top > a:after {
    float: none;
    vertical-align: baseline;
  }
  .navigation .parent .ui-menu-icon::after {
    display: none !important;
  }
  .nav-sections.is_stuck {
    z-index: 505;
  }
  .minicart-wrapper .block-minicart {
    width: 300px;
  }
  .page-products.page-layout-1column .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item {
    width: calc(100%/4 - -1px - 0.1px);
  }
  .page-products .products-grid .product-item,
  .products-grid .product-item,
  .block.widget .products-grid .product-item {
    width: calc(100%/3 - -1px - 0.1px);
  }
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: calc(100%/3 - -1px - 0.1px);
  }
  .block.crosssell .products-grid .product-item {
    width: calc(100%/3 - -1px - 0.1px);
  }
  .page-layout-1column .block.upsell .products-grid .product-item,
  .page-layout-1column .block.related .products-grid .product-item {
    width: calc(100%/4 - -1px - 0.1px);
  }
  .block.upsell .products-grid .product-item,
  .block.related .products-grid .product-item {
    width: calc(100%/3 - -1px - 0.1px);
  }
  .page-layout-3columns .block.upsell .products-grid .product-item,
  .page-layout-3columns .block.related .products-grid .product-item {
    width: calc(100%/3 - -1px - 0.1px);
  }
  .modes-mode {
    border-color: #d8d8d8;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d8d8d8;
  }
  .products-grid .product-item-actions {
    display: table;
    width: 100%;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0 0 15px;
  }
  .wishlist-index-index .product-item-inner {
    position: static;
    border: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: block;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: 0;
  }
  .filter .block-subtitle {
    padding-left: 0;
    padding-right: 0;
  }
  .page-layout-1column .toolbar-products {
    box-sizing: border-box;
  }
  .page-layout-1column .filter.block {
    border: 0;
    margin: 20px 0;
  }
  .page-layout-1column .filter-options-title {
    background-color: transparent;
    padding: 7px 10px;
  }
  .page-layout-1column .filter-options-title:after {
    position: static;
    margin-left: 7px;
  }
  .page-layout-1column .filter-options-content {
    padding: 6px;
    border-radius: 2px;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
    border: 0;
  }
  .page-layout-1column .filter-options-item {
    margin-right: 10px;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 4;
  }
  .page-layout-1column .filter-options-item.active::before {
    border-bottom-color: #ffffff;
    bottom: 0;
  }
  .page-layout-1column.emulate-1column-filters .block.filter {
    margin: 0;
  }
  .page-layout-1column.emulate-1column-filters .filter-content {
    margin: 0;
  }
  .sidebar .product-items .product-item-info {
    padding: 0;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: static;
    max-width: 75px;
    clear: left;
  }
  .sidebar .product-items .product-item-info .product-item-details {
    text-align: left;
  }
  .breadcrumbs ~ .page-main > .messages .message {
    margin-top: 0;
  }
  .block.newsletter .field.newsletter {
    max-width: none;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: none;
  }
  .jumbotron .stub {
    border-width: 31px 51px 0;
    margin-left: -51px;
  }
  .jumbotron .stub:after {
    border-width: 30px 50px 0;
    top: -31px;
    margin-left: -50px;
  }
  .jumbotron .cover .triangle {
    border-bottom-width: 30px;
  }
  .jumbotron .cover .left {
    border-right: 49px solid transparent;
  }
  .jumbotron .cover .right {
    border-left: 49px solid transparent;
  }
  .stub ~ .container,
  .stub + .h2 {
    padding-top: 15px;
  }
  .cover ~ .container {
    padding-bottom: 25px;
  }
  .argento-float-photo {
    float: right;
    margin: -35px -25px -35px 10px;
    max-width: 45%;
    position: relative;
  }
  .product.data.items.accordion .argento-float-photo {
    margin: -10px -10px 0 10px;
  }
  .product.data.items.expanded .argento-float-photo {
    margin: -2rem -0.5rem 0 10px;
  }
  .is_stuck.box-tocart {
    background: #ffffff !important;
    border-bottom: 1px solid #e8ebf1 !important;
    margin: 0 !important;
    padding: 10px 0 0 !important;
    position: fixed !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  .is_stuck.box-tocart .box-tocart-inner:before,
  .is_stuck.box-tocart .box-tocart-inner:after {
    content: '';
    display: table;
  }
  .is_stuck.box-tocart .box-tocart-inner:after {
    clear: both;
  }
  .is_stuck.box-tocart .field.qty {
    margin: 0;
  }
  .is_stuck.box-tocart .action.tocart,
  .is_stuck.box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 0;
  }
  .is_stuck .product-info-sticky {
    float: right;
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-height: 52px;
    width: 47%;
  }
  .is_stuck .product-info-sticky .info-inner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .is_stuck .product-info-sticky .photo {
    display: inline-block;
    vertical-align: middle;
  }
  .is_stuck .product-info-sticky .photo img {
    max-height: 52px;
    vertical-align: top;
  }
  .is_stuck .product-info-sticky .name {
    vertical-align: middle;
  }
  .is_stuck .product-info-sticky .price-box {
    display: none;
    padding: 0;
  }
  .is_stuck .product-info-sticky .price-box .price-container > span {
    margin: 0;
    font-size: 2rem;
  }
  .is_stuck .product-info-sticky .price-box .price-container .price {
    font-size: 2rem;
    font-weight: bold;
  }
  .is_stuck .box-tocart-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 10px 10px;
    width: auto;
  }
  .is_stuck .fieldset {
    float: left;
    margin: 0;
    padding: 0 0 0 80px;
    width: calc(50% - 80px);
  }
  .is_stuck .fieldset:last-child {
    margin: 0;
  }
  .is_stuck.box-tocart .field.qty,
  .is_stuck.box-tocart .actions > * {
    display: none;
  }
  .is_stuck.box-tocart .actions .tocart {
    display: inline-block;
    white-space: nowrap;
  }
  .customer-account-create .block-swissup-social-login {
    width: auto;
  }
  .customer-account-create .block-swissup-social-login .buttons {
    justify-content: center;
  }
  .customer-account-login .page.messages {
    text-align: center;
  }
  .customer-account-login .block-swissup-social-login .buttons {
    justify-content: center;
  }
  .login-container .block.block {
    float: none;
    margin-bottom: 0;
    width: auto;
  }
  .login-container .fieldset > .field > .control {
    width: auto;
  }
  .login-container .actions-toolbar > .primary {
    float: none;
    margin: 0;
    width: 100%;
  }
  .login-container .g-recaptcha {
    margin: 0 0 22px !important;
  }
  .checkout-cart-index .cart-summary .block.discount .label {
    display: none;
  }
  .checkout-cart-index .cart-container .cart.main.actions {
    text-align: left;
  }
  .page-layout-checkout:not(.firecheckout) .header.content,
  .page-layout-checkout:not(.firecheckout) .page-main {
    max-width: 1024px;
  }
  .page-layout-checkout .page-header .header.content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-layout-checkout .logo {
    margin: 0;
  }
  .page-layout-checkout .page-main {
    padding-top: 15px;
  }
  .opc-sidebar {
    margin: 0;
  }
  .opc-block-summary {
    padding: 0;
  }
  .opc-block-shipping-information {
    padding: 0;
  }
  .shipping-policy-block.field-tooltip {
    top: 12px;
  }
  .page-layout-checkout:not(.firecheckout) .opc-wrapper .opc,
  .page-layout-checkout:not(.firecheckout) .opc-sidebar {
    background: #ffffff;
    border: 1px solid #f2f5f7;
    border-radius: 4px;
    box-shadow: 0 2px 6px -5px rgba(0, 0, 0, 0.1);
    padding: 25px 35px;
    box-sizing: border-box;
  }
  .page-layout-checkout .opc-wrapper .step-title,
  .page-layout-checkout .opc-block-summary > .title {
    font-weight: bold;
  }
  .page-layout-checkout .modal-popup .modal-title,
  .page-layout-checkout .modal-popup .modal-footer {
    border-color: #eaeaea;
  }
  .page-layout-checkout .authentication-dropdown {
    top: calc(100% + 3px);
    border-color: #f2f5f7;
    border-radius: 4px;
  }
  .page-layout-checkout .authentication-dropdown .modal-inner-wrap {
    border-radius: 4px;
  }
  .product-info-main .product.data.items #product-review-container,
  .product-info-main .product.data.items .review-add {
    float: none;
    width: 100%;
  }
  .product-info-main .product.data.items #product-review-container .review-item:first-child {
    padding-top: 0;
  }
  .product-info-main .product.data.items #product-review-container .review-item:last-child {
    padding-bottom: 30px;
  }
  .product-info-main .product.data.items #product-review-container .review-toolbar {
    margin: 0;
  }
  .product-info-main .product.data.items #product-review-container .review-toolbar .pages {
    padding: 0;
  }
  .product-info-main .product.data.items .review-fieldset {
    margin-bottom: 22px;
  }
  .captcha-image .captcha-reload {
    margin-left: -10px;
  }
  .cms-elements .page-main .contents ol {
    column-count: 3;
  }
  .image-block.element .info,
  .image-block.element .picture {
    width: 50%;
  }
  .image-block.element .info {
    padding: 3em;
  }
  .image-block.element.right {
    flex-direction: row;
  }
  .image-block.element.left {
    flex-direction: row-reverse;
  }
  .background-divider.element > img {
    display: inline;
  }
  .background-divider.element .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
  }
  .element.icon-text-small .icons {
    padding: 4em;
  }
  .element.icon-text-small .icons .item {
    width: 49%;
  }
  .element.icon-text-big {
    flex-direction: row;
    justify-content: space-around;
  }
  .element.icon-text-big .item {
    width: 30%;
    margin: 20px 1%;
    padding: 4em 3em 6em;
  }
  .element.icon-text-top .block-title {
    margin-bottom: 15px;
  }
  .element.icon-text-top .block-title [role="heading"] {
    font-weight: 600;
    font-size: 3.6rem;
  }
  .element.icon-text-top .content {
    flex-direction: row;
    justify-content: space-around;
  }
  .element.icon-text-top .content .item {
    width: 30%;
    margin: 20px 2%;
    padding: 4em 4em 6em;
  }
  .element.product-info .product-item-info {
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
  }
  .element.product-info .product-item-info > div,
  .element.product-info .product-item-info > .product-item-photo {
    max-width: 500px;
  }
  .element.products-grid .block-title [role="heading"]::after,
  .element.products-slider .block-title [role="heading"]::after {
    display: inline-block;
  }
  .element.bio {
    flex-direction: row;
  }
  .element.bio .item {
    width: 30%;
    margin-bottom: 10px;
  }
  .element.pricing .block-title .heading {
    font-size: 4.8rem;
  }
  .element.pricing .block-content {
    flex-direction: row;
    padding: 4em;
  }
  .element.pricing .block-content .price-block {
    width: 32%;
  }
  .element.news .block-title {
    margin-bottom: 2em;
  }
  .element.news .block-title [role="heading"] {
    font-weight: 600;
    font-size: 3.6rem;
  }
  .element.news .content .post-list {
    flex-direction: row;
  }
  .element.news .content .post-list li.item {
    flex-direction: row;
    width: 49%;
  }
  .element.news .content .post-list li.item .post-image {
    display: inline-block;
    width: 48%;
  }
  .element.news .content .post-list li.item .post-image img {
    display: block;
  }
  .element.news .content .post-list li.item .post-content {
    width: 52%;
    padding: 15px 15px 15px 40px;
  }
  .element.testimonial-single .testimonials-slider .block-content .swiper-container .swiper-slide {
    max-width: none;
  }
  .element.testimonial-single .testimonials-slider .block-content .swiper-button-prev,
  .element.testimonial-single .testimonials-slider .block-content .swiper-button-next {
    display: none;
  }
  .element.testimonial-single .testimonials-slider .block-content .swiper-button-prev {
    left: -5px;
  }
  .element.testimonial-single .testimonials-slider .block-content .swiper-button-next {
    right: 5px;
    left: auto;
  }
  .element.testimonial-single .testimonials-slider .block-content figure.testimonial {
    border: 1px solid #dadada;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 0;
    display: flex;
    margin: 0;
    border-radius: 4px;
  }
  .element.testimonial-single .testimonials-slider .block-content figure.testimonial .author {
    transform: none;
    top: auto;
    bottom: 80px;
    position: absolute;
    left: 425px;
    text-align: left;
  }
  .element.testimonial-single .testimonials-slider .block-content figure.testimonial .author h5 {
    color: #f54336;
  }
  .element.testimonial-single .testimonials-slider .block-content figure.testimonial .author p {
    color: #002d57;
  }
  .element.testimonial-single .testimonials-slider .block-content figure.testimonial img {
    border-radius: 4px;
    order: -1;
    z-index: 1;
    width: auto;
    height: auto;
    transform: none;
    position: static;
    max-width: 350px;
  }
  .element.testimonial-single .testimonials-slider .block-content figure.testimonial::before {
    display: none;
  }
  .element.testimonial-single .testimonials-slider .block-content figure.testimonial blockquote {
    text-align: left;
    background: #ffffff;
    padding: 70px 70px 150px 70px;
  }
  .element.testimonial-single .testimonials-slider .block-content figure.testimonial blockquote::before {
    color: #f54336;
    font-size: 6em;
    display: block;
    position: absolute;
    content: "\201D";
    font-weight: normal;
    top: auto;
    margin-top: -10px;
    z-index: 2;
    left: auto;
  }
  .element.testimonial-single .testimonials-slider .block-content figure.testimonial .testimonial-message {
    position: relative;
  }
  .top-container {
    max-width: none;
    padding: 0;
  }
  .page-main {
    padding-top: 60px;
  }
  .breadcrumbs {
    max-width: none;
    padding: 10px;
    background-color: #fafafa;
    border-bottom: 1px solid #e9ecf1;
  }
  .breadcrumbs .items {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 15px;
  }
  .breadcrumbs a,
  .breadcrumbs a:visited {
    color: #6d6d6d;
  }
  .breadcrumbs strong {
    color: #000c12;
  }
  .page-header {
    padding-bottom: 20px;
  }
  .page-header .switcher-language {
    margin: 0 15px 0 0;
  }
  .navpro-with-slideout .page-header {
    padding-bottom: 30px;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  }
  .page-header .header.content {
    display: flex;
    align-items: center;
  }
  .page-header .header.content .logo {
    margin: 0;
    align-self: center;
  }
  .page-header .header.content .block-search {
    flex-grow: 2;
    margin: 0 15px 0 30px;
  }
  .page-header .header.content .block-search .input-text::-webkit-input-placeholder {
    color: #6d6d6d;
  }
  .page-header .header.content .block-search .input-text::-moz-placeholder,
  .page-header .header.content .block-search .input-text:-ms-input-placeholder {
    color: #6d6d6d;
    opacity: 1;
  }
  .page-header .header.content .block-search .action.search {
    background: #f54336;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    right: 1px;
    top: 1px;
    width: 63px;
    transition: 200ms background-color linear;
  }
  .page-header .header.content .block-search .action.search:hover {
    background: #d4180b;
  }
  .page-header .header.content .block-search .action.search,
  .page-header .header.content .block-search .action.search::before {
    line-height: 43px;
    color: #fff;
    font-size: 20px;
  }
  .page-header .header.content .block-search.folded {
    margin: 0 0 0 15px;
  }
  .page-header .header.content .block-search.folded .action.search {
    border-radius: 2px;
  }
  .page-header .header.content .switcher.customer,
  .page-header .header.content .minicart-wrapper {
    flex-shrink: 0;
  }
  .page-header .header.panel > .header.links:not(.header-cms-links) > li {
    display: none;
  }
  .page-header .header.panel > .header.links:not(.header-cms-links) > li.greet.welcome {
    display: inline-block;
  }
  .page-header .switcher {
    float: left;
  }
  .page-header .switcher.customer {
    display: block;
    float: right;
    margin-right: 0;
    border: 1px solid rgba(216, 216, 216, 0.3);
    border-radius: 2px;
    padding: 6px 10px;
    transition: 200ms border-color linear;
  }
  .page-header .switcher.customer:hover {
    border-color: #f54336;
  }
  .page-header .switcher.customer .options {
    vertical-align: bottom;
  }
  .page-header .switcher.customer .toggle strong {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  .page-header .switcher.customer .toggle .text {
    padding: 0 4px;
  }
  .page-header .switcher.customer .toggle .icon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgMjggMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNiwgNSkiPjxjaXJjbGUgY3g9IjguMTM1OTgiIGN5PSI0LjQ2ODExIiByPSI0Ij48L2NpcmNsZT48cGF0aCBkPSJNMTUuNTIzLDE2Ljc3OTcgQzE1LjA0ODYsMTIuOTA1NSAxMS44NTUyLDkuOTE5IDgsOS45MTkgQzQuMTQ0NzQsOS45MTkgMC45NTE0MywxMi45MDU1IDAuNDc3MTcsMTYuNzc5NyI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPgo=');
    width: 25px;
    height: 25px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: 30px 30px;
    vertical-align: middle;
  }
  .page-header .switcher.customer .options .action.toggle {
    display: inline-block;
    text-decoration: none;
  }
  .page-header .switcher.customer .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #878b91;
    content: '\f107';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .page-header .switcher.customer .options .action.toggle.active {
    display: inline-block;
    text-decoration: none;
  }
  .page-header .switcher.customer .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #878b91;
    content: '\f106';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .page-header .switcher.customer .options .action.toggle:after,
  .page-header .switcher.customer .options .action.toggle.active:after {
    font-weight: bold;
  }
  .page-header .switcher.customer .options .action.toggle:hover::after {
    color: #878b91;
  }
  .page-header .switcher .options .action.toggle::after {
    content: '\f0d7';
  }
  .page-header .switcher .options .action.toggle.active::after {
    content: '\f0d8';
  }
  .nav-sections {
    background: #101824;
  }
  .minicart-wrapper {
    margin-left: 15px;
  }
  .minicart-wrapper .block-minicart {
    right: 0;
  }
  .minicart-wrapper .block-minicart::before {
    right: 50px;
  }
  .minicart-wrapper .block-minicart::after {
    right: 49px;
  }
  .minicart-wrapper .action.showcart {
    background: #42ca49;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    padding: 7px 10px;
    position: relative;
    transition: 200ms background-color linear;
  }
  .minicart-wrapper .action.showcart:hover {
    background: #30a936;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart:hover:before,
  .minicart-wrapper .action.showcart.active:before,
  .minicart-wrapper .action.showcart.active:hover:before,
  .minicart-wrapper .action.showcart .text {
    color: #fff;
    line-height: 30px;
  }
  .minicart-wrapper .action.showcart .text {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    font-weight: bold;
    padding: 0 5px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
    line-height: 30px;
    padding: 0;
    margin: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .minicart-wrapper .action.showcart .counter.qty .counter-label {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    font-weight: bold;
    padding: 0 5px;
  }
  .minicart-wrapper .action.showcart .counter.qty:not(.empty) + .text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .minicart-wrapper .action.showcart .counter.qty._block-content-loading {
    position: static;
  }
  .minicart-wrapper .action.showcart .counter.qty .loading-mask {
    border-radius: 2px;
  }
  .navigation ul {
    padding: 0;
  }
  .nav-sections {
    margin-bottom: 0;
  }
  .nav-sections.is_stuck {
    padding-top: 0;
  }
  .nav-sections.is_stuck .orientation-horizontal .navpro-departments a.level-top {
    border-radius: 0;
  }
  .nav-sections .orientation-horizontal .level0::after,
  .nav-sections .orientation-horizontal .level0:hover::after {
    display: inline;
    width: 1px;
    height: 30%;
  }
  .nav-sections .orientation-horizontal .level0::after {
    content: '';
    background-color: #d8d8d8;
    opacity: 0.3;
    align-self: center;
    margin-top: 2px;
  }
  .nav-sections .orientation-horizontal .level0.navpro-trends::after,
  .nav-sections .orientation-horizontal .level0.last::after {
    display: none;
  }
  .nav-sections .orientation-horizontal a.level-top {
    font-size: 18px;
  }
  .nav-sections .orientation-horizontal .navpro-departments::after,
  .nav-sections .orientation-horizontal .navpro-departments:hover::after {
    display: none;
  }
  .nav-sections .orientation-horizontal .navpro-departments > .navpro-dropdown > .navpro-shevron {
    display: none;
  }
  .nav-sections .orientation-horizontal .navpro-departments .children .li-item > a,
  .nav-sections .orientation-horizontal .navpro-departments .children .parent.li-item > a {
    padding: 5px 20px;
  }
  .nav-sections .orientation-horizontal .navpro-departments .parent-expanded > a {
    font-size: 16px;
  }
  .nav-sections .orientation-horizontal .navpro-departments.active > .level-top,
  .nav-sections .orientation-horizontal .navpro-departments.has-active > .level-top {
    color: #fff;
  }
  .nav-sections .orientation-horizontal .navpro-departments > a.level-top {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    background-color: #f54336;
    border-radius: 3px 3px 0 0;
  }
  .nav-sections .orientation-horizontal .navpro-departments > a.level-top::before,
  .nav-sections .orientation-horizontal .navpro-departments > a.level-top > .navpro-icon-caret::before {
    color: #fff;
  }
  .nav-sections .orientation-horizontal .navpro-departments.opened > a.level-top,
  .nav-sections .orientation-horizontal .navpro-departments:hover > a.level-top {
    background-color: #fafafa;
    color: #f54336;
    text-shadow: none;
  }
  .nav-sections .orientation-horizontal .navpro-departments.opened > a.level-top,
  .nav-sections .orientation-horizontal .navpro-departments:hover > a.level-top,
  .nav-sections .orientation-horizontal .navpro-departments.opened > a.level-top > .navpro-icon-caret,
  .nav-sections .orientation-horizontal .navpro-departments:hover > a.level-top > .navpro-icon-caret {
    text-decoration: none;
  }
  .nav-sections .orientation-horizontal .navpro-departments.opened > a.level-top:before,
  .nav-sections .orientation-horizontal .navpro-departments:hover > a.level-top:before,
  .nav-sections .orientation-horizontal .navpro-departments.opened > a.level-top > .navpro-icon-caret:before,
  .nav-sections .orientation-horizontal .navpro-departments:hover > a.level-top > .navpro-icon-caret:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #2e2e2e;
    content: '\f106';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .nav-sections .orientation-horizontal .navpro-departments.opened > a.level-top::before,
  .nav-sections .orientation-horizontal .navpro-departments:hover > a.level-top::before,
  .nav-sections .orientation-horizontal .navpro-departments.opened > a.level-top > .navpro-icon-caret::before,
  .nav-sections .orientation-horizontal .navpro-departments:hover > a.level-top > .navpro-icon-caret::before {
    font-weight: bold;
  }
  .nav-sections .orientation-horizontal .navpro-departments .navpro-dropdown-level1 {
    border-top-color: #fafafa;
    background-color: #fafafa;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07000000000000001);
    border-radius: 0 2px 2px 2px;
  }
  .nav-sections .orientation-horizontal .navpro-departments .navpro-dropdown-level1 > .navpro-dropdown-inner {
    padding: 12px 0;
  }
  .nav-sections .orientation-horizontal .navpro-departments .navpro-dropdown-level1 .children a {
    color: #2e2e2e;
  }
  .nav-sections .orientation-horizontal .navpro-departments .navpro-dropdown-level1 .children .level1 > a {
    z-index: 502;
    color: #000c12;
    border: 1px solid #e9ecf1;
    border-color: transparent;
  }
  .nav-sections .orientation-horizontal .navpro-departments .navpro-dropdown-level1 .children .level1:hover .navpro-dropdown-level2 {
    z-index: 501;
  }
  .nav-sections .orientation-horizontal .navpro-departments .navpro-dropdown-level1 .children .level1:hover > a {
    background-color: #fff;
    font-weight: bold;
    border-color: #e9ecf1 #fff;
    text-decoration: none;
    color: #f54336;
    letter-spacing: -0.03em;
  }
  .nav-sections .orientation-horizontal .navpro-departments .navpro-dropdown-level1 .children .level1:hover > a::before,
  .nav-sections .orientation-horizontal .navpro-departments .navpro-dropdown-level1 .children .level1:hover > a .navpro-icon-caret::before {
    color: #f54336;
  }
  .nav-sections .orientation-horizontal .navpro-departments .navpro-dropdown-level2 {
    z-index: 500;
    margin-left: -1px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px 0 2px 2px;
  }
  .navigation.navpro-slideout .level0 > .level-top {
    color: #101824;
  }
  .page-header.configurable {
    padding-bottom: 0;
  }
  .page-header.configurable .panel.wrapper .switcher.customer .options .action.toggle::after {
    display: none;
  }
  .page-header.configurable .header.content .logo,
  .page-header.configurable .header.content .block-search,
  .page-header.configurable .header.content .minicart-wrapper,
  .page-header.configurable .header.content .switcher.customer {
    order: unset;
    float: none;
  }
  .page-footer .footer.content .links {
    text-align: left;
  }
  .page-footer .footer.content .footer.links > li {
    border: none;
  }
  .page-footer .footer.content .footer.links > li ul.links {
    padding-left: 0;
  }
  .page-footer .footer.content .footer.links > li div[data-role="title"] {
    padding: 0 0 15px 0;
  }
  .page-footer .footer-toolbar-top {
    text-align: left;
  }
  .page-footer .footer-toolbar-top .content img {
    display: block;
  }
  .page-footer .footer-toolbar-top .content .block .block-icon {
    float: left;
    display: block;
  }
  .page-footer .footer-toolbar-top .content .block .block-content {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }
  .page-products .products-grid:not(.swiper-container) .product-items .product-item,
  .block.widget .products-grid:not(.swiper-container) .product-items .product-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: none;
    background-color: #fff;
  }
  .page-products .products-grid:not(.swiper-container) .product-items .product-item:before,
  .block.widget .products-grid:not(.swiper-container) .product-items .product-item:before {
    content: ' ';
    display: block;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    pointer-events: none;
  }
  .page-products .products-grid:not(.swiper-container) .product-items .product-item .product-item-info,
  .block.widget .products-grid:not(.swiper-container) .product-items .product-item .product-item-info {
    padding: 10px;
    overflow: hidden;
    transition: box-shadow 0.1s ease-in-out;
  }
  .page-products .products-grid:not(.swiper-container) .product-items .product-item .product-item-info .product.featured-attributes,
  .block.widget .products-grid:not(.swiper-container) .product-items .product-item .product-item-info .product.featured-attributes {
    display: none;
  }
  .page-products .products-grid:not(.swiper-container) .product-items .product-item .product-item-name,
  .block.widget .products-grid:not(.swiper-container) .product-items .product-item .product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-products .products-grid:not(.swiper-container) .product-items .product-item:hover,
  .block.widget .products-grid:not(.swiper-container) .product-items .product-item:hover {
    z-index: 4;
    border: none;
    overflow: visible;
  }
  .page-products .products-grid:not(.swiper-container) .product-items .product-item:hover:before,
  .block.widget .products-grid:not(.swiper-container) .product-items .product-item:hover:before {
    background: none;
  }
  .page-products .products-grid:not(.swiper-container) .product-items .product-item:hover .product-item-info,
  .block.widget .products-grid:not(.swiper-container) .product-items .product-item:hover .product-item-info {
    border: 1px solid #e9ecf1;
    overflow: visible;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    background: #fff;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.11);
    padding: 10px;
  }
  .page-products .products-grid:not(.swiper-container) .product-items .product-item:hover .product-item-info .product.featured-attributes,
  .block.widget .products-grid:not(.swiper-container) .product-items .product-item:hover .product-item-info .product.featured-attributes {
    display: block;
  }
  .page-products .products-grid:not(.swiper-container) .product-items .product-item:hover .product-item-name,
  .block.widget .products-grid:not(.swiper-container) .product-items .product-item:hover .product-item-name {
    white-space: normal;
  }
  /* product item scrollTop fix */
  .catalog-category-view._has-modal li.product-item {
    height: auto !important;
  }
  .page-products .columns .column.main {
    padding-left: 25px;
    padding-bottom: 0;
  }
  .page-products .columns .column.main .products-list .product-item {
    margin: 0;
  }
  .page-products .products-list .product-item {
    border-bottom: 1px solid #e9ecf1;
  }
  .page-products .products-list .product-item:last-child {
    border-bottom: 0;
  }
  .page-products .products-list .product-item-actions,
  .page-products .products-list .product-item-description {
    display: block;
  }
  .page-products .products-list .product-item .product.featured-attributes {
    display: none;
  }
  .page-products .products-list .product-item .product-item-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .page-products .products-list .product-item .product-item-inner .product-item-actions .action {
    width: auto;
    background-position: 10px 50%;
    padding: 3px 15px;
  }
  .page-products .products-list .product-item .product-item-inner .product-item-actions .action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    display: inline-block;
    text-transform: none;
    color: #2e2e2e;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 34px;
    margin-left: 30px;
  }
  .page-products .products-list .product-item .product-item-inner .product-item-actions .action.primary {
    height: 40px;
  }
  .page-products .products-list .product-item .product-item-inner .product-item-actions .action.primary span {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  }
  .page-products .products-list .product-item .product-item-inner .product-item-description {
    order: -1;
  }
  .page-products .products-list .product-item .product-item-description .action.more {
    font-size: 15px;
  }
  .page-products .products-list .product-item .product-item-description .action.more,
  .page-products .products-list .product-item .product-item-description .action.more:visited {
    color: #adadad;
  }
  .page-products .filter-options-item {
    border-bottom: 0;
  }
  .page-products .filter-options-item .filter-options-title {
    border-bottom: 1px solid #e9ecf1;
    padding-bottom: 10px;
    padding-left: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
  }
  .page-products .filter-options-item .filter-options-title::after {
    font-size: 22px;
    font-weight: bold;
    color: #d8d8d8;
    top: 5px;
  }
  .page-products .filter-options-item .filter-options-content {
    padding-left: 0;
    font-size: 15px;
  }
  .page-products .sidebar {
    padding-right: 25px;
    border-right: 1px solid #e9ecf1;
  }
  .page-products .sidebar .block.filter .filter-subtitle {
    display: none;
  }
  .toolbar {
    text-align: right;
    padding: 0 13px;
    border-bottom: 1px solid #e9ecf1;
  }
  .toolbar .toolbar-sorter {
    width: auto;
  }
  .toolbar .modes {
    float: none;
  }
  .toolbar .modes .modes-mode {
    border: 0;
    padding: 7px;
    background-color: transparent;
  }
  .toolbar .modes .modes-mode::before {
    color: #d8d8d8;
    font-size: 18px;
  }
  .toolbar .modes .modes-mode.active::before {
    color: #101824;
  }
  .toolbar .modes .modes-mode.mode-list::before {
    content: '\f0c9';
  }
  .toolbar .modes .modes-mode.mode-grid::before {
    content: '\f00a';
  }
  .review-toolbar,
  .askit-questions .toolbar,
  .products.wrapper ~ .toolbar {
    border-bottom: none;
    text-align: center;
  }
  .review-toolbar .limiter,
  .askit-questions .toolbar .limiter,
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .review-toolbar .limiter .limiter-options,
  .askit-questions .toolbar .limiter .limiter-options,
  .products.wrapper ~ .toolbar .limiter .limiter-options {
    border: 0;
    font-size: 15px;
    color: #101824;
    height: 32px;
    padding: 0;
  }
  .review-toolbar .pages,
  .askit-questions .toolbar .pages,
  .products.wrapper ~ .toolbar .pages {
    border-top: 1px solid #e9ecf1;
    padding: 30px 13px;
    float: none;
  }
  .review-toolbar .pages .action > span:not(.label),
  .askit-questions .toolbar .pages .action > span:not(.label),
  .products.wrapper ~ .toolbar .pages .action > span:not(.label) {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .review-toolbar .pages .action.previous::before,
  .askit-questions .toolbar .pages .action.previous::before,
  .products.wrapper ~ .toolbar .pages .action.previous::before {
    margin-right: 5px;
  }
  .review-toolbar .pages .action.next,
  .askit-questions .toolbar .pages .action.next,
  .products.wrapper ~ .toolbar .pages .action.next {
    display: inline-block;
    text-decoration: none;
  }
  .review-toolbar .pages .action.next:after,
  .askit-questions .toolbar .pages .action.next:after,
  .products.wrapper ~ .toolbar .pages .action.next:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #2e2e2e;
    content: '\f105';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .review-toolbar .pages .action.next::after,
  .askit-questions .toolbar .pages .action.next::after,
  .products.wrapper ~ .toolbar .pages .action.next::after {
    margin-left: 5px;
    font-weight: bold;
  }
  .review-toolbar .pages .action.next::before,
  .askit-questions .toolbar .pages .action.next::before,
  .products.wrapper ~ .toolbar .pages .action.next::before {
    display: none;
  }
  .page-layout-1column .toolbar {
    padding: 0;
    left: 0;
    position: static;
  }
  .page-layout-1column .products.wrapper ~ .toolbar {
    padding: 30px 0;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 3;
  }
  .page-layout-1column .filter.block {
    border-top: 0;
  }
  .page-layout-1column .filter.block .filter-options-title {
    border-bottom: 0;
    overflow: visible;
    padding: 0;
  }
  .page-layout-1column .filter.block .filter-options-content {
    padding: 6px;
  }
  .product-add-form .is_stuck.box-tocart {
    max-width: none;
  }
  .is_stuck.box-tocart .fieldset > * {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-index-index .jumbotron.jumbotron-image {
    margin-bottom: 30px;
  }
  .cms-index-index .column.main .easybanner-placeholder-wrapper {
    margin: 0 auto;
    flex-wrap: nowrap;
  }
  .cms-index-index .column.main .easybanner-placeholder-wrapper .easybanner-banner {
    margin: 10px 0;
    width: auto;
  }
  .cms-index-index .column.main .easybanner-placeholder-wrapper .easybanner-banner + .easybanner-banner {
    margin-left: 10px;
  }
  .cms-index-index .column.main .placeholder-argento_stripes_home_bottom {
    padding: 40px 0;
    border: 1px solid #e9ecf1;
    border-width: 1px 0;
  }
  .cms-index-index .block-promo.block-carousel .swiper-container {
    padding: 0 32px;
  }
  .cms-index-index .block-promo.block-carousel .swiper-container::before,
  .cms-index-index .block-promo.block-carousel .swiper-container::after {
    width: 32px;
  }
  .cms-index-index .block-highlight {
    margin-top: 30px;
  }
  .cms-index-index .block-highlight.hl-magazine.highlight-carousel .block-content {
    padding: 0;
    position: relative;
  }
  .cms-index-index .block-highlight.hl-magazine.highlight-carousel .block-content .product-item {
    margin-top: 10px !important;
  }
  .cms-index-index .block-highlight.hl-magazine.highlight-carousel .block-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    border-top: 1px solid #F1F3F6;
  }
  .product.media {
    margin-bottom: 0;
  }
  .page-layout-1column .product-info-main {
    width: 47%;
  }
  .page-layout-1column .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .fieldset:last-child {
    margin-bottom: 0;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 100%;
  }
  .product-add-form,
  .bundle-actions-container-wrapper {
    box-sizing: border-box;
    padding-left: 80px;
    margin-top: 33px;
  }
  .product-add-form .product-options-wrapper,
  .product-add-form .box-tocart,
  .product-add-form .product-addto-links,
  .bundle-actions-container {
    float: none;
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .bundle-options-container .legend.title {
    font-weight: bold;
    line-height: 1.3;
    font-size: 3rem;
    margin-top: 2.75rem;
    margin-bottom: 3rem;
  }
  .bundle-options-container .block-bundle-summary {
    margin: 0;
  }
  .bundle-options-container .block-bundle-summary > .title > strong {
    font-weight: bold;
    line-height: 1.3;
    font-size: 3rem;
    margin-top: 2.75rem;
    margin-bottom: 3rem;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #ff6601;
  }
  .product.data.items.expanded {
    border: none;
  }
  .product-social-links {
    text-align: right;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 1.4rem;
  }
  button.askit-show-form,
  .askit-question-form button.submit,
  .review-form .action.submit.primary {
    width: auto;
    min-width: 200px;
  }
  .page-before-footer .block-title {
    margin: 0 20px 0 20px;
  }
  .page-before-footer .block.related {
    position: relative;
  }
  .page-before-footer .block.related .block-actions {
    position: absolute;
    top: 0;
    right: 33px;
    z-index: 2;
  }
  .is_stuck.box-tocart .actions {
    margin-top: 0;
  }
  .checkout-index-index .page-main {
    padding-top: 20px;
  }
  .checkout-index-index .page-header {
    padding-bottom: 0;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 9rem;
  }
  .contact-index-index .page-main {
    padding-bottom: 60px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: auto;
  }
  .contact.form .actions-toolbar > .primary {
    width: calc(50% - 22px / 2);
  }
  .contact.form .actions-toolbar > .primary .action.submit {
    width: 100%;
  }
  .contact-map-placeholder {
    height: 320px;
  }
  .checkout-cart-index .cart.table-wrapper {
    padding: 35px;
    border: 1px solid #e9ecf1;
    border-radius: 2px;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    width: 60px;
    border: 1px solid #CAD4DB;
  }
  .checkout-cart-index .cart.table-wrapper thead,
  .checkout-cart-index .cart.table-wrapper .col.price {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper .cart > .item {
    border-bottom: 1px solid #f1f3f6;
  }
  .checkout-cart-index .cart.table-wrapper .cart > .item:last-child {
    border-bottom: 0;
  }
  .checkout-cart-index .cart-summary {
    border: 1px solid #e9ecf1;
    border-radius: 2px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 22px 30px;
  }
  .checkout-cart-index .cart-container .form-cart {
    padding-right: 2%;
  }
  .cart.main.actions .action.continue {
    display: inline-block;
    text-decoration: none;
  }
  .cart.main.actions .action.continue:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #f54336;
    content: '\f104';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .cart.main.actions .action.continue::before {
    margin-right: 10px;
    vertical-align: top;
  }
  .account .block-dashboard-orders .block-title {
    margin-bottom: 25px;
  }
  .account .toolbar {
    padding: 13px 0;
    text-align: center;
  }
  .account .toolbar .limiter {
    display: none;
  }
  .page-main .block-highlight {
    margin-bottom: 30px;
  }
  .block-highlight {
    border: 1px solid #e9ecf1;
  }
  .block-highlight .block-content {
    padding: 10px;
  }
  .block-highlight.highlight-carousel .swiper-button-prev,
  .block-highlight.highlight-carousel .swiper-button-next {
    margin-top: -33px;
    width: 32px;
    height: 64px;
  }
  .block-highlight.highlight-carousel .swiper-slide {
    padding: 0 50px;
  }
  .easyslide-wrapper .swiper-container .swiper-button-prev,
  .easyslide-wrapper .swiper-container .swiper-button-next {
    width: 32px;
    height: 64px;
    margin-top: -33px;
  }
  .easyslide-wrapper .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    left: 110px;
    bottom: 30px;
  }
  .easyslide-wrapper .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6vw;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 1024px), print {
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .breeze-gallery.vertical:not(.opened) {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .breeze-gallery.vertical:not(.opened) .thumbnails {
    flex-direction: column;
    flex-wrap: nowrap;
    order: -1;
    max-height: 550px;
    margin: 0 5px 0 0;
    padding-right: 5px;
    padding-bottom: 0;
    overflow-y: overlay;
  }
  .breeze-gallery.opened {
    padding: 30px;
  }
  .cookie-settings-cols3 .cookie-group {
    width: calc(33% - 7px);
  }
  .cookie-settings-cols4 .cookie-group {
    width: calc(25% - 7px);
  }
  .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 25px;
  }
  .order-links .item strong {
    padding: 1px 25px 2px 25px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 22px;
    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;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .page-products.page-layout-1column .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .wishlist-index-index.page-layout-1column .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item {
    width: calc(100%/5 - -1px - 0.1px);
  }
  .page-products .products-grid .product-item,
  .products-grid .product-item,
  .wishlist-index-index .products-grid .product-item,
  .block.widget .products-grid .product-item {
    width: calc(100%/4 - -1px - 0.1px);
  }
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .wishlist-index-index.page-layout-3columns .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: calc(100%/3 - -1px - 0.1px);
  }
  .block.crosssell .products-grid .product-item {
    width: calc(100%/4 - -1px - 0.1px);
  }
  .page-layout-1column .block.upsell .products-grid .product-item,
  .page-layout-1column .block.related .products-grid .product-item {
    width: calc(100%/6 - -1px - 0.1px);
  }
  .block.upsell .products-grid .product-item,
  .block.related .products-grid .product-item {
    width: calc(100%/5 - -1px - 0.1px);
  }
  .page-layout-3columns .block.upsell .products-grid .product-item,
  .page-layout-3columns .block.related .products-grid .product-item {
    width: calc(100%/4 - -1px - 0.1px);
  }
  .page-products .products-grid .product-items {
    margin-left: 1px;
  }
  .page-products .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin: 0 0 -1px -1px;
  }
  .page-products .products-grid .product-item.swiper-slide,
  .page-products.page-layout-1column .products-grid .product-item.swiper-slide,
  .page-products.page-layout-3columns .products-grid .product-item.swiper-slide {
    margin: 0;
  }
  .block.widget .products-grid .product-items {
    margin-left: 1px;
  }
  .block.widget .products-grid .product-items.swiper-wrapper {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item,
  .block.widget .products-grid .product-item:nth-child(4n + 1),
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1),
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin: 0 0 -1px -1px;
  }
  .block.widget .products-grid .product-item.swiper-slide,
  .page-layout-1column .block.widget .products-grid .product-item.swiper-slide {
    margin: 0;
  }
  #product-review-container:empty + .review-add {
    width: 100%;
  }
  .opc-wrapper .shipping-address-item {
    width: 50%;
  }
  .image-block.element .info {
    padding: 6em;
  }
  .background-divider.element .content {
    padding: 50px 100px 40px;
  }
  .background-divider.element .content .block-title [role="heading"] {
    font-size: 4.6rem;
  }
  .background-divider.element .content .block-title .subtitle {
    font-size: 4.6rem;
  }
  .element.icon-text-small {
    flex-direction: row;
  }
  .element.icon-text-small .description {
    width: 35%;
    padding: 6em;
    background-position: 15% 95%;
  }
  .element.icon-text-small .icons {
    width: 65%;
  }
  .element.icon-text-big .item {
    padding: 4em 4em 6em;
  }
  .element .testimonials-slider .block-content .swiper-container .swiper-slide {
    max-width: 400px;
    transition: margin-top 0.2s ease;
  }
  .element.testimonial-single .testimonials-slider .block-content figure.testimonial blockquote {
    font-size: 2.4rem;
  }
  .top-container .banner-argento-stripes-benefits .icon {
    display: block;
  }
  .page-header .switcher.customer .toggle .text {
    display: inline;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .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;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 0 0;
    position: static;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 0;
  }
}
