/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/open-sans/open-sans-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans/open-sans-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans/open-sans-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans/open-sans-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans/open-sans-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans/open-sans-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans/open-sans-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans/open-sans-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans/open-sans-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans/open-sans-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-italic.eot');
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open-sans/open-sans-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans/open-sans-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans/open-sans-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans/open-sans-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans/open-sans-italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans/open-sans-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans/open-sans-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans/open-sans-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans/open-sans-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans/open-sans-600.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans/open-sans-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans/open-sans-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans/open-sans-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans/open-sans-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans/open-sans-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* Manadev Layered Navigation */
.mana-filter-slider.style2 > .mana-slider-from {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 10px;
  border-color: transparent transparent transparent #E53012;
  background: transparent none;
}
.mana-filter-slider.style2 > .mana-slider-to {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 10px;
  border-width: 8.5px 10px 8.5px 0;
  border-color: transparent #E53012 transparent transparent;
  background: transparent none;
}
.preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 20001;
  margin: -70px 0 0 90px;
  width: 120px;
  height: 120px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-left-color: rgba(0, 0, 0, 0.65);
  border-right-color: rgba(0, 0, 0, 0.15);
  -webkit-animation: preloader 1.5s linear infinite;
  animation: preloader 1.5s linear infinite;
}
@keyframes preloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media (min-width: 769px) {
  .filter-subtitle {
    display: none;
  }
  .filter-options-title {
    text-transform: none;
    font-size: 15px;
  }
  .sidebar .filter-options-title::after {
    display: none;
  }
  .sidebar .filter-options-content {
    display: block !important;
    /*.mana-slider-min-value, .mana-slider-max-value {
        display: none;
      }*/
  }
  .sidebar .filter-options-content ol.items.mana-parents li.item:first-child {
    display: none !important;
  }
  .mana-filter-block-above-menu {
    margin-top: -10px;
  }
  .mana-filter-block-above-menu .filter-options-item {
    padding: 10px 5px;
  }
  .mana-filter-block-above-menu .filter-options-item:hover {
    background-color: #e8e8e8;
  }
  .mana-filter-block-above-menu .filter-options-title {
    padding-right: 10px;
  }
  .mana-filter-block-above-menu .filter-current {
    display: none;
  }
  .mana-filter-block-above-menu .filter-actions {
    z-index: 1000000;
  }
  .mana-filter-block-above-menu .filter-actions a {
    color: #fff !important;
    text-decoration: none !important;
  }
  .mana-filter-block-above-menu .filter-actions a span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #0079c1;
    color: #fff !important;
    cursor: pointer !important;
  }
  .mana-filter-block-above-menu .filter-actions a:hover span {
    background-color: #016dad !important;
  }
  .mana-filter-block strong {
    display: none;
  }
}
/**
 * Megamenu
 *
 * @package     Ulmod_Megamenu
 * @author      Ulmod <support@ulmod.com>
 * @copyright   Copyright (c) 2016 Ulmod (http://www.ulmod.com/)
 * @license     http://www.ulmod.com/license-agreement.html
 */
/* ========= Top Menu Styles Desktop ======*/
.um-megamenu {
  box-sizing: border-box;
  text-align: left;
}
.um-megamenu img {
  display: inline;
  vertical-align: middle;
  max-width: 100%;
}
.um-megamenu .um-topmenu {
  position: absolute;
  background: #fff !important;
  width: 100%;
  top: 78px;
  left: 0px;
  z-index: 199;
  margin: 0;
  padding: 0;
}
.um-megamenu .um-topmenu.no-responsive .mb-submenu {
  display: none !important;
}
.um-megamenu .um-iconmega {
  vertical-align: top;
  position: relative;
}
.um-megamenu .um-submenu {
  display: none;
  position: absolute;
  top: 46px !important;
  z-index: 200;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc !important;
  max-width: 100%;
  min-width: 160px;
}
@media (max-width: 989px) {
  .um-megamenu .um-topmenu {
    width: 100%;
    margin-left: 0px;
  }
  .um-megamenu .um-topmenu .mb-label.fa-chevron-down {
    background-color: transparent !important;
    background-image: url('../images/icons/icon-caret.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    margin: 0;
    width: 100%;
    height: 42px;
    display: inline-block;
    cursor: pointer;
  }
  .um-megamenu .um-topmenu .mb-label.fa-chevron-down:hover {
    background-color: transparent;
  }
  .um-megamenmu.mbactive.mb-label {
    background-color: transparent;
    color: #000;
  }
  .mb-submenu .um-category-level .col-category a.form-group {
    font-size: 15px !important;
  }
  .mb-submenu .um-category-level .col-category a.form-group:hover {
    background-color: #f5f5f5;
  }
}
.nav-sections nav.um-megamenu {
  padding-left: 5px;
  padding-right: 5px;
}
.um-featured {
  padding-left: 20px;
  padding-top: 10px;
}
.um-featured p {
  margin: 0px;
  font-weight: 400;
  font-size: 13px;
}
.um-megamenu .um-topmenu .um-megamenu .um-level0 {
  float: left;
  margin: 0;
}
.um-level0.item_relative {
  position: relative;
}
.um-megamenu .um-level0.active .um-label {
  background: #206B91;
}
.um-topmenu .um-boxtitle {
  font-weight: 600;
}
.um-topmenu .um-submenu a {
  outline: none;
  font-weight: 500;
}
.um-topmenu .um-submenu a.form-group {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  text-decoration: none;
}
.um-topmenu .um-submenu a.form-group.letter {
  display: block;
  padding-left: 10px;
  padding-bottom: 5px;
  color: #0079c1;
  font-weight: 600;
}
.um-topmenu .um-submenu a.form-group.letter:hover {
  background-color: transparent;
  cursor: default;
}
.um-topmenu .um-submenu a.form-group:hover {
  color: #0079c1;
  background-color: #e5e5e5;
}
.um-topmenu .um-submenu .product-label {
  text-transform: uppercase;
  font-weight: 600;
}
.um-topmenu .um-label {
  float: left;
  padding: 12px 20px 11px 20px !important;
  color: #fff;
  font-size: 15px !important;
  outline: none !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600 !important;
}
.um-topmenu .um-label .fa-chevron-down {
  background-image: url('../images/icons/icon-caret.svg');
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: 0px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.um-topmenu .um-label:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #0079c1;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.um-topmenu .um-level0.active .um-label:after,
.um-topmenu .um-level0:hover .um-label:after,
.um-topmenu .um-level0:active .um-label:after,
.um-topmenu .um-level0:focus .um-label:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.um-topmenu .um-submenu,
.um-topmenu .col-sub {
  box-shadow: none;
}
.um-topmenu .mb-submenu {
  display: none;
}
ul.um-topmenu > li {
  margin-bottom: 0rem;
}
.um-header,
.mb-header {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.um-header p,
.mb-header p,
.um-footer p,
.mb-footer p,
.um-maincontent p {
  margin: 0px;
  font-weight: 400;
  font-size: 13px;
}
.um-footer,
.mb-footer {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  margin-top: 15px;
}
.um-megamenu .col-category .level1 {
  font-weight: 600;
  font-size: 15px;
}
.um-megamenu .col-category .level1:after {
  background: #ccc;
  height: 2px;
  width: 15%;
  position: relative;
  text-align: left;
}
.col-category .level2 {
  font-weight: 400;
  font-size: 13px;
}
.col-sub {
  display: none;
  -moz-transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -o-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
}
.um-category-level .col-sub {
  display: none;
  position: absolute;
  left: 100%;
  top: -16px;
  /*width: 16em;*/
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 201;
  padding: 12px;
  min-width: 12em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.um-category-level a.form-group {
  text-indent: 5px;
  font-weight: 600;
}
.um-category-level .parent.active > a.form-group {
  color: #0079c1;
}
.um-megamenu .parent .small {
  float: right;
  top: 4px;
}
.active > .col-sub {
  display: block;
}
.level2 small {
  font-size: 50%;
  top: -2px;
}
.level2.active .level2 {
  text-indent: 5px;
  -moz-transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -o-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
}
.mb-version .col-category .sub-level3 {
  width: 100%;
  float: left;
  z-index: 201;
  padding: 0 10px;
}
.mb-submenu .parent .col-sub,
.lmb-submenu .parent .col-sub {
  padding: 0 0 0 10px;
  position: static;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
}
.static-items a.form-group {
  text-indent: 10px !important;
}
.mb-submenu .parent .form-group a {
  float: left;
}
.mb-submenu .um-category-level .col-category a.form-group {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
/* -- Dynamic product listing by category Menu type Styles  ---*/
.um-category-dynamic .col-level {
  padding: 0px;
}
.um-category-dynamic .row {
  margin-right: 0px;
  margin-left: 0px;
}
.um-category-dynamic .col-level .col-xs-12.form-group {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0;
  text-indent: 10px;
  -moz-transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -o-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  background-color: #fff;
}
.um-category-dynamic .col-level .col-xs-12.form-group.active {
  border-right-color: rgba(0, 0, 0, 0);
  background-color: transparent;
}
.um-category-dynamic .col-level .col-xs-12.form-group a {
  font-weight: 600;
  float: left;
  width: 100%;
  padding: 10px 0;
  font-size: 13px;
}
.um-category-dynamic .col-level .col-xs-12.form-group.active a {
  color: #0079c1;
}
.um-category-dynamic .col-level .col-xs-12.form-group a:hover {
  color: #0079c1;
  text-decoration: none;
}
.um-category-dynamic .col-level .col-xs-12.form-group.active a .small {
  opacity: 0;
  filter: alpha(opacity=0);
}
.um-category-dynamic .col-dynamic {
  display: none;
  padding-top: 10px;
}
.um-category-dynamic .active.col-dynamic {
  display: block;
}
.um-category-dynamic .col-dynamic .col-category-image img {
  outline: 0;
  transition: all 200ms ease-in-out;
  -ms-transform: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
}
small.glyphicon.glyphicon-th-large {
  font-size: 50%;
  margin-left: -6px;
  padding-right: 5px;
  top: -2px;
}
.um-category-dynamic .col-dynamic a span {
  font-weight: 600;
  font-size: 12px;
}
.um-category-dynamic .col-dynamic a:hover span {
  color: #0079c1;
  font-weight: 600;
}
.um-category-dynamic .col-dynamic a:hover img {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-tranform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.um-category-dynamic .col-category {
  padding: 0 5px;
}
.um-category-dynamic .dynamic-viewall {
  text-align: center;
  text-transform: uppercase;
  color: #0079c1 !important;
  font-weight: 600;
  font-size: 13px;
  -ms-transform: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
}
.um-category-dynamic .dynamic-viewall small {
  padding-left: 6px;
}
.um-category-dynamic .dynamic-viewall:hover {
  text-decoration: none;
  border-color: #0079c1;
}
.um-category-dynamic .um-prod-label {
  position: absolute;
  right: 10px;
  color: #FFF;
  z-index: 999;
  font-size: 13px;
}
.um-category-dynamic .um-prod-label .value {
  color: #FFF;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  margin: 0px 3px;
}
/* -- Static product listing by category type Menu Styles  ---*/
.um-static-productlist .um-block {
  float: left;
  width: 100%;
}
.um-static-productlist .um-boxtitle,
.um-static-productlist .um-boxcontent {
  padding: 5px 10px;
}
.um-static-productlist .um-prodlist-content {
  padding: 10px;
}
.um-static-productlist .um-prodlist-content .um-prodlist-group {
  padding-top: 10px;
  padding-bottom: 10px;
}
.um-static-productlist .um-cat-name {
  padding-bottom: 5px;
}
.um-static-productlist .um-cat-name a {
  color: #262626;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.um-static-productlist .um-boxtitle .um-cat-divider {
  background: #ccc;
  height: 3px;
  width: 6%;
  position: relative;
  text-align: left;
}
.um-static-productlist .um-boxcontent .item-link {
  padding-bottom: 3px;
  text-align: left;
  padding-right: 5px;
}
.um-static-productlist .um-boxcontent .item-link,
.um-static-productlist .um-boxcontent .item-price {
  float: left;
}
.um-static-productlist .um-boxcontent .item-link a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  color: #262626;
}
.um-static-productlist .um-boxcontent .item-link a:hover {
  color: #0079c1;
}
.um-static-productlist .um-prod-label {
  float: left;
}
.um-static-productlist .um-prod-label .value {
  color: #FFF;
  text-transform: uppercase;
  padding: 0px 4px;
  margin: 0px 2px;
  font-size: 13px;
}
/* -- Product grid Menu type Styles  ---*/
.um-productgrid .item .product-image,
.um-megamenu .f-product .product-image,
.um-megamenu .f-category .product-image {
  border: none;
}
.um-megamenu .f-category .product-image img {
  width: 100%;
}
.um-megamenu .f-product {
  text-align: center;
  font-size: 13px;
}
.um-megamenu .f-product a {
  text-decoration: none;
  font-weight: 600;
}
.um-productgrid .item .product-image:hover,
.um-megamenu .f-category .product-image:hover,
.um-megamenu .f-product .product-image:hover {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-tranform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transition: all 200ms ease-in-out;
  -ms-transform: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
}
.um-megamenu .f-product .product-image img {
  max-width: 100%;
}
.mb-content .item,
.mb-content .col-productlist,
.mb-content .col-category,
.mb-featured .f-product,
.mb-featured .f-category {
  padding-top: 10px;
  padding-bottom: 10px;
}
.um-productlist .um-prod {
  float: left;
}
.um-productlist .um-prod-label {
  font-size: 13px;
  padding-left: 5px;
  line-height: 23px;
}
.um-productlist .um-prod-label .value {
  color: #FFF;
  text-transform: uppercase;
  padding: 0px 4px;
  margin: 0px 2px;
  font-size: 12px;
}
.um-productgrid .um-prod-label {
  position: absolute;
  right: 10px;
  color: #FFF;
  z-index: 999;
  font-size: 13px;
  top: -8px;
}
.um-productgrid .um-prod-label .value {
  color: #FFF;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
}
/* -- Staic Category Listing Menu type Styles  ---*/
.um-category .col-category .level1 {
  padding: 8px 10px;
}
.um-category .col-category .level2 {
  padding-left: 5px;
}
.um-category .col-category .level3 {
  padding-left: 7px;
}
/* ========= Left Menu Styles Desktop ======*/
.page-layout-2columns-right .um-leftmenu {
  display: none;
}
.item_relative {
  position: relative;
}
.um-leftmenu {
  position: relative;
  z-index: 200;
  text-align: left;
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.um-leftmenu .uml-level0 {
  float: left;
  width: 100%;
  margin: 0;
}
.um-leftmenu .uml-submenu {
  display: none;
  position: absolute;
  top: 0px;
  left: 239px;
  z-index: 200;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 160px;
}
.um-leftmenu .uml-label {
  padding: 12px 25px 8px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-top: 0;
  color: #2f2f2f;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  line-height: 1.5;
  float: left;
  width: 100%;
}
.um-leftmenu .uml-label.first {
  border-top: 1px solid #ddd;
}
.um-leftmenu .uml-label.flag {
  background: #EBEDED;
}
.um-leftmenu .uml-label span.small {
  float: right;
  margin-right: -15px;
}
/*=============== Megamenu RWD styles , Smartphones and Tablets ===============*/
.um-megamenu input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.um-megamenu input[type="radio"],
.um-megamenu input[type="checkbox"] {
  margin: 3px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.um-megamenu input[type="file"] {
  display: block;
}
.um-megamenu input[type="range"] {
  display: block;
  width: 100%;
}
.um-megamenu select[multiple],
.um-megamenu select[size] {
  height: auto;
}
.um-megamenu input[type="file"]:focus,
.um-megamenu input[type="radio"]:focus,
.um-megamenu input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.um-megamenu output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.um-megamenu .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.um-megamenu .form-control:focus {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.um-megamenu .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.um-megamenu .form-control.um-input-placeholder {
  color: #999;
}
.um-megamenu .form-control::-webkit-input-placeholder {
  color: #999;
}
.um-megamenu .form-control[disabled],
.um-megamenu .form-control[readonly],
.um-megamenu textarea.form-control {
  height: 173px;
}
input[type="search"] {
  -webkit-appearance: none;
}
.um-megamenu input[type="date"],
.um-megamenu input[type="time"],
.um-megamenu input[type="datetime-local"],
.um-megamenu input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
.um-megamenu input[type="date"].input-sm,
.um-megamenu input[type="time"].input-sm,
.um-megamenu input[type="datetime-local"].input-sm,
.um-megamenu input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}
.um-megamenu input[type="date"].input-lg,
.um-megamenu input[type="time"].input-lg,
.um-megamenu input[type="datetime-local"].input-lg,
.um-megamenu input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}
.um-megamenu .form-group {
  margin-bottom: 0p !important;
  float: none;
  width: 100%;
  font-weight: 400;
}
@media (max-width: 989px) {
  .um-megamenu .form-group {
    padding: 10px !important;
  }
}
.um-megamenu .radio,
.um-megamenu .checkbox {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.um-megamenu .radio label,
.um-megamenu .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.um-megamenu .radio input[type="radio"],
.um-megamenu .radio-inline input[type="radio"],
.um-megamenu .checkbox input[type="checkbox"],
.um-megamenu .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -19px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.um-megamenu .radio-inline,
.um-megamenu .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.um-megamenu .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.um-megamenu .hide {
  display: none;
}
.um-megamenu .disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.um-megamenu .text-left {
  text-align: left;
}
.um-megamenu .text-right {
  text-align: right;
}
.um-megamenu .text-center {
  text-align: center;
}
.um-megamenu .text-justify {
  text-align: justify;
}
.um-megamenu .text-nowrap {
  white-space: nowrap;
}
.um-megamenu .text-lowercase {
  text-transform: lowercase;
}
.um-megamenu .text-uppercase {
  text-transform: uppercase;
}
.um-megamenu .text-capitalize {
  text-transform: capitalize;
}
.um-megamenu .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*.um-touch-action: manipulation;
    touch-action: manipulation;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  /*.um-user-select: none;*/
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.um-megamenu .btn:hover,
.um-megamenu .btn:focus,
.um-megamenu .btn.focus {
  color: #333;
  text-decoration: none;
}
.um-megamenu .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.um-megamenu .btn-default:hover,
.um-megamenu .btn-default:focus,
.um-megamenu .btn-default.focus,
.um-megamenu .btn-default:active,
.um-megamenu .btn-default.active,
.um-megamenu .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.um-megamenu .btn-default:active,
.um-megamenu .btn-default.active,
.um-megamenu .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.um-megamenu .btn-default.disabled,
.um-megamenu .btn-default[disabled],
.um-megamenu fieldset[disabled] .btn-default,
.um-megamenu .btn-default.disabled:hover,
.um-megamenu .btn-default[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-default:hover,
.um-megamenu .btn-default.disabled:focus,
.um-megamenu .btn-default[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-default:focus,
.um-megamenu .btn-default.disabled.focus,
.um-megamenu .btn-default[disabled].focus,
.um-megamenu fieldset[disabled] .btn-default.focus,
.um-megamenu .btn-default.disabled:active,
.um-megamenu .btn-default[disabled]:active,
.um-megamenu fieldset[disabled] .btn-default:active,
.um-megamenu .btn-default.disabled.active,
.um-megamenu .btn-default[disabled].active,
.um-megamenu fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.um-megamenu .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.um-megamenu .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.um-megamenu .btn-primary:hover,
.um-megamenu .btn-primary:focus,
.um-megamenu .btn-primary.focus,
.um-megamenu .btn-primary:active,
.um-megamenu .btn-primary.active,
.um-megamenu .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.um-megamenu .btn-primary:active,
.um-megamenu .btn-primary.active,
.um-megamenu .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.um-megamenu .btn-primary.disabled,
.um-megamenu .btn-primary[disabled],
.um-megamenu fieldset[disabled] .btn-primary,
.um-megamenu .btn-primary.disabled:hover,
.um-megamenu .btn-primary[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-primary:hover,
.um-megamenu .btn-primary.disabled:focus,
.um-megamenu .btn-primary[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-primary:focus,
.um-megamenu .btn-primary.disabled.focus,
.um-megamenu .btn-primary[disabled].focus,
.um-megamenu fieldset[disabled] .btn-primary.focus,
.um-megamenu .btn-primary.disabled:active,
.um-megamenu .btn-primary[disabled]:active,
.um-megamenu fieldset[disabled] .btn-primary:active,
.um-megamenu .btn-primary.disabled.active,
.um-megamenu .btn-primary[disabled].active,
.um-megamenu fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.um-megamenu .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.um-megamenu .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.um-megamenu .btn-success:hover,
.um-megamenu .btn-success:focus,
.um-megamenu .btn-success.focus,
.um-megamenu .btn-success:active,
.um-megamenu .btn-success.active,
.um-megamenu .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.um-megamenu .btn-success:active,
.um-megamenu .btn-success.active,
.um-megamenu .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.um-megamenu .btn-success.disabled,
.um-megamenu .btn-success[disabled],
.um-megamenu fieldset[disabled] .btn-success,
.um-megamenu .btn-success.disabled:hover,
.um-megamenu .btn-success[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-success:hover,
.um-megamenu .btn-success.disabled:focus,
.um-megamenu .btn-success[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-success:focus,
.um-megamenu .btn-success.disabled.focus,
.um-megamenu .btn-success[disabled].focus,
.um-megamenu fieldset[disabled] .btn-success.focus,
.um-megamenu .btn-success.disabled:active,
.um-megamenu .btn-success[disabled]:active,
.um-megamenu fieldset[disabled] .btn-success:active,
.um-megamenu .btn-success.disabled.active,
.um-megamenu .btn-success[disabled].active,
.um-megamenu fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.um-megamenu .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.um-megamenu .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.um-megamenu .btn-info:hover,
.um-megamenu .btn-info:focus,
.um-megamenu .btn-info.focus,
.um-megamenu .btn-info:active,
.um-megamenu .btn-info.active,
.um-megamenu .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.um-megamenu .btn-info:active,
.um-megamenu .btn-info.active,
.um-megamenu .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.um-megamenu .btn-info.disabled,
.um-megamenu .btn-info[disabled],
.um-megamenu fieldset[disabled] .btn-info,
.um-megamenu .btn-info.disabled:hover,
.um-megamenu .btn-info[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-info:hover,
.um-megamenu .btn-info.disabled:focus,
.um-megamenu .btn-info[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-info:focus,
.um-megamenu .btn-info.disabled.focus,
.um-megamenu .btn-info[disabled].focus,
.um-megamenu fieldset[disabled] .btn-info.focus,
.um-megamenu .btn-info.disabled:active,
.um-megamenu .btn-info[disabled]:active,
.um-megamenu fieldset[disabled] .btn-info:active,
.um-megamenu .btn-info.disabled.active,
.um-megamenu .btn-info[disabled].active,
.um-megamenu fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.um-megamenu .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.um-megamenu .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.um-megamenu .btn-warning:hover,
.um-megamenu .btn-warning:focus,
.um-megamenu .btn-warning.focus,
.um-megamenu .btn-warning.active,
.um-megamenu .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.um-megamenu .btn-warning:active,
.um-megamenu .btn-warning.active,
.um-megamenu .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.um-megamenu .btn-warning.disabled,
.um-megamenu .btn-warning[disabled],
.um-megamenu fieldset[disabled] .btn-warning,
.um-megamenu .btn-warning.disabled:hover,
.um-megamenu .btn-warning[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-warning:hover,
.um-megamenu .btn-warning.disabled:focus,
.um-megamenu .btn-warning[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-warning:focus,
.um-megamenu .btn-warning.disabled.focus,
.um-megamenu .btn-warning[disabled].focus,
.um-megamenu fieldset[disabled] .btn-warning.focus,
.um-megamenu .btn-warning.disabled:active,
.um-megamenu .btn-warning[disabled]:active,
.um-megamenu fieldset[disabled] .btn-warning:active,
.um-megamenu .btn-warning.disabled.active,
.um-megamenu .btn-warning[disabled].active,
.um-megamenu fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.um-megamenu .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.um-megamenu .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.um-megamenu .btn-danger:hover,
.um-megamenu .btn-danger:focus,
.um-megamenu .btn-danger.focus,
.um-megamenu .btn-danger:active,
.um-megamenu .btn-danger.active,
.um-megamenu .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.um-megamenu .btn-danger:active,
.um-megamenu .btn-danger.active,
.um-megamenu .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.um-megamenu .btn-danger.disabled,
.um-megamenu .btn-danger[disabled],
.um-megamenu fieldset[disabled] .btn-danger,
.um-megamenu .btn-danger.disabled:hover,
.um-megamenu .btn-danger[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-danger:hover,
.um-megamenu .btn-danger.disabled:focus,
.um-megamenu .btn-danger[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-danger:focus,
.um-megamenu .btn-danger.disabled.focus,
.um-megamenu .btn-danger[disabled].focus,
.um-megamenu fieldset[disabled] .btn-danger.focus,
.um-megamenu .btn-danger.disabled:active,
.um-megamenu .btn-danger[disabled]:active,
.um-megamenu fieldset[disabled] .btn-danger:active,
.um-megamenu .btn-danger.disabled.active,
.um-megamenu .btn-danger[disabled].active,
.um-megamenu fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.um-megamenu .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.um-megamenu .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.um-megamenu .btn-link,
.um-megamenu .btn-link:active,
.um-megamenu .btn-link.active,
.um-megamenu .btn-link[disabled],
.um-megamenu fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.um-megamenu .btn-link,
.um-megamenu .btn-link:hover,
.um-megamenu .btn-link:focus,
.um-megamenu .btn-link:active {
  border-color: transparent;
}
.um-megamenu .btn-link:hover,
.um-megamenu .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.um-megamenu .btn-link[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-link:hover,
.um-megamenu .btn-link[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.um-megamenu .btn-lg,
.um-megamenu .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.um-megamenu .btn-sm,
.um-megamenu .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.um-megamenu .btn-xs,
.um-megamenu .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.um-megamenu .btn-block {
  display: block;
  width: 100%;
}
.um-megamenu .btn-block + .btn-block {
  margin-top: 5px;
}
/**===== Mobile Styles for Topmenu ======**/
.um-megamenu .anchor_mbmenu {
  background: #074666;
  padding: 8px 0;
  display: none;
}
.um-megamenu .anchor_mbmenu .anchor_mbmenu_text {
  outline: 0;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}
.megamenu-mobile .mb-topmenu {
  display: none;
  position: relative;
  float: left;
  width: 100%;
}
.um-megamenu .mb-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -1;
  background: #fff;
  display: none;
  float: left;
  width: 100%;
}
.um-megamenu .mb-submenu.blind {
  position: static;
}
.um-megamenu .mb-submenu.blind .mb-return,
.um-megamenu .lmb-submenu.blind .mb-return {
  display: none;
}
.um-megamenu .mb-submenu .mb-return span,
.um-megamenu .lmb-submenu .mb-return span {
  float: left;
}
.um-megamenu .mb-label {
  padding: 10px 5px 10px 20px;
  border-top: 0;
  color: #2f2f2f;
  text-decoration: none;
  outline: none;
  display: none !important;
  position: absolute;
  right: 1px;
  top: 0;
  height: 35px;
  line-height: 21px;
}
.um-megamenu .mb-return {
  border: 0;
  z-index: 200;
}
.um-megamenu .mb-submain {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}
#header-nav {
  display: block;
}
.skip-nav {
  display: none;
}
/**===== Mobile Styles for LeftMenu ======**/
.lmegamenu-mobile {
  display: none;
}
.um-megamenu .anchor_lmbmenu {
  background: #074666;
  padding: 8px 0;
}
.um-megamenu .anchor_lmbmenu .anchor_lmbmenu_text {
  outline: 0;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}
.lmegamenu-mobile .lmb-leftmenu {
  display: none;
  position: relative;
  text-align: left;
  float: left;
  width: 100%;
}
.um-megamenu .lmb-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -1;
  background: #fff;
  display: none;
  float: left;
  width: 100%;
}
.um-megamenu .lmb-submenu.blind {
  position: static;
}
.um-megamenu .lmb-label {
  padding: 12px 25px 8px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-top: 0;
  color: #2f2f2f;
  text-decoration: none;
  outline: none;
}
.um-megamenu .lmb-label.flag {
  background: #EBEDED;
}
.um-megamenu .lmb-label.lmb-return {
  border: 0;
}
.um-megamenu .lmb-label span {
  float: left;
}
.um-megamenu .lmb-click span {
  float: right;
  margin-right: -15px;
}
.um-megamenu .mb-submain {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}
@media (min-width: 100px) and (max-width: 989px) {
  .um-topmenu .um-label .fa-chevron-down {
    display: none;
  }
  .um-topmenu .um-label::after {
    content: '';
    position: absolute;
    left: 5%;
    bottom: 4px;
    width: 5%;
    height: 2px;
  }
  .um-topmenu .mbactive .mb-submenu.slide .um-label::after {
    display: none;
  }
  .mb-header {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .mb-footer {
    margin-top: 0px;
    padding-top: 10px;
    font-size: 13px;
  }
  .mb-content .item,
  .mb-content .col-productlist,
  .mb-content .col-category,
  .mb-featured .f-product,
  .mb-featured .f-category {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .um-megamenu .form-group {
    margin-bottom: 0px;
    padding-bottom: 1px;
  }
  .um-megamenu .parent .small {
    top: 13px;
  }
  .mb-submenu .parent .form-group a {
    font-size: 13px;
  }
  .mb-submenu .parent .form-group a {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .mb-featured {
    font-size: 13px;
    padding-top: 5px;
  }
  .mb-featured a {
    font-weight: 400;
    text-align: center;
  }
  .mb-featured a strong {
    font-weight: 400;
  }
  .um-megamenu .mb-submain {
    padding: 10px;
  }
  .um-megamenu .text-left {
    padding: 0px 30px;
    font-size: 12px;
  }
  .mb-maincontent {
    font-size: 12px;
    padding: 0 15px;
  }
  .um-megamenu .um-boxtitle {
    color: #636363;
    font-size: 13px;
  }
  .um-megamenu .f-product a {
    padding: 5px;
  }
  .mb-submenu .um-category-level .col-category a.form-group {
    border-bottom: 0px solid #ddd;
    padding: 3px 10px;
    font-weight: 400;
    font-size: 12px;
  }
  .um-prod .form-group {
    padding-left: 5px;
    padding-top: 5px;
  }
}
/*** !Bootstrap ***/
.um-megamenu * {
  box-sizing: border-box;
  transition: background-color 250ms ease-out;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -um-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
}
.um-megamenu button * {
  box-sizing: content-box;
}
.um-megamenu .row {
  margin-right: -10px;
  margin-left: -10px;
}
.um-megamenu .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .um-megamenu .container {
    width: 750px;
  }
}
@media (min-width: 991px) {
  .um-megamenu .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .um-megamenu .container {
    width: 1170px;
  }
}
.um-megamenu .col-xs-24,
.um-megamenu .col-xs-14,
.um-megamenu .col-xs-125,
.um-megamenu .col-xs-111,
.um-megamenu .col-xs-100,
.col-xs-909,
.um-megamenu .col-xs-1,
.um-megamenu .col-xs-2,
.um-megamenu .col-xs-3,
.um-megamenu .col-xs-4,
.um-megamenu .col-xs-5,
.um-megamenu .col-xs-6,
.um-megamenu .col-xs-7,
.um-megamenu .col-xs-8,
.um-megamenu .col-xs-9,
.um-megamenu .col-xs-10,
.um-megamenu .col-xs-11,
.um-megamenu .col-xs-12 {
  float: left;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 989px) {
  .um-megamenu .col-xs-24,
  .um-megamenu .col-xs-14,
  .um-megamenu .col-xs-125,
  .um-megamenu .col-xs-111,
  .um-megamenu .col-xs-100,
  .col-xs-909,
  .um-megamenu .col-xs-1,
  .um-megamenu .col-xs-2,
  .um-megamenu .col-xs-3,
  .um-megamenu .col-xs-4,
  .um-megamenu .col-xs-5,
  .um-megamenu .col-xs-6,
  .um-megamenu .col-xs-7,
  .um-megamenu .col-xs-8,
  .um-megamenu .col-xs-9,
  .um-megamenu .col-xs-10,
  .um-megamenu .col-xs-11,
  .um-megamenu .col-xs-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.um-megamenu .col-xs-24,
.um-megamenu .col-xs-14,
.um-megamenu .col-xs-125,
.um-megamenu .col-xs-111,
.um-megamenu .col-xs-100,
.um-megamenu .col-xs-909,
.um-megamenu .col-xs-1,
.um-megamenu .col-sm-1,
.um-megamenu .col-md-1,
.um-megamenu .col-lg-1,
.um-megamenu .col-xs-2,
.um-megamenu .col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.um-megamenu .col-xs-24 {
  width: 20%;
}
.um-megamenu .col-xs-14 {
  width: 14%;
}
.um-megamenu .col-xs-125 {
  width: 12.5%;
}
.um-megamenu .col-xs-111 {
  width: 11.11111111%;
}
.um-megamenu .col-xs-100 {
  width: 10%;
}
.um-megamenu .col-xs-909 {
  width: 9.090909090%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-14,
  .col-sm-2,
  .col-sm-24,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-24 {
    width: 20%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-14 {
    width: 14%;
  }
  .col-sm-125 {
    width: 12.5%;
  }
  .col-sm-111 {
    width: 11.11111111%;
  }
  .col-sm-100 {
    width: 10%;
  }
  .col-sm-909 {
    width: 9.090909090%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 460px) {
  .col-tn-1,
  .col-tn-2,
  .col-tn-3,
  .col-tn-4,
  .col-tn-5,
  .col-tn-6,
  .col-tn-7,
  .col-tn-8,
  .col-tn-9,
  .col-tn-10,
  .col-tn-11,
  .col-tn-12 {
    float: left;
  }
  .col-tn-12 {
    width: 100%;
  }
  .col-tn-11 {
    width: 91.66666667%;
  }
  .col-tn-10 {
    width: 83.33333333%;
  }
  .col-tn-9 {
    width: 75%;
  }
  .col-tn-8 {
    width: 66.66666667%;
  }
  .col-tn-7 {
    width: 58.33333333%;
  }
  .col-tn-6 {
    width: 50%;
  }
  .col-tn-5 {
    width: 41.66666667%;
  }
  .col-tn-4 {
    width: 33.33333333%;
  }
  .col-tn-3 {
    width: 25%;
  }
  .col-tn-2 {
    width: 16.66666667%;
  }
  .col-tn-1 {
    width: 8.33333333%;
  }
  .col-tn-offset-12 {
    margin-left: 100%;
  }
  .col-tn-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-tn-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-tn-offset-9 {
    margin-left: 75%;
  }
  .col-tn-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-tn-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-tn-offset-6 {
    margin-left: 50%;
  }
  .col-tn-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-tn-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-tn-offset-3 {
    margin-left: 25%;
  }
  .col-tn-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-tn-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 460px) {
  .hidden-tn {
    display: none !important;
  }
}
@media (max-width: 767px) and (min-width: 461px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.um-megamenu input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.um-megamenu input[type="radio"],
.um-megamenu input[type="checkbox"] {
  margin: 3px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.um-megamenu input[type="file"] {
  display: block;
}
.um-megamenu input[type="range"] {
  display: block;
  width: 100%;
}
.um-megamenu select[multiple],
.um-megamenu select[size] {
  height: auto;
}
.um-megamenu input[type="file"]:focus,
.um-megamenu input[type="radio"]:focus,
.um-megamenu input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.um-megamenu output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.um-megamenu .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.um-megamenu .form-control:focus {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.um-megamenu .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.um-megamenu .form-control:-um-input-placeholder {
  color: #999;
}
.um-megamenu .form-control::-webkit-input-placeholder {
  color: #999;
}
.um-megamenu .form-control[disabled],
.um-megamenu .form-control[readonly],
.um-megamenu textarea.form-control {
  height: 173px;
}
input[type="search"] {
  -webkit-appearance: none;
}
.um-megamenu input[type="date"],
.um-megamenu input[type="time"],
.um-megamenu input[type="datetime-local"],
.um-megamenu input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
.um-megamenu input[type="date"].input-sm,
.um-megamenu input[type="time"].input-sm,
.um-megamenu input[type="datetime-local"].input-sm,
.um-megamenu input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}
.um-megamenu input[type="date"].input-lg,
.um-megamenu input[type="time"].input-lg,
.um-megamenu input[type="datetime-local"].input-lg,
.um-megamenu input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}
.um-megamenu .form-group {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.um-megamenu .radio,
.um-megamenu .checkbox {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.um-megamenu .radio label,
.um-megamenu .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.um-megamenu .radio input[type="radio"],
.um-megamenu .radio-inline input[type="radio"],
.um-megamenu .checkbox input[type="checkbox"],
.um-megamenu .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px;
  margin-left: -19px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.um-megamenu .radio-inline,
.um-megamenu .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.um-megamenu .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.um-megamenu .hide {
  display: none;
}
.um-megamenu .disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.um-megamenu .text-left {
  text-align: left;
}
.um-megamenu .text-right {
  text-align: right;
}
.um-megamenu .text-center {
  text-align: center;
}
.um-megamenu .text-justify {
  text-align: justify;
}
.um-megamenu .text-nowrap {
  white-space: nowrap;
}
.um-megamenu .text-lowercase {
  text-transform: lowercase;
}
.um-megamenu .text-uppercase {
  text-transform: uppercase;
}
.um-megamenu .text-capitalize {
  text-transform: capitalize;
}
.um-megamenu .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -um-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -um-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.um-megamenu .btn:hover,
.um-megamenu .btn:focus,
.um-megamenu .btn.focus {
  color: #333;
  text-decoration: none;
}
.um-megamenu .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.um-megamenu .btn-default:hover,
.um-megamenu .btn-default:focus,
.um-megamenu .btn-default.focus,
.um-megamenu .btn-default:active,
.um-megamenu .btn-default.active,
.um-megamenu .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.um-megamenu .btn-default:active,
.um-megamenu .btn-default.active,
.um-megamenu .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.um-megamenu .btn-default.disabled,
.um-megamenu .btn-default[disabled],
.um-megamenu fieldset[disabled] .btn-default,
.um-megamenu .btn-default.disabled:hover,
.um-megamenu .btn-default[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-default:hover,
.um-megamenu .btn-default.disabled:focus,
.um-megamenu .btn-default[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-default:focus,
.um-megamenu .btn-default.disabled.focus,
.um-megamenu .btn-default[disabled].focus,
.um-megamenu fieldset[disabled] .btn-default.focus,
.um-megamenu .btn-default.disabled:active,
.um-megamenu .btn-default[disabled]:active,
.um-megamenu fieldset[disabled] .btn-default:active,
.um-megamenu .btn-default.disabled.active,
.um-megamenu .btn-default[disabled].active,
.um-megamenu fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.um-megamenu .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.um-megamenu .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.um-megamenu .btn-primary:hover,
.um-megamenu .btn-primary:focus,
.um-megamenu .btn-primary.focus,
.um-megamenu .btn-primary:active,
.um-megamenu .btn-primary.active,
.um-megamenu .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.um-megamenu .btn-primary:active,
.um-megamenu .btn-primary.active,
.um-megamenu .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.um-megamenu .btn-primary.disabled,
.um-megamenu .btn-primary[disabled],
.um-megamenu fieldset[disabled] .btn-primary,
.um-megamenu .btn-primary.disabled:hover,
.um-megamenu .btn-primary[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-primary:hover,
.um-megamenu .btn-primary.disabled:focus,
.um-megamenu .btn-primary[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-primary:focus,
.um-megamenu .btn-primary.disabled.focus,
.um-megamenu .btn-primary[disabled].focus,
.um-megamenu fieldset[disabled] .btn-primary.focus,
.um-megamenu .btn-primary.disabled:active,
.um-megamenu .btn-primary[disabled]:active,
.um-megamenu fieldset[disabled] .btn-primary:active,
.um-megamenu .btn-primary.disabled.active,
.um-megamenu .btn-primary[disabled].active,
.um-megamenu fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.um-megamenu .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.um-megamenu .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.um-megamenu .btn-success:hover,
.um-megamenu .btn-success:focus,
.um-megamenu .btn-success.focus,
.um-megamenu .btn-success:active,
.um-megamenu .btn-success.active,
.um-megamenu .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.um-megamenu .btn-success:active,
.um-megamenu .btn-success.active,
.um-megamenu .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.um-megamenu .btn-success.disabled,
.um-megamenu .btn-success[disabled],
.um-megamenu fieldset[disabled] .btn-success,
.um-megamenu .btn-success.disabled:hover,
.um-megamenu .btn-success[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-success:hover,
.um-megamenu .btn-success.disabled:focus,
.um-megamenu .btn-success[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-success:focus,
.um-megamenu .btn-success.disabled.focus,
.um-megamenu .btn-success[disabled].focus,
.um-megamenu fieldset[disabled] .btn-success.focus,
.um-megamenu .btn-success.disabled:active,
.um-megamenu .btn-success[disabled]:active,
.um-megamenu fieldset[disabled] .btn-success:active,
.um-megamenu .btn-success.disabled.active,
.um-megamenu .btn-success[disabled].active,
.um-megamenu fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.um-megamenu .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.um-megamenu .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.um-megamenu .btn-info:hover,
.um-megamenu .btn-info:focus,
.um-megamenu .btn-info.focus,
.um-megamenu .btn-info:active,
.um-megamenu .btn-info.active,
.um-megamenu .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.um-megamenu .btn-info:active,
.um-megamenu .btn-info.active,
.um-megamenu .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.um-megamenu .btn-info.disabled,
.um-megamenu .btn-info[disabled],
.um-megamenu fieldset[disabled] .btn-info,
.um-megamenu .btn-info.disabled:hover,
.um-megamenu .btn-info[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-info:hover,
.um-megamenu .btn-info.disabled:focus,
.um-megamenu .btn-info[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-info:focus,
.um-megamenu .btn-info.disabled.focus,
.um-megamenu .btn-info[disabled].focus,
.um-megamenu fieldset[disabled] .btn-info.focus,
.um-megamenu .btn-info.disabled:active,
.um-megamenu .btn-info[disabled]:active,
.um-megamenu fieldset[disabled] .btn-info:active,
.um-megamenu .btn-info.disabled.active,
.um-megamenu .btn-info[disabled].active,
.um-megamenu fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.um-megamenu .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.um-megamenu .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.um-megamenu .btn-warning:hover,
.um-megamenu .btn-warning:focus,
.um-megamenu .btn-warning.focus,
.um-megamenu .btn-warning.active,
.um-megamenu .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.um-megamenu .btn-warning:active,
.um-megamenu .btn-warning.active,
.um-megamenu .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.um-megamenu .btn-warning.disabled,
.um-megamenu .btn-warning[disabled],
.um-megamenu fieldset[disabled] .btn-warning,
.um-megamenu .btn-warning.disabled:hover,
.um-megamenu .btn-warning[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-warning:hover,
.um-megamenu .btn-warning.disabled:focus,
.um-megamenu .btn-warning[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-warning:focus,
.um-megamenu .btn-warning.disabled.focus,
.um-megamenu .btn-warning[disabled].focus,
.um-megamenu fieldset[disabled] .btn-warning.focus,
.um-megamenu .btn-warning.disabled:active,
.um-megamenu .btn-warning[disabled]:active,
.um-megamenu fieldset[disabled] .btn-warning:active,
.um-megamenu .btn-warning.disabled.active,
.um-megamenu .btn-warning[disabled].active,
.um-megamenu fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.um-megamenu .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.um-megamenu .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.um-megamenu .btn-danger:hover,
.um-megamenu .btn-danger:focus,
.um-megamenu .btn-danger.focus,
.um-megamenu .btn-danger:active,
.um-megamenu .btn-danger.active,
.um-megamenu .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.um-megamenu .btn-danger:active,
.um-megamenu .btn-danger.active,
.um-megamenu .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.um-megamenu .btn-danger.disabled,
.um-megamenu .btn-danger[disabled],
.um-megamenu fieldset[disabled] .btn-danger,
.um-megamenu .btn-danger.disabled:hover,
.um-megamenu .btn-danger[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-danger:hover,
.um-megamenu .btn-danger.disabled:focus,
.um-megamenu .btn-danger[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-danger:focus,
.um-megamenu .btn-danger.disabled.focus,
.um-megamenu .btn-danger[disabled].focus,
.um-megamenu fieldset[disabled] .btn-danger.focus,
.um-megamenu .btn-danger.disabled:active,
.um-megamenu .btn-danger[disabled]:active,
.um-megamenu fieldset[disabled] .btn-danger:active,
.um-megamenu .btn-danger.disabled.active,
.um-megamenu .btn-danger[disabled].active,
.um-megamenu fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.um-megamenu .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.um-megamenu .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.um-megamenu .btn-link,
.um-megamenu .btn-link:active,
.um-megamenu .btn-link.active,
.um-megamenu .btn-link[disabled],
.um-megamenu fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.um-megamenu .btn-link,
.um-megamenu .btn-link:hover,
.um-megamenu .btn-link:focus,
.um-megamenu .btn-link:active {
  border-color: transparent;
}
.um-megamenu .btn-link:hover,
.um-megamenu .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.um-megamenu .btn-link[disabled]:hover,
.um-megamenu fieldset[disabled] .btn-link:hover,
.um-megamenu .btn-link[disabled]:focus,
.um-megamenu fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.um-megamenu .btn-lg,
.um-megamenu .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.um-megamenu .btn-sm,
.um-megamenu .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.um-megamenu .btn-xs,
.um-megamenu .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.um-megamenu .btn-block {
  display: block;
  width: 100%;
}
.um-megamenu .btn-block + .btn-block {
  margin-top: 5px;
}
/**
 * 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: 990px) {
  .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: 990px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CheckoutCustomField
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CustomOrderNumber
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.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;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@font-face {
  font-family: 'Magezon-Icons';
  src: url('../Magezon_Core/fonts/mgz-icons.eot');
  src: url('../Magezon_Core/fonts/mgz-icons.eot?#iefix') format('embedded-opentype'), url('../Magezon_Core/fonts/mgz-icons.woff') format('woff'), url('../Magezon_Core/fonts/mgz-icons.woff') format('woff'), url('../Magezon_Core/fonts/mgz-icons.ttf') format('truetype'), url('../Magezon_Core/fonts/mgz-icons.svg#fonts') format('svg');
  font-weight: normal;
  font-style: normal;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
#customer-attachments .col-gdate {
  width: 100px;
}
#customer-attachments .mca-download {
  line-height: 25px;
  font-size: 25px;
}
#customer-attachments .mca-download span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#customer-attachments .mca-download:before {
  -webkit-font-smoothing: antialiased;
  content: '\e626';
  font-family: 'luma-icons';
}
#customer-attachments .mca-download:hover {
  text-decoration: none;
}
#customer-attachments .mca-attachment_name {
  margin: 0;
  font-weight: 600;
}
#customer-attachments .mca-attachment_description {
  font-size: 1.2rem;
  margin-top: 5px;
}
#customer-attachments .col-gposition {
  display: none;
}
#customer-attachments .col-gremaining {
  width: 170px;
}
#customer-attachments .col-gdownload {
  width: 80px;
}
#customer-attachments th {
  font-weight: 500;
}
#customer-attachments .range-line.date {
  text-align: center;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
/**
 * @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/
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 990px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 990px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_OneStepCheckout
 * @author    Extension Team
 * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
@font-face {
  font-family: 'Magento-Icons';
  src: url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mgz-tabgrid {
  float: left;
  width: 100%;
  box-sizing: inherit;
}
.mgz-tabgrid * {
  box-sizing: inherit;
}
.mgz-tabgrid *:before,
.mgz-tabgrid *:after {
  box-sizing: inherit;
}
.mgz-tabgrid .mgz__page-nav {
  width: calc(100% * .25);
  float: left;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items {
  list-style-type: none;
  margin: 0;
  padding: 1rem 0 1.3rem 0;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item {
  border-left: 3px solid transparent;
  margin-left: .7rem;
  padding: 0;
  position: relative;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
  margin-right: -1px;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item .mgz__page-nav-link {
  border: 1px solid transparent;
  border-width: 1px 0;
  color: #303030;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 -1px;
  padding: 2rem 4rem 2rem 1rem;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
  word-wrap: break-word;
  width: 100%;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item .mgz__page-nav-link:hover {
  text-decoration: none;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item:hover {
  border-color: #e4e4e4;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item:hover .mgz__page-nav-link {
  background: #e4e4e4;
  color: #303030;
  text-decoration: none;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item._active,
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-state-active {
  border-color: #eb5202;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item._active .mgz__page-nav-link,
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-state-active .mgz__page-nav-link {
  background: #ffffff;
  border-color: #e3e3e3;
  border-right: 1px solid #ffffff;
  color: #303030;
  margin-right: -1px;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-tabs-loading .mgz__page-nav-item-message-loader {
  display: block;
}
.mgz-tabgrid .mgz-tabgrid_content {
  width: calc(100% * .75);
  float: right;
}
.mgz-tabgrid .mgz-tabgrid_content .ui-tabs-panel {
  margin-top: -1px;
  padding: 2rem;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .legend > span {
  color: #303030;
  font-size: 2.2rem;
  font-weight: 300;
  padding: 7px 0 10px;
  display: inline-block;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .field {
  margin: 0 0 29px;
  position: relative;
  border: 0;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .field > .label {
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.2rem;
  padding: 0 30px 0 0;
  white-space: nowrap;
  word-wrap: break-word;
  width: 20%;
  margin-left: 0;
  float: left;
  text-align: right;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .field > .control {
  margin: 0;
  width: calc( (100%) * .5 - 30px );
  float: left;
  line-height: 3.2rem;
}
.mgz-tabgrid .mgz-tabgrid_content input[type='checkbox'].mgz__control-checkbox,
.mgz-tabgrid .mgz-tabgrid_content input[type='radio'].mgz__control-checkbox {
  margin: 0;
  position: absolute;
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  vertical-align: top;
}
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-radio + .mgz__field-label,
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-checkbox + .mgz__field-label {
  padding-left: 10px;
  cursor: pointer;
}
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-radio + .mgz__field-label:before,
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-checkbox + .mgz__field-label:before {
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: #0079c1;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
  font-family: 'Magento-Icons';
  margin-top: 8px;
}
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz-tabgrid .mgz-tabgrid_content .data-grid-actions-cell input[type='checkbox'] {
  opacity: 1;
  position: relative;
}
.mgz-tabgrid .mgz-tabgrid_content .data-grid-actions-cell input[type='checkbox']:checked + label {
  display: none;
}
.mgz-tabgrid .action-secondary {
  border-radius: 0;
}
.mgz-tabgrid input,
.mgz-tabgrid textarea,
.mgz-tabgrid select {
  transition: border-color 0.1s linear;
  border-color: #adadad;
}
.mgz-tabgrid input:focus,
.mgz-tabgrid textarea:focus,
.mgz-tabgrid select:focus {
  outline: none;
  box-shadow: none;
  border-color: #007bdb;
}
.mgz-tabgrid button {
  box-shadow: none;
  border-radius: 0;
}
.mgz-tabgrid select {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: normal;
  min-width: 80px;
  background-repeat: no-repeat;
  background-image: url(../images/arrows-bg.svg), linear-gradient(#e3e3e3, #e3e3e3), linear-gradient(#adadad, #adadad);
  background-position: calc(100% - 12px) -34px, 100%, calc(100% - 33px) 0;
  background-size: auto,33px 100%,1px 100%;
  padding-right: 44px;
}
.mgz-tabgrid input._has-datepicker {
  margin: 0;
  width: 15rem;
}
.mgz-tabgrid textarea {
  min-height: 120px;
}
.mgz-tabgrid .mage-error {
  border: 1px solid #e22626;
  display: block;
  margin: 2px 0 0;
  padding: 0 10px 0;
  background: #fff8d6;
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  box-sizing: border-box;
}
.mgz-tabgrid .mgz__tabgrid-date {
  position: relative;
}
.mgz-tabgrid ._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  left: 12rem;
  top: 0;
  margin: 0;
  line-height: 32px;
}
.mgz-tabgrid ._has-datepicker ~ .ui-datepicker-trigger:before {
  color: #0079c1;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav {
  width: 100%;
  margin-bottom: 20px;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items {
  padding: 0;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item {
  border-left: 0;
  display: inline-block;
  border-top: 3px solid transparent;
  margin-bottom: 0;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item .mgz__page-nav-link {
  text-align: center;
  padding: 2rem 4rem;
  margin-right: 0;
  border-bottom: 0;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item:hover {
  border-top-color: #e4e4e4;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-state-active {
  border-top-color: #eb5202;
}
.mgz-tabgrid.tab-horizontal .mgz-tabgrid_content .fieldset .field > .label {
  width: 30%;
}
.mgz-tabgrid.tab-horizontal .mgz-tabgrid_content {
  width: 100%;
  margin-top: 20px;
}
.mgz-tabgrid.tab-horizontal .mgz-tabgrid_content .ui-tabs-panel {
  padding: 0;
}
.mgz-tabgrid .range .range-line {
  position: relative;
}
.mgz-tabgrid .range .range-line:last-child {
  margin-top: 5px;
}
.mgz__page-nav-item-message-loader {
  margin-top: -1rem;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
}
.mgz__page-nav-item-message-loader .spinner {
  font-size: 2rem;
  margin-right: 1.5rem;
}
.mgz__data-grid button {
  box-shadow: none;
  border-radius: 0;
}
.mgz__data-grid .mgz__data-grid-toolbar {
  margin-top: 1.1rem;
  margin-bottom: 0;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__filter-actions {
  float: left;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__control-support-text {
  margin-left: 30px;
  border: 1px solid transparent;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.36;
  padding-bottom: .6rem;
  padding-top: .6rem;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__control-support-text .mass-select-info._empty {
  display: none;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap {
  float: right;
  margin-left: 30px;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap select {
  width: auto;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__data-grid-pager {
  display: inline-block;
  margin-left: 3rem;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__data-grid-pager .mgz__control-text {
  -moz-appearance: textfield;
  text-align: center;
  width: 4.4rem;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__control-support-text {
  margin-left: .7rem;
}
.mgz__data-grid .mgz__data-grid-wrap {
  margin-bottom: 2rem;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
  padding-top: 2rem;
  float: left;
  width: 100%;
}
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters:hover td,
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters td {
  background-color: #f5f5f5;
}
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters select {
  background-position: calc(100% - 5px) -37px, 100%, calc(100% - 18px) 0;
  background-size: auto,18px 100%,1px 100%;
  height: 2.8rem;
  padding: .2rem 1.8rem .2rem .3rem;
  min-width: 6rem;
  font-size: 1.3rem;
  width: 100%;
}
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters .data-grid-actions-cell {
  padding: 1rem;
}
.mgz__data-grid input[type="radio"],
.mgz__data-grid input[type="checkbox"] {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  height: 16px;
  width: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.1s ease-in;
  margin: 0;
  position: relative;
}
.mgz__data-grid input[type="radio"]:checked:after,
.mgz__data-grid input[type="checkbox"]:checked:after {
  font-family: 'Magento-Icons';
  content: "\e62d";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  color: #0079c1;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  font-weight: 400;
}
.mgz__data-grid .data-grid-checkbox-cell-inner {
  display: inline-block;
  padding: 0 1.8rem 0;
  position: relative;
  text-align: right;
}
.mgz__data-grid .data-grid-checkbox-cell-inner input[type='checkbox'].mgz__control-checkbox {
  position: relative;
  opacity: 1;
}
.mgz__data-grid .data-grid-checkbox-cell-inner input[type='checkbox'].mgz__control-checkbox:checked + label:before {
  display: none;
}
.mgz__data-grid .a-center {
  text-align: center;
}
.mgz__data-grid .data-grid .data-grid-actions-cell {
  width: 1%;
}
.mgz__data-grid .data-grid td {
  background-color: #ffffff;
  border-left: 0.1rem dashed #d6d6d6;
  border-right: 0.1rem dashed #d6d6d6;
  color: #303030;
  padding: 1rem 1rem;
}
.mgz__data-grid .data-grid td:first-child {
  border-left-style: solid;
}
.mgz__data-grid .data-grid td:last-child {
  border-right-style: solid;
}
.mgz__data-grid .data-grid .data-grid-filters td {
  vertical-align: top;
}
.mgz__data-grid .data-grid .data-grid-filters td .range .range-line:last-child {
  margin-top: 5px;
}
.mgz__data-grid .data-grid tr:not(.data-grid-editable-row):last-child td {
  border-bottom: 0.1rem solid #d6d6d6;
}
.mgz__data-grid .data-grid tr {
  cursor: pointer;
}
.mgz__data-grid .data-grid tr:hover td {
  background-color: #e5f7fe;
}
.mgz__data-grid .data-grid tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.mgz__data-grid .data-grid tr.data-grid-tr-no-data td {
  font-size: 1.6rem;
  padding: 3rem;
  text-align: center;
}
.mgz__data-grid .data-grid-th {
  background-clip: padding-box;
  color: #ffffff;
  padding: 1rem 1rem;
  position: relative;
  vertical-align: middle;
  font-weight: 600;
  background-color: #0079c1;
  border: 0.1rem solid #8a837f;
}
.mgz__data-grid .data-grid-th._sortable {
  cursor: pointer;
  transition: background-color 0.1s linear;
  z-index: 1;
}
.mgz__data-grid .data-grid-th._sortable._ascend:before,
.mgz__data-grid .data-grid-th._sortable._descend:before {
  margin-top: -1em;
  position: absolute;
  right: 1rem;
  top: 50%;
}
.mgz__data-grid .data-grid-th._sortable._ascend:before {
  content: '\2193';
}
.mgz__data-grid .data-grid-th._sortable._descend:before {
  content: '\2191';
}
.mgz__data-grid .action-secondary {
  background-color: #0079c1;
  border-color: #0079c1;
  color: #ffffff;
}
.mgz__data-grid .action-secondary:hover,
.mgz__data-grid .action-secondary:active,
.mgz__data-grid .action-secondary:focus {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
  color: #ffffff;
  text-decoration: none;
}
.mgz__data-grid .action-tertiary {
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #007bdb;
}
.mgz__data-grid .action-tertiary:hover,
.mgz__data-grid .action-tertiary:active,
.mgz__data-grid .action-tertiary:focus {
  color: #007bdb;
  text-decoration: underline;
}
.mgz__data-grid .action-previous > span,
.mgz__data-grid .action-next > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.mgz__data-grid .action-previous {
  margin-right: 2.5rem;
  text-indent: -.25em;
}
.mgz__data-grid .action-previous:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Magento-Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  content: '\e629';
}
.mgz__data-grid .action-next {
  margin-left: 1.5rem;
  text-indent: .1em;
}
.mgz__data-grid .action-next:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Magento-Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  content: '\e62a';
}
@media all and (min-width: 990px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: 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 {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #dddddd;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #69b9a5;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #dddddd;
    color: #dddddd;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #69b9a5;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #dddddd;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #dddddd;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .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;
  }
  /* 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;
  }
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 50rem;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 240px;
    width: 240px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
    margin-right: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px !important;
    max-width: 480px !important;
    clear: right;
    float: right;
    border-left: 1px solid #efefef;
    border-right: unset;
    margin-left: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
  .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;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #dddddd;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #dddddd;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(221, 221, 221, 0.3);
    color: #5e5e5e;
    border: 1px solid #dddddd;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #dddddd;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(221, 221, 221, 0.8), inset 0 -1px 0 0 rgba(221, 221, 221, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #444444;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #69b9a5;
    border-color: #69b9a5;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #69b9a5;
    border-color: #69b9a5;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #69b9a5;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 990px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: Open Sans;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #dddddd;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #dddddd;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #dddddd;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #dddddd;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #dddddd;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #69b9a5;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #ffffff;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #53a893;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%)/4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  /* min 990 */
  body.customer-account-login {
    background-image: url('../images/badexa_start.jpg');
    background-size: cover;
    background-position: bottom center;
  }
  body.customer-account-login header.page-header {
    background-color: transparent;
    float: left;
    margin-right: 50px;
  }
  body.customer-account-login header.page-header .logo {
    display: none;
    margin: 15px 0 !important;
  }
  body.customer-account-login header.page-header .nav-toggle {
    display: none;
  }
  body.customer-account-login .sections.nav-sections {
    display: none;
  }
  body.customer-account-login .columns {
    position: relative;
    display: block;
    height: 100%;
  }
  body.customer-account-login .columns .column.main .block-title {
    display: none;
  }
  body.customer-account-login .columns .column.main .login-container {
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    margin: 100px 0 0 -415px;
    width: 800px;
    top: 0;
    left: 50%;
  }
  body.customer-account-login .columns .column.main .login-container::before {
    content: '';
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 92px;
    width: 232px;
    display: block;
    margin: 40px auto 40px auto;
  }
  .breadcrumbs {
    margin-top: 25px;
  }
  .catalog-product-view .breadcrumbs {
    margin-top: 0px;
    margin-left: -15px;
  }
  .sidebar-additional {
    margin-top: 15px !important;
  }
  .page-main {
    margin-top: 5px;
  }
  .column.main h1 {
    font-size: 32px;
  }
  .page-header {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1001;
    width: 100%;
    height: 125px;
    background-color: #ffffff;
  }
  .page-header .panel.wrapper {
    border-bottom: none;
  }
  .page-header .panel.wrapper .panel.header {
    text-align: center;
    padding: 0 0 5px 0;
    margin-top: 0px;
    position: relative;
  }
  .page-header .panel.wrapper .panel.header .header.links li {
    background-repeat: no-repeat;
    background-size: 16px;
  }
  .page-header .panel.wrapper .panel.header .header.links li.authorization-link {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .header.links li.customer-welcome {
    background-image: url('../images/icons/icon-caret.svg');
    background-position: right;
    padding-right: 10px;
    position: absolute;
    top: 18px;
    right: 220px;
    z-index: 1010;
  }
  .page-header .panel.wrapper .panel.header .header.links li.customer-welcome .authorization-link {
    display: block;
  }
  .page-header .panel.wrapper .panel.header .logo {
    width: 155px;
    margin: 9px 0 0px 20px;
    float: left;
    position: relative;
    z-index: 1001;
  }
  .page-header .panel.wrapper .panel.header .logo img {
    width: 100%;
    max-width: 240px;
  }
  .page-header .panel.wrapper .panel.header .verbands-logo {
    display: inline-block;
    max-width: 100px;
    position: absolute;
    left: 270px;
    top: 25px;
    z-index: 1;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 1020;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .block-minicart {
    right: 10px;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart {
    position: relative;
    background-image: url('../images/icons/icon-cart-white.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 42px;
    background-color: #0079c1;
    width: 55px;
    height: 52px;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart:before {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart span.text {
    clip: auto;
    height: auto;
    width: auto;
    right: 67px;
    left: auto;
    top: 18px;
    color: #000;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart span.counter.qty {
    padding: 0;
    margin: 0px 0 0 0px;
    background-color: #0079c1;
    color: #ffffff;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart span.counter.qty .counter-number {
    text-shadow: none;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart span.counter.qty.empty {
    display: block;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart span.minicart-subtotal {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 1;
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart:hover span.text {
    color: #000;
  }
  .page-header .panel.wrapper .panel.header .block-search {
    position: absolute;
    right: 360px;
    top: auto;
    top: 7px;
    z-index: 1005;
    width: 22%;
    padding-right: 0;
    padding-left: 35px;
    border-bottom: 2px solid #53a893;
  }
  .page-header .panel.wrapper .panel.header .block-search .control {
    clear: none;
  }
  .page-header .panel.wrapper .panel.header .block-search .control .input-text {
    background: transparent;
    border: none;
    height: 42px;
  }
  .page-header .panel.wrapper .panel.header .block-search .action.search {
    left: 0px;
    width: 42px;
    height: 41px;
    background: transparent;
    background-image: url('../images/icons/icon-search.svg');
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
  }
  .page-header .panel.wrapper .panel.header .block-search .action.search:before {
    -moz-osx-font-smoothing: auto;
    color: transparent;
    line-height: 41px;
  }
  .page-header .panel.wrapper .panel.header .block-search .action.search:disabled {
    opacity: 1;
  }
  .page-header .panel.wrapper .panel.header .block-search .control {
    border-top: none;
  }
  .page-header .panel.wrapper .panel.header .sections.nav-sections {
    background: #fff;
  }
  .page-header .panel.wrapper .panel.header .sections.nav-sections .header.links {
    display: none;
  }
  .catalog-product-view.page-layout-1column .columns .column.main .product.info.detailed {
    position: relative;
    z-index: auto;
    margin-bottom: -15px;
  }
  .page-layout-custom-home .nav-sections {
    margin-bottom: 0px;
  }
  .page-layout-custom-home .sidebar.sidebar-additional {
    width: 24.83333333%;
    padding-right: 0;
  }
  .page-layout-custom-home .column.main {
    width: 75.16666667%;
    padding-left: 25px;
  }
  .page-layout-custom-home .breadcrumbs {
    display: none;
  }
  .page-layout-1column .products-grid .owl-item .product-item {
    width: 100%;
  }
  .page-layout-1column .products-grid .owl-item .product-item .product-item-info {
    width: 100%;
  }
  .page-layout-1column .products-grid .owl-item .product-item .product-item-info:hover {
    border: 1px solid #0079c1;
    margin: 0px !important;
    padding: 0px !important;
  }
  .page-layout-1column .customer-review .product-details,
  .page-layout-1column .block-banners,
  .page-layout-1column .block-banners-inline {
    padding-top: 40px;
    border-top: 1px solid #dddddd;
  }
  .page-layout-2columns-left .column.main {
    width: 75.16666667%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 24.83333333%;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 0;
  }
  .page-layout-2columns-left .block-collapsible-nav {
    margin-bottom: 0 !important;
  }
  .cms-ueber-uns .sidebar .ueber-uns a {
    border-color: #69b9a5;
    font-weight: 600;
    color: black;
  }
  .cms-agb .sidebar .agb a {
    border-color: #69b9a5;
    font-weight: 600;
    color: black;
  }
  .cms-impressum .sidebar .impressum a {
    border-color: #69b9a5;
    font-weight: 600;
    color: black;
  }
  .cms-datenschutz .sidebar .datenschutz a {
    border-color: #69b9a5;
    font-weight: 600;
    color: black;
  }
  .cms-kontakt .sidebar .kontakt a {
    border-color: #69b9a5;
    font-weight: 600;
    color: black;
  }
  .cms-versand-lieferung .sidebar .versand-lieferung a {
    border-color: #69b9a5;
    font-weight: 600;
    color: black;
  }
  .cms-zahlungsarten .sidebar .zahlungsarten a {
    border-color: #69b9a5;
    font-weight: 600;
    color: black;
  }
  .cms-batterieentsorgung .sidebar .batterieentsorgung a {
    border-color: #69b9a5;
    font-weight: 600;
    color: black;
  }
}
@media all and (min-width: 991px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 1200px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .bss-onestepcheckout .opc-wrapper {
    width: 66.66%;
    padding-right: 30px;
  }
  .bss-onestepcheckout #opc-sidebar {
    width: 33.33%;
    margin-top: 0;
  }
  .bss-onestepcheckout #opc-sidebar .discount-code #discount-form {
    width: 100%;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%)/5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  /* min 990 */
  .page-header {
    position: fixed;
  }
  .breadcrumbs {
    margin-top: 150px;
  }
  .catalog-product-view .breadcrumbs {
    margin-top: 130px;
    margin-left: -15px;
  }
  .sidebar-additional {
    margin-top: 140px !important;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
a:hover,
.alink:hover {
  color: auto;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  box-shadow: none;
}
.layout-2-columns,
.layout-3-columns,
.layout-4-columns {
  max-width: 1280px;
  margin: 0 auto;
}
.layout-2-columns .column .inner-column,
.layout-3-columns .column .inner-column,
.layout-4-columns .column .inner-column {
  padding: 20px;
}
.layout-2-columns .column.col1 {
  width: 50%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.layout-2-columns .column.col2 {
  width: 50%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.layout-3-columns .column.col1 {
  width: 33%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.layout-3-columns .column.col2 {
  width: 34%;
  display: inline-block;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.layout-3-columns .column.col3 {
  width: 33%;
  float: right;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.layout-4-columns .column {
  float: left;
}
.layout-4-columns .column.col1 {
  width: 25%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.layout-4-columns .column.col2 {
  width: 25%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.layout-4-columns .column.col3 {
  width: 25%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.layout-4-columns .column.col4 {
  width: 25%;
  float: right;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
@media (max-width: 989px) {
  .layout-4-columns .column.col1 {
    width: 50%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .layout-4-columns .column.col2 {
    width: 50%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .layout-4-columns .column.col3 {
    width: 50%;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .layout-4-columns .column.col4 {
    width: 50%;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .layout-2-columns .column.col1 {
    width: 100%;
    float: left;
    float: right;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .layout-2-columns .column.col2 {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media (max-width: 640px) {
  .layout-3-columns .column.col1 {
    width: 100%;
    float: left;
    float: right;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .layout-3-columns .column.col2 {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .layout-3-columns .column.col3 {
    width: 100%;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .layout-4-columns .column.col1 {
    width: 100%;
    float: left;
    float: right;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .layout-4-columns .column.col2 {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .layout-4-columns .column.col3 {
    width: 100%;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .layout-4-columns .column.col4 {
    width: 100%;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 1440px;
}
h1,
h2,
h3 {
  font-family: Oswald, 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.3em;
}
.breadcrumbs {
  padding-left: 0px;
  margin-bottom: 20px;
}
.breadcrumbs a {
  color: #0079c1 !important;
}
.products.wrapper ul,
.product-info-main ul,
.product.data.items ul {
  padding: 0 15px;
}
.products.wrapper ul li,
.product-info-main ul li,
.product.data.items ul li {
  list-style: none;
  margin: 5px 0;
}
.products.wrapper ul li::before,
.product-info-main ul li::before,
.product.data.items ul li::before {
  content: '■';
  color: #0079c1;
  float: left;
  margin: -2px 7px 0 0;
  font-size: 14px;
}
.products.wrapper ul li li::before,
.product-info-main ul li li::before,
.product.data.items ul li li::before {
  color: #69b9a5;
}
.page.messages {
  position: fixed;
  right: 0px;
  top: auto;
  bottom: -10px;
  width: 100%;
  max-width: 400px;
  z-index: 1000;
}
.page.messages .message.success {
  background: #0079c1 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 600;
  padding: 50px 15px 30px 20px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.page.messages .message.success a {
  color: #fff !important;
  text-decoration: underline;
}
.page.messages .message.success > :first-child::before {
  color: #fff !important;
  margin: -8px 0 0;
  width: 100%;
}
.page.messages .message.error {
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 600;
  padding: 50px 15px 30px 20px;
}
.page.messages .message.error a {
  color: #e02b27 !important;
  text-decoration: underline;
}
.page.messages .message.error > :first-child::before {
  margin: -8px 0 0;
  width: 100%;
}
.message.info {
  background-color: #fff;
  border: 1px solid #dddddd;
  color: #000;
}
.message.info.empty span::before,
.message.info.empty div::before {
  color: #0079c1;
}
.toolbar.toolbar-products {
  margin-bottom: 0;
  padding: 5px;
}
.toolbar.toolbar-products .modes {
  display: none;
}
.toolbar.toolbar-products .modes-mode::before {
  color: #0079c1;
}
.toolbar.toolbar-products .modes-mode {
  background-color: #ffffff;
  border: 1px solid #0079c1;
  border-radius: 0px;
}
.toolbar.toolbar-products .modes-mode.active {
  box-shadow: none;
  background: #0079c1;
  color: #ffffff;
}
.toolbar.toolbar-products .modes-mode.active:before {
  color: #ffffff;
}
.toolbar select {
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  box-shadow: none;
}
.sidebar-additional .block-collapsible-nav .title {
  border: 0;
  clip: auto;
  height: auto;
  margin: auto;
  overflow: auto;
  padding: 8px 15px;
  position: relative;
  width: auto;
  background-color: #0079c1;
  color: #fff;
}
.sidebar-additional .block-collapsible-nav .title strong {
  font-weight: 600;
}
.category-header-image {
  position: relative;
  background-image: url('../images/hintergrund1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
  margin-bottom: 30px;
  margin-right: 15px;
}
.category-header-image .category-image-logo {
  position: absolute;
  right: 20px;
  background: #ffffff;
  padding: 10px;
  bottom: 20px;
}
ul.category-list {
  padding: 0px;
  margin: 0px;
}
ul.category-list li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  width: 185px;
  margin-right: 5px;
  padding: 0px;
  text-align: center;
}
ul.category-list li .category-image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ddd;
  width: 185px;
  height: 185px;
}
ul.category-list li .category-image:hover {
  border-color: #0079c1;
}
ul.category-list li .category-image img {
  max-width: 160px;
  max-height: 160px;
}
ul.category-list li .category-label {
  display: inline-block;
  text-align: center;
  line-height: 1.3em;
  min-height: 48px;
  font-size: 13px;
  margin-top: 5px;
  color: #0079c1;
}
.catalog-product-view.page-layout-1column .columns .column.main {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 15px;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-price {
  border-bottom: none;
  margin: 0;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-price .price-box {
  display: block;
  width: 100%;
  /*.price-wrapper.price-request {
              opacity: 1;
            }*/
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-stock-sku {
  display: block;
  padding: 0;
  text-align: left;
  padding-left: 0px;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-stock-sku .product.stock {
  margin-bottom: 10px;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-stock-sku .product.stock .available,
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-stock-sku .product.stock .not-available,
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-stock-sku .product.stock .no-longer-available {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-stock-sku .product.stock .available {
  background-color: #009c00;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-stock-sku .product.stock .not-available {
  background-color: #ffc118;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-stock-sku .product.stock .no-longer-available {
  background-color: #e26703;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-stock-sku .product.stock .stock-text {
  display: inline-block;
  margin-left: 5px;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-info-stock-sku .availability.only {
  display: none;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-reviews-summary {
  display: none;
}
.catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-social-links {
  text-align: left;
}
.catalog-product-view.page-layout-1column .columns .column.main .product.info.detailed {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-product-view.page-layout-1column .columns .column.main .product.data.items > .item.title:first-child {
  border-left: 1px solid #dddddd;
}
.catalog-product-view.page-layout-1column .columns .column.main .product.data.items > .item.content {
  border: 1px solid #dddddd;
}
.catalog-product-view.page-layout-1column .columns .column.main .product.data.items > .item.title:first-child > .switch {
  border-left: none;
}
.catalog-product-view.page-layout-1column .columns .column.main .notice-msg {
  background-color: #F2F2F2;
  padding: 6px 10px 6px 30px;
  margin: 5px 0 10px 0;
  display: inline-block;
  background-image: url(../images/icons/i_msg-note.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  border: 1px solid #ddd;
}
body[class*=" categorypath-objekte-"] .category-header-image {
  display: none;
}
body[class*=" categorypath-objekte-"] ul.category-list li {
  width: 200px;
}
body[class*=" categorypath-objekte-"] ul.category-list li .category-image {
  width: 200px;
  height: 200px;
}
body[class*=" categorypath-objekte-"] ul.category-list li .category-image img {
  max-width: 175px;
  max-height: 175px;
}
/* Objektauflistung Startseite */
.customer-hotel-container .row {
  clear: both;
}
.customer-hotel-container .row .col-sm-4,
.customer-hotel-container .row .col-sm-5,
.customer-hotel-container .row .col-sm-7,
.customer-hotel-container .row .col-sm-8 {
  padding-right: 0px;
  padding-left: 0px;
}
.customer-hotel-container .row .col-sm-4 .image,
.customer-hotel-container .row .col-sm-5 .image {
  height: 300px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.customer-hotel-container .row .col-sm-7 .address,
.customer-hotel-container .row .col-sm-8 .address {
  padding: 15px 15px 0 30px !important;
}
.customer-hotel-container .row .col-sm-7 .address h2,
.customer-hotel-container .row .col-sm-8 .address h2 {
  margin-top: 0px;
}
.customer-hotel-container .row .col-sm-7 .address button.action.primary,
.customer-hotel-container .row .col-sm-8 .address button.action.primary {
  margin-top: 15px;
}
.customer-hotel-container .customer-rooms-container {
  clear: both;
  padding: 15px 0;
}
.customer-hotel-container .customer-rooms-container ul.category-list li {
  width: 170px;
}
.customer-hotel-container .customer-rooms-container ul.category-list li .category-image {
  width: 170px;
  height: 170px;
}
.customer-hotel-container .customer-rooms-container ul.category-list li .category-image img {
  max-width: 145px;
  max-height: 145px;
}
.customer-hotel-container:nth-of-type(even) {
  border-top: 1px solid #ddd;
  padding-top: 70px;
}
@media (max-width: 989px) {
  .customer-hotel-container .row .col-sm-7 .address,
  .customer-hotel-container .row .col-sm-8 .address {
    padding-left: 0;
  }
}
/* Produktauflistung */
.products {
  margin: 15px 0;
}
.products-list .product-item {
  position: relative;
  padding: 20px 10px;
  width: auto;
  display: block;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-top: 1px solid #dddddd;
  box-shadow: none !important;
  /* linke Spalte */
  /* gesamte rechte Spalte */
}
.products-list .product-item .product-item-image {
  display: table-cell;
  padding: 0px 20px 0 0;
  width: 1%;
  vertical-align: top;
}
.products-list .product-item .product-item-image .product-image-container {
  width: 120px;
  max-width: 100%;
}
.products-list .product-item .product-item-image .product-image-container img.product-image-photo {
  max-height: 150px;
}
.products-list .product-item .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.products-list .product-item .product-item-details .product-item-details-inner {
  display: table;
  width: 100%;
  /* Mittlere Spalte */
  /* rechte Spalte */
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left {
  display: table-cell;
  vertical-align: top;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product-item-name,
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product.name a {
  font-weight: 600;
  font-size: 15px;
  color: #0079c1;
  margin: 0;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product-item-description {
  margin: 10px 0;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product-item-description .action.more {
  display: none;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product.sku span {
  font-weight: 700;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product.stock .available,
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product.stock .not-available,
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product.stock .no-longer-available {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 9px;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product.stock .available {
  background-color: #009c00;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product.stock .not-available {
  background-color: #ffc118;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product.stock .no-longer-available {
  background-color: #e26703;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product.stock .stock-text {
  display: inline-block;
  margin-left: 5px;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product-notice {
  margin-top: 10px;
  padding: 10px;
  font-weight: 600;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left .product-notice strong {
  font-weight: 700;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .grouped-product-count {
  margin-bottom: 7px;
  text-align: right;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .grouped-product-count::before {
  content: ' ';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url('../images/icons/i_arrow_right.png');
  margin-right: 5px;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .grouped-product-buy-complete {
  clear: right;
  float: right;
  margin-top: 10px;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .grouped-product-buy-complete span {
  font-weight: 600;
  text-decoration: underline;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .price-box {
  margin: 0 0 15px 0;
  text-align: right;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .price-box .price {
  color: #0079c1;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .product-item-actions .actions-primary {
  float: right;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .product-item-actions .actions-primary .tocart {
  min-width: 160px;
  float: right;
  text-align: center;
}
.products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .product-item-actions .actions-secondary {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.toolbar .limiter {
  display: none !important;
}
.toolbar-amount {
  padding: 15px 0 0 0;
  font-weight: 600;
}
.ias-trigger.ias-trigger-next {
  margin-top: 30px;
}
.ias-trigger.ias-trigger-next button {
  padding: 12px 15px;
  font-weight: normal;
}
.goup-container {
  opacity: .9;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.goup-container:hover {
  background: #0079c1 !important;
}
.block.upsell,
.block.related {
  margin: 50px -15px;
}
.product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before,
.product-item .action.towishlist::before,
.table-comparison .action.towishlist::before {
  content: '\e605';
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #444444;
  font-weight: 400;
  letter-spacing: 0;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #0079c1;
}
.fotorama--fullscreen {
  z-index: 2000 !important;
}
.fotorama__stage::before,
.fotorama__nav::before,
.fotorama__stage::after,
.fotorama__nav::after {
  z-index: 2001 !important;
}
.fotorama__thumb {
  background-color: #fff;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100px;
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 5px auto;
}
.fotorama__stage {
  max-height: 450px !important;
  max-width: 450px !important;
}
.fotorama--fullscreen .fotorama__stage {
  max-height: 100% !important;
  max-width: 100% !important;
}
.fotorama__stage__frame .fotorama__img {
  max-height: 350px !important;
  max-width: 350px !important;
  min-width: 250px;
}
.fotorama__spinner {
  width: 32px;
  height: 32px;
}
.minicart-items-wrapper img.product-image-photo {
  height: auto !important;
  width: auto !important;
  max-height: 75px;
  max-width: 75px;
}
/* Preise */
.price-wrapper.price-request.cache-check {
  /*opacity: 0;*/
}
.price-wrapper.price-request.loading {
  display: block;
  background-image: url('../images/loader-1.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  height: 26px;
}
.old-price,
.minimal-price-link {
  display: none;
}
.special-price {
  margin-left: 10px;
}
.special-price .price-container .price-label {
  display: none;
}
.special-price .price-container .price {
  color: #0079c1;
  font-weight: 600;
  font-size: 20px;
}
.prices-tier.items {
  display: inline-block;
  padding: 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
  list-style: none;
}
.prices-tier.items li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  line-height: 1.3em;
}
.prices-tier.items li::before {
  content: '';
}
.catalog-product-view .prices-tier.items {
  margin: 20px 0 -10px 0;
}
.price-tier_price span {
  font-weight: bold;
}
/* Quantity Plus/Minus Button */
.btn-change-qty {
  padding: 0;
  margin: 0;
  width: 32px !important;
  height: 32px !important;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  vertical-align: top;
  line-height: 1em;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  color: #000;
}
.btn-change-qty:hover {
  background-color: #0079c1;
  border: transparent;
  color: #FFF;
}
.grouped-change-qty {
  margin: 5px 0;
}
.grouped-change-qty .btn-change-qty {
  height: 20px !important;
  font-size: 15px;
  line-height: 1em;
}
.grouped.icon.tocart {
  background-image: url(../images/icons/icon-cart-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
@media (min-width: 990px) AND (max-width: 1200px) {
  .grouped .btn-change-qty {
    display: none;
  }
}
.product-change-qty {
  margin: 5px 0 15px 0;
}
.product-change-qty .input-text.qty {
  max-width: 60px;
  text-align: center;
}
.category-cms {
  margin-bottom: 0px;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 54px;
}
.page-title-wrapper {
  display: none;
}
.page-title-wrapper.product {
  display: block;
}
.swatch-option {
  height: auto;
  min-height: 30px;
  margin: 0 5px 5px 0;
}
.swatch-option.text {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 0px 2px;
  min-width: 30px;
  margin-right: 5px;
}
.products-list .swatch-option {
  min-height: 22px;
  min-width: 22px;
  margin: 0 4px 4px 0;
}
.products-list .swatch-option.text {
  font-size: 11px;
  line-height: 22px;
  padding: 0px 2px;
  min-width: 22px;
  margin-right: 4px;
}
.swatch-option:not(.disabled):hover {
  outline: none;
  border: 1px solid #0079c1;
}
section.footer-navigation {
  color: #ffffff;
  background: #53a893;
  padding: 30px 0 0 0;
}
section.footer-navigation .column .block-collapsible-nav-title,
section.footer-navigation .column .block-collapsible-nav-title strong {
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  position: relative !important;
  overflow: visible !important;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Oswald', 'Open Sans';
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  padding-right: 30px;
  padding-bottom: 5px;
}
section.footer-navigation .column .block-collapsible-nav-content {
  padding: 5px 0;
}
section.footer-navigation .column .block-collapsible-nav {
  position: relative;
  left: auto;
  top: auto;
  z-index: auto;
}
section.footer-navigation .column .block-collapsible-nav .title {
  border: none;
}
section.footer-navigation .column .block-collapsible-nav .title::after {
  display: none;
}
section.footer-navigation .column .block-collapsible-nav .content {
  display: block;
  background: #53a893;
}
section.footer-navigation .column a {
  color: #ffffff;
}
section.footer-navigation .column a:hover {
  background-color: #499381;
}
section.footer-navigation .column ul {
  margin: 0 0 0 -20px;
}
section.footer-navigation .column ul li {
  list-style-type: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}
section.footer-navigation .column ul li a {
  color: #ffffff;
}
section.footer-navigation .column ul li a:hover {
  background-color: #499381;
}
.account.page-layout-2columns-left .column.main {
  width: 75%;
}
.fotorama-item {
  margin-left: -15px;
}
.fotorama-item .fotorama__nav {
  margin: 0;
}
.account a {
  color: #0079c1;
}
.account .wishlist-toolbar {
  margin-bottom: 15px;
}
.account .form-wishlist-items .primary .action {
  background: #0079C1;
  border: 1px solid #0079C1;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 600;
  box-shadow: none;
}
.account .form-wishlist-items .wishlist .edit {
  margin-left: 10px;
}
.account .legend span {
  font-size: 1.5em;
  color: #0079c1;
  font-weight: normal;
  font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}
.account .form-edit-account .info .primary button {
  margin-top: 10px;
}
.account .form-edit-account .password-info {
  display: none;
}
.account .block-addresses-default {
  margin-bottom: 30px !important;
}
.account .block-addresses-default .block-title {
  margin-bottom: 10px;
}
.account .block-addresses-default .block-title strong {
  font-size: 1.7em;
  color: #0079c1;
  font-weight: normal;
  font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1;
}
.account .block-dashboard-addresses {
  margin-bottom: 30px !important;
}
.account .block-dashboard-addresses .block-title {
  padding-bottom: 5px;
}
.account .block-dashboard-addresses .block-title strong {
  color: #0079c1;
  font-size: 1.7em;
  font-weight: normal;
  font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}
.account .block-dashboard-info {
  margin-bottom: 30px !important;
}
.account .block-dashboard-info .box-information .box-title span {
  line-height: 1;
  color: #0079c1;
  font-size: 1.7em !important;
  font-weight: normal;
  font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}
.account .block-dashboard-info .box-newsletter {
  display: none;
}
.account .block-dashboard-info .block-title {
  display: none;
}
.account .block-dashboard-orders .block-title strong {
  color: #0079c1;
  font-size: 1.7em;
  font-weight: normal;
  font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}
.account .block-dashboard-orders .table-wrapper {
  margin-top: 0;
}
.account .block-addresses-list .block-title strong {
  color: #0079c1;
  font-size: 1.7em;
  font-weight: normal;
  font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}
.account .block-order-details-view .box-title {
  margin-bottom: 5px !important;
}
.account .block-order-details-view .block-title {
  margin-bottom: 10px;
}
.account .block-order-details-view .block-title strong {
  font-size: 1.7em;
  color: #0079c1;
  font-weight: normal;
  font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1;
}
.account .sidebar-additional {
  margin: 0;
  width: 20.83333333% !important;
}
.account .sidebar-main {
  display: none;
}
.copyright {
  text-align: center;
  padding: 20px 10px;
}
.copyright span {
  color: #fff;
  font-size: 14px;
}
.product.data.items .data.switch {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body[class*=""] .sidebar .block-collapsible-nav .content {
  background: #fff;
  padding: 15px 0;
  border: 1px solid #ddd;
}
body[class*=""] .column.main .block-title {
  border-bottom: none;
  margin: 15px 0 10px 15px;
  font-weight: 300;
  line-height: 1.2em;
  font-size: 22px;
}
body[class*=""] .column.main .block-title strong {
  font-weight: 300;
}
body[class*=""] .column.main [class*="dashboard"],
body[class*=""] .column.main [class*="addresses"],
body[class*=""] .column.main [class*="form "],
body[class*=""] .column.main .orders-history-container {
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 15px;
}
body[class*=""] .column.main [class*="dashboard"] .block-title,
body[class*=""] .column.main [class*="addresses"] .block-title,
body[class*=""] .column.main [class*="form "] .block-title,
body[class*=""] .column.main .orders-history-container .block-title {
  margin: 0 0 30px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #dddddd;
  font-weight: 300;
  line-height: 1.2em;
  /*color: @color-b-blue;*/
  font-size: 22px;
}
body[class*=""] .column.main [class*="dashboard"] .block-title strong,
body[class*=""] .column.main [class*="addresses"] .block-title strong,
body[class*=""] .column.main [class*="form "] .block-title strong,
body[class*=""] .column.main .orders-history-container .block-title strong {
  font-weight: 300;
}
body[class*=""] .column.main [class*="dashboard"] .field .label,
body[class*=""] .column.main [class*="addresses"] .field .label,
body[class*=""] .column.main [class*="form "] .field .label,
body[class*=""] .column.main .orders-history-container .field .label {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 3px;
  display: inline-block;
}
body[class*=""] .column.main [class*="dashboard"] .field .control,
body[class*=""] .column.main [class*="addresses"] .field .control,
body[class*=""] .column.main [class*="form "] .field .control,
body[class*=""] .column.main .orders-history-container .field .control {
  width: auto;
}
body[class*=""] .column.main [class*="dashboard"] .field .control .input-text,
body[class*=""] .column.main [class*="addresses"] .field .control .input-text,
body[class*=""] .column.main [class*="form "] .field .control .input-text,
body[class*=""] .column.main .orders-history-container .field .control .input-text {
  width: 100%;
}
body[class*=""] .column.main .fieldset legend {
  /*color: @color-b-blue;*/
  padding: 10px 0 20px 0;
}
body[class*=""] .column.main a.action {
  font-size: 15px;
  color: #0079c1;
}
body[class*=""] .column.main a.action:hover {
  color: #0079c1 !important;
}
body[class*=""] .column.main a.action.primary span {
  color: #fff;
}
body[class*=""] .column.main .login-container .fieldset::after {
  color: #000;
}
body[class*=""] .table-wrapper.orders-recent {
  margin-top: 0px;
}
body.customer-account-forgotpassword .header.downloads {
  display: none;
}
body.customer-account-forgotpassword header.page-header .block-search {
  display: none;
}
body.customer-account-forgotpassword .form.password.forget .fieldset::after {
  margin-top: 15px;
  margin-bottom: 15px;
}
body.customer-account-forgotpassword .action.primary {
  padding: 12px 15px;
}
body.customer-account-createpassword .header.downloads {
  display: none;
}
body.customer-account-createpassword header.page-header .block-search {
  display: none;
}
body.customer-account-createpassword .form.password.forget .fieldset::after {
  margin-top: 15px;
  margin-bottom: 15px;
}
body.customer-account-createpassword .action.primary {
  padding: 12px 15px;
}
body.customer-account-login header.page-header {
  background-color: transparent;
  float: left;
  margin-right: 50px;
  border: none;
}
body.customer-account-login header.page-header .logo {
  margin: 15px 0 !important;
}
body.customer-account-login header.page-header .nav-toggle {
  display: none;
}
body.customer-account-login .sections.nav-sections {
  display: none;
}
body.customer-account-login .column.main .block-title {
  display: none;
}
body.customer-account-login .column.main .login-container,
body.customer-account-login .column.main [class*="form "] {
  border: none !important;
  padding: 15px;
}
body.customer-account-login .column.main .login-container .block-customer-login,
body.customer-account-login .column.main [class*="form "] .block-customer-login {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
body.customer-account-login .column.main .login-container .block-customer-login .field.note,
body.customer-account-login .column.main [class*="form "] .block-customer-login .field.note {
  color: #0079c1;
  font-size: 18px;
}
body.customer-account-login .column.main .login-container .block-customer-login .field.note::before,
body.customer-account-login .column.main [class*="form "] .block-customer-login .field.note::before {
  content: 'Herzlich willkommen in Ihrer Badexa Objektverwaltung.';
  font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
body.customer-account-login .column.main .login-container .block-customer-login .field .label,
body.customer-account-login .column.main [class*="form "] .block-customer-login .field .label {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 3px;
  display: inline-block;
}
body.customer-account-login .column.main .login-container .block-customer-login .field .control,
body.customer-account-login .column.main [class*="form "] .block-customer-login .field .control {
  width: auto;
}
body.customer-account-login .column.main .login-container .block-customer-login .field .control .input-text,
body.customer-account-login .column.main [class*="form "] .block-customer-login .field .control .input-text {
  width: 100%;
  max-width: 350px;
}
body.customer-account-login .column.main .login-container .block-customer-login .field.email,
body.customer-account-login .column.main [class*="form "] .block-customer-login .field.email,
body.customer-account-login .column.main .login-container .block-customer-login .field.password,
body.customer-account-login .column.main [class*="form "] .block-customer-login .field.password {
  float: left;
  width: 47%;
  margin-right: 3%;
}
body.customer-account-login .column.main .fieldset legend {
  /*color: @color-b-blue;*/
  padding: 10px 0 20px 0;
}
body.customer-account-login .column.main a.action {
  font-size: 15px;
  color: #0079c1;
}
body.customer-account-login .column.main a.action:hover {
  color: #0079c1 !important;
}
body.customer-account-login .column.main a.action.primary span {
  color: #fff;
}
body.customer-account-login .column.main .login-container .fieldset::after {
  color: #000;
}
.header.links li.customer-welcome li:last-child {
  display: none;
}
.customer-account-index .sidebar .account a {
  border-color: #69b9a5;
  font-weight: 600;
  color: black;
}
.sales-order-history .sidebar .history a {
  border-color: #69b9a5;
  font-weight: 600;
  color: black;
}
.mcafiles-index-index .sidebar .attachments a {
  border-color: #69b9a5;
  font-weight: 600;
  color: black;
}
.wishlist-index-index .sidebar .wishlist a {
  border-color: #69b9a5;
  font-weight: 600;
  color: black;
}
.customer-address-index .sidebar .address a {
  border-color: #69b9a5;
  font-weight: 600;
  color: black;
}
.customer-account-edit .sidebar .edit a {
  border-color: #69b9a5;
  font-weight: 600;
  color: black;
}
.cms-page-view .column.main h1 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #0079c1;
}
.cms-page-view .column.main h2 {
  margin-top: 0;
  margin-bottom: 13px;
  color: #0079c1;
}
.cms-page-view .column.main h3 {
  margin-top: 30px;
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 20px;
  color: #0079c1;
}
.cms-page-view .column.main h4 {
  font-size: 1.6rem;
  margin-top: 3.5rem;
  margin-bottom: 1.4rem;
}
.cms-page-view .column.main a {
  color: #0079c1;
}
.modal-hint {
  display: none;
}
.modal-hint h2 {
  margin-top: 0;
  color: #0079c1;
}
.page-product-grouped .drawing-grouped-container {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
}
.page-product-grouped .product-add-form {
  float: none;
  width: 100%;
}
.page-product-grouped .product-add-form.enlarge {
  width: 100% !important;
}
.page-product-grouped .product-add-form .grouped-item:hover {
  background: #D9ECF8;
}
.page-product-grouped .product-add-form td {
  padding: 10px 10px 5px 10px !important;
}
.page-product-grouped .product-add-form .col.num {
  width: 5%;
  text-align: center;
  padding-top: 0px !important;
}
.page-product-grouped .product-add-form .col.price {
  width: 80px;
  white-space: nowrap;
  text-align: right;
}
.page-product-grouped .product-add-form .col.stock {
  width: 15px;
  text-align: center;
  padding-top: 16px !important;
}
.page-product-grouped .product-add-form .col.stock span span {
  display: none;
}
.page-product-grouped .product-add-form .col.stock .available,
.page-product-grouped .product-add-form .col.stock .not-available,
.page-product-grouped .product-add-form .col.stock .no-longer-available {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 0px;
}
.page-product-grouped .product-add-form .col.stock .available {
  background-color: #009c00;
}
.page-product-grouped .product-add-form .col.stock .not-available {
  background-color: #ffc118;
}
.page-product-grouped .product-add-form .col.stock .no-longer-available {
  background-color: #e26703;
}
.page-product-grouped .product-add-form .col.item {
  width: 60%;
  padding-top: 0px !important;
}
.page-product-grouped .product-add-form .col.item .product-item-name {
  margin-bottom: 8px;
  line-height: 1.2em;
}
.page-product-grouped .product-add-form .col.qty {
  text-align: center;
}
.page-product-grouped .product-add-form h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-product-grouped .product-add-form .product-item-name {
  font-weight: 600;
}
.page-product-grouped .product-add-form .product-item-sku {
  display: block;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: 400;
}
.page-product-grouped .product-add-form .product-item-number,
.page-product-grouped .product-add-form .product-item-price {
  display: block;
  margin: 5px 0;
  font-weight: 400;
}
.page-product-grouped .product-add-form .product-item-price {
  text-align: right;
}
.page-product-grouped .product-add-form .box-tocart {
  display: none;
}
.page-product-grouped .product-options-wrapper .bss-gpo-custom-option .field {
  margin-bottom: 5px;
}
.page-product-grouped .product-options-wrapper .bss-gpo-custom-option .field .label {
  color: #0079c1;
  cursor: pointer;
}
.page-product-grouped .product-options-wrapper .bss-gpo-custom-option .field .label::before {
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons/icon-colorpicker.png');
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
}
.page-product-grouped .product-options-wrapper .bss-gpo-custom-option .field .label::after {
  display: none;
}
.page-product-grouped .product-options-wrapper .bss-gpo-custom-option .field .label span::after {
  content: 'auswählen';
  color: #0079c1;
  margin-left: 5px;
}
.page-product-grouped .product-options-wrapper .bss-gpo-custom-option .field .label .option-select-dropdown {
  background-image: url('../images/icons/icon-caret.svg');
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: 0px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.page-product-grouped .product-options-wrapper .bss-gpo-custom-option .field .control {
  display: none;
}
.page-product-grouped .product-options-wrapper .bss-gpo-custom-option .field .control .label::before {
  content: '';
  width: 0px;
  height: 0px;
  background-image: none;
}
.page-product-grouped .product-options-wrapper .options-list .field.choice.has-img {
  display: inline-block;
  margin-bottom: 0;
}
.page-product-grouped .product-options-wrapper .options-list .field.choice.has-img input[type="radio"] {
  display: none;
}
.page-product-grouped .product-options-wrapper .options-list .field.choice.has-img label {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 8px 0;
  padding: 0;
  background-size: 100%;
  cursor: pointer;
}
.page-product-grouped .product-options-wrapper .options-list .field.choice.has-img label span {
  display: none;
}
.configurable-tooltip {
  position: absolute;
  width: auto;
  bottom: 102px;
  left: 50%;
  margin-left: -25%;
  z-index: 10000;
  background-color: #0079c1;
  color: #fff;
  padding: 7px 12px;
  display: none;
}
.modal-popup {
  z-index: 1100;
}
.modal-popup .modal-footer button.action-primary {
  background-color: #0079c1;
  border-color: #0079c1;
  color: #fff;
  box-shadow: none;
}
.modal-popup .modal-footer button.action-secondary {
  box-shadow: none;
}
.modal-slide-container {
  z-index: 1100;
  max-width: 700px;
  left: auto;
  right: 0;
}
.modal-slide-container .modal-header .page-main-actions {
  display: none;
}
.modal-slide-container .page-title h1 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #0079c1;
  font-size: 26px;
}
/*  */
.checkout-index-index .shipping-address-item {
  margin-bottom: 15px !important;
}
.checkout-index-index .shipping-policy-block.field-tooltip {
  top: -40px;
}
.checkout-index-index .nav-sections {
  display: block;
}
/* Kontakt */
.modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 1000px;
}
.modal-popup._inner-scroll .modal-inner-wrap .page-title {
  text-align: center;
}
.modal-popup._inner-scroll .modal-inner-wrap h1 {
  color: #0079c1;
}
.modal-custom .action-close::before,
.modal-popup .action-close::before,
.modal-slide .action-close::before {
  font-size: 22px;
  line-height: 22px;
}
.main_block .form_block {
  padding: 25px 0;
}
.main_block .form_block label {
  display: inline-block;
  margin-bottom: 3px;
  color: #0079c1;
}
.main_block .form_block .input_outer {
  margin: 0 2% 30px 0;
  width: 48%;
  float: left;
}
.main_block .form_block .input_outer .input {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #ccc;
  padding: 15px 0;
  text-indent: 15px;
}
.main_block .form_block .input-textarea {
  width: 98%;
  background-color: #FFF;
  border: 1px solid #ccc;
  box-shadow: none;
}
.main_block .form_block .last {
  margin-right: 0;
}
.field-error,
div.mage-error[generated] {
  position: absolute;
  left: auto;
  top: auto;
  z-index: 1;
  margin-top: 0px;
}
#modal-price-request,
#modal-contact-us {
  display: none;
}
body.customer-account-login .share_box {
  display: none;
}
.header.content {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product img {
  height: auto;
}
@media (max-width: 989px) {
  .layout-2-columns .column .inner-column,
  .layout-3-columns .column .inner-column,
  .layout-4-columns .column .inner-column {
    padding: 0 5px;
  }
  .page-header {
    border-bottom: none;
    margin: 0;
  }
  .page-header .panel.wrapper {
    margin-top: -10px;
  }
  .page-header .panel.wrapper .panel.header .header.links {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .nav-sections .header.links {
    display: block;
  }
  .page-header .panel.wrapper .panel.header .logo {
    width: 140px;
    margin-top: 5px !important;
    margin-left: 50px;
  }
  .page-header .panel.wrapper .panel.header .verbands-logo {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .block-search .label {
    margin-right: 15px;
    margin-top: 0px !important;
    width: 52px;
    height: 52px;
    background-image: url('../images/icons/icon-search.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    cursor: pointer;
  }
  .page-header .panel.wrapper .panel.header .block-search .label::before {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .block-search .control {
    border-top: none;
    margin: 0;
    padding: 0;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper {
    margin-top: 0px;
    margin-right: -15px;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart {
    position: relative;
    background-image: url('../images/icons/icon-cart-white.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 42px;
    background-color: #0079c1;
    width: 55px;
    height: 52px;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart:before {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart span.text {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart span.counter.qty {
    display: block;
    padding: 0;
    margin: 0;
    background-color: #0079c1;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart span.counter.qty .counter-number {
    text-shadow: none;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart span.counter.qty.empty {
    display: block;
  }
  .page-header .panel.wrapper .panel.header .minicart-wrapper .block-minicart {
    right: 10px;
  }
  .page-header .panel.wrapper .header.content {
    display: none;
  }
  html.nav-before-open.nav-open .page-wrapper .page-header .header.content .nav-toggle {
    left: -18px;
  }
  html.nav-before-open.nav-open .page-wrapper .page-header .header.content .nav-toggle::before {
    content: '\e616';
    color: #fff;
    position: relative;
    z-index: 10;
  }
  .catalog-product-view.page-layout-1column .columns .column.main {
    padding: 15px 0;
  }
  .catalog-product-view.page-layout-1column .column.main {
    display: block;
  }
  .product.data.items {
    margin-left: 15px;
    margin-right: 15px;
  }
  .product.data.items .data.item.title {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .page-products .columns {
    padding-top: 0px;
  }
  .page-products .sorter {
    display: none;
  }
  .fotorama-item {
    margin-left: 0px;
  }
  .products-extra-container .products-extra-inner .related-products .block-actions.select-all,
  .products-extra-container .products-extra-inner .upsell-products .block-actions.select-all {
    position: absolute;
    left: auto;
    right: 15px;
  }
  .products-extra-container .products-extra-inner .related-products .owl-controls .owl-nav .owl-prev,
  .products-extra-container .products-extra-inner .upsell-products .owl-controls .owl-nav .owl-prev,
  .products-extra-container .products-extra-inner .related-products .owl-controls .owl-nav .owl-next,
  .products-extra-container .products-extra-inner .upsell-products .owl-controls .owl-nav .owl-next {
    display: none !important;
  }
  .block.upsell,
  .block.related {
    margin: 0;
  }
  .sidebar-additional {
    display: none;
  }
  section.footer-navigation {
    color: #ffffff;
    background: #53a893;
    padding: 30px 0 0 0;
  }
  section.footer-navigation .column .block-collapsible-nav-title,
  section.footer-navigation .column .block-collapsible-nav-title strong {
    clip: auto !important;
    height: auto !important;
    width: auto !important;
    position: relative !important;
    overflow: visible !important;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Oswald', 'Open Sans';
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  section.footer-navigation .column .block-collapsible-nav-content {
    padding: 5px 0;
  }
  section.footer-navigation .column .block-collapsible-nav {
    position: relative;
    left: auto;
    top: auto;
    z-index: auto;
  }
  section.footer-navigation .column .block-collapsible-nav .title {
    border: none;
  }
  section.footer-navigation .column .block-collapsible-nav .title::after {
    display: none;
  }
  section.footer-navigation .column .block-collapsible-nav .content {
    display: block;
    background: #53a893;
    padding: 15px;
    border: none;
  }
  .page-footer {
    display: none;
  }
}
@media (max-width: 768px) {
  .products-list .product-item {
    /* gesamte rechte Spalte */
  }
  .products-list .product-item .product-item-details .product-item-details-inner {
    display: block;
    width: 100%;
    /* Mittlere Spalte */
    /* Mittlere Spalte */
  }
  .products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-left {
    display: block;
  }
  .products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right {
    display: block;
    width: 100%;
  }
  .products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .price-box {
    text-align: left;
    margin-top: 15px;
  }
  .products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .grouped-product-count {
    margin: 5px 0 10px 0;
    text-align: left;
  }
  .products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .product-item-actions .actions-primary {
    float: none;
  }
  .products-list .product-item .product-item-details .product-item-details-inner .product-item-details-inner-right .product-item-actions .actions-primary .tocart {
    float: none;
  }
  .drawing-grouped-container {
    clear: both;
    padding-top: 30px;
  }
  .drawing-grouped-container h2 {
    color: #0079c1;
  }
  .drawing-grouped-container .image-map {
    display: none !important;
  }
  .drawing-grouped-container .table-wrapper.grouped h2 {
    margin-left: 15px;
  }
  .drawing-grouped-container .table-wrapper.grouped #grouped-buy-complete {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .drawing-grouped-container .table-wrapper.grouped #grouped-buy-complete .table > tbody > tr > td {
    border-top: none;
    background-color: #a7cde3;
    padding-bottom: 10px !important;
  }
  .drawing-grouped-container .table-wrapper.grouped #grouped-buy-complete td.col.item {
    background-image: url('../images/icons/i_box.png');
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .drawing-grouped-container .table-wrapper.grouped #grouped-buy-complete td.col.item h3 {
    color: #0079c1;
    margin: 12px 0 0 30px;
    font-size: 22px;
    font-weight: 400;
  }
  .customer-hotel-container .row .col-sm-7 .address,
  .customer-hotel-container .row .col-sm-8 .address {
    padding-left: 0px !important;
  }
  .category-header-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 700px) {
  .main_block .form_block .input_outer {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .page-product-grouped .product-add-form tr.grouped-item {
    padding: 10px 0 20px 0;
  }
  .page-product-grouped .product-add-form .col.num {
    float: left;
  }
  .page-product-grouped .product-add-form .col.price {
    margin-left: 30px;
    width: auto;
    text-align: left;
  }
  .page-product-grouped .product-add-form .col.stock {
    margin-left: 30px;
  }
  .page-product-grouped .product-add-form .col.stock span span {
    display: inline-block;
    margin-left: 20px;
  }
  .page-product-grouped .product-add-form .col.item {
    margin-left: 30px;
    width: auto;
  }
  .page-product-grouped .product-add-form .col.qty {
    margin-left: 30px;
    width: auto;
  }
  .page-product-grouped .product-add-form .col .product-item-price {
    text-align: left;
  }
  .page-product-grouped .table-wrapper.grouped #grouped-buy-complete {
    margin-left: -20px;
  }
  .page-product-grouped .table-wrapper.grouped #grouped-buy-complete .table > tbody > tr > td {
    background-color: transparent;
  }
  .page-product-grouped .table-wrapper.grouped .grouped.icon.tocart {
    margin-left: 30px;
    width: 60px;
  }
}
@media (max-width: 480px) {
  .page-header .panel.wrapper .panel.header .logo {
    width: 120px;
    margin-top: 5px !important;
    margin-left: 45px;
  }
  .page-header .panel.wrapper .panel.header .block-search .label {
    margin-right: 5px;
  }
  .page-header .panel.wrapper .panel.header .nav-toggle {
    top: 10px;
  }
  .products-list .product-item {
    /* gesamte rechte Spalte */
  }
  .products-list .product-item .product-item-image .product-image-container {
    width: 100% !important;
  }
  .products-list .product-item .product-item-details {
    display: block;
    margin-top: 15px;
  }
  .product-item-actions .actions-secondary,
  .product-item-actions .action.tocompare {
    display: none;
  }
  .fotorama__stage__frame .fotorama__img {
    max-height: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 769px) {
  /*
  .column.main {
    h1 {
      font-size: 28px;
      font-weight: 400;
    }
    h2 {
      font-size: 24px;
      font-weight: 400;
    }
  }
  */
  .product.media {
    float: left;
  }
  .catalog-product-view.page-layout-1column .columns .column.main .product.media {
    width: 38%;
  }
  .catalog-product-view.page-layout-1column .columns .column.main .product-info-main {
    width: 60%;
    float: right;
  }
  .catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-notice {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px;
    font-weight: 600;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
  }
  .catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-notice a {
    color: #0079c1;
  }
  .catalog-product-view.page-layout-1column .columns .column.main .product-info-main .product-notice strong {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .catalog-product-view.page-layout-1column .columns .column.main .product-info-main .related-link {
    float: left;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 12px;
  }
  .catalog-product-view.page-layout-1column .columns .column.main .product-info-main .related-link .fa-chevron-down {
    background-color: transparent !important;
    background-image: url('../images/icons/icon-caret.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    margin: 0;
    width: 16px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
  }
  .catalog-product-view.page-layout-1column .columns .column.main .product-info-main .pc-pdf-link {
    float: left;
  }
  /* Gruppenartikel */
  .page-product-grouped .box-tocart {
    margin-top: 0px;
    float: right;
    width: 300px;
  }
  .page-product-grouped .box-tocart .action {
    width: 100%;
  }
  .page-product-grouped .preview-img {
    float: left;
    width: 15%;
    margin-top: 25px;
    text-align: center;
  }
  .page-product-grouped .preview-img img {
    max-width: none;
    max-height: none;
    width: 90%;
  }
  .page-product-grouped .product-info-main {
    width: 80% !important;
    float: left !important;
    position: relative;
    margin-top: 15px;
    margin-left: 5%;
  }
  .page-product-grouped .product-info-main .product-info-price .price-box {
    display: none !important;
  }
  .page-product-grouped .product-info-main .product-info-price .product.attribute.sku {
    clear: left;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .page-product-grouped .product-info-main .product-info-price .product.attribute.sku strong {
    font-weight: 700;
  }
  .page-product-grouped .product-info-main .stock {
    display: none;
  }
  .page-product-grouped .drawing-grouped-container {
    clear: both;
    padding-top: 120px;
  }
  .page-product-grouped .drawing-grouped-container h2 {
    color: #0079c1;
  }
  .page-product-grouped .drawing-grouped-container .product.drawing {
    float: left;
    width: 40% !important;
    background-color: #fff;
  }
  .page-product-grouped .drawing-grouped-container .product.drawing .drawing-img {
    border: 1px solid #dddddd;
    padding: 10px;
    position: relative;
  }
  .page-product-grouped .drawing-grouped-container .product.drawing .drawing-img .drawing-resize {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 15px;
    top: 15px;
    z-index: 20;
    background-image: url('../images/icons/icon-resize.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
  }
  .page-product-grouped .drawing-grouped-container .product.drawing .drawing-img .drawing-resize:hover {
    width: 45px;
    height: 45px;
    right: 10px;
    top: 10px;
    background-image: url('../images/icons/icon-resize-hover.svg');
  }
  .page-product-grouped .drawing-grouped-container .product.drawing .drawing-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 700px;
  }
  .page-product-grouped .drawing-grouped-container .product.drawing .drawing-img a {
    display: none;
    position: absolute;
    z-index: 21;
    background: rgba(67, 175, 244, 0.2);
  }
  .page-product-grouped .drawing-grouped-container .product.drawing .drawing-img a.active {
    background: rgba(67, 175, 244, 0.6);
  }
  .page-product-grouped .drawing-grouped-container .product.drawing .drawing-img a:hover {
    background: rgba(67, 175, 244, 0.6);
  }
  .page-product-grouped .drawing-grouped-container .product.drawing.enlarge {
    width: 100% !important;
  }
  .page-product-grouped .drawing-grouped-container .product.drawing.enlarge .drawing-img img {
    max-height: none;
  }
  .page-product-grouped .drawing-grouped-container .table-wrapper.grouped {
    float: right !important;
    width: 56% !important;
  }
  .page-product-grouped .drawing-grouped-container .table-wrapper.grouped .associated-product-list {
    max-height: 670px;
    overflow-y: auto;
  }
  .page-product-grouped .drawing-grouped-container .table-wrapper.grouped.enlarge {
    float: none !important;
    width: 100% !important;
  }
  .page-product-grouped .drawing-grouped-container .table-wrapper.grouped.enlarge .associated-product-list {
    max-height: none;
  }
  .page-product-grouped .drawing-grouped-container #grouped-buy-complete {
    margin-top: -90px;
    margin-bottom: 40px;
  }
  .page-product-grouped .drawing-grouped-container #grouped-buy-complete .table > tbody > tr > td {
    border-top: none;
    background-color: #f5f5f5;
    padding-bottom: 10px !important;
  }
  .page-product-grouped .drawing-grouped-container #grouped-buy-complete td.col.item {
    background-image: url('../images/icons/i_box.png');
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .page-product-grouped .drawing-grouped-container #grouped-buy-complete td.col.item h3 {
    color: #0079c1;
    margin: 12px 0 0 30px;
    font-size: 22px;
    font-weight: 400;
  }
}
@media (max-width: 1100px) {
  .page-header .panel.wrapper .panel.header .verbands-logo {
    left: 240px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact-slide-out-button {
  position: fixed;
  top: 190px;
  right: 0px;
  width: 42px;
  height: 42px;
  /*margin-top: -21px;*/
  background-color: #53a893;
  background-image: url('../images/icons/icon-edit-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  z-index: 1000;
  cursor: pointer;
}
.contact-slide-out-button:hover {
  background-color: #0079c1;
}
.checkout-index-index .contact-slide-out-button {
  display: none;
}
.cms-home .contact-slide-out-button {
  top: 200px;
}
.sorter {
  margin-right: 20px;
}
h3.product-options-header {
  margin-top: 30px;
  font-size: 16px;
}
.product-add-form .product-options-wrapper .field .control {
  width: 100%;
}
.product-options {
  padding: 15px 15px 0 30px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
.product-options span {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.product-options .options-list .field {
  float: left;
  width: 90px;
  min-height: 160px;
  cursor: pointer;
}
.product-options .options-list .field input {
  display: none;
}
.product-options .options-list .field label {
  font-size: 11px;
}
.product-options .options-list .field label .item-img {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 70px;
}
.product-options .options-list .field label .item-img IMG {
  float: none;
  margin: 0 auto;
  border: 2px solid transparent;
}
.product-options .options-list .field label .item-img IMG.active {
  border: 2px solid #ff5501;
}
.product-options .options-list .field label span {
  display: inline-block;
  margin-bottom: 0px;
  max-width: 80px;
  font-weight: 400px;
}
.product-options .options-list .field label .price-notice {
  display: block;
  font-size: 12px;
  color: #0079c1;
}
.product-info-main .product-add-form {
  padding-top: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 30px 0;
}
.product-info-main .product.attribute.sku {
  font-weight: 600;
  font-size: 16px;
}
.product-info-main .product.attribute.sku .type {
  font-weight: 600;
}
.product-info-main .product.attribute.sku .type::after {
  content: ':';
}
.option-price-request-container .action.primary {
  font-size: 18px;
  margin: 30px 0;
  padding: 15px 0;
  width: 49%;
}
.price-wrapper.price-request.invisible {
  visibility: hidden;
  /*height: 0px;
  overflow: hidden;*/
}
@media (min-width: 768px) {
  .opc-progress-bar {
    display: none;
  }
  .checkout-payment-method .payment-method-content {
    padding-left: 0px;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: none;
    margin-top: 15px;
  }
}
.form-discount {
  display: none;
}
.bss-onestepcheckout .form-discount {
  display: block;
}
.login-contact-us .register-contact-us {
  display: block;
  margin-top: 30px;
}
.login-contact-us::after {
  margin-top: 5px;
}
.add-price-info {
  margin: -10px 0 10px 0;
  text-align: right;
}
.catalog-product-view .add-price-info {
  margin: -10px 0 15px 0;
  text-align: left;
  color: #0079c1;
}
.checkout-cart-index .block.shipping {
  display: none;
}
.checkout-cart-index .product-image-photo {
  max-height: 80px;
}
.bss-onestepcheckout .product-image-wrapper img {
  height: auto !important;
  width: auto !important;
}
.checkout-payment-method .step-title {
  border-bottom: 1px solid #ccc !important;
}
.checkout-payment-method .step-title::before {
  content: '3';
  background-color: #1979c3;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
}
#checkout-step-shipping .field.addresses::after {
  content: 'Hinweis: Bei Änderung Ihrer Versandadresse achten Sie bitte auf die Checkbox "Gleiche Adresse für Rechnung und Versand" unter Zahlungsmethode.';
  display: block;
  margin: 0 0 30px 0;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 5px 5px 5px 10px;
  font-weight: 600;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  font-size: 22px;
}
.billing-address-same-as-shipping-block label span {
  font-weight: 600;
}
div.checkout-shipping-method::after {
  content: 'Achtung: Werksseitige Versandkosten bei Beschaffungsware werden nach Aufwand zum Selbstkostenpreis berechnet.';
  display: block;
  margin: 10px 0;
  font-weight: 600;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a,
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  color: #333;
}
