/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-action-addto-product {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus {
  text-decoration: none;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before {
  color: #303030;
}
.abs-product-link > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  position: absolute;
  top: 31px;
  left: 10px;
  margin-left: 70%;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-actions-addto-gridlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before {
  color: #333333;
}
.abs-action-remove,
.abs-add-fields .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  font-size: inherit;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before {
  color: inherit;
}
.abs-field-date input {
  margin-right: 10px;
  width: calc(100% - (40px + 10px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-discount-block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block.active > .title:after {
  content: '\e617';
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/ubuntu/light/Ubuntu-Light.woff2') format('woff2'), url('../fonts/ubuntu/light/Ubuntu-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/ubuntu/regular/Ubuntu-Regular.woff2') format('woff2'), url('../fonts/ubuntu/regular/Ubuntu-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/ubuntu/semibold/Ubuntu-Medium.woff2') format('woff2'), url('../fonts/ubuntu/semibold/Ubuntu-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/ubuntu/bold/Ubuntu-Bold.woff2') format('woff2'), url('../fonts/ubuntu/bold/Ubuntu-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
/**
 * 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;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * 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 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;
  }
}
.vertical-align {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tonyMenu {
  visibility: hidden;
  font-size: 16px;
}
.tonyMenu__initialize {
  visibility: visible;
}
.tonyMenu ul {
  padding: 0;
  list-style: none;
}
.tonyMenu a {
  text-decoration: none;
}
body.tonyMenu__fixed-bg {
  overflow: hidden !important;
}
.tonyMenu:not(.tonyMenu__initialize) .tonyMenu__navbar > ul > li {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .tonyMenu {
    position: relative;
    clear: both;
    /* new_styles */
    /* new_styles */
  }
  .tonyMenu_bg {
    display: none !important;
  }
  .tonyMenu__transition-block {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
  }
  .tonyMenu__border-top {
    border-top: solid 2px #d1466e;
  }
  .tonyMenu__border-bottom {
    border-bottom: solid 2px #d1466e;
  }
  .tonyMenu_padding-bottom-none {
    padding-bottom: 25px;
  }
  .tonyMenu__list-outer-border > li > a > img {
    border: 1px solid #e5e5e5;
  }
  .tonyMenu__nav-list > li {
    cursor: pointer;
  }
  .tonyMenu__nav-list > li > a {
    font-size: 18px !important;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #333333;
  }
  .tonyMenu__megamenu {
    position: absolute;
    display: block;
    width: 1170px;
    padding: 25px 35px 30px;
    background-color: #ffffff;
    z-index: 100;
    cursor: default;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .tonyMenu__megamenu.tonyMenu__simple {
    padding: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .tonyMenu__box-top,
  .tonyMenu__box-left,
  .tonyMenu__box-center,
  .tonyMenu__box-right,
  .tonyMenu__box-bottom,
  .tonyMenu__box-inner_top,
  .tonyMenu__box-inner,
  .tonyMenu__box-inner_bottom {
    position: relative;
    display: block;
    text-align: center;
  }
  .tonyMenu__box-top,
  .tonyMenu__box-left,
  .tonyMenu__box-right,
  .tonyMenu__box-bottom,
  .tonyMenu__box-inner_top,
  .tonyMenu__box-inner_bottom {
    overflow: hidden;
  }
  .tonyMenu__box-top,
  .tonyMenu__box-bottom,
  .tonyMenu__box-inner-top,
  .tonyMenu__box-inner-bottom {
    width: 100%;
    *zoom: 1;
  }
  .tonyMenu__box-top:before,
  .tonyMenu__box-bottom:before,
  .tonyMenu__box-inner-top:before,
  .tonyMenu__box-inner-bottom:before,
  .tonyMenu__box-top:after,
  .tonyMenu__box-bottom:after,
  .tonyMenu__box-inner-top:after,
  .tonyMenu__box-inner-bottom:after {
    display: table;
    content: "";
  }
  .tonyMenu__box-top:after,
  .tonyMenu__box-bottom:after,
  .tonyMenu__box-inner-top:after,
  .tonyMenu__box-inner-bottom:after {
    clear: both;
  }
  .tonyMenu__box-top img,
  .tonyMenu__box-bottom img,
  .tonyMenu__box-inner-top img,
  .tonyMenu__box-inner-bottom img {
    width: 100%;
    height: auto;
  }
  .tonyMenu__box-left,
  .tonyMenu__box-center {
    float: left;
  }
  .tonyMenu__box-right {
    float: right;
  }
  .tonyMenu__box-inner {
    width: 100%;
    text-align: left;
  }
  .tonyMenu__box-left,
  .tonyMenu__box-right {
    width: 25%;
  }
  .tonyMenu__box-center {
    width: 50%;
  }
  .tonyMenu__box-top,
  .tonyMenu__box-inner,
  .tonyMenu__box-left,
  .tonyMenu__box-right {
    margin-bottom: 10px;
  }
  .tonyMenu__box-bottom {
    margin-top: 20px;
    padding-top: 20px;
  }
  .tonyMenu__box-top,
  .tonyMenu__box-inner-top,
  .tonyMenu__box-inner-bottom {
    margin-bottom: 20px;
  }
  .tonyMenu .tonyMenu__col-0-0-6 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-0-6 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-0-6 .tonyMenu__box-right {
    width: 100%;
  }
  .tonyMenu .tonyMenu__col-0-1-5 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-1-5 .tonyMenu__box-center {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-0-1-5 .tonyMenu__box-right {
    width: 83.33333333%;
  }
  .tonyMenu .tonyMenu__col-0-2-4 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-2-4 .tonyMenu__box-center {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-0-2-4 .tonyMenu__box-right {
    width: 66.66666667%;
  }
  .tonyMenu .tonyMenu__col-0-3-3 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-3-3 .tonyMenu__box-center {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-0-3-3 .tonyMenu__box-right {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-0-4-2 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-4-2 .tonyMenu__box-center {
    width: 66.66666667%;
  }
  .tonyMenu .tonyMenu__col-0-4-2 .tonyMenu__box-right {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-0-5-1 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-5-1 .tonyMenu__box-center {
    width: 83.33333333%;
  }
  .tonyMenu .tonyMenu__col-0-5-1 .tonyMenu__box-right {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-0-6-0 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-6-0 .tonyMenu__box-center {
    width: 100%;
  }
  .tonyMenu .tonyMenu__col-0-6-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-1-0-5 .tonyMenu__box-left {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-1-0-5 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-1-0-5 .tonyMenu__box-right {
    width: 83.33333333%;
  }
  .tonyMenu .tonyMenu__col-1-1-4 .tonyMenu__box-left {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-1-1-4 .tonyMenu__box-center {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-1-1-4 .tonyMenu__box-right {
    width: 66.66666667%;
  }
  .tonyMenu .tonyMenu__col-1-2-3 .tonyMenu__box-left {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-1-2-3 .tonyMenu__box-center {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-1-2-3 .tonyMenu__box-right {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-1-3-2 .tonyMenu__box-left {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-1-3-2 .tonyMenu__box-center {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-1-3-2 .tonyMenu__box-right {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-1-4-1 .tonyMenu__box-left {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-1-4-1 .tonyMenu__box-center {
    width: 66.66666667%;
  }
  .tonyMenu .tonyMenu__col-1-4-1 .tonyMenu__box-right {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-1-5-0 .tonyMenu__box-left {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-1-5-0 .tonyMenu__box-center {
    width: 83.33333333%;
  }
  .tonyMenu .tonyMenu__col-1-5-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-2-0-4 .tonyMenu__box-left {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-2-0-4 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-2-0-4 .tonyMenu__box-right {
    width: 66.66666667%;
  }
  .tonyMenu .tonyMenu__col-2-1-3 .tonyMenu__box-left {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-2-1-3 .tonyMenu__box-center {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-2-1-3 .tonyMenu__box-right {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-2-2-2 .tonyMenu__box-left {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-2-2-2 .tonyMenu__box-center {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-2-2-2 .tonyMenu__box-right {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-2-3-1 .tonyMenu__box-left {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-2-3-1 .tonyMenu__box-center {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-2-3-1 .tonyMenu__box-right {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-2-4-0 .tonyMenu__box-left {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-2-4-0 .tonyMenu__box-center {
    width: 66.66666667%;
  }
  .tonyMenu .tonyMenu__col-2-4-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-3-0-3 .tonyMenu__box-left {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-3-0-3 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-3-0-3 .tonyMenu__box-right {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-3-1-2 .tonyMenu__box-left {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-3-1-2 .tonyMenu__box-center {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-3-1-2 .tonyMenu__box-right {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-3-2-1 .tonyMenu__box-left {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-3-2-1 .tonyMenu__box-center {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-3-2-1 .tonyMenu__box-right {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-3-3-0 .tonyMenu__box-left {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-3-3-0 .tonyMenu__box-center {
    width: 50%;
  }
  .tonyMenu .tonyMenu__col-3-3-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-4-0-2 .tonyMenu__box-left {
    width: 66.66666667%;
  }
  .tonyMenu .tonyMenu__col-4-0-2 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-4-0-2 .tonyMenu__box-right {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-4-1-1 .tonyMenu__box-left {
    width: 66.66666667%;
  }
  .tonyMenu .tonyMenu__col-4-1-1 .tonyMenu__box-center {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-4-1-1 .tonyMenu__box-right {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-4-2-0 .tonyMenu__box-left {
    width: 66.66666667%;
  }
  .tonyMenu .tonyMenu__col-4-2-0 .tonyMenu__box-center {
    width: 33.33333333%;
  }
  .tonyMenu .tonyMenu__col-4-2-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-5-0-1 .tonyMenu__box-left {
    width: 83.33333333%;
  }
  .tonyMenu .tonyMenu__col-5-0-1 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-5-0-1 .tonyMenu__box-right {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-5-1-0 .tonyMenu__box-left {
    width: 83.33333333%;
  }
  .tonyMenu .tonyMenu__col-5-1-0 .tonyMenu__box-center {
    width: 16.66666667%;
  }
  .tonyMenu .tonyMenu__col-5-1-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-6-0-0 .tonyMenu__box-left {
    width: 100%;
  }
  .tonyMenu .tonyMenu__col-6-0-0 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-6-0-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-0-5 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-0-5 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-0-5 .tonyMenu__box-right {
    width: 100%;
  }
  .tonyMenu .tonyMenu__col-0-1-4 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-1-4 .tonyMenu__box-center {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-0-1-4 .tonyMenu__box-right {
    width: 80%;
  }
  .tonyMenu .tonyMenu__col-0-2-3 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-2-3 .tonyMenu__box-center {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-0-2-3 .tonyMenu__box-right {
    width: 60%;
  }
  .tonyMenu .tonyMenu__col-0-3-2 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-3-2 .tonyMenu__box-center {
    width: 60%;
  }
  .tonyMenu .tonyMenu__col-0-3-2 .tonyMenu__box-right {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-0-4-1 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-4-1 .tonyMenu__box-center {
    width: 80%;
  }
  .tonyMenu .tonyMenu__col-0-4-1 .tonyMenu__box-right {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-0-5-0 .tonyMenu__box-left {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-0-5-0 .tonyMenu__box-center {
    width: 100%;
  }
  .tonyMenu .tonyMenu__col-0-5-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-1-0-4 .tonyMenu__box-left {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-1-0-4 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-1-0-4 .tonyMenu__box-right {
    width: 80%;
  }
  .tonyMenu .tonyMenu__col-1-1-3 .tonyMenu__box-left {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-1-1-3 .tonyMenu__box-center {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-1-1-3 .tonyMenu__box-right {
    width: 60%;
  }
  .tonyMenu .tonyMenu__col-1-2-2 .tonyMenu__box-left {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-1-2-2 .tonyMenu__box-center {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-1-2-2 .tonyMenu__box-right {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-1-3-1 .tonyMenu__box-left {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-1-3-1 .tonyMenu__box-center {
    width: 60%;
  }
  .tonyMenu .tonyMenu__col-1-3-1 .tonyMenu__box-right {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-1-4-0 .tonyMenu__box-left {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-1-4-0 .tonyMenu__box-center {
    width: 80%;
  }
  .tonyMenu .tonyMenu__col-1-4-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-2-0-3 .tonyMenu__box-left {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-2-0-3 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-2-0-3 .tonyMenu__box-right {
    width: 60%;
  }
  .tonyMenu .tonyMenu__col-2-1-2 .tonyMenu__box-left {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-2-1-2 .tonyMenu__box-center {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-2-1-2 .tonyMenu__box-right {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-2-2-1 .tonyMenu__box-left {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-2-2-1 .tonyMenu__box-center {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-2-2-1 .tonyMenu__box-right {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-2-3-0 .tonyMenu__box-left {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-2-3-0 .tonyMenu__box-center {
    width: 60%;
  }
  .tonyMenu .tonyMenu__col-2-3-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-3-0-2 .tonyMenu__box-left {
    width: 60%;
  }
  .tonyMenu .tonyMenu__col-3-0-2 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-3-0-2 .tonyMenu__box-right {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-3-1-1 .tonyMenu__box-left {
    width: 60%;
  }
  .tonyMenu .tonyMenu__col-3-1-1 .tonyMenu__box-center {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-3-1-1 .tonyMenu__box-right {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-3-2-0 .tonyMenu__box-left {
    width: 60%;
  }
  .tonyMenu .tonyMenu__col-3-2-0 .tonyMenu__box-center {
    width: 40%;
  }
  .tonyMenu .tonyMenu__col-3-2-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-4-0-1 .tonyMenu__box-left {
    width: 80%;
  }
  .tonyMenu .tonyMenu__col-4-0-1 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-4-0-1 .tonyMenu__box-right {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-4-1-0 .tonyMenu__box-left {
    width: 80%;
  }
  .tonyMenu .tonyMenu__col-4-1-0 .tonyMenu__box-center {
    width: 20%;
  }
  .tonyMenu .tonyMenu__col-4-1-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-5-0-0 .tonyMenu__box-left {
    width: 100%;
  }
  .tonyMenu .tonyMenu__col-5-0-0 .tonyMenu__box-center {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__col-5-0-0 .tonyMenu__box-right {
    width: 0%;
    display: none;
  }
  .tonyMenu .tonyMenu__padding-5 {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .tonyMenu .tonyMenu__padding-10 {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .tonyMenu .tonyMenu__padding-15 {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  .tonyMenu .tonyMenu__padding-20 {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .tonyMenu .tonyMenu__padding-25 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }
  .tonyMenu .tonyMenu__padding-30 {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .tonyMenu .tonyMenu__padding-35 {
    padding-left: 35% !important;
    padding-right: 35% !important;
  }
  .tonyMenu .tonyMenu__padding-40 {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .tonyMenu .tonyMenu__padding-45 {
    padding-left: 45% !important;
    padding-right: 45% !important;
  }
  .tonyMenu .tonyMenu__padding-50 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }
  .tonyMenu .dl-close,
  .tonyMenu .dl-back {
    display: none !important;
  }
  .tonyMenu__item-next-level::after {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #d1466e;
    border-right: solid 2px #d1466e;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    transform: rotate(45deg);
  }
  .tonyMenu__head-title {
    display: block;
    padding: 0 0 10px;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
    border-bottom: 2px solid #d1466e;
    text-align: left;
  }
  .tonyMenu__megamenu.tonyMenu__simple .tonyMenu__head-title {
    padding: 9px 15px 9px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #333333;
    border-bottom: 1px solid #e9e9e9;
    text-align: left;
  }
  .tonyMenu__megamenu.tonyMenu__simple li {
    padding: 0 !important;
  }
  .tonyMenu__megamenu.tonyMenu__simple ul li a:hover {
    background-color: #f6f6f8 !important;
  }
  .tonyMenu__megamenu.tonyMenu__simple li:last-child .tonyMenu__head-title {
    border-bottom: 0;
  }
  .tonyMenu__megamenu.tonyMenu__simple .tonyMenu__box-inner {
    margin: 0;
  }
  .tonyMenu__child-col-1 > li,
  .tonyMenu__child-col-1 > div {
    width: 100%;
  }
  .tonyMenu__child-col-2 > li,
  .tonyMenu__child-col-2 > div {
    width: 50%;
  }
  .tonyMenu__child-col-3 > li,
  .tonyMenu__child-col-3 > div {
    width: 33.3333%;
  }
  .tonyMenu__child-col-4 > li,
  .tonyMenu__child-col-4 > div {
    width: 25%;
  }
  .tonyMenu__child-col-5 > li,
  .tonyMenu__child-col-5 > div {
    width: 20%;
  }
  .tonyMenu__child-col-6 > li,
  .tonyMenu__child-col-6 > div {
    width: 16.666%;
  }
  .tonyMenu__child-col-1 > li,
  .tonyMenu__child-col-2 > li,
  .tonyMenu__child-col-3 > li,
  .tonyMenu__child-col-4 > li,
  .tonyMenu__child-col-5 > li,
  .tonyMenu__child-col-6 > li,
  .tonyMenu__child-col-1 > div,
  .tonyMenu__child-col-2 > div,
  .tonyMenu__child-col-3 > div,
  .tonyMenu__child-col-4 > div,
  .tonyMenu__child-col-5 > div,
  .tonyMenu__child-col-6 > div {
    display: block !important;
    float: left !important;
  }
  .tonyMenu__col6-1 {
    width: 16.666% !important;
  }
  .tonyMenu__col6-2 {
    width: 33.333% !important;
  }
  .tonyMenu__col6-3 {
    width: 50% !important;
  }
  .tonyMenu__col6-4 {
    width: 66.666% !important;
  }
  .tonyMenu__col6-5 {
    width: 83.333% !important;
  }
  .tonyMenu__col5-1 {
    width: 20% !important;
  }
  .tonyMenu__col5-2 {
    width: 40% !important;
  }
  .tonyMenu__col5-3 {
    width: 60% !important;
  }
  .tonyMenu__col5-4 {
    width: 80% !important;
  }
  .tonyMenu__col6-1,
  .tonyMenu__col6-2,
  .tonyMenu__col6-3,
  .tonyMenu__col6-4,
  .tonyMenu__col6-5,
  .tonyMenu__col5-1,
  .tonyMenu__col5-2,
  .tonyMenu__col5-3,
  .tonyMenu__col5-4 {
    display: block !important;
    float: left !important;
  }
  .tonyMenu__inner-list-group {
    display: block;
    margin: 0 -15px;
  }
  .tonyMenu__inner-list-group.tonyMenu__inner-col-1 > li {
    width: 100%;
  }
  .tonyMenu__inner-list-group.tonyMenu__inner-col-2 > li {
    width: 50%;
  }
  .tonyMenu__inner-list-group.tonyMenu__inner-col-3 > li {
    width: 33.3333%;
  }
  .tonyMenu__inner-list-group.tonyMenu__inner-col-4 > li {
    width: 25%;
  }
  .tonyMenu__inner-list-group.tonyMenu__inner-col-5 > li {
    width: 20%;
  }
  .tonyMenu__inner-list-group.tonyMenu__inner-col-6 > li {
    width: 16.6667%;
  }
  .tonyMenu__inner-list-group > li {
    display: block;
    padding: 0 15px;
    float: left;
    list-style: none
      overflow: hidden;
  }
  .tonyMenu__inner-list-group > li.tonyMenu__item-next-level::after,
  .tonyMenu__inner-list-group > li.tonyMenu__item-next-level::before {
    display: none;
  }
  .tonyMenu__inner-list-group > li > a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .tonyMenu__inner-list-group > li > a:hover {
    color: #d1466e;
  }
  .tonyMenu__inner-list-items li:not(.tonyMenu__inner-list-image) {
    position: relative;
    padding: 10px 6px;
    min-height: 50px;
    cursor: pointer;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
  }
  .tonyMenu__inner-list-items li:not(.tonyMenu__inner-list-image):not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .tonyMenu__inner-list-items li:not(.tonyMenu__inner-list-image) a {
    color: #777777;
    font-weight: 100;
  }
  .tonyMenu__inner-list-items li:not(.tonyMenu__inner-list-image):hover a {
    color: #333333;
  }
  .tonyMenu__inner-list-items > li ul {
    display: none;
    position: absolute;
    width: 240px;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    z-index: 10;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  }
  .tonyMenu__inner-list-items > li ul.tonyMenu__open {
    display: block;
  }
  .tonyMenu__inner-list-items.tonyMenu__list-left-arrow > li:not(.tonyMenu__inner-list-image) > a::before {
    position: relative;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #d1466e;
    border-right: solid 2px #d1466e;
    top: -2px;
    margin-right: 16px;
    margin-left: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .tonyMenu__inner-list-image {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .tonyMenu__inner-list-image img {
    max-width: 100%;
  }
  .tonyMenu__inner-list-image:hover {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
  }
  .tonyMenu__inner-list-single {
    margin: 0 -2%;
  }
  .tonyMenu__inner-list-single.tonyMenu__inner-col-1 > li {
    width: 96%;
  }
  .tonyMenu__inner-list-single.tonyMenu__inner-col-2 > li {
    width: 46%;
  }
  .tonyMenu__inner-list-single.tonyMenu__inner-col-3 > li {
    width: 29.3333%;
  }
  .tonyMenu__inner-list-single.tonyMenu__inner-col-4 > li {
    width: 21%;
  }
  .tonyMenu__inner-list-single.tonyMenu__inner-col-5 > li {
    width: 18%;
    margin: 0 1%;
  }
  .tonyMenu__inner-list-single.tonyMenu__inner-col-6 > li {
    width: 14.6667%;
    margin: 0 1%;
  }
  .tonyMenu__inner-list-single > li {
    float: left;
    margin: 0 2%;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .tonyMenu__list-preview {
    display: table;
    min-width: 100%;
    margin: 0 -15px;
    overflow: hidden;
  }
  .tonyMenu__list-preview.tonyMenu__inner-col-1 > li {
    width: 100%;
  }
  .tonyMenu__list-preview.tonyMenu__inner-col-2 > li {
    width: 50%;
  }
  .tonyMenu__list-preview.tonyMenu__inner-col-3 > li {
    width: 33.3333%;
  }
  .tonyMenu__list-preview.tonyMenu__inner-col-4 > li {
    width: 25%;
  }
  .tonyMenu__list-preview.tonyMenu__inner-col-5 > li {
    width: 20%;
  }
  .tonyMenu__list-preview.tonyMenu__inner-col-6 > li {
    width: 16.6667%;
  }
  .tonyMenu__list-preview > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 25px;
    text-align: center;
  }
  .tonyMenu__list-preview > li > a {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .tonyMenu__list-preview > li > a:hover {
    color: #d1466e;
  }
  .tonyMenu__list-preview > li > a img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .tonyMenu__btn-preview {
    position: absolute;
    top: 65px;
    left: 50%;
    margin: 0 auto;
    padding: 12px 20px;
    background-color: #d1466e;
    color: #ffffff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* note that you have @transform here */
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .tonyMenu__btn-preview:hover {
    background-color: #f5f5f5;
    color: #d1466e;
  }
  .tonyMenu__list-preview li:hover .tonyMenu__btn-preview {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .tonyMenu__box-right ul li:first-child,
  .tonyMenu__box-left ul li:first-child {
    margin-bottom: 24px;
  }
  .tonyMenu__box-right ul li:first-child a,
  .tonyMenu__box-left ul li:first-child a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .tonyMenu__box-right ul li:first-child a:hover,
  .tonyMenu__box-left ul li:first-child a:hover {
    color: #d1466e;
  }
  .tonyMenu__box-right ul {
    padding-left: 30px;
  }
  .tonyMenu__box-left ul {
    padding-right: 30px;
  }
  .tonyMenu__banner-image > img {
    max-width: 100%;
    margin: 10px 0;
  }
  [data-tm-style='horizontal'].tonyMenu {
    z-index: 990;
  }
  [data-tm-style='horizontal'] .tonyMenu__navbar > ul {
    list-style: none;
    padding: 0;
    font-size: 0;
    display: table;
    min-width: 100%;
  }
  [data-tm-style='horizontal'] .tonyMenu__navbar > ul > li {
    font-size: 16px;
    display: inline-block;
  }
  [data-tm-style='horizontal'] .tonyMenu__navbar > ul > li > a {
    text-transform: uppercase;
    color: #333333;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list {
    position: relative;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list > li > a {
    position: relative;
    padding-left: 14.4px;
    padding-right: 14.4px;
    top: 0;
    -webkit-transition: top 0.3s ease !important;
    -moz-transition: top 0.3s ease !important;
    -ms-transition: top 0.3s ease !important;
    -o-transition: top 0.3s ease !important;
    transition: top 0.3s ease !important;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list > li > a .act-underline {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 5px;
    position: relative;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list > li > a .act-underline:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0px;
    background-color: #d1466e;
    height: 5px;
    width: 100%;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -ms-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list > li:nth-child(2) > a {
    padding-left: 0;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list > li:last-child > a {
    padding-right: 0;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list > li:hover > a {
    top: -5px;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list > li:hover .act-underline:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  [data-tm-style='horizontal'] .tonyMenu__item {
    position: relative;
    padding-top: 24px;
    padding-bottom: 22px;
  }
  [data-tm-style='horizontal'] .tonyMenu__item > a {
    display: block;
  }
  [data-tm-style='horizontal'] .tonyMenu__item:hover {
    z-index: 10;
  }
  [data-tm-style='horizontal'] .tonyMenu__item.tonyMenu__item-next-level::after {
    display: none !important;
  }
  [data-tm-style='vertical'].tonyMenu {
    margin-bottom: 20px;
    z-index: 100001;
  }
  [data-tm-style='vertical'] .tonyMenu__transition-block {
    display: none;
  }
  [data-tm-style='vertical'] .tonyMenu__item {
    position: relative;
  }
  [data-tm-style='vertical'] .tonyMenu__item.tonyMenu__item-next-level::after {
    width: 8px;
    height: 8px;
    border-top: solid 2px #d1466e;
    border-right: solid 2px #d1466e;
    right: 30px;
    margin-top: -4px;
  }
  [data-tm-style='vertical'] .tonyMenu__item > a {
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  [data-tm-style='vertical'] .tonyMenu__item > a .badge-menu {
    left: auto !important;
    right: 30px !important;
    top: 32px !important;
    z-index: 0;
  }
  [data-tm-style='vertical'] .tonyMenu__item > a .badge-menu::after {
    display: none;
  }
  [data-tm-style='vertical'] .tonyMenu__megamenu {
    border-left: 2px solid #d1466e;
  }
  [data-tm-style='vertical'][data-tm-position='right'] .tonyMenu__nav-list {
    text-align: right;
  }
  [data-tm-style='vertical'][data-tm-position='right'] .tonyMenu__item.tonyMenu__item-next-level::after {
    width: 8px;
    height: 8px;
    border: none;
    border-bottom: solid 2px #d1466e;
    border-left: solid 2px #d1466e;
    right: inherit;
    left: 30px;
  }
  body:not(.cms-index-index) [data-tm-style='vertical'].tonyMenu {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tonyMenu {
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background-color: #ffffff;
    overflow: auto;
    z-index: 1000001;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    /* note that you have @transform here */
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .tonyMenu__transition-block {
    display: none;
  }
  .tonyMenu__inner-list-image {
    display: none;
  }
  .tonyMenu__btn-preview {
    display: none;
  }
  .tonyMenu__list-preview > li > a > img {
    display: none;
  }
  .tonyMenu_bg {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000;
  }
  .tonyMenu__navbar {
    width: 100%;
  }
  .tonyMenu__nav-list {
    width: 100%;
    height: 46px;
  }
  .tonyMenu__nav-list li {
    position: relative;
    text-align: left;
    min-height: 47px;
    cursor: pointer;
    overflow: hidden;
    -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;
  }
  .tonyMenu__nav-list li,
  .tonyMenu__nav-list li a {
    border: none !important;
  }
  .tonyMenu__nav-list li:not(.tonyMenu__open):hover > a {
    background-color: #f7f7f7;
  }
  .tonyMenu__nav-list li.dl-close a {
    padding-top: 10px;
  }
  .tonyMenu__nav-list li.dl-close a,
  .tonyMenu__nav-list li.dl-close a .icon-close {
    font-size: 15px;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .tonyMenu__nav-list li.dl-close a .icon-close {
    position: relative;
    top: 5px;
    margin-right: 10px;
    font-size: 22px;
  }
  .tonyMenu__nav-list li.dl-close:hover a,
  .tonyMenu__nav-list li.dl-close:hover a .icon-close {
    color: #d1466e !important;
  }
  .tonyMenu__nav-list li a {
    display: block;
    padding: 14px 20px;
    text-decoration: none;
  }
  .tonyMenu__nav-list li a::after {
    display: none !important;
  }
  .tonyMenu__nav-list li a:hover {
    background-color: #f7f7f7;
  }
  .tonyMenu__nav-list li a,
  .tonyMenu__nav-list li a > span {
    font-size: 18px;
    text-transform: uppercase;
    color: #333333 !important;
    font-weight: 500;
    line-height: 18px;
  }
  .tonyMenu__nav-list li a .badge {
    left: auto !important;
    right: 1px !important;
    top: 0 !important;
    z-index: 0;
    margin: 0;
  }
  .tonyMenu__nav-list li a .badge::after {
    display: none;
  }
  .tonyMenu__nav-list li a .badge-menu {
    font-size: 10px;
    line-height: 12px;
    padding: 1px 5px 1px;
    font-weight: 500;
    background: #f00;
    color: #fff !important;
    letter-spacing: normal;
    text-transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tonyMenu__nav-list li li a {
    padding: 14px 30px;
  }
  .tonyMenu__nav-list li li li a {
    padding: 14px 40px;
  }
  .tonyMenu__nav-list li li li li a {
    padding: 14px 50px;
  }
  .tonyMenu__nav-list > li {
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .tonyMenu__nav-list > li li {
    border-top: 1px solid #e5e5e5 !important;
  }
  .tonyMenu__item {
    position: relative !important;
  }
  .tonyMenu__item ul {
    display: none;
  }
  .tonyMenu__megamenu {
    display: block !important;
  }
  .tonyMenu__box-top,
  .tonyMenu__box-left,
  .tonyMenu__box-right,
  .tonyMenu__box-bottom,
  .tonyMenu__box-left,
  .tonyMenu__box-inner-top,
  .tonyMenu__box-inner-bottom {
    display: none;
  }
  .tonyMenu__inner-list-group li {
    border: none !important;
  }
  .tonyMenu__inner-list-group li a {
    border-top: 1px solid #e5e5e5;
  }
  .tonyMenu__item-next-level::after {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #d1466e;
    border-right: solid 2px #d1466e;
    right: 20px;
    top: 19px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .tonyMenu__item-next-level::before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    right: 12px;
    top: 13px;
  }
  .tonyMenu__item-next-level.tonyMenu__open::after {
    margin-top: -1px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .tonyMenu__item-next-level.tonyMenu__open::before {
    right: 13px;
  }
  .tonyMenu__open > a {
    background-color: #f7f7f7;
  }
  .tonyMenu[data-tm-mobile="true"] {
    display: block;
  }
}
.tonyMenu__slick-slider {
  position: relative;
  display: none;
  text-align: left;
}
.tonyMenu__product {
  overflow: hidden;
}
.tonyMenu__product-image {
  position: relative;
  display: block;
  width: 100%;
}
.tonyMenu__product-image img {
  width: 100%;
  height: auto;
}
.tonyMenu__col-left {
  width: 50%;
  float: left;
  padding-right: 7.5px;
}
.tonyMenu__col-right {
  width: 50%;
  float: left;
  padding-left: 7.5px;
}
.tonyMenu__product-label-sale::after {
  content: 'Sale';
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 0;
  font-size: 10px;
  line-height: 1em;
  font-weight: lighter;
  text-transform: uppercase;
  padding: 3px 4px 3px;
  background-color: #fa6b6b;
  color: #ffffff;
}
.tonyMenu__product.tonyMenu__product-horizontal .tonyMenu__product-name {
  text-align: center;
  padding-top: 14px;
}
.tonyMenu__product.tonyMenu__product-horizontal .tonyMenu__product-name a {
  color: #d1466e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.tonyMenu__product.tonyMenu__product-horizontal .tonyMenu__product-name a:hover {
  color: #333333;
}
.tonyMenu__product.tonyMenu__product-horizontal .tonyMenu__product-price {
  text-align: center;
  padding-top: 0px;
}
.tonyMenu__product.tonyMenu__product-horizontal .tonyMenu__product-price p {
  text-transform: uppercase;
  font-size: 26px;
  color: #333333;
}
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-image,
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-name,
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-price,
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-price-sale {
  float: left;
}
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-image a,
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-name a,
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-price a,
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-price-sale a,
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-image p,
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-name p,
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-price p,
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-price-sale p {
  margin: 0;
}
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-name {
  max-height: 80px;
  overflow: hidden;
}
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-name a {
  vertical-align: 0px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-name:hover a {
  color: #d1466e;
}
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-price p {
  margin-right: 4px;
  font-size: 20px;
  color: #d1466e;
}
.tonyMenu__product.tonyMenu__product-vertical .tonyMenu__product-price-sale {
  margin-top: 7px;
  font-size: 14px;
  color: #fa6b6b;
  text-decoration: line-through;
}
.tonyMenu__brand {
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 15px;
}
.tonyMenu__brand img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.tonyMenu__brand img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.tonyMenu__slick-slider.tonyMenu__slick-vertical .slick-slide {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
}
.tonyMenu__slick-slider.tonyMenu__slick-vertical::after {
  position: absolute;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  bottom: 0;
}
.tonyMenu .slick-arrow {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.tonyMenu {
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .tonyMenu__nav-list > li > a {
    font-size: 16px !important;
    font-weight: 500;
    background: transparent;
  }
  .tonyMenu__box-right .promo-box {
    margin-left: 37px;
    margin-top: 4px;
  }
  .tonyMenu__box-bottom {
    margin-top: 0;
    padding-top: 0;
  }
  .tonyMenu__item-next-level::after {
    border: none;
    border: 5px solid transparent;
    border-left-color: #c6c6c6;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    margin-top: -6px;
  }
  .tonyMenu__inner-list-single .tonyMenu__item-next-level::after {
    margin-top: -8px;
  }
  .tonyMenu h2.title-submenu {
    padding: 0;
    margin-top: 10px;
  }
  .tonyMenu__head-title {
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    border-bottom-color: #333;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
  }
  .tonyMenu__head-title:hover {
    border-bottom-color: #d1466e;
  }
  .tonyMenu__inner-list-group > li > a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .tonyMenu__inner-list-items li:not(.tonyMenu__inner-list-image) {
    min-height: inherit;
    padding: 3px 0;
    border: none !important;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .tonyMenu__inner-list-items li:not(.tonyMenu__inner-list-image):hover > a {
    color: #d1466e;
  }
  .tonyMenu__inner-list-items li:not(.tonyMenu__inner-list-image) a {
    color: #333333;
    font-weight: normal;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .tonyMenu__inner-list-items li:not(.tonyMenu__inner-list-image):hover::after {
    display: none;
  }
  .tonyMenu__inner-list-items > li ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .tonyMenu__inner-list-items > li ul li {
    padding: 0;
    border: 0;
  }
  .tonyMenu__inner-list-items > li ul li a {
    display: block;
    padding: 9px 15px 9px;
    border-bottom: 1px solid #e9e9e9;
  }
  .tonyMenu__inner-list-items > li ul li:last-child a {
    border-bottom: 0;
  }
  .tonyMenu__inner-list-image {
    margin-top: -16px;
    margin-bottom: 14px;
  }
  .tonyMenu__inner-list-image > a {
    display: block;
    overflow: hidden;
  }
  .tonyMenu__inner-list-image img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tonyMenu__inner-list-image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .tonyMenu__no-head-title {
    padding-top: 46px;
  }
  .tonyMenu__list-preview > li > a {
    font-size: 14px;
    line-height: 21px;
    color: #333;
    text-transform: none;
    font-weight: normal;
  }
  .tonyMenu__list-preview > li > a:hover img {
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.14);
  }
  .tonyMenu__list-preview > li > a img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tonyMenu__box-right ul li:first-child,
  .tonyMenu__box-left ul li:first-child {
    margin-bottom: 0;
  }
  .tonyMenu__box-right .tonyMenu__head-title,
  .tonyMenu__box-left .tonyMenu__head-title {
    border: none !important;
    margin-bottom: 0 !important;
  }
  [data-tm-style='horizontal'] .tonyMenu__navbar > ul > li {
    font-size: 14px;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list {
    margin-bottom: 0;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list > li > a {
    padding-left: 21px;
    padding-right: 21px;
    letter-spacing: 0.4px;
    -webkit-transition: color 0.3s !important;
    -moz-transition: color 0.3s !important;
    -ms-transition: color 0.3s !important;
    -o-transition: color 0.3s !important;
    transition: color 0.3s !important;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list > li > a:hover {
    color: #d1466e;
  }
  [data-tm-style='horizontal'] .tonyMenu__nav-list > li:hover > a {
    top: inherit;
  }
  .fill-bg-base [data-tm-style='horizontal'] .tonyMenu__item {
    -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;
  }
  .fill-bg-base [data-tm-style='horizontal'] .tonyMenu__item::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .fill-bg-base [data-tm-style='horizontal'] .tonyMenu__item > a {
    padding-left: 21px !important;
    padding-right: 21px !important;
    color: #ffffff !important;
  }
  .fill-bg-base [data-tm-style='horizontal'] .tonyMenu__item:hover {
    background-color: #333;
  }
  .fill-bg-base [data-tm-style='horizontal'] .tonyMenu__item:hover::before {
    height: 5px;
  }
  .stuck-nav .stuck-menu-parent-box [data-tm-style='horizontal'] .tonyMenu__item {
    padding-top: 18px;
    padding-bottom: 17px;
  }
  [data-tm-style='vertical'] .tonyMenu__item.tonyMenu__item-next-level::after {
    border: none;
    width: 7px;
    height: 7px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    right: 12px;
    top: 50%;
    margin-top: -3.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  [data-tm-style='vertical'] .tonyMenu__item:hover > a {
    color: #d1466e;
  }
  [data-tm-style='vertical'] .tonyMenu__item > a {
    padding: 12px 20px 12px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  [data-tm-style='vertical'] .tonyMenu__item:last-child a {
    border: none;
  }
  [data-tm-style='vertical'] .tonyMenu__megamenu {
    border: none;
  }
  [data-tm-style='vertical'][data-tm-position='right'] .tonyMenu__nav-list {
    text-align: right;
  }
  [data-tm-style='vertical'][data-tm-position='right'] .tonyMenu__item > a {
    padding: 12px 0 12px 20px;
  }
  [data-tm-style='vertical'][data-tm-position='right'] .tonyMenu__item.tonyMenu__item-next-level::after {
    border-bottom: solid 2px #333333;
    border-left: solid 2px #333333;
    right: inherit;
    left: 12px;
    top: 50%;
    margin-top: -3.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}
.tonyMenu__slick-slider {
  margin: 0 -13px;
}
.tonyMenu__slick-slider .slick-slide {
  padding: 0 13px;
}
.tonyMenu__slick-slider .slick-arrow {
  top: 0;
  width: 20px !important;
  right: 13px;
  background: none !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @transform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tonyMenu__slick-slider .slick-arrow.slick-prev {
  right: 53px;
  left: inherit;
}
@media (min-width: 1300px) {
  .tonyMenu__slick-slider .product_holder.hovered .product_inside,
  .tonyMenu__slick-slider .product_holder:hover .product_inside {
    background: none !important;
  }
}
.tonyMenu__slick-slider .product_holder {
  margin: 0;
  padding-bottom: 0;
  background: none !important;
}
.tonyMenu__slick-slider .product_holder .product_inside {
  background: none !important;
}
.tonyMenu__slick-slider .product_holder .image-box {
  padding: 0;
}
.tonyMenu__slick-slider .product_holder .image-box .label-sale.left {
  font-size: 10px;
  line-height: 14px;
  padding: 2px 6px 1px;
  min-width: 31px !important;
  top: 10px;
}
.tonyMenu__slick-slider .product_holder .image-box .label-sale.left::after {
  display: none;
}
.tonyMenu .col-xs-1,
.tonyMenu .col-sm-1,
.tonyMenu .col-md-1,
.tonyMenu .col-lg-1,
.tonyMenu .col-xs-2,
.tonyMenu .col-sm-2,
.tonyMenu .col-md-2,
.tonyMenu .col-lg-2,
.tonyMenu .col-xs-3,
.tonyMenu .col-sm-3,
.tonyMenu .col-md-3,
.tonyMenu .col-lg-3,
.tonyMenu .col-xs-4,
.tonyMenu .col-sm-4,
.tonyMenu .col-md-4,
.tonyMenu .col-lg-4,
.tonyMenu .col-xs-5,
.tonyMenu .col-sm-5,
.tonyMenu .col-md-5,
.tonyMenu .col-lg-5,
.tonyMenu .col-xs-6,
.tonyMenu .col-sm-6,
.tonyMenu .col-md-6,
.tonyMenu .col-lg-6,
.tonyMenu .col-xs-7,
.tonyMenu .col-sm-7,
.tonyMenu .col-md-7,
.tonyMenu .col-lg-7,
.tonyMenu .col-xs-8,
.tonyMenu .col-sm-8,
.tonyMenu .col-md-8,
.tonyMenu .col-lg-8,
.tonyMenu .col-xs-9,
.tonyMenu .col-sm-9,
.tonyMenu .col-md-9,
.tonyMenu .col-lg-9,
.tonyMenu .col-xs-10,
.tonyMenu .col-sm-10,
.tonyMenu .col-md-10,
.tonyMenu .col-lg-10,
.tonyMenu .col-xs-11,
.tonyMenu .col-sm-11,
.tonyMenu .col-md-11,
.tonyMenu .col-lg-11,
.tonyMenu .col-xs-12,
.tonyMenu .col-sm-12,
.tonyMenu .col-md-12,
.tonyMenu .col-lg-12 {
  padding-left: 13px;
  padding-right: 13px;
}
.tonyMenu .row {
  margin-left: -13px;
  margin-right: -13px;
}
@media only screen and (max-width: 1024px) {
  .tonyMenu {
    z-index: 10000001;
  }
  .tonyMenu h2.title-submenu {
    display: none;
  }
  .tonyMenu_bg {
    z-index: 10000000;
  }
  .tonyMenu__nav-list li:not(.tonyMenu__open):hover > a {
    background-color: #ffffff;
  }
  .tonyMenu__nav-list li.dl-close a {
    padding: 15px 16px;
  }
  .tonyMenu__nav-list li a {
    padding: 15px 40px 15px 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .tonyMenu__nav-list li a:hover {
    color: #d1466e !important;
  }
  .tonyMenu__nav-list li li a {
    padding-left: 55px;
  }
  .tonyMenu__nav-list li li li a {
    padding-left: 60px;
  }
  .tonyMenu__nav-list li li li li a {
    padding-left: 65px;
  }
  .tonyMenu__item-next-level::after {
    border-top-color: #333333;
    border-right-color: #333333;
    right: 24px;
    top: 22px;
  }
  .tonyMenu__item-next-level::before {
    right: 16px !important;
    top: 16px !important;
  }
}
/* badge-menu */
.badge-menu {
  font-size: 10px;
  line-height: 12px;
  padding: 2px 5px 2px;
  font-weight: 500;
  position: relative;
  top: 0;
  background: #f00;
  color: #fff !important;
  letter-spacing: normal;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tonyMenu__item .badge-menu {
  margin-top: -16px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .badge-menu {
    display: none;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * @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;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  padding: 20px;
  min-height: 600px;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 14px 17px;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid transparent;
}
.page-products .product-item .weltpixel-quickview {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-wrapper {
  min-height: auto !important;
}
.weltpixel-quickview-catalog-product-view .column.main {
  display: inline-block;
  padding-bottom: 0;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper h1 {
  font-size: 22px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .block-addresses-list .items.addresses > .item,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .block-addresses-list .items.addresses > .item:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    float: left;
    clear: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .block-addresses-list .items.addresses > .item:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove {
    top: 6px;
    margin-left: 75.8%;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container: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,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content:before,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .cart-container:after,
  .login-container:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main {
    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 5px;
    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-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item {
    float: left;
    width: 73%;
    position: relative;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 10px;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .page-header .header.panel,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1280px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    clear: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
  }
  .panel.header {
    padding: 10px 20px;
    background-color: #ccc;
    margin-top: 30px;
  }
  .nav-toggle {
    display: none;
  }
  .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;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 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 {
    width: auto;
    margin-bottom: 0;
  }
  .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;
  }
  .photogallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-popup .modal-inner-wrap,
  .photo-gallery-fullscreen .modal-inner-wrap {
    padding-bottom: 25px;
  }
  .gallery-popup .fotorama__caption .fotorama__caption__wrap {
    width: 70%;
  }
  .photo-gallery {
    box-sizing: border-box;
    margin: auto;
    max-width: 1280px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: auto;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .page-layout-1column .product-info-main {
    width: 58.3333%;
  }
  .page-layout-1column .product.media {
    width: 41.6667%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-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 .start,
  .block-category-event .dates .end {
    display: inline-block;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
    position: relative;
  }
  .block-category-event .dates .start:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .cart-container {
    margin: 0 -15px;
  }
  .cart-container .form-cart {
    width: 66.6667%;
    float: left;
    position: relative;
    padding: 0 15px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 33.3333%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .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 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .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: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-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;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 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-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .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;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
    box-sizing: border-box;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 769px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 1024px), print {
  .photo-gallery-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .gallery-popup .fotorama__stage__frame .fotorama__img {
    top: 49%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
