/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/quicksand/quicksand-light-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/quicksand/quicksand-regular-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/quicksand/quicksand-medium-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/quicksand/quicksand-bold-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supicons';
  src: url('../fonts/supicon/supicon.woff2') format('woff2'), url('../fonts/supicon/supicon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
 *
 *
 */
.coronavirus-message {
  background-color: #f4c01c;
  position: relative;
  top: 30px;
  margin-top: -30px;
  z-index: 2;
  padding: 10px 20px 5px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.coronavirus-message a {
  color: #ce3232;
}
/**
 * MageSpecialist
 *
 * 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
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #fff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@font-face {
  font-family: 'Magezon-Icons';
  src: url('../Magezon_Core/fonts/mgz-icons.eot');
  src: url('../Magezon_Core/fonts/mgz-icons.eot?#iefix') format('embedded-opentype'), url('../Magezon_Core/fonts/mgz-icons.woff') format('woff'), url('../Magezon_Core/fonts/mgz-icons.woff') format('woff'), url('../Magezon_Core/fonts/mgz-icons.ttf') format('truetype'), url('../Magezon_Core/fonts/mgz-icons.svg#fonts') format('svg');
  font-weight: normal;
  font-style: normal;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
.rewardssocial-buttons {
  order: -2;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.rewardssocial-buttons > div {
  margin-bottom: 5px;
}
.rewardssocial-buttons #facebook-message,
.rewardssocial-buttons #facebook-share-message,
.rewardssocial-buttons #twitter-message,
.rewardssocial-buttons #referral-message,
.rewardssocial-buttons #pinterest-message {
  display: none;
  position: absolute;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  margin-top: -25px;
}
.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message {
  display: block;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span {
  width: 61px !important;
  height: 20px !important;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span iframe {
  width: 100% !important;
  height: 100% !important;
}
.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message {
  display: block;
}
.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message {
  margin-top: -50px;
  display: block;
}
.rewardssocial-buttons .buttons-referral-like > a {
  text-decoration: none;
  line-height: 18px;
  border-radius: 2px;
  padding: 0px 3px;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.rewardssocial-buttons .buttons-referral-like:hover #referral-message {
  display: block;
}
.rewardssocial-buttons .fb_iframe_widget {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .mst-rewardssocial-tweet {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .referral {
  display: block;
  float: left;
}
.rewardssocial-buttons .status-message {
  float: left;
  margin-left: 10px;
  color: #666;
}
.rewardssocial-buttons .buttons-pinterest-pin > a {
  margin-right: 10px;
  float: left;
}
.rewards-notification-message {
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  margin-bottom: 10px;
}
.rewards-notification-message li {
  margin-top: 2px;
}
.rewards-social-buttons {
  display: inline-block;
  float: left;
}
.rewards-social-buttons > .fb {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.rewards-social-buttons > .tw {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.rewards-social-buttons > .gp {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: relative;
  top: -2px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -6px;
}
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-twitter-like {
  height: 20px;
}
div.rewardssocial-buttons div.buttons-facebook-like,
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-referral-like {
  float: left;
}
div.rewardssocial-buttons div.buttons-twitter-like {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-twitter-like img {
  width: 20px;
  height: 20px;
}
div.rewardssocial-buttons div.buttons-fb-share {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 10px 0 10px;
  background: #4267b2;
  border: 0px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  vertical-align: text-top;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img {
  margin-top: -10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title {
  vertical-align: top;
}
div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message {
  display: block;
  margin-top: -45px;
}
.green {
  color: #1AA941;
}
.red {
  color: #BB1212;
}
.yellow {
  color: #bbaa00;
}
.block-rewards-account-summary {
  margin-bottom: 2rem !important;
}
.block-rewards-account-summary .unsubscribe {
  font-size: 14px !important;
  padding-top: 10px;
}
.rewards-notification-block {
  list-style-type: none;
  padding: 0;
  background: #ECFDFF;
}
.rewards-notification-block > li {
  padding: 1rem;
}
.rewards-referral-link {
  font-weight: 600;
}
.link.rewards .counter {
  color: #324fcd;
  white-space: nowrap;
}
.link.rewards .counter:before {
  content: '(';
}
.link.rewards .counter:after {
  content: ')';
}
.form-discount .checkbox-group {
  margin-bottom: 10px;
}
.rewards-message-block {
  float: left;
  display: inline-block;
  width: 100%;
}
.rewards__checkout-cart-usepoints {
  margin-bottom: 1.5rem;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount {
  border: 0;
  border-bottom: 1px solid silver;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus {
  border-bottom: 1px solid black;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label,
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label {
  top: -12px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button {
  background-color: black;
  color: white;
  margin: 5px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label {
  position: absolute;
  top: 5px;
  color: #898989;
}
.rewards__checkout-cart-usepoints .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints .input-box label {
  position: absolute;
  top: 5px;
  left: 3px;
  color: #898989;
}
.rewards__checkout-cart-usepoints #points_amount:focus + label,
.rewards__checkout-cart-usepoints #points_amount:valid + label {
  top: -18px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form p {
  margin-bottom: 15px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group {
  clear: both;
  padding-top: 10px;
}
.rewards__checkout-cart-usepoints .amount {
  display: table;
  width: 100%;
  margin-bottom: .5rem;
}
.rewards__checkout-cart-usepoints .amount .field {
  display: table-cell;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix {
  top: -2px !important;
  left: inherit;
  font-size: 14px !important;
  color: #898989 !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix {
  padding: 0 5px;
  width: 105px;
  height: 35px;
  background-color: black !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span {
  color: white;
}
.checkbox-group label span.checkout-rewards-all-block {
  position: inherit;
  margin-left: 25px;
}
.checkbox-group label span.checkout-rewards-all-block span {
  position: inherit;
  display: inline-block;
}
.checkbox-group label span.checkout-rewards-all-block b {
  position: inherit;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block {
  max-width: inherit !important;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button {
  width: 49% !important;
}
.catalog-product-view .rewards__product-points {
  display: inline-block;
  font-size: 12px;
  color: #F96B25;
}
.catalog-product-view .rewards__product-points .price {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-items .product-item-info .rewards__product-points {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
}
.product-items .product-item-info .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: absolute;
  height: 17px;
}
.block-products-list .rewards__product-points {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.product-info-main .product-info-price {
  position: relative;
}
.product-info-main .product-info-price .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 15px;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points,
.widget-product-grid .product-item-details .rewards__product-points {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #F96B25;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points .price,
.widget-product-grid .product-item-details .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-referral {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.block-referral li {
  list-style-position: inside;
}
.block-title.earn.subtitle {
  margin-top: 25px;
  padding-top: 10px;
}
.block-content.dashed-border {
  border: 1px dashed #ccc;
  padding: 5px;
  margin-bottom: 20px;
}
.block-rewards-account-summary .table-wrapper.orders-recent {
  border: none;
}
.rewards-account__tiers {
  margin-bottom: 3rem;
}
.rewards-account__tiers .tier-progress-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  height: 1.1rem;
  background: #ccc;
  border-radius: 100px;
}
.rewards-account__tiers .tier-progress-bar .points {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point {
  width: 2rem;
  height: 2rem;
  background: #ccc;
  border-radius: 100%;
  margin-top: -0.5rem;
  position: relative;
  z-index: 1;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #fe5503;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo {
  position: absolute;
  left: 50%;
  top: -6rem;
  color: #727272;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #727272;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -4.5rem;
  width: 11rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number {
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: -3rem;
  width: 8rem;
  text-align: center;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number > span {
  display: inline-block;
  background: #fe5503;
  color: #fff;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.1rem .5rem;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .closers {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .closers .closer {
  position: absolute;
  left: 0;
  top: .3rem;
  height: .5rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  height: .5rem;
  background: #fe5503;
}
.rewards-account__tiers .to-next {
  margin-top: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}
.rewards-account__tiers .to-next .open-popup {
  color: #727272;
  cursor: pointer;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #fff;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #152156;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #fff;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
.ninjamenus,
.ninjamenus .ninjamenus-submenu ul,
.navigation > ul.ninjamenus {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ninjamenus:before,
.ninjamenus .ninjamenus-submenu ul:before,
.navigation > ul.ninjamenus:before,
.ninjamenus:after,
.ninjamenus .ninjamenus-submenu ul:after,
.navigation > ul.ninjamenus:after {
  display: table;
  content: "";
  clear: both;
}
.nav-sections.scroll-to-fixed-fixed {
  width: 100% !important;
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.nav-sections.scroll-to-fixed-fixed .level1 > a .cat-label {
  display: none;
}
.navigation > ul.ninjamenus {
  background: #f0f0f0;
  margin: 0 20px;
}
.cat-label {
  padding: 2px 4px;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}
.ninjamenus {
  position: relative;
  background: #FFF;
}
.ninjamenus .align-center {
  text-align: center;
}
.ninjamenus .align-right {
  text-align: right;
}
.ninjamenus .align-lef {
  text-align: left;
}
.ninjamenus iframe {
  max-width: 100%;
}
.ninjamenus .right {
  float: right !important;
}
.ninjamenus .ninjamenus-animated {
  overflow: hidden;
}
.ninjamenus .ninjamenus-animated > img {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ninjamenus .ninjamenus-animated > img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ninjamenus .links > li > a {
  line-height: 35px;
  padding: 0 10px;
  display: block;
}
.ninjamenus .links > li > a:hover {
  background-color: #f55856;
  color: #ffffff;
}
.ninjamenus .block.tabspro-block {
  margin: 0;
}
.ninjamenus .cat-label-label1 {
  background-color: #bbe157;
  color: #537300;
}
.ninjamenus .cat-label-label2 {
  background-color: #ed143d;
  color: #ffffff;
}
.ninjamenus a {
  color: #333;
  font-weight: 400;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.ninjamenus a:hover {
  text-decoration: none;
}
.ninjamenus .opener,
.ninjamenus .ninjamenus-submenu {
  display: none;
}
.ninjamenus .opener {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: 100;
}
.ninjamenus .opener:before {
  content: '+';
}
.ninjamenus .opener:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.ninjamenus li {
  position: relative;
  margin: 0;
  display: inline-block;
}
.ninjamenus li.level1:hover > a .cat-label,
.ninjamenus li > a:hover .cat-label {
  background-color: #555555;
  color: #ffffff;
}
.ninjamenus li.level1 {
  float: left;
}
.ninjamenus li.level1:hover > a.ninjamenus-nav-link .cat-label.pin-bottom:before {
  border-top-color: #555555;
}
.ninjamenus li.level1 > a {
  font-weight: 600;
}
.ninjamenus li.level1 > a.active {
  background: #333;
  color: #FFF;
}
.ninjamenus li.level1 > a .cat-label {
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px;
}
.ninjamenus li.level1 > a .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
}
.ninjamenus li.level1 > a .cat-label.cat-label-label1.pin-bottom:before {
  border-top-color: #bbe157;
}
.ninjamenus li.level1 > a .cat-label.cat-label-label2.pin-bottom:before {
  border-top-color: #ed143d;
}
.ninjamenus .ninjamenus-nav-item {
  position: relative;
}
.ninjamenus .ninjamenus-nav-item.ninjamenus-toggle-active > .opener:before {
  content: '-';
}
.ninjamenus .ninjamenus-nav-item > a {
  padding: 0;
  display: block;
  text-decoration: none;
  line-height: 50px;
  position: relative;
}
.ninjamenus .ninjamenus-nav-item > a.ninjamenus-nav-image-link {
  padding: 0;
  overflow: hidden;
  line-height: 0;
}
.ninjamenus .ninjamenus-nav-item > a.ninjamenus-nav-image-link img {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ninjamenus .ninjamenus-nav-item > a.ninjamenus-nav-image-link:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-container {
  float: left;
}
.ninjamenus .ninjamenus-nav-item.stack > .ninjamenus-submenu > .ninjamenus-submenu-inner,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-container > .ninjamenus-submenu > .ninjamenus-submenu-inner {
  padding: 0;
}
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h1,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h2,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h3,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h4,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h5,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-heading h6 {
  margin: 0;
}
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-divider .ninjamenus-divider-inner-line {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  height: 1px;
  background: #333;
}
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-divider span {
  position: relative;
  line-height: 1;
  background: #FFF;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: normal;
  font-size: 18px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  margin-bottom: 0;
}
.ninjamenus .ninjamenus-nav-item.stack > .ninjamenus-submenu,
.ninjamenus .ninjamenus-nav-item.ninjamenus-nav-container > .ninjamenus-submenu {
  position: static;
  box-shadow: none;
  display: block;
}
.ninjamenus .ninjamenus-nav-subtext {
  display: block;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  white-space: normal;
  margin-top: -15px;
}
.ninjamenus.ninjamenus-vertical > .level1 {
  width: 100%;
}
.ninjamenus.ninjamenus-vertical > .level1:hover > a .ninjamenus-caret {
  opacity: 1;
}
.ninjamenus.ninjamenus-vertical > .level1 > a .cat-label {
  right: auto;
}
.ninjamenus.ninjamenus-vertical > .level1 > a .ninjamenus-caret {
  float: right;
  line-height: inherit;
  opacity: .8;
}
.ninjamenus.ninjamenus-vertical .ninjamenus-nav-item.ninjamenus-submenu-left_edge_menu_bar > .ninjamenus-submenu {
  right: 100%;
  left: auto;
}
.ninjamenus.ninjamenus-vertical .ninjamenus-nav-item.ninjamenus-submenu-right_edge_menu_bar > .ninjamenus-submenu {
  left: 100%;
  right: auto;
}
.ninjamenus.ninjamenus-accordion .opener {
  display: block;
}
.ninjamenus.ninjamenus-accordion li.level1 {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.ninjamenus.ninjamenus-accordion li.level1 > .ninjamenus-submenu {
  width: 100%;
  box-shadow: none;
  position: relative;
  display: none;
}
.ninjamenus.ninjamenus-accordion .ninjamenus-caret {
  display: none;
}
.ninjamenus-widget .ninjamenus {
  background: #f8f8f8;
}
.ninjamenus-widget .ninjamenus-vertical,
.ninjamenus-widget .ninjamenus-accordion {
  border: 1px solid #6e716e;
}
.ninjamenus-widget .block-title {
  text-transform: uppercase;
  padding: 10px;
  background: #6e716e;
  color: #FFF;
  margin: 0;
}
.ninjamenus-lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.ninjamenus-lazy-blur.ninjamenus-lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.ninjamenus-hamburger-trigger {
  line-height: 50px;
  background: #f2f2f2;
  display: none;
}
.ninjamenus-hamburger-trigger .trigger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}
.ninjamenus-hamburger-trigger .trigger-icon .menu-trigger-inner {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.ninjamenus-hamburger-trigger .trigger-icon .line {
  display: block;
  background-color: #333333;
  height: 3px;
  margin-bottom: 2px;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner:hover {
  background-color: #f55856;
  color: #ffffff;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner:hover .line {
  background: #FFF;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-hide-desktop {
  display: none;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-submenu {
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #333;
  width: 100%;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-submenu .ninjamenus-nav-item > a:hover {
  background-color: #f5f5f5;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-submenu .ninjamenus-submenu-inner {
  padding: 15px;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-submenu .ninjamenus-nav-item:hover > .ninjamenus-submenu {
  display: block;
  left: 80%;
  z-index: 3;
  top: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-submenu .ninjamenus-nav-link.active {
  border-color: #333;
  border-style: solid;
  border-width: 0 0 0 3px;
  color: #333333;
}
.ninjamenus.ninjamenus-desktop li.ninjamenus-nav-item.ninjamenus-submenu-left_edge_parent_item > .ninjamenus-submenu {
  right: 100%;
  left: auto;
}
.ninjamenus.ninjamenus-desktop li.ninjamenus-nav-item.ninjamenus-submenu-right_vertical_full_height {
  position: static;
}
.ninjamenus.ninjamenus-desktop li.ninjamenus-nav-item.ninjamenus-submenu-right_vertical_full_height > .ninjamenus-submenu {
  left: 100%;
  top: 0;
}
.ninjamenus.ninjamenus-desktop li.ninjamenus-nav-item.ninjamenus-submenu-left_vertical_full_height {
  position: static;
}
.ninjamenus.ninjamenus-desktop li.ninjamenus-nav-item.ninjamenus-submenu-left_vertical_full_height > .ninjamenus-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.ninjamenus.ninjamenus-desktop li.level1 > .ninjamenus-submenu > .ninjamenus-submenu-inner {
  background: #FFF;
}
.ninjamenus.ninjamenus-desktop li.level1 .ninjamenus-nav-item {
  float: left;
  width: 100%;
}
.ninjamenus.ninjamenus-desktop li.level1.ninjamenus-submenu-left_edge_parent_item > .ninjamenus-submenu {
  right: 0;
  left: auto;
}
.ninjamenus.ninjamenus-desktop li.level1.ninjamenus-submenu-left_edge_parent_item > .ninjamenus-submenu {
  left: 0;
  right: auto;
}
.ninjamenus.ninjamenus-desktop li.level2 a.ninjamenus-nav-link {
  line-height: 35px;
}
.ninjamenus.ninjamenus-desktop li.level2 a.ninjamenus-nav-link .cat-label {
  margin-left: 5px;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-left_edge_menu_bar {
  position: static;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-left_edge_menu_bar > .ninjamenus-submenu {
  left: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-right_edge_menu_bar {
  position: static;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-right_edge_menu_bar > .ninjamenus-submenu {
  right: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-left_edge_parent_item > .ninjamenus-submenu {
  left: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-nav-item.ninjamenus-submenu-right_edge_parent_item > .ninjamenus-submenu {
  right: 0;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal li.level1:hover > a {
  background: #333;
  color: #FFF;
}
.navigation .ninjamenus.ninjamenus-mobile {
  margin: 0;
}
.ninjamenus-hamburger-active .menu-trigger-inner {
  background-color: #f55856;
  color: #ffffff;
}
.ninjamenus-hamburger-active .menu-trigger-inner .line {
  background: #FFF;
}
.ninjamenus-hamburger-active .ninjamenus-hamburger-menu.ninjamenus-accordion {
  display: block !important;
}
.ninjamenus.ninjamenus-mobile {
  padding: 0;
}
.ninjamenus.ninjamenus-mobile.ninjamenus-hamburger-menu.ninjamenus-accordion {
  display: none;
}
.ninjamenus.ninjamenus-mobile .opener {
  display: block;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-caret {
  display: none;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-hide-mobile {
  display: none;
}
.ninjamenus.ninjamenus-mobile .level1.ninjamenus-parent-active .opener {
  color: #FFF;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-nav-item {
  width: 100% !important;
  position: relative;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-nav-item > .ninjamenus-submenu {
  width: 100% !important;
  position: static;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-nav-item.level2 a {
  line-height: 50px;
}
.ninjamenus.ninjamenus-mobile .ninjamenus-nav-item.stack > .ninjamenus-submenu > .ninjamenus-submenu-inner {
  padding-left: 0 !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@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: #666;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media all and (min-width: 768px), print {
  .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: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    flex-wrap: nowrap;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    border-bottom: 0;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item.title {
    margin: 0 20px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-size: 1.4rem;
    padding: 5px 35px 5px 35px;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-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,
  .amazon-addresses:before,
  .amazon-addresses: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,
  .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,
  .amazon-addresses:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .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,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .abs-shopping-cart-items-desktop,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .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-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #152156;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .brand-images .brands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .brand-images {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  #amasty-shopby-product-list #amasty-shopby-overlay .loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    z-index: 1001;
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-top: 20px;
    padding: 3px 0;
    border-top: 1px solid #ccc;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 9999;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button {
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before,
  .am_shopby_apply_filters.-fixed .am-show-button:after {
    display: none;
  }
  .am-show-button {
    position: static;
    margin: 0 0 10px;
    padding: 10px;
    width: inherit;
    border: 1px solid #ccc;
  }
  .am-show-button.-vertical {
    padding-left: 0;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: 10px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical:before {
    position: absolute;
    top: 8px;
    left: -20px;
    z-index: -1;
    display: block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0 0 0 3px;
    background: #eee;
    box-shadow: 7px 6px 16px rgba(0, 0, 0, 0.16);
    content: '';
    transform: rotate(45deg);
    transform-origin: 50%;
  }
  .am-show-button.-vertical-right {
    padding: 10px 0;
    min-width: 145px;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.16);
    text-align: right;
  }
  .am-show-button.-vertical-right > .-loading {
    margin: 0 20px;
  }
  .am-show-button.-vertical-right:before {
    position: absolute;
    top: 8px;
    right: -20px;
    z-index: -1;
    display: block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0 0 0 3px;
    background: #eee;
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.16);
    content: '';
    transform: rotate(45deg);
    transform-origin: 50%;
  }
  .am-show-button.-horizontal {
    border-radius: 4px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-horizontal:before,
  .am-show-button.-horizontal:after {
    position: absolute;
    left: 50%;
    display: block;
    border: 6px solid transparent;
    content: '';
    transform: rotate(45deg) translateX(-50%);
  }
  .am-show-button.-horizontal:before {
    bottom: 0;
    border-right: 6px solid #ccc;
    border-bottom: 6px solid #ccc;
    border-radius: 0 0 3px 0;
  }
  .am-show-button.-horizontal:after {
    bottom: 1px;
    border-right: 6px solid #eee;
    border-bottom: 6px solid #eee;
    border-radius: 0 0 2px 0;
  }
  .am-show-button > .am-button {
    margin-left: 3px;
    padding: 10px 15px;
  }
  .am-show-button.-vertical-right > .am-button {
    margin-left: 5px;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #152156;
  }
  .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 #152156;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .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-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .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 .block-minicart {
    right: -15px;
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #ccc;
    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: #666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #ccc;
    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: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #152156;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #152156;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.3rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .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.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 2px solid #152156;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.428571429;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -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: #bbb;
  }
  .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: #bbb;
  }
  .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: #bbb;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #152156;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #152156;
  }
  .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 #152156;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 10px 0 0;
  }
  .order-links .item a {
    padding: 5px 15px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 5px 15px 6px 15px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    border: 1px solid #bbb;
    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;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .product-item-loyalty {
    font-size: 1.5rem;
    margin: -20px -10px;
  }
  .product-item-info {
    padding: 20px 10px;
  }
  .products-related .product-item-info {
    width: 200px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: transparent;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(21, 33, 86, 0.3);
    color: #5e5e5e;
    border: 1px solid #152156;
    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 #152156;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(21, 33, 86, 0.8), inset 0 -1px 0 0 rgba(21, 33, 86, 0.3);
    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: 16px;
    line-height: inherit;
    color: #324fcd;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #324fcd;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .product-info-wrapper {
    overflow: auto;
  }
  .product-info-left {
    width: calc(45% - 15px);
    margin-right: 15px;
    float: left;
  }
  .product-info-right {
    width: calc(55% - 15px);
    margin-left: 15px;
    float: right;
  }
  .product-info-right--details {
    width: 100%;
  }
  .product.media {
    margin-bottom: 25px;
  }
  .product.promotions .product-promotion p {
    font-size: 1.7rem;
    position: relative;
    top: -2px;
  }
  .product.promotions .product-promotion .fal,
  .product.promotions .product-promotion .far,
  .product.promotions .product-promotion .fas,
  .product.promotions .product-promotion .supicon {
    font-size: calc(18.94776732px);
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 10px;
  }
  .product.promotions .product-promotion .far.fa-plane-alt {
    width: 28px;
    padding-left: 2px;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form-inner .product-add-form {
    padding-top: 20px;
  }
  .product-info-main .product-add-form-inner .product-add-form-inner-left,
  .product-info-main .product-add-form-inner .product-add-form-inner-price {
    flex-grow: 1;
    width: 100%;
  }
  .product-info-main .product-add-form-inner .product-add-form-inner-left > div:not(:empty) {
    flex-grow: 1;
  }
  .product-info-main .product-add-form-inner .product-add-form-inner-left .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 100%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  .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: 1.6rem;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 100%;
  }
  .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;
  }
  .category-view-image {
    position: relative;
    margin-top: -30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .category-view-image .category-description {
    position: absolute;
    top: 30%;
    left: 37.5%;
    width: 60%;
  }
  .cms-columns > div {
    width: auto;
    padding: 0 20px;
  }
  .title-circle {
    padding: 10px;
    width: 150px;
    height: 150px;
  }
  .title-circle .fal,
  .title-circle .far,
  .title-circle .fab,
  .title-circle .supicon {
    font-size: 4rem;
    margin-bottom: 10px;
  }
  .title-circle h2 {
    font-size: 1.6rem;
  }
  .category-contact .speech-bubble {
    margin: 0 40px;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #152156;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #152156;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #152156;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #152156;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #324fcd;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    position: relative;
    z-index: 4;
  }
  .block-search .label {
    z-index: 2;
    position: relative;
    cursor: pointer;
  }
  .block-search .label.active {
    right: 1px;
    padding: 0 8px 0 1px;
    background: #fff;
    width: 23px;
    border-radius: 5px;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    width: 41px;
    transition: 0.5s ease width;
    transition-property: width, opacity, visibility;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -3px;
  }
  .block-search .control input {
    left: 0px;
    top: 0px;
    position: static;
    color: transparent;
    transition: 0.5s ease color;
  }
  .block-search .active .control {
    width: 250px;
    opacity: 1;
    visibility: visible;
  }
  .block-search .active .control input {
    border-color: #c2c2c2;
    color: inherit;
  }
  .block-search.active .label {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 1px 10px;
    background: white;
    width: 23px;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #000;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .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: #333;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #000;
  }
  .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 {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .filter-content {
    position: sticky;
    top: 30px;
  }
  .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 #EDEDED;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -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 #EDEDED;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #324fcd;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .filter.block {
    margin-top: -30px;
    padding-top: 30px;
    border-right: 2px solid #EDEDED;
    height: 100%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .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: 20px;
  }
  .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: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 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: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 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%;
  }
  .ie11 .page-wrapper {
    height: 100%;
  }
  .footer-certifications .payment-logos:not(:last-child),
  .footer-certifications .accreditation-logos:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }
  .footer-certifications .payment-logos:not(:last-child):after,
  .footer-certifications .accreditation-logos:not(:last-child):after {
    height: 45px;
    top: calc(50% - 45px / 2);
  }
  .footer-certifications .payment-logos .payment-logo--paypal {
    width: 110px;
    height: 30px;
  }
  .footer-certifications .payment-logos .payment-logo--visa {
    width: 63px;
    height: 40px;
  }
  .footer-certifications .payment-logos .payment-logo--mastercard {
    width: 68px;
    height: 45px;
  }
  .footer-certifications .accreditation-logos .accreditation-logo {
    width: 60px;
    height: 60px;
  }
  .footer-certifications .accreditation-logos .accreditation-logo--beta-member {
    width: 46px;
    height: 60px;
  }
  .footer-certifications .accreditation-logos .accreditation-logo--beta-2011,
  .footer-certifications .accreditation-logos .accreditation-logo--beta-2012,
  .footer-certifications .accreditation-logos .accreditation-logo--beta-2013,
  .footer-certifications .accreditation-logos .accreditation-logo--beta-2015 {
    width: 54px;
    height: 60px;
  }
  .footer-certifications .accreditation-logos .accreditation-logo--vmd {
    width: 82px;
    height: 60px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer-top {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-top > * {
    margin-bottom: 40px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .footer-social {
    order: 2;
  }
  .footer.content .footer-links {
    order: 1;
    width: 100%;
  }
  .footer.content .footer-contact {
    order: 3;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .footer.content .links > li {
    margin: 0 0 10px;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .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;
  }
  .header-right .block-search {
    display: none;
  }
  .category-view-image {
    max-width: 1220px;
    display: block;
    margin: 0 auto 2rem;
  }
  .category-view-image .category-description {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 2rem auto;
    float: right;
    width: 100%;
  }
  .header-right .header.links {
    margin-right: 0px;
  }
  .header-right .header.links li {
    line-height: 30px;
    border: 2px solid #c9c9c9;
    border-radius: 5px;
    float: left;
  }
  .header-right .header.links li.authorization-link {
    margin-right: 5px;
  }
  .header-right .header.links li.authorization-link + li {
    margin-right: 5px;
  }
  .header-right .header.links li.customer-welcome {
    margin-right: 5px;
  }
  .header-right .header.links li.customer-welcome .customer-name {
    font-weight: bold;
  }
  .header-right .header.links li.customer-welcome .customer-menu ul {
    text-align: center;
  }
  .header-right .header.links li.customer-welcome .customer-menu ul li {
    border: none;
    float: none;
  }
  .header-right .minicart-wrapper {
    border-radius: 5px;
    padding: 0 25px;
    margin-left: 0;
    background-color: #ff0101;
  }
  .header-right .minicart-wrapper .showcart span.text {
    width: auto;
    height: auto;
    position: relative;
    color: #fff;
    top: 7px;
    margin-right: 10px;
    font-weight: bold;
  }
  .header-right .minicart-wrapper .showcart .showcart-inner:hover::after {
    color: #fff;
  }
  .header-right .minicart-wrapper .showcart .showcart-inner::after {
    color: #fff;
    font-size: 20px;
  }
  .header-right .minicart-wrapper .showcart .showcart-inner .counter.qty {
    margin: 0;
    padding: 0;
    background: transparent;
    float: right;
    margin-left: 7px;
    margin-top: 5px;
    font-weight: bold;
  }
  .breadcrumbs {
    margin: 0 0 30px 0;
    padding: 15px 0;
    background-color: #EDEDED;
    max-width: none;
  }
  .breadcrumbs ul.items {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .breadcrumbs ul.items li,
  .breadcrumbs ul.items li a,
  .breadcrumbs ul.items li strong {
    color: #152156;
    font-weight: 700;
  }
  .homepage-widget:not(.homepage-widget--fullwidth) {
    padding: 40px 20px;
  }
  .homepage-hero > div,
  .homepage-hero-banner > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .homepage-hero {
    padding: 80px 20px 40px 20px;
  }
  .homepage-hero-banner {
    margin: 40px 0 80px 0;
  }
  .homepage-hero-banner-item {
    margin: 10px 10px;
  }
  .homepage-hero-banner-item .fal,
  .homepage-hero-banner-item .far,
  .homepage-hero-banner-item .fab,
  .homepage-hero-banner-item .supicon {
    height: 40px;
    width: 40px;
    font-size: 2rem;
    line-height: 2rem;
    padding: 10px;
    margin: 0 10px 0 0;
    background-color: #152156;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
  }
  .homepage-brands {
    max-width: 768px;
  }
  .homepage-brands > a,
  .homepage-brands > div {
    padding: 30px;
    width: 190px;
    height: 190px;
  }
  .homepage-brands > a:after,
  .homepage-brands > div:after {
    width: 35px;
    height: 35px;
    left: calc(32.5%);
  }
  .homepage-brands > a.view-all,
  .homepage-brands > div.view-all {
    font-size: 2.4rem;
  }
  .homepage-brands > a:nth-child(1):after,
  .homepage-brands > div:nth-child(1):after {
    left: calc(88% - 35px / 2);
  }
  .homepage-brands > a:nth-child(2):after,
  .homepage-brands > div:nth-child(2):after {
    left: calc(80% - 35px / 2);
  }
  .homepage-brands > a:nth-child(3):after,
  .homepage-brands > div:nth-child(3):after {
    left: calc(10% - 35px / 2);
  }
  .homepage-brands > a:nth-child(4):after,
  .homepage-brands > div:nth-child(4):after {
    left: calc(50% - 35px / 2);
  }
  .homepage-brands > a:nth-child(5):after,
  .homepage-brands > div:nth-child(5):after {
    left: calc(90% - 35px / 2);
  }
  .homepage-brands > a:nth-child(6):after,
  .homepage-brands > div:nth-child(6):after {
    left: calc(50% - 35px / 2);
  }
  .homepage-bestsellers > div {
    width: 100%;
  }
  .homepage-bestsellers > div.block:first-child {
    margin-left: 0;
  }
  .homepage-bestsellers > div.block:last-child {
    margin-right: 0;
  }
  .homepage-bestsellers .block.widget .block-title {
    position: absolute;
    top: -65px;
  }
  .homepage-bestsellers .block.widget .products-grid .product-items {
    margin-left: 0;
  }
  .homepage-bestsellers .block.widget .products-grid .product-item {
    padding: 0;
    width: 50%;
    max-width: 165px;
    margin: 20px 5px;
  }
  .homepage-bestsellers .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 5px;
  }
  .homepage-links {
    max-width: 768px;
    margin: 0 auto;
  }
  .homepage-links .title-circle {
    margin: 10px;
    padding: 10px;
    width: 150px;
    height: 150px;
  }
  .homepage-links .title-circle .fal,
  .homepage-links .title-circle .far,
  .homepage-links .title-circle .fab,
  .homepage-links .title-circle .supicon {
    font-size: 3.5rem;
  }
  .homepage-links .title-circle h2 {
    font-size: 1.5rem;
  }
  .homepage-featured {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .homepage-featured-main,
  .homepage-featured-side {
    width: 50%;
  }
  .homepage-featured-side-product {
    padding: 30px 20px;
  }
  .homepage-featured-side-product h2 {
    font-size: 2.2rem;
  }
  .homepage-featured-side-product .block.widget.block-products-list .products-grid .product-item .product-item-info {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .homepage-featured-side-product .block.widget.block-products-list .products-grid .product-item .product-item-photo {
    max-width: 40%;
    flex-shrink: 0;
  }
  .homepage-featured-side-product .block.widget.block-products-list .products-grid .product-item .product-item-name,
  .homepage-featured-side-product .block.widget.block-products-list .products-grid .product-item .price-box .price {
    font-size: 2.2rem;
  }
  .solution-search-input-wrapper label {
    flex-basis: 40%;
  }
  .homepage-hero .supplement-search #supplement_search_autocomplete {
    top: 50px;
    height: 200px;
  }
  .layered-filter-block-container .block.filter {
    margin-top: 0;
  }
  .page-header .header.content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-header .header.content .logo {
    float: none;
    margin: 0 30px 0 0;
    display: inline-block;
  }
  .page-header .header.content .switcher {
    display: none;
    color: #152156;
    margin-right: 0;
    margin-left: 11px;
  }
  .page-header .header.content .switcher strong {
    font-weight: 700;
  }
  .page-header .header.content .switcher .options .action.toggle,
  .page-header .header.content .switcher .options .action.toggle::after,
  .page-header .header.content .switcher .options .action.toggle.active::after {
    line-height: 47px;
  }
  .page-header .header.content .switcher .options ul.dropdown {
    right: 0;
  }
  .page-header .header.content .switcher .options ul.dropdown::before {
    right: 10px;
    left: unset;
  }
  .page-header .header.content .switcher .options ul.dropdown::after {
    right: 9px;
    left: unset;
  }
  .page-header .navigation > ul.ninjamenus {
    margin: 0 -15px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    background: transparent;
    margin-bottom: 0;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #fff;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(103%);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #152156;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #152156;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #152156;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    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: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #152156;
    color: #152156;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #152156;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #152156;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .navigation {
    background: transparent;
    width: auto;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 12px;
    color: #152156;
    font-weight: 700;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: 0;
  }
}
@media all and (min-width: 768px) and only screen and (min-width: 1024px), print and only screen and (min-width: 1024px) {
  .header-right .header.links {
    padding-top: 3px;
  }
}
@media all and (min-width: 1024px), print {
  .ambrands-search-wrapper {
    float: right;
    width: 20%;
  }
  .brand-images .brands-letter {
    padding-right: 35px;
    width: inherit;
  }
  .brand-images .brands-letter .brand-item {
    margin: 0 10px 20px;
  }
  .amslider .slide {
    margin: 0 20px 20px 0;
    max-width: 32%;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 450px;
    background: #fff;
    box-shadow: 0 0 1px 1px #ccc;
    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 {
    height: 100%;
    font-size: 0;
  }
  .ambrands-popup-filter {
    display: inline-block;
    box-sizing: border-box;
    width: 27%;
    height: 100%;
    padding: 20px;
    font-size: 0;
    vertical-align: top;
    text-align: center;
    background: #f0f0f0;
  }
  .ambrands-popup-filter .ambrands-letter {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #333;
  }
  .ambrands-popup-filter .ambrands-letter:hover {
    color: #333;
    text-decoration: none;
    background: #ccc;
  }
  .ambrands-popup-filter .ambrands-letter.-disabled {
    background-color: #f1f1f1;
    opacity: .6;
    pointer-events: none;
  }
  .ambrands-popup-filter .ambrands-letter.-active {
    color: #fff;
    background: #f58d0f;
  }
  .ambrands-popup-filter .ambrands-letter.-letter-all {
    width: 100%;
    margin-bottom: 15px;
  }
  .ambrands-popup-items {
    display: inline-block;
    box-sizing: border-box;
    width: 73%;
    height: 100%;
    padding: 20px;
    overflow: auto;
    font-size: 14px;
  }
  .ambrands-popup-items .brand-images .brands-letter {
    width: 100%;
    padding: 0;
  }
  .ambrands-popup-items .brand-item {
    text-align: center;
  }
  .ambrands-popup-items .brand-item .label:before {
    content: none;
  }
  .ambrands-popup-items .brand-item .count {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .ambrands-popup-items .brand-images .brands-letter .brand-item {
    margin: 0 20px 20px 0;
  }
  .ambrands-popup-items .letter {
    margin-bottom: 15px;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .minicart-wrapper {
    margin-left: 11px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .minicart-wrapper .action.showcart-inner {
    margin-right: 11px;
  }
  .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: #ccc;
    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;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.22%;
  }
  .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;
  }
  .product-info-left {
    width: calc(40% - 15px);
    margin-right: 15px;
    float: left;
  }
  .product-info-right {
    width: calc(60% - 15px);
    margin-left: 15px;
    float: right;
  }
  .product-info-right--details {
    width: calc(60% - 15px);
  }
  .product.promotions .product-promotion p {
    font-size: 1.7rem;
    position: relative;
    top: -2px;
  }
  .product.promotions .product-promotion .fal,
  .product.promotions .product-promotion .far,
  .product.promotions .product-promotion .fas,
  .product.promotions .product-promotion .supicon {
    font-size: calc(24.00050527px);
    height: 38px;
    width: 38px;
    line-height: 38px;
    margin-right: 15px;
  }
  .product.promotions .product-promotion .far.fa-plane-alt {
    width: 36px;
    padding-left: 2px;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form-inner .product-add-form {
    padding-top: 20px;
  }
  .product-info-main .product-add-form-inner .product-add-form-inner-left,
  .product-info-main .product-add-form-inner .product-add-form-inner-price {
    flex-grow: 1;
    width: auto;
  }
  .product-info-main .product-add-form-inner .product-add-form-inner-price {
    flex-grow: 0;
  }
  .product-info-main .product-add-form-inner .product-add-form-inner-left > div:not(:empty) {
    flex-grow: 1;
    margin-right: 15px;
  }
  .product-info-main .product-add-form-inner .product-add-form-inner-left .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 100%;
  }
  .product-options-wrapper select {
    max-width: 165px;
  }
  .title-circle {
    padding: 30px;
    width: 170px;
    height: 170px;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .footer-top {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .footer-social {
    order: 1;
  }
  .footer.content .footer-links {
    order: 2;
    width: auto;
  }
  .footer.content .footer-contact {
    order: 3;
  }
  .footer.content .links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .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;
  }
  .homepage-brands {
    max-width: none;
  }
  .homepage-brands > a,
  .homepage-brands > div {
    padding: 20px;
    width: 155px;
    height: 155px;
  }
  .homepage-bestsellers .block.widget .products-grid .product-item {
    max-width: 225px;
  }
  .homepage-hero-banner-item {
    margin: 10px 20px;
  }
  .homepage-links {
    max-width: 1024px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .homepage-links .title-circle {
    padding: 20px;
    margin: 20px;
    width: 180px;
    height: 180px;
  }
  .homepage-links .title-circle .fal,
  .homepage-links .title-circle .far,
  .homepage-links .title-circle .fab,
  .homepage-links .title-circle .supicon {
    font-size: 5rem;
  }
  .homepage-links .title-circle h2 {
    font-size: 1.6rem;
  }
  .homepage-featured {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .homepage-featured-main {
    width: 60%;
  }
  .homepage-featured-side {
    width: 40%;
  }
  .homepage-featured-side-product h2 {
    width: 60%;
    font-size: 2.5rem;
  }
  .homepage-featured-side-product .block.widget.block-products-list .products-grid .product-item .product-item-photo {
    margin-top: -50px;
  }
  .homepage-featured-side-product .block.widget.block-products-list .products-grid .product-item .product-item-name,
  .homepage-featured-side-product .block.widget.block-products-list .products-grid .product-item .price-box .price {
    font-size: 2.5rem;
  }
  .page-header .header.content .switcher {
    display: inline-block;
  }
  ul.header.links {
    margin-right: 22px;
  }
  ul.header.links li {
    display: inline-block;
    line-height: 47px;
  }
  ul.header.links li.authorization-link span {
    display: inline-block;
  }
}
@media all and (min-width: 1440px), print {
  .brands-filters .letter {
    margin: 0;
    border-radius: 0;
    border-right: none;
  }
  .brands-filters .letter-all {
    margin-right: 20px;
  }
  .brands-filters .letter:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .brands-filters .letter:last-child {
    border-right: 1px solid #CCC;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .amslider .wrapper {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    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;
  }
  .homepage-brands {
    max-width: none;
  }
  .homepage-brands > a,
  .homepage-brands > div {
    padding: 30px;
    width: 190px;
    height: 190px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .category-view-image {
    width: 100%;
    height: auto;
  }
  .header-content .header-left .nav-sections nav.navigation {
    margin-left: 210px;
    position: relative;
    top: -30px;
  }
  .header-content .header-right .minicart-wrapper .showcart-inner::after {
    line-height: 27px !important;
    position: relative;
    top: 3px;
  }
  .homepage-widget--grey .homepage-bestsellers .block-products-list {
    display: block;
  }
  .homepage-widget--grey .homepage-bestsellers .block-products-list .block-title {
    display: block;
    margin: auto;
    position: relative;
  }
  .page-wrapper {
    display: block !important;
  }
  .page-wrapper .page-footer .footer-top {
    width: 100%;
    display: inline-block;
  }
  .page-wrapper .page-footer .footer-top .footer-social,
  .page-wrapper .page-footer .footer-top .footer-links,
  .page-wrapper .page-footer .footer-top .footer-contact {
    width: calc(33.33333333%);
    float: left;
  }
  .page-wrapper .page-footer .footer-top .footer-social-links,
  .page-wrapper .page-footer .footer-top .footer-links-links,
  .page-wrapper .page-footer .footer-top .footer-contact-links {
    text-align: left;
  }
  .page-wrapper .page-footer .footer-disclaimer p {
    margin: 0;
  }
  .homepage-hero .supplement-search #supplement_search_autocomplete {
    left: 40px;
  }
  .top-main-header-right div.block form .search-autocomplete {
    right: 255px;
  }
  .firecheckout .page-header .header.content .logo img {
    width: 80%;
  }
  .firecheckout .page-header .header.content .header-right {
    display: block;
    width: 450px;
  }
  .minicart-wrapper .action.showcart-inner::after {
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header .header .navigation .ninjamenus-hamburger-trigger {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header.content {
    padding: 10px 20px 0;
  }
}
.page-header .header-left .logo img {
  width: 100%;
  max-width: 450px;
}
.page-header .header-left .nav-sections {
  margin-top: 1px;
}
@media only screen and (min-width: 450px) {
  .page-header .header-left .nav-sections {
    margin-top: 47px;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header-left .nav-sections {
    position: absolute;
    width: 100%;
    margin-top: 0;
  }
  .page-header .header-left .nav-sections .navigation ul {
    margin: 0;
    padding: 0;
  }
  .page-header .header-left .nav-sections .navigation ul li.ninjamenus-submenu-left_edge_menu_bar:first-child a {
    padding-left: 0;
  }
}
.sidebar-additional {
  display: none;
}
.block-minicart .product-item-details .actions .action.edit::before,
.block-minicart .product-item-details .actions .action.delete::before {
  color: #333;
}
.homepage-bestsellers .block.widget .products-grid .product-items {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .homepage-bestsellers .block.widget .products-grid .product-item {
    max-width: 225px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-bestsellers .block.widget .products-grid .product-item {
    max-width: 275px !important;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-bestsellers .block.widget .products-grid .product-item {
    padding: 0;
    margin: 0 5px 10px;
    flex-basis: unset !important;
    width: 45%;
  }
}
@media only screen and (max-width: 550px) {
  .homepage-bestsellers .block.widget .products-grid .product-item {
    width: 100%;
  }
}
@keyframes homepage-brands {
  from {
    transform: rotate(-5deg) scale(1.3);
    opacity: 0;
  }
  to {
    transform: rotate(-3deg) scale(1);
    opacity: 1;
  }
}
@keyframes homepage-brands-2 {
  from {
    transform: rotate(-3deg) scale(1.3);
    opacity: 0;
  }
  to {
    transform: rotate(-2deg) scale(1);
    opacity: 1;
  }
}
@keyframes homepage-brands-3 {
  from {
    transform: rotate(7deg) scale(1.3);
    opacity: 0;
  }
  to {
    transform: rotate(4deg) scale(1);
    opacity: 1;
  }
}
@keyframes homepage-brands-4 {
  from {
    transform: rotate(0deg) scale(1.3);
    opacity: 0;
  }
  to {
    transform: rotate(3deg) scale(1);
    opacity: 1;
  }
}
@keyframes homepage-brands-5 {
  from {
    transform: rotate(-1deg) scale(1.3);
    opacity: 0;
  }
  to {
    transform: rotate(-4deg) scale(1);
    opacity: 1;
  }
}
@keyframes homepage-brands-6 {
  from {
    transform: rotate(1deg) scale(1.3);
    opacity: 0;
  }
  to {
    transform: rotate(-2deg) scale(1);
    opacity: 1;
  }
}
@keyframes homepage-links {
  0% {
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.navigation {
  width: 100%;
}
.navigation .ninjamenus {
  background: transparent !important;
}
.navigation .mega-image,
.navigation .mega-divider {
  display: none;
}
@media only screen and (min-width: 992px) {
  .navigation .mega-image,
  .navigation .mega-divider {
    display: block;
    margin: auto;
  }
}
.navigation .mega-image img {
  height: 100%;
  width: auto;
  max-height: 175px;
}
@media screen and (max-width: 767px) {
  aside.modal-popup:not(.popup-authentication):not(.confirm) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap {
    width: 900px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap {
    width: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap {
    background-image: url("../images/Pop-up-background.png");
    background-position: center;
    background-repeat: no-repeat;
  }
}
aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap .modal-header .action-close::before {
  color: #333;
  font-weight: bold;
  font-size: 2rem;
}
aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap .modal-content {
  background-image: url("../images/grass.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  border-bottom: 5px solid #142155;
  padding-bottom: 8rem;
}
aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap .modal-content .popup-content {
  text-align: center;
}
aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap .modal-content .popup-content img {
  display: block;
  margin: auto;
  width: 275px;
}
@media screen and (min-width: 550px) {
  aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap .modal-content .popup-content img {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap .modal-content .popup-content img {
    width: 450px;
  }
}
aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap .modal-content .popup-content h1 {
  margin-top: 4rem;
}
aside.modal-popup:not(.popup-authentication):not(.confirm) .modal-inner-wrap .modal-content .popup-content p {
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  aside.modal-popup:not(.popup-authentication) .modals-overlay {
    display: none;
  }
}
.home-latest-news ul.display-posts-listing {
  padding: 0;
  list-style: none;
}
.home-latest-news li.listing-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-latest-news li.listing-item {
    width: 49%;
  }
  .home-latest-news li.listing-item:last-child {
    display: none;
  }
  .home-latest-news li.listing-item:not(:first-child) {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 992px) {
  .home-latest-news li.listing-item {
    width: 32%;
  }
  .home-latest-news li.listing-item:not(:first-child) {
    margin-left: 2%;
  }
}
.home-latest-news li.listing-item .image img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.home-latest-news li.listing-item .title {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}
.home-latest-news li.listing-item .date {
  display: none;
}
.home-latest-news li.listing-item .excerpt-dash {
  display: none;
}
.home-latest-news li.listing-item .excerpt {
  display: block;
  text-align: justify;
}
.wordpress-post-view .post-view .post-content .products-grid .product-item {
  width: 20%;
}
.wordpress-post-view .contact-container .wp-block-column iframe {
  width: 100%;
  height: 300px;
}
.wordpress-post-view .contact-container .wp-block-column .contact-form .wpcf7-form-control-wrap input[type="text"],
.wordpress-post-view .contact-container .wp-block-column .contact-form .wpcf7-form-control-wrap input[type="tel"],
.wordpress-post-view .contact-container .wp-block-column .contact-form .wpcf7-form-control-wrap input[type="email"] {
  margin-bottom: 7px;
  height: 40px;
}
.wordpress-post-view .contact-container .wp-block-column .contact-form .wpcf7-submit {
  border: 2px solid #152156;
  background: transparent;
  padding: 0.5rem 2rem;
  color: #142155;
  font-weight: bold;
  margin-top: 1rem;
  float: right;
  transition: 0.3s ease;
}
.wordpress-post-view .contact-container .wp-block-column .contact-form .wpcf7-submit:hover {
  background: #152156;
  color: white;
  transition: 0.3s ease;
}
.wordpress-homepage-view .column.main .post-list-description {
  display: none;
}
.wordpress-homepage-view .column.main .post-list-wrapper .post-list .item:not(:first-child) {
  padding-top: 1rem;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.wordpress-homepage-view .column.main .post-list-wrapper .post-list .item .post-list-item h2 a {
  color: #152156;
}
.wordpress-homepage-view .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-image {
  display: none;
}
.wordpress-homepage-view .column.main .post-list-wrapper .post-list .item .post-list-item .post-meta .post-categories,
.wordpress-homepage-view .column.main .post-list-wrapper .post-list .item .post-list-item .post-meta .post-user {
  display: none;
}
.is-blog .sidebar-main .block-blog-nav-menu .block-title {
  display: none;
}
.is-blog .sidebar-main .block-blog-nav-menu .block-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.is-blog .sidebar-main .block-blog-nav-menu .block-content ul li {
  position: relative;
  width: 100%;
}
.is-blog .sidebar-main .block-blog-nav-menu .block-content ul li a {
  display: block;
  position: relative;
  width: 90%;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d1d1d1;
  line-height: 22px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .is-blog .sidebar-main .block-blog-nav-menu .block-content ul li a::after {
    content: " ";
    position: absolute;
    border-right: 1px solid #152156;
    border-top: 1px solid #152156;
    width: 10px;
    height: 10px;
    right: 25px;
    z-index: 2;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .is-blog .sidebar-main .block-blog-nav-menu .block-content ul li a:hover::after {
    right: 20px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
}
.is-blog .content-container {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-products .columns {
    display: block;
  }
}
.page-products.page-layout-1column .category-cms .category-links {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
}
.page-products.page-layout-1column .category-cms .category-links .category-link {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  .page-products.page-layout-1column .category-cms .category-links .category-link {
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-products.page-layout-1column .category-cms .category-links .category-link {
    width: 24.5%;
  }
}
.page-products.page-layout-1column .category-cms .category-links .category-link ul {
  padding: 1rem 0 0;
  list-style: none;
}
.page-products.page-layout-1column .category-cms .category-links .category-link ul li a {
  color: #152156;
  font-weight: bold;
  font-size: 15px;
}
.page-products.page-layout-1column .category-cms .category-links .category-link ul li:last-child a {
  color: #ce3232;
}
@media only screen and (min-width: 992px) {
  .catalog-product-view .product-add-form .product-add-form-inner-left .product-info-stock-sku .stock {
    display: inline-block;
  }
  .catalog-product-view .product-add-form .product-add-form-inner-left .product-info-stock-sku .stock i {
    float: left;
  }
  .catalog-product-view .product-add-form .product-add-form-inner-left .product-info-stock-sku .stock br {
    display: none;
  }
  .catalog-product-view .product-add-form .product-add-form-inner-left .product-info-stock-sku .stock span {
    float: right;
    padding-left: 1rem;
    text-transform: capitalize;
  }
  .catalog-product-view .product-add-form .product-add-form-inner-left .box-tocart .field.qty {
    display: inline-block;
  }
  .catalog-product-view .product-add-form .product-add-form-inner-left .box-tocart .field.qty label {
    float: left;
    padding-right: 1rem;
  }
  .catalog-product-view .product-add-form .product-add-form-inner-left .box-tocart .field.qty .control {
    float: right;
  }
  .catalog-product-view .product-add-form .product-add-form-inner-left .product-options-wrapper .field.configurable {
    display: inline-block;
  }
  .catalog-product-view .product-add-form .product-add-form-inner-left .product-options-wrapper .field.configurable label {
    float: left;
    padding-right: 1rem;
  }
  .catalog-product-view .product-add-form .product-add-form-inner-left .product-options-wrapper .field.configurable .control {
    width: auto;
    float: right;
  }
  .catalog-product-view .product-add-form .product-add-form-inner-price .box-tocart #product-addtocart-button {
    line-height: 1rem;
  }
}
.customer-account-index .block-collapsible-nav-content ul {
  padding: 0;
  list-style: none;
}
.customer-account-index .block-collapsible-nav-content ul .nav.item.current strong {
  border-color: #152156;
}
.customer-account-index .orders-recent .table-order-items caption {
  height: auto;
  width: auto;
}
.account .sidebar ul {
  padding: 0;
  list-style: none;
}
.account .sidebar ul li.current > strong {
  border-color: #152156 !important;
}
.account .orders-history .table-order-items .col.actions {
  display: none;
}
.catalog-product-view .page-bottom {
  width: 100%;
}
.catalog-product-view .page-bottom .supplement-search label {
  display: none;
}
.catalog-product-view .page-bottom .supplement-search label .supplement-search-input-wrapper #supplement_search_input {
  border: 2px solid #c9c9c9;
  border-right: none;
}
.catalog-product-view .page-bottom .supplement-search label .supplement-search-input-wrapper button {
  background: transparent !important;
  border: 2px solid #c9c9c9;
  border-left: none;
  opacity: 1;
}
.catalog-product-view .page-bottom .supplement-search label .supplement-search-input-wrapper button span.far.fa-search {
  opacity: 0.5;
}
.page-products .category-view-image .category-image {
  display: none;
}
.page-products .category-view-image .category-image-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-products .category-view-image .category-image {
    display: block;
  }
  .page-products .category-view-image .category-image-mobile {
    display: none;
  }
}
.page-products .category-view-image {
  position: relative;
}
.page-products .category-view-image .page-title-wrapper,
.page-products .category-view-image .category-view-generic {
  position: absolute;
  color: white;
}
@media only screen and (min-width: 768px) {
  .page-products .category-view-image .page-title-wrapper,
  .page-products .category-view-image .category-view-generic {
    padding-left: 20px;
  }
}
.page-products .category-view-image .page-title-wrapper {
  width: 100%;
  text-align: center;
  top: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 450px) {
  .page-products .category-view-image .page-title-wrapper {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 615px) {
  .page-products .category-view-image .page-title-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-products .category-view-image .page-title-wrapper {
    top: 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page-products .category-view-image .page-title-wrapper {
    top: 30px;
  }
}
.page-products .category-view-image .page-title-wrapper h1 {
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  .page-products .category-view-image .page-title-wrapper h1 {
    font-size: 3rem;
  }
}
.page-products .category-view-image .category-view-generic {
  width: 100%;
  top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-products .category-view-image .category-view-generic {
    width: 45%;
    top: 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page-products .category-view-image .category-view-generic {
    top: 70px;
    width: 50%;
  }
}
.page-products .category-view-image .category-view-generic p {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .page-products .category-view-image .category-view-generic p {
    padding: 0;
  }
}
@media only screen and (max-width: 450px) {
  .page-products .category-view-image .category-view-generic p {
    display: none;
  }
}
.page-products .toolbar.toolbar-products {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .category-view-image .category-view-generic {
    display: none;
  }
  .category-view-image .page-title-wrapper {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
.checkout-index-index .page-main #checkout #checkoutSteps li {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 0;
}
.checkout-index-index .page-main #checkout #checkoutSteps li .step-title {
  background: #e5e5e5;
  padding: 1rem;
  color: #152156;
  font-weight: 800;
  font-family: "Quicksand", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.checkout-index-index .page-main #checkout #checkoutSteps li .step-title::before {
  background: transparent;
  color: #152156;
  font-size: 16px;
  font-weight: 800;
}
.checkout-index-index .page-main #checkout #checkoutSteps li .step-content:not(#checkout-step-payment) {
  padding: 0 2rem;
}
.checkout-index-index .page-main #checkout #checkoutSteps li .step-content#checkout-step-payment .payment-group .payment-method {
  padding: 0 2rem;
}
.checkout-index-index .page-main #checkout #checkoutSteps li .step-content#checkout-step-payment .checkout-billing-address .billing-address-same-as-shipping-block {
  padding: 0 2rem;
  margin-top: 1rem;
}
.checkout-index-index .page-main #checkout #checkoutSteps #block-discount-heading {
  padding: 0 2rem;
}
.checkout-index-index .page-main #checkout aside {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 0 0 1.5rem 0;
}
.checkout-index-index .page-main #checkout aside .modal-content .title {
  background: #e5e5e5;
  padding: 1rem;
  color: #152156;
  font-weight: 800;
  font-family: "Quicksand", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.checkout-index-index .page-main #checkout aside .modal-content .title::before {
  background: transparent;
  color: #152156;
  font-size: 16px;
  font-weight: 800;
}
.checkout-index-index .page-main #checkout aside .modal-content .items-in-cart {
  margin-top: 1rem;
  padding: 0 2rem;
}
.checkout-index-index .page-main #checkout aside table th {
  padding-left: 2rem;
}
.checkout-index-index .page-main #checkout aside table td {
  padding-right: 2rem;
}
.checkout-index-index .page-main #checkout aside .actions-toolbar {
  text-align: center;
}
.checkout-index-index .page-main #checkout aside .actions-toolbar .primary {
  float: none;
  padding: 0.5rem 3rem;
  font-size: 15px;
  font-weight: 800;
}
.firecheckout .page-header .logo img {
  width: 100%;
  max-width: 240px;
}
.firecheckout .page-header .header-left .nav-sections {
  position: absolute;
  left: 0;
  top: 60px;
  padding: 0 20px;
}
.firecheckout .page-header .header-right {
  width: 65%;
}
.firecheckout .header-right ul.header.links {
  width: 100%;
  display: none;
}
.firecheckout .header-right ul.header.links li {
  float: right;
}
.firecheckout .header-right .minicart-wrapper {
  display: none;
}
.free-shipping-message {
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  background-color: #f4c01c;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
}
.checkout-index-index .free-shipping-message {
  margin-bottom: 20px;
}
.page-products .column.main .filter {
  border: none;
}
.page-products .column.main .filter .content .subtitle {
  display: none;
}
.page-products .column.main .filter .content .options ol.items {
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
}
.page-products .column.main .filter .content .options ol.items li.item {
  width: calc(14.28571429%);
  float: left;
}
.page-products .column.main .filter .content .options ol.items li.item span.count {
  display: none;
}
.page-products .column.main .filter .content .options dt {
  display: none;
}
@media only screen and (max-width: 1439px) {
  #page-peel-effect {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  #page-peel-effect {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/small-peel.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.8s ease;
    z-index: 901;
    color: transparent;
    background-position: top right;
    transform: scale(1);
    transform-origin: top right;
    font-size: 0;
  }
  #page-peel-effect:hover {
    background-image: url(../images/large-peel.png);
    transform: scale(3.5);
  }
}
.top-main-header {
  background: #333;
  padding: 1rem 0;
}
@media only screen and (max-width: 450px) {
  .top-main-header {
    display: none;
  }
}
.top-main-header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 20px;
}
.top-main-header-left {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .top-main-header-left {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
}
.top-main-header-left ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.top-main-header-left ul li {
  float: left;
  padding: 0 1rem;
  margin: 0;
}
.top-main-header-left ul li a {
  color: #fff;
}
@media only screen and (max-width: 1063px) {
  .top-main-header-center {
    display: none;
  }
}
.top-main-header-center span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.top-main-header-center i {
  font-size: 16px;
  padding-right: 1rem;
}
.top-main-header-right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .top-main-header-right {
    display: flex;
    flex-direction: row;
  }
}
.top-main-header-right div.block {
  margin: 0;
}
.top-main-header-right div.block form,
.top-main-header-right div.block input,
.top-main-header-right div.block button {
  margin: 0;
  height: 35px;
}
.top-main-header-right div.block form {
  width: 300px;
}
@media only screen and (min-width: 992px) {
  .top-main-header-right div.block form {
    width: 400px;
  }
}
.top-main-header-right div.block form .search-autocomplete {
  z-index: 901;
  top: 35px;
  border-radius: 0 0 15px 15px;
}
.top-level-category {
  padding: 2rem 0;
}
.top-level-category .category-container {
  width: 100%;
}
.top-level-category .category-container .category-blocks {
  overflow: auto;
}
.top-level-category .category-container .category-blocks .category-block {
  float: left;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .top-level-category .category-container .category-blocks .category-block {
    width: 24%;
  }
}
@media only screen and (min-width: 550px) and (max-width: 991px) {
  .top-level-category .category-container .category-blocks .category-block {
    width: 49%;
  }
}
.top-level-category .category-container .category-blocks .category-block-image {
  background: #e5e5e5;
  border-radius: 50%;
  width: 185px;
  height: 185px;
  text-align: center;
  display: block;
  margin: auto;
}
.top-level-category .category-container .category-blocks .category-block-image img {
  width: 100%;
  height: auto;
  max-width: 60px;
  display: block;
  margin: auto;
  padding-bottom: 1rem;
  padding-top: 10%;
}
.top-level-category .category-container .category-blocks .category-block-content {
  margin-top: 1rem;
}
.top-level-category .category-container .category-blocks .category-block-content ul {
  padding: 0;
  list-style: none;
}
.top-level-category .category-container .category-blocks .category-block-content ul li {
  color: #152156;
  font-weight: bold;
}
.top-level-category .category-container .category-blocks .category-block-content ul li a {
  color: #152156;
}
.top-level-category .category-container .category-blocks .category-block:nth-child(4) ul li:last-child a {
  color: #ce3232;
}
.view-brands-block {
  padding: 2rem 0;
}
.view-brands-block .container .brands {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.view-brands-block .container .brands .brand {
  width: 50%;
  display: block;
  margin: auto;
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  padding: 1rem 0;
}
.view-brands-block .container .brands .brand:not(:last-child) {
  margin-right: 1rem;
}
.view-brands-block .container .brands .brand strong {
  color: #333;
  font-size: 16px;
}
.view-brands-block .container .brands .brand img {
  width: 100%;
  max-width: 85%;
  display: block;
  margin: auto;
}
.view-brands-block .container .brands .brand a {
  background: #ff0101;
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 20px;
  color: #fff;
  margin-top: 1rem;
}
.brand-images {
  padding: 2rem 0;
}
.brand-images .container .brands .row {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .brand-images .container .brands .row {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .brand-images .container .brands .row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.brand-images .container .brands .row .brand {
  width: 100%;
  height: 200px;
  padding-top: 1rem;
  margin-top: 1rem;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 500px) and (max-width: 991px) {
  .brand-images .container .brands .row .brand {
    width: 49%;
    float: left;
    height: 120px;
    margin: 0 0.5%;
  }
  .brand-images .container .brands .row .brand:nth-child(n + 2) {
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .brand-images .container .brands .row .brand {
    width: 100%;
    padding-top: 0;
    height: 200px;
  }
  .brand-images .container .brands .row .brand:not(:last-child) {
    margin-right: 1rem;
  }
}
.brand-images .container .brands .row .brand a {
  position: relative;
  top: 100px;
}
@media only screen and (min-width: 501px) and (max-width: 991px) {
  .brand-images .container .brands .row .brand a {
    top: 100px;
  }
}
.brand-images .container .brands .row .brand img {
  width: 100%;
  max-height: 200px;
  display: block;
  margin: auto;
  max-width: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 500px) and (max-width: 991px) {
  .brand-images .container .brands .row .brand img {
    max-width: 75%;
    width: auto;
    max-height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .brand-images .container .brands .row .brand img {
    max-width: 85%;
    width: auto;
    max-height: 200px;
  }
}
.error-page {
  position: relative;
}
.error-page .error-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.error-page .error-content h1 {
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .error-page .error-content h1 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .error-page .error-content h1 {
    font-size: 36px;
    text-align: left;
  }
}
.error-page .error-content h2 {
  font-size: 18px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .error-page .error-content h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .error-page .error-content h2 {
    font-size: 24px;
    margin-bottom: 3rem;
    text-align: left;
  }
}
.error-page .error-content h2 br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .error-page .error-content h2 br {
    display: block;
  }
}
.error-page .error-content a {
  color: #152156;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 25px;
  background: #f4c01c;
}
@media only screen and (max-width: 550px) {
  .error-page .error-content a {
    background: transparent;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin: 1rem auto 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 400px) {
  .error-page .error-content a {
    display: none;
  }
}
.error-page .error-content a:hover {
  text-decoration: none;
}
.page-with-filter .sidebar-main .layered-filter-block-container .filter-content .filter-options-content ul,
.page-with-filter .sidebar-main .layered-filter-block-container .filter-content .filter-options-content ol {
  padding: 0;
  list-style: none;
}
.page-with-filter .sidebar-main .layered-filter-block-container .filter-content .filter-options-content ul form li a,
.page-with-filter .sidebar-main .layered-filter-block-container .filter-content .filter-options-content ol form li a {
  padding-left: 0;
}
.page-with-filter .sidebar-main .layered-filter-block-container .filter-content .filter-options-content ul form li a input,
.page-with-filter .sidebar-main .layered-filter-block-container .filter-content .filter-options-content ol form li a input {
  display: none;
}
.page-with-filter .sidebar-main .layered-filter-block-container .filter-content .filter-options-content form ol a {
  padding-left: 0;
}
.page-with-filter .sidebar-main .layered-filter-block-container .filter-content .filter-options-content form ol a input {
  display: none;
}
.category-cms .letters .letters-box:first-child {
  display: none;
}
@media only screen and (min-width: 1040px) {
  .category-cms .letters .letters-box {
    display: flex;
    flex-direction: row;
  }
  .category-cms .letters .letters-box a {
    width: calc(3.7037037%);
  }
}
.category-cms .brand-images {
  padding-bottom: 0;
}
.category-cms .brand-images .brands-letter {
  margin: 0;
}
.category-cms .brand-images .brands-letter ul.bare-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
}
.category-cms .brand-images .brands-letter ul.bare-list li {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  height: 180px;
  max-width: 155px;
  min-width: 155px;
}
.checkout-cart-index .cart-discount .block.discount #block-discount-heading {
  color: #152156;
  font-weight: bold;
}
.checkout-cart-index .cart-discount .block.discount #block-discount-heading::after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 5px;
}
.checkout-cart-index .cart-discount .block.discount.active .content form .fieldset.coupon {
  display: flex;
}
.checkout-cart-index .cart-discount .block.discount.active .content form .fieldset.coupon .field,
.checkout-cart-index .cart-discount .block.discount.active .content form .fieldset.coupon .actions-toolbar {
  display: block;
}
.checkout-cart-index .cart-discount .block.discount.active .content form input.input-text {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-cart-index .cart-discount .block.discount.active .content form button.action.apply.primary {
  padding: 6px 30px;
  border: 2px solid #142156;
  border-left: none;
}
.firecheckout .checkout-payment-method .payment-methods .payment-method .checkout-agreements-block .checkout-agreement label button.action-show {
  font-weight: bold;
}
.firecheckout .checkout-payment-method .payment-methods .payment-method .checkout-agreements-block .checkout-agreement .mage-error {
  font-weight: bold;
}
.grecaptcha-badge {
  z-index: 9999;
}
@media only screen and (max-width: 550px) {
  .homepage-bestsellers .block.widget .products-grid .product-item {
    margin-left: 0 !important;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .is-blog .products-grid .product-items .product-item {
    width: calc(33.33333333%) !important;
  }
}
@media only screen and (min-width: 992px) {
  .is-blog .products-grid .product-items .product-item {
    width: calc(25%) !important;
  }
}
.firecheckout .checkout-payment-method .payment-option.rewards-block .payment-option-title #block-rewards-heading {
  padding: 1rem 0 0 2rem;
}
.firecheckout .checkout-payment-method .payment-option .payment-option-content {
  padding-left: 20px !important;
}
.firecheckout .checkout-payment-method .payment-option .payment-option-content .form-reward .payment-option-inner {
  display: flex;
}
.firecheckout .checkout-payment-method .payment-option .payment-option-content .form-reward .payment-option-inner .field {
  flex-grow: 1;
}
.firecheckout .checkout-payment-method .payment-option .payment-option-content .form-reward .payment-option-inner .actions-toolbar {
  flex-shrink: 0;
  margin-top: 0;
}
.firecheckout .checkout-payment-method .payment-option .payment-option-content .form-reward .payment-option-inner .actions-toolbar .primary {
  height: 100%;
}
.firecheckout .checkout-payment-method .payment-option .payment-option-content .form-reward .payment-option-inner .actions-toolbar .primary button {
  height: 100%;
}
#layered-filter-block-container .filter-options-item .filter-options-title {
  word-break: break-word !important;
}
@media only screen and (max-width: 767px) {
  #layered-filter-block-container .filter.active .filter-content strong {
    background-color: white;
    padding-top: 1rem;
  }
}
#layered-filter-block .filter-content .filter-current .items {
  padding: 5px 0;
  list-style: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before,
.cart.table-wrapper .actions-toolbar > .action-edit:before {
  color: #333 !important;
}
.account ul.rewards-links {
  list-style: none;
}
.account ul.rewards-links li:nth-child(2) {
  display: none;
}
.account ul.rewards-links li:nth-child(3) {
  display: none;
}
.account.rewards-account-index .block-rewards-account-summary .subtitle {
  display: none;
}
.account.rewards-account-index .block-rewards-account-summary .subtitle ~ .block-content {
  display: none;
}
.account.rewards-account-history .order-details-items .unsubscribe {
  display: none;
}
.account.rewards-account-history .order-details-items .block-rewards-account-summary .block-title {
  margin-bottom: 2rem;
}
.checkout-cart-index .cart-summary #block-rewards-form #block-rewards-points-form .discount-form .input-box .points_amount {
  display: none;
}
.checkout-cart-index .cart-summary #block-rewards-form #block-rewards-points-form .discount-form .buttons-container {
  display: flex;
}
.checkout-cart-index .cart-summary #block-rewards-form #block-rewards-points-form .discount-form .buttons-container button {
  width: 48%;
  margin: 1rem 1% 0;
}
@media only screen and (min-width: 1080px) {
  .checkout-cart-index .cart-discount .block.discount {
    width: 350px;
  }
}
.checkout-cart-index .cart-discount .block.reward #block-reward-heading {
  color: #152156;
  font-weight: bold;
}
.checkout-cart-index .cart-discount .block.reward #block-reward-heading::after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 5px;
}
.checkout-cart-index .cart-discount .block.reward.active #discount-reward-form .input-text {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-cart-index .cart-discount .block.reward.active #discount-reward-form #apply-amreward {
  padding: 6px 30px;
  border: 2px solid #142156;
  border-left: none;
}
.block.upsell {
  display: none;
}
@media only screen and (max-width: 767px) {
  .category-view-image {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  #maincontent .columns {
    padding-top: 0!important;
  }
  #maincontent .columns .toolbar-products .toolbar-sorter {
    display: none;
  }
  .nav-sections .navigation .ninjamenus li.ninjamenus-parent-active .opener {
    color: #152156 !important;
  }
}
@media only screen and (min-width: 768px) {
  .toolbar-products .toolbar-sorter {
    display: block;
  }
}
.account .block-dashboard-orders .block-title.order {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .layer-product-list #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-amount {
    padding: 5rem 0 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .layer-product-list #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter {
    display: none!important;
  }
}
.ninjamenus .ninjamenus-nav-link:hover {
  color: #cd3232!important;
}
.ninjamenus .ninjamenus-nav-link.active {
  color: #cd3232!important;
}
page-slide {
  background: white;
  width: 300px;
  display: block;
  height: 550px;
  right: -300px;
  position: fixed;
  transition: right 0.2s linear;
  top: 30vh;
  z-index: 5000;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 992px) {
  display: none;
}
.slide {
  right: 0 !important;
}
.slide-tog {
  right: 300px !important;
}
#toggle {
  width: 45px;
  height: 120px;
  background: #ff0101;
  position: fixed;
  top: 30vh;
  right: 0;
  border: none;
  cursor: pointer;
  transition: right 0.2s linear;
  padding: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#toggle p {
  color: #fff !important;
  transform: rotate(-90deg);
  font-size: 2rem;
  text-align: center;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  width: 85px;
  height: 50px;
}
#page-slide nav.main ul {
  list-style: none;
  margin: 50px 0 0 0;
}
#page-slide nav.main ul li a {
  color: #cdcdcd;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  border-bottom: 1px solid #2f2f2f;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#page-slide nav.main ul li a:hover {
  color: #fff;
  background: #00c6ff;
  -webkit-box-shadow: inset -150px 0px 100px 5px #004aa6;
  box-shadow: inset -150px 0px 100px 5px #004aa6;
}
#page-slide .slide-content {
  padding: 15px;
}
#page-slide .slide-content p {
  color: #4c4c4c;
  margin: 0;
}
#page-slide .slide-content img {
  display: block;
  margin: 10px auto;
}
#page-slide .slide-content a {
  font-weight: bold;
}
@media screen and (max-width: 340px) {
  .page-header .header.content img {
    width: 34px !important;
  }
}
#page-slide {
  background: white;
  width: 300px;
  display: block;
  height: 550px;
  right: -300px;
  position: fixed;
  transition: right 0.2s linear;
  top: 30vh;
  z-index: 5000;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 992px) {
  #page-slide {
    display: none!important;
  }
}
.slide {
  right: 0 !important;
}
.slide-tog {
  right: 300px !important;
}
#toggle {
  width: 45px;
  height: 120px;
  background: #ff0101;
  position: fixed;
  top: 30vh;
  right: 0;
  border: none;
  cursor: pointer;
  transition: right 0.2s linear;
  padding: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#toggle p {
  color: #fff !important;
  transform: rotate(-90deg);
  font-size: 2rem;
  text-align: center;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  width: 85px;
  height: 50px;
}
#page-slide nav.main ul {
  list-style: none;
  margin: 50px 0 0 0;
}
#page-slide nav.main ul li a {
  color: #cdcdcd;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  border-bottom: 1px solid #2f2f2f;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#page-slide nav.main ul li a:hover {
  color: #fff;
  background: #00c6ff;
  -webkit-box-shadow: inset -150px 0px 100px 5px #004aa6;
  box-shadow: inset -150px 0px 100px 5px #004aa6;
}
#page-slide .slide-content {
  padding: 15px;
}
#page-slide .slide-content p {
  color: #4c4c4c;
  margin: 0;
}
#page-slide .slide-content img {
  display: block;
  margin: 10px auto;
}
#page-slide .slide-content a {
  font-weight: bold;
}
header.page-header .panel.wrapper {
  display: none!important;
}
/*# sourceMappingURL=styles-l.css.map */