/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.um-remaining-chars {
  display: block;
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  z-index: 1;
  margin-top: -5px;
}
.um-remaining-chars .chars-value {
  color: #ff5501;
  font-weight: 700;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * 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%;
  }
}
/**
 * Category navigation menu
 *
 * .navi.nav-regular            - regular horizontal menu
 * .navi.nav-regular.nav-vert   - regular vertical menu
 * .navi.nav-mobile             - mobile menu accordion
 *
 * .nav-item                    - item
 * .nav-item.parent             - item, parent of subcategories
 * .nav-item.nav-item--parent   - item, parent of subcategories, has a dropdown
 *
 */
/* end: media-common */
@media only screen and (max-width: 991px) {
  .products-list-ext .product-item-details,
  .products-list-ext .product-item-inner {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .products-list-ext .product-item-details {
    padding-left: 30px;
  }
  .products-list-ext .product-item-inner {
    width: 20%;
    padding-left: 15px;
  }
  .products-list-ext .product-item-inner-content {
    border-left: 1px solid #f5f5f5;
    padding-left: 15px;
  }
  .products-list-ext .product-item-actions .actions-primary,
  .products-list-ext .product-item-actions .actions-secondary {
    display: block;
    float: none;
    vertical-align: baseline;
  }
  .products-list-ext .product-item-actions .actions-primary + .actions-secondary {
    padding-left: 0;
    margin-top: 15px;
  }
  .products-list-ext .product-item-actions .action.primary {
    width: 100%;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .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,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .product-columns-wrapper:before,
  .product-columns-wrapper:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .product-columns-wrapper:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .vertnav-trigger,
  .navi.nav-vert-triggerable {
    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,
  .product-add-form .fieldset > .field,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .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,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .main-container {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .main-container {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
  }
  .page-layout-3columns .vertnav-trigger,
  .page-layout-3columns .navi.nav-vert-triggerable {
    width: 14.66666667%;
  }
  .page-layout-2columns-left .vertnav-trigger,
  .page-layout-2columns-left .navi.nav-vert-triggerable {
    width: 18.83333333%;
  }
  .page-layout-2columns-right .vertnav-trigger,
  .page-layout-2columns-right .navi.nav-vert-triggerable {
    width: 18.83333333%;
  }
  .nav-toggle {
    display: none;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    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: #fcfcfc;
  }
  .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: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .product.data.items.style-luma {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items.style-luma:before,
  .product.data.items.style-luma:after {
    content: '';
    display: table;
  }
  .product.data.items.style-luma:after {
    clear: both;
  }
  .product.data.items.style-luma > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items.style-luma > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items.style-luma > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items.style-luma > .item.content:before,
  .product.data.items.style-luma > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.style-luma > .item.content:after {
    clear: both;
  }
  .product.data.items.style-luma > .item.content.active {
    display: block;
  }
  .product.data.items.style-luma > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items.style-luma > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items.style-luma > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.style-luma > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:active,
  .product.data.items.style-luma > .item.title.active > .switch,
  .product.data.items.style-luma > .item.title.active > .switch:focus,
  .product.data.items.style-luma > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style-luma > .item.title.active > .switch,
  .product.data.items.style-luma > .item.title.active > .switch:focus,
  .product.data.items.style-luma > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items.style-luma > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #d1d1d1;
  }
  .product.data.items.style-luma .item.title a:after {
    display: none;
  }
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:active {
    padding-bottom: 1px;
  }
  .product.data.items.style-luma > .item.content:last-child {
    border-bottom: none;
  }
  .product.data.items.style1 {
    position: relative;
    z-index: 1;
  }
  .product.data.items.style1:before,
  .product.data.items.style1:after {
    content: '';
    display: table;
  }
  .product.data.items.style1:after {
    clear: both;
  }
  .product.data.items.style1 > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items.style1 > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items.style1 > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items.style1 > .item.content:before,
  .product.data.items.style1 > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.style1 > .item.content:after {
    clear: both;
  }
  .product.data.items.style1 > .item.content.active {
    display: block;
  }
  .product.data.items.style1 > .item.title {
    margin: 0 0 0 0;
  }
  .product.data.items.style1 > .item.title > .switch {
    font-weight: 400;
    line-height: 50px;
    font-size: 1.6rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 50px;
    padding: 0 10px 0 10px;
  }
  .product.data.items.style1 > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.style1 > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:active,
  .product.data.items.style1 > .item.title.active > .switch,
  .product.data.items.style1 > .item.title.active > .switch:focus,
  .product.data.items.style1 > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style1 > .item.title.active > .switch,
  .product.data.items.style1 > .item.title.active > .switch:focus,
  .product.data.items.style1 > .item.title.active > .switch:hover {
    padding-bottom: 0;
  }
  .product.data.items.style1 > .item.content {
    background: #ffffff;
    margin-top: 51px;
    padding: 15px 0 15px 0;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .product.data.items.style1 .item.title a:after {
    display: none;
  }
  .product.data.items.style1 > .item.title > .switch {
    border: 1px solid transparent;
    border-bottom: none;
  }
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:active {
    padding-bottom: 0px;
  }
  .product.data.items.style1 > .item.title.active > .switch,
  .product.data.items.style1 > .item.title.active > .switch:focus,
  .product.data.items.style1 > .item.title.active > .switch:hover {
    border-color: #d1d1d1;
    border-bottom: 1px solid transparent;
    padding-top: 4px;
    margin-top: -4px;
  }
  .product.data.items.style1 > .item.content:last-child {
    border-bottom: none;
  }
  .product.data.items.style1.style1-small > .item.title > .switch {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding-top: 0;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0;
  }
  .product.data.items.style1.style1-small > .item.title:not(.disabled) > .switch:active {
    padding-bottom: 0px;
  }
  .product.data.items.style1.style1-small > .item.title.active > .switch,
  .product.data.items.style1.style1-small > .item.title.active > .switch:focus,
  .product.data.items.style1.style1-small > .item.title.active > .switch:hover {
    padding-top: 4px;
    margin-top: -4px;
    padding-bottom: 0;
  }
  .product.data.items.style1.style1-small > .item.content {
    margin-top: 33px;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .amstock-popup-block {
    overflow: auto;
    padding-bottom: 50px;
    max-width: 565px;
    max-height: calc(100% - 25px * 2);
    height: auto;
  }
  .amstock-popup-block > .amstock-button.-close {
    margin: 10px 5px;
    padding: 15px;
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  .amstock-popup-block > .amstock-content {
    max-height: 375px;
  }
  .amstock-popup-block .amstock-item {
    align-items: center;
    flex-direction: row;
    padding: 5px 0;
  }
  .amstock-popup-block .amstock-item > .amstock-title {
    margin-bottom: 0;
    padding: 0 5px;
  }
  .amstock-popup-block .amstock-item > .amstock-value {
    flex-wrap: nowrap;
    padding: 0 5px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .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: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -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.8rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .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%;
  }
  .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.8%;
  }
  .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: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-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%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -10px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .slideshow-wrapper._right {
    float: right !important;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .page-products .sorter {
    position: static;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding: 8px 0 0;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 4px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .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: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .field.qty .label,
  .product-options-bottom .box-tocart .field.qty .label {
    display: inline-block;
  }
  .product-info-main .box-tocart .field.qty .control,
  .product-options-bottom .box-tocart .field.qty .control {
    display: inline-block;
    margin-left: 5px;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 0;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    float: right;
    padding-left: 10px;
    padding-right: 0;
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    float: left;
  }
  .product-social-links {
    text-align: left;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -6px;
    font-size: 3.2rem;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-img-column,
  .product-primary-column,
  .product-secondary-column {
    margin-bottom: 25px;
  }
  .product-img-column {
    padding-bottom: 1px;
  }
  .non-collapsing-column-placeholder {
    padding-bottom: 1px;
    height: 1px;
    min-height: 1px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block.newsletter {
    width: 300px;
    margin: 0;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  html {
    background: none;
    background-color: transparent;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .footer .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .filter.block {
    margin-bottom: 30px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column.page-with-filter .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column.page-with-filter .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 50px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #d1d1d1;
  }
  .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;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 3;
  }
  .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: 50%;
    margin-left: -20px;
    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: -10px;
    top: -1px;
    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 #d1d1d1;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 195px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    padding: 0 10px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options .swatch-attribute-options {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
  }
  .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;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .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;
  }
  .mobile-collapsible .block-title:after,
  .sidebar .block .block-title:after {
    display: none !important;
  }
  .mobile-collapsible .block-title,
  .sidebar .block .block-title {
    cursor: default;
  }
  .mobile-collapsible .block-title {
    border-bottom: none;
  }
  .dropdown-block .dropdown-content {
    padding: 15px 20px;
  }
  .dropdown-block .dropdown-content > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .box-tocart.right-side .field.qty {
    float: right;
    padding-right: 0;
    margin-right: 0;
  }
  .box-tocart.right-side .actions {
    float: left;
    margin-right: 10px;
  }
  .products-grid .sticker {
    width: 45px;
    height: 45px;
    font-size: 12px;
  }
  .products-grid .item:hover .sticker {
    width: 50px;
    height: 50px;
  }
  .products-grid .product-item-name {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .products-grid.size-s .product-item-name {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .products-grid.size-s .sticker {
    width: 45px;
    height: 45px;
    font-size: 1em;
  }
  .products-grid.size-s .item:hover .sticker {
    width: 50px;
    height: 50px;
  }
  .products-grid.size-xs .product-item-name {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .products-grid.size-xs .sticker {
    width: 40px;
    height: 40px;
    font-size: 11px;
  }
  .products-grid.size-xs .item:hover .sticker {
    width: 45px;
    height: 45px;
  }
  .custom-sidebar-right {
    float: right !important;
  }
  .custom-sidebar-right .inner {
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
  }
  .custom-sidebar-left {
    float: left !important;
  }
  .custom-sidebar-left .inner {
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
  }
  .magnifier-preview {
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .checkout-index-index .column:not(.sidebar-main) form .actions-toolbar,
  .checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
  }
  .row-center-vertically {
    display: table;
    width: 100%;
    text-align: center;
  }
  .row-center-vertically > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1024px), print {
  .ampromo-items-content {
    max-width: 960px;
    width: 100%;
  }
  .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;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.233%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart,
  .bundle-options-container .box-tocart .action.tocart,
  .product-info-main .box-tocart .action.instant-purchase,
  .product-options-bottom .box-tocart .action.instant-purchase,
  .bundle-options-container .box-tocart .action.instant-purchase {
    min-width: 190px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    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;
  }
  .dropdown-block .dropdown-content {
    padding: 20px 25px;
  }
  .dropdown-block .dropdown-content > li > a {
    padding-top: 0px;
    padding-bottom: 1px;
  }
  .caption .heading {
    margin-bottom: 0.2em;
    font-size: 32px;
  }
  .caption p {
    clear: left;
    font-size: 16px;
  }
  .products-grid .sticker {
    width: 60px;
    height: 60px;
    font-size: 15px;
  }
  .products-grid .item:hover .sticker {
    width: 65px;
    height: 65px;
  }
  .product-view .sticker {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .caption .heading {
    font-size: 40px;
  }
  .caption p {
    font-size: 20px;
  }
}
.abs-flex-container-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.abs-sidebar-block-title {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.abs-sidebar-block-title > strong {
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
}
.abs-actions-addto {
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'icons-blank-theme';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover {
  color: #333333;
  text-decoration: none;
}
.abs-global-border-color,
.abs-sidebar-block-title {
  border-color: #e5e5e5;
}
.abs-global-border-color-light {
  border-color: #f5f5f5;
}
.abs-global-border-color-dark {
  border-color: #cccccc;
}
/**
 * Lightbox
 */
/* end: media-common */
/**
 * Theme Content Construction Kit
 */
/* end: media-common */
/* end: media-common */
/* end: media-common */
/* end: media-common */
/* end: media-common */
@media only screen and (max-width: 992px) {
  .cap-text-bg .text {
    padding: 2px 4px;
  }
  .cap p {
    font-size: 1.4rem !important;
  }
  .cap h1,
  .cap h2,
  .cap h3,
  .cap h4 {
    font-size: 1.9rem !important;
  }
  .cap h5,
  .cap h6 {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 992px) {
  #scroll-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    bottom: 81px;
    right: 0;
    border-radius: 0;
  }
}
/* end: media-common */
@media only screen and (max-width: 769px) {
  .header-container {
    /* Vertically aligned grid of blocks (in "Header - Primary" section).
           In mobile header all blocks are stretched to full width
           and stack vertically.
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Header items
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* In mobile header, only items inside mobile container can float */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force left-aligned edge of dropdowns */
    /* Force right-aligned edge of dropdowns */
    /* Selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Top links
        -------------------------------------------------------------- */
    /* Logo and collateral elements
        -------------------------------------------------------------- */
    /* Regular logo */
    /* Mobile logo */
    /* Header collateral elements
        -------------------------------------------------------------- */
    /* If collateral next to logo, logo floats left */
    /* User menu
        -------------------------------------------------------------- */
    /* Language/currency switcher
        -------------------------------------------------------------- */
    /* The "move-switchers" class indicates that in mobile header the default language/currency switchers
           should be hidden because they are replaced with switchers in alternative position (next to the logo).
           So we need to hide switchers from both wrappers: regular and mobile. */
    /* Other
        -------------------------------------------------------------- */
    /* Menu elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Hide/show basic elements */
    /* Always displayed */
    /* Always hidden */
    /* Always hidden */
    /* Always hidden */
    /* Containers
        -------------------------------------------------------------- */
    /* Important: menu container is also a "skip-content" block */
    /* Menu bar
        -------------------------------------------------------------- */
    /* Remove shadow */
    /* Menu items
        -------------------------------------------------------------- */
    /* Mobile menu - remove possible gap from the top of the very first item.
           Gaps are added as dividers between items of the mobile menu accordion. */
    /* Elements hidden in mobile header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Hide regular header containers in mobile header */
    /* .header-top-container,
        .header-primary-container, */
    /* Deprecated rules to hide elements in mobile header (left for backward compatibility) */
    /* Skip links in mobile header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Skip link elements
        -------------------------------------------------------------- */
    /* Active link
        -------------------------------------------------------------- */
    /* Size
        -------------------------------------------------------------- */
    /* Skip content
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* In mobile header the content is hidden.
           It's displayed only when skip link was clicked.
        -------------------------------------------------------------- */
    /* Styls (required in skip-content blocks) are added through
           this special class so that we can control which content
           blocks are styled.
        -------------------------------------------------------------- */
    /* Selected skip links
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Compare
        -------------------------------------------------------------- */
    /* Hide compare block's heading (only heading) */
    /* Selected skip content
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Height of mobile menu items and vertical inline links
        -------------------------------------------------------------- */
    /* Generic vertical inline links (e.g. account links)
        -------------------------------------------------------------- */
    /* Cart + compare
        -------------------------------------------------------------- */
    /* Important: possible value "relative" of the "position" property.
           Cart can be a dropdown, so in mobile header we need to reset "position" of the dropdown container so that it doesn't cover other skip links.
           We also need to remove float.
           */
    /* Compare
        -------------------------------------------------------------- */
    /* Cart
        -------------------------------------------------------------- */
  }
  .header-container .hp-blocks-holder .hp-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-container .header-m-container .item-left {
    float: left;
    text-align: left;
  }
  .header-container .header-m-container .item-right {
    float: right;
    text-align: right;
  }
  .header-container .header-m-container .item-left .dropdown-block .dropdown-content {
    left: 0;
    right: auto;
  }
  .header-container .header-m-container .item-right .dropdown-block .dropdown-content {
    left: auto;
    right: 0;
  }
  .header-container .top-links {
    float: none !important;
    clear: both;
  }
  .header-container .top-links ul {
    float: none !important;
  }
  .header-container .logo-wrapper--regular {
    display: none;
  }
  .header-container .logo-wrapper--mobile {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .header-container .logo-wrapper--mobile .logo {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .header-container .header-collateral {
    float: right;
    text-align: right;
  }
  .header-container .header-collateral + .logo-wrapper--mobile {
    float: left;
    text-align: left;
  }
  .header-container .user-menu {
    float: none !important;
    margin: 0;
    /* Important: remove margins to collapse the block completely */
  }
  .header-container.move-switchers #lang-switcher-wrapper-regular,
  .header-container.move-switchers #currency-switcher-wrapper-regular {
    display: none;
  }
  .header-container.move-switchers #lang-switcher-wrapper-mobile,
  .header-container.move-switchers #currency-switcher-wrapper-mobile {
    display: none;
  }
  .header-container .line-break-after {
    display: none !important;
  }
  .header-container .nav-mobile {
    display: block !important;
  }
  .header-container .vertnav-trigger {
    display: none !important;
  }
  .header-container .mobnav-trigger {
    display: none !important;
  }
  .header-container .nav-inline-links {
    display: none !important;
  }
  .header-container .nav-container {
    /* Padding for menu container may be added via admin panel so we need to remove it for mobile header */
    padding: 0;
    /* If needed, reset also other styles which are added to standard "skip-content" blocks */
    /* Remove background color */
    background-color: transparent;
  }
  .header-container .nav-container .nav,
  .header-container .nav-container .navi {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-container .nav-border-bottom {
    border-bottom: none;
  }
  .header-container .nav-mobile .nav-item.nav-1 {
    margin-top: 0 !important;
  }
  .header-container #lang-switcher-wrapper-regular,
  .header-container #currency-switcher-wrapper-regular {
    display: none;
  }
  .header-container .header-top .item:not(.item-interface) {
    display: none;
  }
  .header-container .skip-link {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    /* To avoid flickering on load (height of mini cart tab is too small) in mobile view */
  }
  .header-container .skip-link .caret {
    display: none !important;
  }
  .header-container a.skip-link {
    text-decoration: none;
  }
  .header-container .skip-link .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 16px;
    line-height: 16px;
  }
  .header-container .skip-link.dropdown-heading .label.hide,
  .header-container .skip-link .label {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
  }
  .header-container .skip-link .counter {
    display: inline-block;
    vertical-align: middle;
  }
  .header-container .skip-link .caret {
    display: none;
  }
  .header-container .skip-link.skip-active,
  .header-container .skip-link:hover {
    color: inherit;
  }
  .header-container .skip-link.skip-active span {
    color: inherit;
  }
  .header-container .skip-links--1 .skip-link {
    width: 100%;
  }
  .header-container .skip-links--2 .skip-link {
    width: 50%;
  }
  .header-container .skip-links--3 .skip-link {
    width: 33.33%;
  }
  .header-container .skip-links--4 .skip-link {
    width: 25%;
  }
  .header-container .skip-links--5 .skip-link {
    width: 20%;
  }
  .header-container .skip-links--6 .skip-link {
    width: 16.66%;
  }
  .header-container .skip-content {
    display: none;
  }
  .header-container .skip-content.skip-active {
    display: block;
  }
  .header-container .skip-content--style {
    clear: both;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Skip content blocks have to be reset the same as all grid units
               because skip content blocks can have grid units */
    width: 100% !important;
    /* Added "!important" to override units with "no-gutter" class */
    margin: 0;
  }
  .header-container #header-nav.skip-content--style {
    padding: 0;
  }
  .header-container .skip-link.mini-compare-heading {
    display: none;
  }
  .header-container .nav-mobile .nav-item > a,
  .header-container .account-links .links > li > a {
    line-height: 50px;
  }
  .header-container .account-links .links > li {
    float: none;
  }
  .header-container .account-links .links > li > a {
    background-image: none;
    /* Remove link separators */
    font-weight: 600;
    font-size: 1.6rem;
  }
  .header-container .mini-cart,
  .header-container .mini-compare {
    position: static;
    float: none;
    display: block;
    /* To make sure it's not "inline-block" */
  }
  .header-container .skip-content.mini-cart-content,
  .header-container .skip-content.mini-compare-content {
    clear: both;
    width: 100%;
  }
  .header-container .mini-compare .skip-content .actions {
    border: none;
    padding-top: 0;
  }
  .header-container .minicart-items-wrapper {
    height: auto !important;
  }
  .header-container .minicart-items {
    height: auto !important;
  }
  .hide-when-mobile-header {
    display: none !important;
  }
}
@media only screen and (min-width: 770px) {
  .header-container {
    /* Left column 
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force left-aligned edge of dropdowns */
    /* Avoid dropdown heading stretched in containing block */
    /* Search box
        -------------------------------------------------------------- */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Right column
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force right-aligned edge of dropdowns */
    /* Avoid dropdown heading stretched in containing block */
    /* Search box
        -------------------------------------------------------------- */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Top links
        -------------------------------------------------------------- */
    /* Central column
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Elements of the central column are centered so the "user-menu" container also needs to be centered:
           so it needs to be inline-block, it can't float and can't have 100% width. */
    /* Top header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Top header - selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* User menu inside top header
        -------------------------------------------------------------- */
    /* Selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Menu elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Simple menu container
        -------------------------------------------------------------- */
    /* Menu container is marked with "simple" class.
           It's added when menu is inside a container which is not full-width but is narrow
           and placed in one of the header sections. */
    /* Expand the width of the "nav" class element */
    /* Remove side padding from inner container */
    /* Other
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /*.header-top .lang-switcher,
        .header-top .currency-switcher, */
    /* Elements hidden in regular header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Selected skip links in regular header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Cart + compare
        -------------------------------------------------------------- */
    /* Skip links has to be hidden except cart and compare */
  }
  .header-container .hp-blocks-holder {
    display: table;
    width: 100%;
  }
  .header-container .hp-blocks-holder .hp-block {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .header-container .hp-blocks-holder .hp-block:before,
  .header-container .hp-blocks-holder .hp-block:after {
    content: '';
    display: table;
  }
  .header-container .hp-blocks-holder .hp-block:after {
    clear: both;
  }
  .header-container .item-left {
    float: left;
    margin-right: 10px;
    text-align: left;
  }
  .header-container .item-right {
    float: right;
    margin-left: 10px;
    text-align: right;
  }
  .header-container .left-column {
    text-align: left;
  }
  .header-container .central-column {
    text-align: center;
  }
  .header-container .right-column {
    text-align: right;
  }
  .header-container .header-primary .central-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-container .left-column .dropdown-block .dropdown-content {
    left: 0;
    right: auto;
  }
  .header-container .left-column .dropdown-block {
    display: inline-block;
  }
  .header-container .left-column .search-wrapper {
    float: left;
  }
  .header-container .left-column .user-menu .search-wrapper,
  .header-container .left-column .user-menu .mini-cart,
  .header-container .left-column .user-menu .mini-compare,
  .header-container .left-column .user-menu .top-links,
  .header-container .left-column .user-menu .top-links ul {
    float: left;
  }
  .header-container .left-column .nav-holders-wrapper,
  .header-container .left-column .navi {
    float: left;
  }
  .header-container .left-column .nav-holders-wrapper .nav-holder {
    float: left;
  }
  .header-container .right-column .dropdown-block .dropdown-content {
    left: auto;
    right: 0;
  }
  .header-container .right-column .dropdown-block {
    display: inline-block;
  }
  .header-container .right-column .search-wrapper {
    float: right;
  }
  .header-container .right-column .user-menu .search-wrapper,
  .header-container .right-column .user-menu .mini-cart,
  .header-container .right-column .user-menu .mini-compare,
  .header-container .right-column .user-menu .top-links,
  .header-container .right-column .user-menu .top-links ul {
    float: right;
  }
  .header-container .right-column .nav-holders-wrapper,
  .header-container .right-column .navi {
    float: right;
  }
  .header-container .right-column .nav-holders-wrapper .nav-holder {
    float: right;
  }
  .header-container .right-column .top-links ul {
    float: right;
  }
  .header-container .central-column .user-menu {
    display: inline-block;
    float: none;
    width: auto;
  }
  .header-container .central-column .user-menu .search-wrapper,
  .header-container .central-column .user-menu #mini-cart-wrapper-regular,
  .header-container .central-column .user-menu .mini-cart,
  .header-container .central-column .user-menu .mini-compare,
  .header-container .central-column .user-menu .top-links,
  .header-container .central-column .user-menu .top-links ul {
    float: right;
  }
  .header-container .header-top .central-column {
    text-align: center;
    width: 100%;
  }
  .header-container .header-top .central-column .item {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .header-container .header-top .item-left .user-menu > * {
    float: left;
  }
  .header-container .header-top .item-right .user-menu > * {
    float: right;
  }
  .header-container .widget {
    display: inline-block;
  }
  .header-container .search-wrapper {
    width: 100%;
  }
  .header-container .logo-wrapper .logo img {
    width: 100%;
  }
  .header-container .nav-container.simple .nav {
    width: 100%;
  }
  .header-container .nav-container.simple .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-container #lang-switcher-wrapper-regular,
  .header-container #currency-switcher-wrapper-regular,
  .header-container .header-top .dropdown-block {
    margin: 0;
  }
  .header-container .header-m-container,
  .header-container .skip-links-clearer,
  .header-container #header-nav,
  .header-container .skip-link,
  .header-container .logo-wrapper--mobile,
  .header-container .logo--mobile,
  .header-container .header-collateral,
  .header-container .after-mobile-logo,
  .header-container #user-menu-wrapper-mobile,
  .header-container #search-wrapper-mobile,
  .header-container #account-links-wrapper-mobile,
  .header-container #mini-cart-wrapper-mobile,
  .header-container #mini-compare-wrapper-mobile,
  .header-container #nav-wrapper-mobile {
    display: none;
  }
  .header-container .mini-cart-heading,
  .header-container .mini-compare-heading {
    display: block;
  }
  .header-container .mini-cart-heading .label.no-display,
  .header-container .mini-compare-heading .label.no-display {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header-container {
    /* Reset blocks below this breakpoint */
    /* Menu - positionning of menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Remove floating of the menu container */
    /* Remove floating of the menu */
    /* Logo
        -------------------------------------------------------------- */
    /* Search
        -------------------------------------------------------------- */
  }
  .header-container .hp-blocks-holder--stacked .hp-block {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header-container .hp-blocks-holder--stacked .right-column {
    text-align: inherit;
  }
  .header-container .hp-blocks-holder--stacked .left-column {
    text-align: inherit;
  }
  .header-container .hp-blocks-holder--stacked .nav-container {
    float: none;
  }
  .header-container .hp-blocks-holder--stacked .navi {
    float: none;
  }
  .header-container .hp-blocks-holder--stacked .logo-wrapper {
    text-align: center;
  }
  .header-container .hp-blocks-holder--stacked .logo-wrapper .logo {
    max-width: 60%;
    margin-left: auto;
    /* Margins "auto" not needed. Left in case custom CSS removes "display:inline-block" from the ".logo" element. */
    margin-right: auto;
  }
  .header-container .hp-blocks-holder--stacked .search-wrapper {
    float: none;
    max-width: 440px;
    margin: 10px auto;
    /* Add space above and below search box */
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7394ffa92e392d0b625ad11d3617ceea)
 * Config saved to config.json and https://gist.github.com/7394ffa92e392d0b625ad11d3617ceea
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Ultimo theme:
 * This is custom build of Bootstrap, only these components were compiled:
 * "Grid system" (grid.less) and "Responsive utilities" (responsive-utilities.less).
 * We removed the styles from normalize.css (github.com/necolas/normalize.css) 
 * which are by default added at the beginning of Bootstrap CSS.
 */
/* end: media-common */
/* end: media-common */
/**
 * Infortis/ultimo
 * Custom CSS fallback
 * app/design/frontend/Infortis/ultimo/web/css/_custom.less
 */
/*** STYLE LESS VARIABLEN ***/
/* Header Search */
.block-search .input-text {
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#action-search {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  margin: 1px;
  width: 38px;
  height: 38px;
  background-image: none;
  background: none;
}
#block-search {
  max-width: 300px;
  position: relative;
  margin-bottom: 0;
}
/* Language Switcher fix */
.dropdown-block .dropdown-heading .dropdown-icon {
  display: inline-block;
}
/* Popup fix */
#cboxClose {
  top: 0;
  right: 0;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.block.newsletter .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* owl slider price-tag fix */
.owl-carousel .product .price-label {
  margin-right: 4px;
}
.price-container .price-label {
  display: none;
}
body .product-info-main .special-price .price-container .price {
  font-size: 2.6rem;
  line-height: 26px;
  font-weight: normal;
}
body .product-info-main .old-price .price-container .price {
  display: inline;
}
body .modals-wrapper .modal-popup {
  pointer-events: auto;
}
/**
 * 2021-07-26 08:41:10 */
body {
  font-family: 'Helvetica Neue LT W01_41488878', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
}
/* Class for elements in custom content */
.headings-font,
.main-font,
h1,
h2,
h3,
h4,
h5,
.section-title,
.products-list .product-name,
.filter .block-subtitle,
.feature .heading,
.uaccordion .heading,
.block .block-title,
#opc-login h3,
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2,
.product.data.items > .item.title > .switch,
.footer .heading,
#subscribe-form label,
.caption .heading {
  font-family: 'Helvetica Neue LT W01_67 Md Cn';
  font-weight: 400;
}
body {
  background-color: #ffffff;
  color: #000;
}
a {
  color: #000;
}
a:hover,
.sideacco li.current > a,
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #c8102e;
}
.action.primary {
  background-color: #e5e5e5;
  color: #000;
}
.action.primary:hover,
.action.primary:focus {
  background-color: #c8102e;
  color: #ffffff;
}
.product-view .action.primary,
.action.primary.checkout {
  background-color: #000;
  color: #ffffff;
}
.product-view .action.primary:hover,
.action.primary.checkout:hover {
  background-color: #c8102e;
  color: #ffffff;
}
.links > li > a:hover {
  background-color: #000;
  color: #ffffff !important;
}
.sticker.new {
  background-color: #c8102e;
  color: #ffffff;
}
.sticker.sale {
  background-color: #c8102e;
  color: #ffffff;
}
.sticker.custom {
  background-color: rgba(146, 210, 19, 0.85);
  color: #fff;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before,
.opc-wrapper .shipping-address-item.selected-item:after,
.filter-title strong[data-count]:after,
.main-color--bg {
  background-color: #5bd2ec;
}
.opc-wrapper .shipping-address-item.selected-item,
.main-color--border {
  border-color: #5bd2ec;
}
.fotorama__thumb-border {
  border-color: #333;
}
.swatch-option.selected,
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected,
.swatch-option:not(.disabled):hover,
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline-color: #333;
}
.price-box .price {
  color: #c8102e;
}
.special-price .price,
.special-price .price-label {
  color: #F70046;
}
.page-product-configurable .product-info-price .special-price .price {
  color: #c8102e;
}
.old-price .price,
.old-price .price-label,
.old-price,
.old.price {
  color: #ccc;
}
.rating-summary .rating-result > span:before,
.review-control-vote label:before {
  color: #000;
}
.additional-bg-color,
.cart-summary,
.opc-block-summary,
.opc-estimated-wrapper,
.bundle-options-container .block-bundle-summary,
.block-collapsible-nav .content,
.checkout-agreements li {
  background-color: #f5f5f5;
}
.minicart-wrapper .action.showcart .counter:not(.ib),
.header-container .skip-link .counter,
.dropdown-block .dropdown-heading .counter {
  background-color: #c8102e;
}
.modes-mode,
.sorter-action,
.pages .page,
.pages .action,
.pages .action.previous,
.pages .action.next {
  background-color: #f5f5f5;
  color: #000;
}
.modes-mode:before,
.sorter-action:before,
.pages .action:before,
.pages .action.previous:before,
.pages .action.next:before {
  color: #000;
}
.modes-mode:hover,
.sorter-action:hover,
.pages .page:hover,
.pages .action:hover {
  background-color: #000;
  color: #ffffff;
}
.modes-mode:hover:before,
.sorter-action:hover:before,
.pages .action:hover:before,
.pages .action.previous:hover:before,
.pages .action.next:hover:before {
  color: #ffffff;
}
.modes-mode.active,
.pages .current .page {
  background-color: #e5e5e5;
  color: #000;
}
.modes-mode.active:before {
  color: #000;
}
/* Add-to links */
.addto-links .ic,
.slider-arrows1 .owl-controls .owl-buttons div,
.slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover,
.slider-arrows2 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover,
.slider-pagination1 .owl-controls .owl-page span,
.slider-pagination2 .owl-controls .owl-page span,
#cboxPrevious,
#cboxNext,
#cboxClose,
.uaccordion-style1 .opener,
.collapsible .opener,
.qty-button,
#scroll-to-top {
  background-color: #f5f5f5;
  color: #000;
}
/* Add-to links */
.addto-links .ic:hover,
.addto-links .feature-icon-hover:hover .ic,
.slider-arrows1 .owl-controls.clickable .owl-buttons div:hover,
.slider-arrows2 .owl-controls.clickable .owl-buttons div:hover,
.slider-arrows3 .owl-controls.clickable .owl-buttons div:hover,
.slider-pagination1 .owl-controls.clickable .owl-page:hover span,
.slider-pagination2 .owl-controls.clickable .owl-page:hover span,
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover,
.uaccordion-style1 .opener:hover,
.collapsible .opener:hover,
.qty-button:hover,
#scroll-to-top:hover {
  background-color: #000;
  color: #ffffff;
}
/* Slider pagination */
.slider-pagination1 .owl-controls .owl-page.active span,
.slider-pagination1 .owl-controls.clickable .owl-page.active:hover span,
.slider-pagination2 .owl-controls .owl-page.active span,
.slider-pagination2 .owl-controls.clickable .owl-page.active:hover span {
  background-color: #e5e5e5;
  color: #000;
}
.ib {
  background-color: #c8102e;
  color: #ffffff;
}
.ib-hover:hover,
.feature-icon-hover:hover .ib {
  background-color: #000;
  color: #ffffff;
}
.ib-ef-1:hover,
.feature-icon-hover:hover .ib-ef-1 {
  background-color: #000;
  color: #ffffff;
}
.ib-ef-1:after {
  box-shadow: 0 0 0 4px #000;
}
.ib-ef-2 {
  box-shadow: 0 0 0 4px #c8102e;
}
.ib-ef-2:after {
  background-color: #c8102e;
}
.ib-ef-2a:hover,
.feature-icon-hover:hover .ib-ef-2a {
  color: #ffffff;
}
.ib-ef-2b:hover,
.feature-icon-hover:hover .ib-ef-2b {
  color: #c8102e;
}
.ib-ef-3 {
  box-shadow: 0 0 0 4px #c8102e;
}
.ib-ef-3:after {
  background-color: #c8102e;
}
.ib-ef-3a:hover,
.feature-icon-hover:hover .ib-ef-3a {
  color: #c8102e;
}
.ib-ef-3b {
  color: #c8102e;
}
.ib-ef-3b:hover,
.feature-icon-hover:hover .ib-ef-3b {
  color: #ffffff;
}
.ib.icon-color-productview {
  background-color: #eeeeee;
  color: #000;
}
.ib-hover.icon-color-productview:hover,
.feature-icon-hover:hover .ib.icon-color-productview {
  background-color: #c8102e !important;
  color: #fff !important;
}
.cap {
  background-color: rgba(91, 210, 236, 0.85);
}
.page-wrapper {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 5px;
}
.inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
.header-top.container > .inner-container {
  padding-left: 0;
  padding-right: 0;
}
.header-primary.container > .inner-container {
  padding-left: 0;
  padding-right: 0;
}
.nav.container > .inner-container {
  padding-left: 0;
  padding-right: 0;
}
.header-container {
  background-color: #fff;
}
.header.container {
  background-color: transparent;
}
.header-regular .block-search.expanding._active {
  width: 185px;
}
.header-regular .block-search .input-text,
.header-regular .block-search .action.search .icon,
.header-regular .block-search.expanding .input-text {
  background-color: #fff;
  color: #bbb;
}
.header-regular .block-search .input-text:hover,
.header-regular .block-search .input-text:focus,
.header-regular .block-search .action.search:hover .icon,
.header-regular .block-search .action.search:focus .icon,
.header-regular .block-search.expanding._active .input-text {
  background-color: #fff;
  color: #333;
}
.header-regular .block-search.expanding._active .action.search .icon {
  color: #333;
}
.block-search .action.search .icon {
  background-color: transparent !important;
  color: #bbb;
}
.header-regular .block-search .input-text {
  border-color: #ddd;
}
.header-regular .block-search .input-text:hover,
.header-regular .block-search .input-text:focus {
  border-color: #eee;
}
.header-regular .block-search .action.search,
.header-regular .block-search .action.search:before,
.header-regular .block-search .input-text::-webkit-input-placeholder,
.header-regular .block-search .input-text:-moz-placeholder,
.header-regular .block-search .input-text::-moz-placeholder,
.header-regular .block-search .input-text:-ms-input-placeholder,
.header-regular .block-search .input-text::placeholder {
  color: #bbb;
}
.header-regular .block-search .action.search:hover,
.header-regular .block-search .action.search:focus,
.header-regular .block-search .action.search:hover:before,
.header-regular .block-search .action.search:focus:before,
.header-regular .block-search .input-text:hover::-webkit-input-placeholder,
.header-regular .block-search .input-text:focus::-webkit-input-placeholder,
.header-regular .block-search .input-text:hover:-moz-placeholder,
.header-regular .block-search .input-text:focus:-moz-placeholder,
.header-regular .block-search .input-text:hover::-moz-placeholder,
.header-regular .block-search .input-text:focus::-moz-placeholder,
.header-regular .block-search .input-text:hover:-ms-input-placeholder,
.header-regular .block-search .input-text:focus:-ms-input-placeholder,
.header-regular .block-search .input-text:hover::placeholder,
.header-regular .block-search .input-text:focus::placeholder {
  color: #333;
}
.header-regular .block-search .input-text {
  box-shadow: none;
}
.header-regular .block-search .input-text:focus {
  box-shadow: 0 0 5px rgba(81, 167, 232, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.header-container .dropdown-block .dropdown-content,
.header-container .dropdown-block.filled-heading.open .dropdown-heading .inner-heading,
.header-container .dropdown-block.open .dropdown-heading.cover .inner-heading,
.header-container .block-search .search-autocomplete ul li {
  background-color: #fff;
  color: #333;
}
.header-container .dropdown-block.filled-heading.open .dropdown-heading .icon:not(.ib),
.header-container .dropdown-block.open .dropdown-heading.cover .icon:not(.ib) {
  color: #333;
}
.header-container .dropdown-block .dropdown-content a,
.header-container .dropdown-block .dropdown-content .action:before,
.header-container .dropdown-block.filled-heading.open .dropdown-heading a,
.header-container .dropdown-block.open .dropdown-heading.cover a {
  color: #333;
}
.header-container .dropdown-block .dropdown-content a:hover,
.header-container .dropdown-block .dropdown-content .action:hover:before,
.header-container .dropdown-block.filled-heading.open .dropdown-heading a:hover,
.header-container .dropdown-block.open .dropdown-heading.cover a:hover,
.header-container .block-search .search-autocomplete ul li:hover,
.header-container .block-search .search-autocomplete ul li.selected {
  color: #aaa;
}
.dropdown-block.show-pointer .dropdown-content:before {
  border-bottom-color: #fff;
}
.dropdown-block .dropdown-heading .icon {
  color: #333;
}
.dropdown-block .dropdown-heading .icon.ib {
  background-color: #f55856;
}
.header-top-container {
  background-color: #fbfbfb;
}
.header-top {
  background-color: transparent;
  color: #000;
}
.header-top a {
  color: #000;
}
.header-top a:hover {
  color: #c8102e;
}
.header-top .local-font,
.header-top .dropdown-block .dropdown-heading,
.header-top .links > li > * {
  font-family: '' Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif '';
}
.header-top .local-height,
.header-top .dropdown-block .dropdown-heading,
.header-top .links > li > * {
  line-height: 44px;
}
.header-top .dropdown-block .dropdown-heading {
  max-height: 44px;
}
.header-top {
  line-height: 44px;
}
.header-primary-container {
  background-color: #fff;
}
.header-primary {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-primary .local-font,
.header-primary .dropdown-block .dropdown-heading,
.header-primary .links > li > * {
  font-family: 'Helvetica Neue LT W01_41488878';
  line-height: 36px;
}
.header-primary .dropdown-block .dropdown-heading {
  max-height: 36px;
}
.cat-label-label1 {
  background-color: #c8102e;
  color: #ffffff;
}
.cat-label-label2 {
  background-color: #c8102e;
  color: #ffffff;
}
li.level0 > a > span > .cat-label-label1.pin-bottom:before {
  border-top-color: #c8102e;
}
li.level0 > a > span > .cat-label-label2.pin-bottom:before {
  border-top-color: #c8102e;
}
li > a:hover > span > .cat-label,
.nav-regular li.level0:hover > a > span > .cat-label {
  background-color: #c8102e;
  color: #ffffff;
}
li.level0 > a:hover > span > .pin-bottom:before,
.nav-regular li.level0:hover > a > span > .pin-bottom:before {
  border-top-color: #c8102e;
}
.navi .nav-panel--dropdown {
  background-color: #ffffff;
  color: #000;
}
.nav-mobile.opt-sb0.opt-sob .nav-item.nav-item--only-blocks > div {
  background-color: #ffffff !important;
}
.nav-regular .nav-panel--dropdown .nav-item > a:hover {
  background-color: #fff;
}
.navi .nav-panel--dropdown a {
  color: #000;
}
.navi .nav-panel--dropdown a:hover {
  color: #c8102e;
}
.nav-regular .nav-panel--dropdown {
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.nav-mobile div.nav-panel--dropdown,
.nav-mobile.opt-sb0.opt-sob .nav-item.nav-item--only-blocks > div {
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: relative;
}
.nav-mobile div.nav-panel--dropdown div.nav-panel--dropdown {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-container {
  background-color: transparent;
}
.sticky-header .nav-container,
.sticky-header .navi-wrapper,
.sticky-header .nav-regular:not(.nav-vert) {
  background-color: #ffffff;
}
.sticky-header .nav-regular:not(.nav-vert) .nav-item.level0 > a,
.sticky-header .nav-regular .nav-item--homeicon a,
.sticky-header .nav-regular .nav-item--homeicon.active a,
.sticky-header .nav-holder .dropdown-block .dropdown-heading,
.sticky-header .nav-holder .dropdown-block .dropdown-heading .icon:not(.ib),
.sticky-header .nav-holder .dropdown-block .dropdown-heading a,
.sticky-header .nav-holder .block-search.expanding:not(._active) .action.search .icon {
  color: #000;
}
.sticky-header .nav-border-bottom {
  border-bottom: none;
}
.nav-mobile .nav-item > a,
.header-mobile .skip-content .links > li > a {
  line-height: 50px;
}
.navi-wrapper,
.nav-regular {
  background-color: transparent;
}
.nav-regular:not(.nav-vert) .nav-item.level0 > a,
.nav-holder .dropdown-block .dropdown-heading,
.nav-holder .dropdown-block .dropdown-heading .icon:not(.ib),
.nav-holder .dropdown-block .dropdown-heading a,
.nav-holder .block-search.expanding .action.search .icon {
  color: #000;
}
.navi .nav-item--homeicon a {
  color: #000 !important;
}
.nav-mobile .nav-item.level0 > a,
.header-mobile .skip-content .links > li > a {
  background-color: #f8f8f8;
  color: #333;
  padding: 0 10px;
}
.nav-mobile .nav-item.level0 > .opener {
  color: #333;
}
.navi.nav-mobile ul.level0 .nav-item > a {
  background-color: #f8f8f8;
  color: #333;
}
.nav-mobile ul.level0 .nav-item > .opener {
  color: #333;
}
.nav-regular:not(.nav-vert) .nav-item.level0.active > a {
  background-color: transparent;
  color: #000;
}
.nav-mobile .nav-item.level0.current > a,
.header-mobile .skip-content .links > li.current > a {
  background-color: #333;
  color: #fff;
}
.nav-mobile .nav-item.level0.current > .opener {
  color: #fff;
}
.navi.nav-mobile ul.level0 .nav-item.current > a {
  background-color: #333;
  color: #fff;
}
.nav-mobile ul.level0 .nav-item.current > .opener {
  color: #fff;
}
.nav-regular:not(.nav-vert) .nav-item.level0:hover > a {
  background-color: transparent;
  color: #c8102e;
}
.nav-mobile .nav-item.level0 > a:hover,
.header-mobile .skip-content .links > li > a:hover {
  background-color: #c8102e;
  color: #fff;
}
.nav-mobile .nav-item.level0 > a:hover + .opener {
  color: #fff;
}
.navi.nav-mobile ul.level0 .nav-item > a:hover {
  background-color: #c8102e;
  color: #fff;
}
.nav-mobile ul.level0 .nav-item > a:hover + .opener {
  color: #fff;
}
.nav-vert .nav-item.level0 > a {
  background-color: #f8f8f8;
  color: #000;
}
.sideacco .nav-item > a {
  background-color: #f8f8f8;
  color: #000;
}
.sideacco .nav-item > .opener {
  color: #000;
}
.nav-vert .nav-item.level0.active > a {
  background-color: #000;
  color: #f5f5f5;
}
.sideacco .nav-item.current > a {
  background-color: #000;
  color: #f5f5f5;
}
.sideacco .nav-item.current > .opener {
  color: #f5f5f5;
}
.nav-vert .nav-item.level0:hover > a {
  background-color: #c8102e;
  color: #ffffff;
}
.sideacco .nav-item > a:hover {
  background-color: #c8102e;
  color: #ffffff;
}
.sideacco .nav-item > a:hover + .opener {
  color: #ffffff;
}
.navi.nav-vert-triggerable {
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.navi-wrapper .menu-trigger,
.nav-regular .nav-item.level0 > a {
  line-height: 40px;
}
.navi-wrapper .navi.nav-vert-triggerable {
  top: 40px;
}
.nav-holder > * {
  line-height: 40px;
  max-height: 40px;
}
.nav-holder .dropdown-block .dropdown-heading {
  line-height: 40px;
  max-height: 40px;
}
.menu-trigger,
.nav-vert .nav-item.level0 > a {
  line-height: 36px;
}
.vertnav-trigger + .navi.nav-vert-triggerable {
  top: 36px;
}
.sideacco .nav-item > a {
  line-height: 36px;
}
.sideacco .nav-item.parent > a {
  padding-right: 36px;
}
.sideacco .nav-item > .opener {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.nav-mobile .nav-item {
  margin-top: 1px !important;
}
.nav-mobile {
  background-color: #fff;
}
.menu-trigger .menu-trigger-inner {
  background-color: transparent;
  color: #000;
}
.menu-trigger .menu-trigger-inner:hover {
  background-color: transparent;
  color: #c8102e;
}
.menu-trigger.active .menu-trigger-inner {
  background-color: transparent;
  color: #c8102e;
}
.menu-trigger .menu-trigger-inner .trigger-icon .line {
  background-color: #000;
}
.menu-trigger .menu-trigger-inner:hover .trigger-icon .line {
  background-color: #c8102e;
}
.menu-trigger.active .menu-trigger-inner .trigger-icon .line {
  background-color: #c8102e;
}
.vertnav-trigger .menu-trigger-inner {
  background-color: #f7f7f7;
  color: #000;
}
.vertnav-trigger .menu-trigger-inner .trigger-icon .line {
  background-color: #000;
}
.vertnav-trigger,
.nav-regular .nav-item.level0 > a,
.nav-holder .dropdown-block .dropdown-heading {
  font-family: 'Helvetica Neue LT W01_67 Md Cn';
  font-size: 16px;
  text-transform: uppercase;
}
.nav-regular .nav-item > a {
  font-family: 'Helvetica Neue LT W01_41488878';
  font-size: 16px;
}
.nav-regular .nav-submenu--mega .nav-item > a {
  font-size: 14px;
  text-transform: none;
}
.nav-regular .nav-submenu--mega > .nav-item > a {
  font-family: 'Helvetica Neue LT W01_41488878';
  font-size: 16px;
  text-transform: uppercase;
}
.nav-mobile li.nav-item > a {
  font-size: 14px;
}
.nav-mobile .nav-item > a,
.header-mobile .skip-content .links > li > a {
  font-family: 'Helvetica Neue LT W01_67 Md Cn';
}
.mobnav-trigger,
.nav-mobile .nav-item.level0 > a,
.header-mobile .skip-content .links > li > a {
  font-size: 16px;
  text-transform: uppercase;
}
.nav-mobile .nav-item.level1 > a {
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* Menu */
  .nav-regular:not(.nav-vert) .nav-item.level0 > a,
  .nav-regular .nav-holder .dropdown-heading {
    font-size: 14px;
  }
  .nav-regular:not(.nav-vert) .nav-item.level0 > a {
    padding: 0 6px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
  /* Menu */
  .nav-regular:not(.nav-vert) .nav-item.level0 > a,
  .nav-regular .nav-holder .dropdown-heading {
    font-size: 14px;
  }
  .nav-regular:not(.nav-vert) .nav-item.level0 > a {
    padding: 0 4px;
  }
}
@media only screen and (max-width: 959px) {
  /* Menu */
  .nav-regular:not(.nav-vert) .nav-item.level0 > a,
  .nav-regular .nav-holder .dropdown-heading {
    font-size: 13px;
  }
  .nav-regular:not(.nav-vert) .nav-item.level0 > a {
    padding: 0 3px;
  }
}
.header-container-micro {
  background-color: rgba(0, 0, 0, 0.02);
}
.header-mobile.header-container,
.header-mobile .header-m-container,
.header-mobile .nav-container {
  padding-top: 0;
  padding-bottom: 0;
}
.header-mobile .skip-link {
  background-color: #fafafa;
  color: #000;
}
.header-mobile .skip-link.skip-active {
  background-color: #f5f5f5;
  color: #c8102e;
}
.header-mobile .skip-link:hover {
  background-color: #c8102e;
  color: #ffffff;
}
.header-mobile .skip-content--style {
  background-color: #f5f5f5;
  color: #000;
}
.header-mobile .skip-content--style a {
  color: #000;
}
.header-mobile .skip-content--style a:hover {
  color: #c8102e;
}
.main-container {
  background-color: #fff;
}
.main.container {
  background-color: #ffffff;
}
.truncated .item-options {
  background-color: #ffffff;
}
/* Slider arrows */
.slideshow-wrapper .owl-controls .owl-buttons div,
.slideshow-wrapper.slider-pagination1 .owl-controls .owl-page span,
.slideshow-wrapper.slider-pagination2 .owl-controls .owl-page span,
.slideshow-wrapper.slider-pagination2 .owl-controls .owl-page.active span,
.slideshow-wrapper.slider-pagination2 .owl-controls.clickable .owl-page.active:hover span {
  background-color: #ffffff;
  color: #000;
}
/* Slider arrows */
.slideshow-wrapper .owl-controls.clickable .owl-buttons div:hover,
.slideshow-wrapper.slider-pagination1 .owl-controls.clickable .owl-page:hover span,
.slideshow-wrapper.slider-pagination2 .owl-controls.clickable .owl-page:hover span {
  background-color: #000;
  color: #ffffff;
}
.slideshow-wrapper.slider-pagination1 .owl-controls .owl-page.active span,
.slideshow-wrapper.slider-pagination1 .owl-controls.clickable .owl-page.active:hover span {
  background-color: #c8102e;
}
.footer-container {
  background-color: #e5e5e5;
}
.footer {
  background-color: transparent;
}
.footer .button {
  background-color: #e5e5e5;
  color: #555555;
}
.footer .button:hover,
.footer .button:focus {
  background-color: #c8102e;
  color: #ffffff;
}
.footer .ib,
.footer span.icon {
  background-color: #c8102e;
  color: #ffffff;
}
.footer .ib-hover:hover,
.footer span.icon-hover:hover,
.footer .feature-icon-hover:hover .ib,
.footer .feature-icon-hover:hover span.icon {
  background-color: #000 !important;
  color: #ffffff !important;
}
/* Slider arrows */
.footer .slider-arrows1 .owl-controls .owl-buttons div,
.footer .slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover,
.footer .slider-arrows2 .owl-controls .owl-buttons div,
.footer .slider-arrows3 .owl-controls .owl-buttons div,
.footer .slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover,
.footer .slider-pagination1 .owl-controls .owl-page span,
.footer .slider-pagination2 .owl-controls .owl-page span,
.footer .uaccordion-style1 .opener,
.footer .collapsible .opener {
  background-color: #f5f5f5;
  color: #000;
}
/* Slider arrows */
.footer .slider-arrows1 .owl-controls.clickable .owl-buttons div:hover,
.footer .slider-arrows2 .owl-controls.clickable .owl-buttons div:hover,
.footer .slider-arrows3 .owl-controls.clickable .owl-buttons div:hover,
.footer .slider-pagination1 .owl-controls.clickable .owl-page:hover span,
.footer .slider-pagination2 .owl-controls.clickable .owl-page:hover span,
.footer .uaccordion-style1 .opener:hover,
.footer .collapsible .opener:hover {
  background-color: #c8102e;
  color: #ffffff;
}
.footer-top-container {
  background-color: #ffffff;
}
.footer-top {
  background-color: transparent;
}
.footer-primary-container {
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 10px;
}
.footer-primary {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom-container {
  background-color: #e5e5e5;
}
.footer-bottom {
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
.social-links .ib,
.social-links a > span.icon {
  background-color: #000;
  color: #ffffff;
}
.social-links .ib-hover:hover,
.social-links a > span.icon-hover:hover {
  background-color: #c8102e !important;
  color: #ffffff !important;
}
/* Sticky header */
.sticky-header .sticky-container,
.dropdown-block.filled-heading.open .dropdown-heading,
.dropdown-block.open .dropdown-heading.filled,
.dropdown-block.open .dropdown-heading.cover,
.dropdown-block.open .dropdown-content,
.search-autocomplete {
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
/**
* 2021-07-26 08:41:11 */
/* w:1200, b:1200*/
.lte-ie8 .container {
  max-width: 1170px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  /* Item grid
-------------------------------------------------------------- */
  .itemgrid .item {
    width: 23%;
    clear: none !important;
  }
  .itemgrid > li:nth-of-type(4n+1) {
    clear: left !important;
  }
  /* Item grid - adaptive
-------------------------------------------------------------- */
  /* Item grid: 2 columns */
  .itemgrid-adaptive.itemgrid-2col .item {
    width: 31.3333%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-2col > li:nth-of-type(3n+1) {
    clear: left !important;
  }
  /* Item grid: 3 columns */
  .itemgrid-adaptive.itemgrid-3col .item {
    width: 23%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-3col > li:nth-of-type(4n+1) {
    clear: left !important;
  }
  /* Item grid: 4 columns */
  .itemgrid-adaptive.itemgrid-4col .item {
    width: 18%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-4col > li:nth-of-type(5n+1) {
    clear: left !important;
  }
  /* Item grid: 5 columns */
  .itemgrid-adaptive.itemgrid-5col .item {
    width: 14.6666%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-5col > li:nth-of-type(6n+1) {
    clear: left !important;
  }
  /* Item grid: 6 columns */
  .itemgrid-adaptive.itemgrid-6col .item {
    width: 12.2857%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-6col > li:nth-of-type(7n+1) {
    clear: left !important;
  }
  /* Item grid: 7 columns */
  .itemgrid-adaptive.itemgrid-7col .item {
    width: 10.5%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-7col > li:nth-of-type(8n+1) {
    clear: left !important;
  }
  /* Hide */
  .hide-below-1280 {
    display: inherit !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
  /* Item grid
-------------------------------------------------------------- */
  .itemgrid .item {
    width: 31.3333%;
    clear: none !important;
  }
  .itemgrid > li:nth-of-type(3n+1) {
    clear: left !important;
  }
  /* Item grid - adaptive
-------------------------------------------------------------- */
  /* Item grid: 2 columns */
  .itemgrid-adaptive.itemgrid-2col .item {
    width: 48%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-2col > li:nth-of-type(2n+1) {
    clear: left !important;
  }
  /* Item grid: 3 columns */
  .itemgrid-adaptive.itemgrid-3col .item {
    width: 31.3333%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-3col > li:nth-of-type(3n+1) {
    clear: left !important;
  }
  /* Item grid: 4 columns */
  .itemgrid-adaptive.itemgrid-4col .item {
    width: 23%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-4col > li:nth-of-type(4n+1) {
    clear: left !important;
  }
  /* Item grid: 5 columns */
  .itemgrid-adaptive.itemgrid-5col .item {
    width: 18%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-5col > li:nth-of-type(5n+1) {
    clear: left !important;
  }
  /* Item grid: 6 columns */
  .itemgrid-adaptive.itemgrid-6col .item {
    width: 14.6666%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-6col > li:nth-of-type(6n+1) {
    clear: left !important;
  }
  /* Item grid: 7 columns */
  .itemgrid-adaptive.itemgrid-7col .item {
    width: 12.2857%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-7col > li:nth-of-type(7n+1) {
    clear: left !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
  /* 2 columns - left
-------------------------------------------------------------- */
  .page-layout-2columns-left .column.main {
    width: 75%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  /* 2 columns - right
-------------------------------------------------------------- */
  .page-layout-2columns-right .column.main {
    width: 75%;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
  }
  /* 3 columns
-------------------------------------------------------------- */
  .page-layout-3columns .column.main {
    width: 75%;
    float: right;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    padding-right: 2%;
    padding-left: 0;
    clear: left;
    float: left;
  }
  /* Item grid
-------------------------------------------------------------- */
  .itemgrid .item {
    width: 31.3333%;
    clear: none !important;
  }
  .itemgrid > li:nth-of-type(3n+1) {
    clear: left !important;
  }
  /* Item grid - adaptive
   Between breakpoints S and M decrease number of columns
   if default number of columns is 4 or higher.
-------------------------------------------------------------- */
  /* Item grid: 4 columns */
  .itemgrid-adaptive.itemgrid-4col .item {
    width: 31.3333%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-4col > li:nth-of-type(3n+1) {
    clear: left !important;
  }
  /* Item grid: 5 columns */
  .itemgrid-adaptive.itemgrid-5col .item {
    width: 23%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-5col > li:nth-of-type(4n+1) {
    clear: left !important;
  }
  /* Item grid: 6 columns */
  .itemgrid-adaptive.itemgrid-6col .item {
    width: 18%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-6col > li:nth-of-type(5n+1) {
    clear: left !important;
  }
  /* Item grid: 7 columns */
  .itemgrid-adaptive.itemgrid-7col .item {
    width: 14.6666%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-7col > li:nth-of-type(6n+1) {
    clear: left !important;
  }
  /* Item grid: 8 columns */
  .itemgrid-adaptive.itemgrid-8col .item {
    width: 12.2857%;
    clear: none !important;
  }
  .itemgrid-adaptive.itemgrid-8col > li:nth-of-type(7n+1) {
    clear: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: none !important;
    width: 100%;
  }
  .grid12-1,
  .grid12-2,
  .grid12-3,
  .grid12-4,
  .grid12-5,
  .grid12-6,
  .grid12-7,
  .grid12-8,
  .grid12-9,
  .grid12-10,
  .grid12-11,
  .grid12-12,
  .grid-full {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .columns .column.main,
  .columns .sidebar-main,
  .columns .sidebar-additional {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .v-grid-container {
    display: block;
  }
  .v-grid {
    float: inherit;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  /* Item grid
-------------------------------------------------------------- */
  .itemgrid .item {
    width: 31.3333%;
    clear: none !important;
  }
  .itemgrid > li:nth-of-type(3n+1) {
    clear: left !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  /* Item grid
-------------------------------------------------------------- */
  .itemgrid .item {
    width: 48%;
    clear: none !important;
  }
  .itemgrid > li:nth-of-type(2n+1) {
    clear: left !important;
  }
}
@media only screen and (max-width: 479px) {
  .category-products-grid.hover-effect .item .addto-links,
  .category-products-grid .item .addto-links {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* Item grid
-------------------------------------------------------------- */
  .itemgrid .item {
    width: 98%;
    clear: none !important;
  }
}
@media only screen and (max-width: 319px) {
  /* Disable hover effect */
  .category-products-grid.hover-effect .item:hover {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1%;
    padding-right: 1%;
    box-shadow: none !important;
    border-color: #f5f5f5;
  }
  .category-products-grid.hover-effect .item .display-onhover {
    display: block !important;
  }
  .category-products-grid.hover-effect.single-line-name .item .product-name {
    overflow: visible;
    white-space: normal;
  }
  /* Item grid
-------------------------------------------------------------- */
  /* Always show 1 column */
  /* Important: added ".itemgrid" class to override other styles */
  .itemgrid.itemgrid-adaptive .item {
    width: 98%;
    clear: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hide-below-1024 {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  .hide-below-960 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-below-768 {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hide-below-480 {
    display: none !important;
  }
}
@media only screen and (max-width: 319px) {
  .hide-below-320 {
    display: none !important;
  }
}
html body h1.w_heading,
html body h2.w_heading,
html body h3.w_heading,
html body h1,
html body h2,
html body h3 {
  font-family: 'Helvetica Neue LT W01_67 Md Cn' !important;
}
div#mti_wfs_colophon {
  display: none !important;
}
.minicart-items-wrapper {
  height: auto !important;
}
