<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media (min-width: 992px) {
  .nav-container {
    padding: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 97;
  }
  .nav-container ul#nav {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: middle;
  }
  body:not(.rtl) .nav-container ul#nav .withIcon a .fa {
    margin-right: 10px;
  }
  body.rtl .nav-container ul#nav .withIcon a .fa {
    margin-left: 10px;
  }
  .nav-container ul#nav li a {
    color: #222222;
  }
  .nav-container ul#nav li:hover &gt; a {
    color: #666666;
  }
  .nav-container ul#nav li.active &gt; a {
    color: #27aba6;
  }
  .nav-container ul#nav &gt; li {
    display: table;
    margin: 0;
    padding: 0 15px;
    position: relative;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li {
    float: left;
    text-align: left;
  }
  body.rtl .nav-container ul#nav &gt; li {
    float: right;
    text-align: right;
  }
  .nav-container ul#nav &gt; li.level0 &gt; a {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
  }
  .nav-container ul#nav &gt; li.level0 &gt; a span {
    display: table-cell;
    vertical-align: middle;
  }
  .nav-container ul#nav &gt; li.level0 &gt; a .mdlicon {
    padding: 0 5px 0 0;
  }
  .nav-container ul#nav &gt; li.level0 &gt; a .mdlicon img {
    margin-top: 0;
    max-width: 18px;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.level0 &gt; a .mdlicon img {
    float: left;
  }
  body.rtl .nav-container ul#nav &gt; li.level0 &gt; a .mdlicon img {
    float: right;
  }
  .nav-container ul#nav &gt; li.level0 &gt; a span.mdlabel {
    position: absolute;
    top: -14px;
    margin: 0;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.level0 &gt; a span.mdlabel {
    right: 0;
  }
  body.rtl .nav-container ul#nav &gt; li.level0 &gt; a span.mdlabel {
    left: 0;
  }
  .nav-container ul#nav &gt; li.level0 &gt; a span.mdlabel:before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 5px;
    bottom: -9px;
    content: "";
    position: absolute;
    width: auto;
    height: auto;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.level0 &gt; a span.mdlabel:before {
    left: auto;
    right: 5px;
  }
  body.rtl .nav-container ul#nav &gt; li.level0 &gt; a span.mdlabel:before {
    right: auto;
    left: 5px;
  }
  .nav-container ul#nav &gt; li.level0 &gt; a span.mdlabel.lab-red:before {
    border-top-color: #fc3f3f;
  }
  .nav-container ul#nav &gt; li.level0 &gt; a span.mdlabel.lab-green:before {
    border-top-color: #2dbf6c;
  }
  .nav-container ul#nav &gt; li.level0 &gt; a span.mdlabel.lab-yellow:before {
    border-top-color: #ffe226;
  }
  .nav-container ul#nav &gt; li:not(.megamenu) ul {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    visibility: hidden;
    width: 250px;
    z-index: 0;
    background: #ffffff;
    display: block !important;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li:not(.megamenu) ul {
    left: 120px;
    text-align: left;
  }
  body.rtl .nav-container ul#nav &gt; li:not(.megamenu) ul {
    right: 120px;
    text-align: right;
  }
  .nav-container ul#nav &gt; li:not(.megamenu) ul li {
    font-size: 12px;
    padding: 5px;
    position: relative;
    width: 100%;
    margin: 0;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li:not(.megamenu) ul li {
    float: left;
  }
  body.rtl .nav-container ul#nav &gt; li:not(.megamenu) ul li {
    float: right;
  }
  .nav-container ul#nav &gt; li:not(.megamenu) ul li.parent:before {
    position: absolute;
    top: 0;
    font-family: "Ionicons";
    margin: 0;
    font-size: 20px;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li:not(.megamenu) ul li.parent:before {
    content: "\f3d6";
    right: 10px;
  }
  body.rtl .nav-container ul#nav &gt; li:not(.megamenu) ul li.parent:before {
    content: "\f3d5";
    left: 10px;
  }
  .nav-container ul#nav &gt; li:not(.megamenu) &gt; ul {
    top: 48px;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li:not(.megamenu) &gt; ul {
    left: 0;
  }
  body.rtl .nav-container ul#nav &gt; li:not(.megamenu) &gt; ul {
    right: 0;
  }
  .nav-container ul#nav &gt; li ul li a {
    color: #666666;
  }
  .nav-container ul#nav &gt; li ul li:hover {
    color: #27aba6;
  }
  .nav-container ul#nav &gt; li:hover &gt; ul {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .nav-container ul#nav &gt; li:hover &gt; ul li:hover ul {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .nav-container ul#nav &gt; li span.mdlabel {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    padding: 1px 4px;
    position: relative;
    text-transform: capitalize;
    top: 0;
    white-space: nowrap;
    z-index: 9;
    font-family: arial;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li span.mdlabel {
    right: 0;
    margin-left: 10px;
  }
  body.rtl .nav-container ul#nav &gt; li span.mdlabel {
    left: 0;
    margin-right: 10px;
  }
  .nav-container ul#nav &gt; li span.mdlabel:before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-style: solid;
    border-width: 5px;
    bottom: 3px;
    content: "";
    position: absolute;
    width: auto;
    height: auto;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li span.mdlabel:before {
    left: -8px;
    right: auto;
  }
  body.rtl .nav-container ul#nav &gt; li span.mdlabel:before {
    right: -8px;
    left: auto;
  }
  .nav-container ul#nav &gt; li span.mdlabel.lab-red {
    background: #fc3f3f;
    color: #ffffff;
  }
  .nav-container ul#nav &gt; li span.mdlabel.lab-red:before {
    border-right-color: #fc3f3f;
  }
  .nav-container ul#nav &gt; li span.mdlabel.lab-green {
    background: #2dbf6c;
    color: #ffffff;
  }
  .nav-container ul#nav &gt; li span.mdlabel.lab-green:before {
    border-right-color: #2dbf6c;
  }
  .nav-container ul#nav &gt; li span.mdlabel.lab-yellow {
    background: #ffe226;
    color: #222222;
  }
  .nav-container ul#nav &gt; li span.mdlabel.lab-yellow:before {
    border-right-color: #ffe226;
  }
  .nav-container ul#nav &gt; li.level0:hover &gt; a:before {
    bottom: -20px;
    content: "";
    height: 20px;
    position: absolute;
    width: 100%;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.level0:hover &gt; a:before {
    left: 0;
  }
  body.rtl .nav-container ul#nav &gt; li.level0:hover &gt; a:before {
    right: 0;
  }
  .nav-container ul#nav &gt; li.megamenu {
    position: static;
  }
  .nav-container ul#nav &gt; li.megamenu .pump {
    left: 0;
    width: 100%;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    padding: 40px 20px;
    position: absolute;
    top: 39px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    z-index: 0;
    background-repeat: no-repeat;
    background-color: none;
    background-size: auto 100%;
    background-position: center center;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.megamenu .pump {
    left: 0;
    text-align: left;
  }
  body.rtl .nav-container ul#nav &gt; li.megamenu .pump {
    right: 0;
    text-align: right;
  }
  .nav-container ul#nav &gt; li.megamenu .pump:before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #f2f2f2;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.megamenu .pump:before {
    left: -100%;
  }
  body.rtl .nav-container ul#nav &gt; li.megamenu .pump:before {
    right: -100%;
  }
  .nav-container ul#nav &gt; li.megamenu .pump ul {
    display: block !important;
    width: 100%;
    background: none;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.megamenu .pump ul &gt; li.level1 {
    padding-left: 0;
    float: left;
    text-align: left;
  }
  body.rtl .nav-container ul#nav &gt; li.megamenu .pump ul &gt; li.level1 {
    padding-right: 0;
    float: right;
    text-align: right;
  }
  .nav-container ul#nav &gt; li.megamenu .pump ul &gt; li.level1 &gt; a {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    width: 100%;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .nav-container ul#nav &gt; li.megamenu .pump ul &gt; li.level1 li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.megamenu .pump ul &gt; li.level1 li {
    float: left;
  }
  body.rtl .nav-container ul#nav &gt; li.megamenu .pump ul &gt; li.level1 li {
    float: left;
  }
  .nav-container ul#nav &gt; li.megamenu .pump ul &gt; li.level1 li a {
    color: #666666;
    font-size: 13px;
    text-transform: capitalize;
    padding-bottom: 8px;
    display: block;
  }
  .nav-container ul#nav &gt; li.megamenu .pump ul &gt; li.level1 li a:hover {
    color: #666666;
  }
  .nav-container ul#nav &gt; li.megamenu .pump.main-width-25 {
    width: 25%;
  }
  .nav-container ul#nav &gt; li.megamenu .pump.main-width-50 {
    width: 50%;
  }
  .nav-container ul#nav &gt; li.megamenu .pump.main-width-75 {
    width: 75%;
  }
  .nav-container ul#nav &gt; li.megamenu.top {
    background-position: right top !important;
  }
  .nav-container ul#nav &gt; li.megamenu.left {
    background-position: left top !important;
  }
  .nav-container ul#nav &gt; li.megamenu.right {
    background-position: right top !important;
  }
  .nav-container ul#nav &gt; li.megamenu.bottom {
    background-position: right bottom !important;
  }
  .nav-container ul#nav &gt; li.megamenu .pump.col-block-5 ul &gt; li.level1 {
    width: 20%;
    padding: 0 15px;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.megamenu .pump.col-block-5 ul &gt; li.level1:nth-child(5n) + li.level1 {
    clear: left;
  }
  body.rtl .nav-container ul#nav &gt; li.megamenu .pump.col-block-5 ul &gt; li.level1:nth-child(5n) + li.level1 {
    clear: right;
  }
  .nav-container ul#nav &gt; li.megamenu .pump.col-block-4 ul &gt; li.level1 {
    width: 25%;
    padding: 0 15px;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.megamenu .pump.col-block-4 ul &gt; li.level1:nth-child(4n) + li.level1 {
    clear: left;
  }
  body.rtl .nav-container ul#nav &gt; li.megamenu .pump.col-block-4 ul &gt; li.level1:nth-child(4n) + li.level1 {
    clear: right;
  }
  .nav-container ul#nav &gt; li.megamenu .pump.col-block-3 ul &gt; li.level1 {
    width: 33.33%;
    padding: 0 15px;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.megamenu .pump.col-block-3 ul &gt; li.level1:nth-child(3n) + li.level1 {
    clear: left;
  }
  body.rtl .nav-container ul#nav &gt; li.megamenu .pump.col-block-3 ul &gt; li.level1:nth-child(3n) + li.level1 {
    clear: right;
  }
  .nav-container ul#nav &gt; li.megamenu .pump.col-block-2 ul &gt; li.level1 {
    width: 50%;
    padding: 0 15px;
  }
  body:not(.rtl) .nav-container ul#nav &gt; li.megamenu .pump.col-block-2 ul &gt; li.level1:nth-child(2n) + li.level1 {
    clear: left;
  }
  body.rtl .nav-container ul#nav &gt; li.megamenu .pump.col-block-2 ul &gt; li.level1:nth-child(2n) + li.level1 {
    clear: right;
  }
  .nav-container ul#nav &gt; li.megamenu .pump.col-block-1 ul &gt; li.level1 {
    width: 100%;
    padding: 0 15px;
  }
  .nav-container ul#nav &gt; li.megamenu .cat_thumb {
    display: block;
    padding-bottom: 10px;
  }
  .nav-container ul#nav &gt; li.megamenu:hover &gt; .pump {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .nav-container ul#nav .cat_thumb {
    display: block;
    margin-bottom: 15px;
  }
  .nav-container .menu-content {
    overflow: hidden;
  }
  .nav-toggle,
  .section-item-title.nav-sections-item-title,
  .mobIcon,
  .mobile-navigation {
    display: none;
  }
  .section-item-content.nav-sections-item-content {
    display: none !important;
  }
  .section-items &gt; div:nth-child(2) {
    display: block !important;
  }
  .nav-toggle,
  .section-item-title.nav-sections-item-title,
  .mobIcon {
    display: none;
  }
}
.st_btn {
  border: 2px solid #666666;
  color: #666666;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 15px 0;
  padding: 0 18px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  vertical-align: top;
  cursor: pointer;
  line-height: 40px;
}
.st_btn:hover {
  border-color: #27aba6;
  color: #ffffff;
  background: #27aba6;
}
.st_btn2 {
  color: #ffffff;
  background: #27aba6;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 15px 0;
  padding: 0 18px;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
.st_btn2:hover {
  color: #ffffff;
  background: #666666;
}
.st_btn3 {
  border: none;
  color: #ffffff;
  background: #27aba6;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 15px 0;
  padding: 0 30px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  border-radius: 3px;
  vertical-align: top;
  cursor: pointer;
  line-height: 45px;
  min-width: 140px;
  text-align: center;
}
.st_btn3:hover {
  color: #666666;
  background: #ddd;
}
.animated-button {
  z-index: 1;
  overflow: hidden;
}
.animated-button[class*="type-"] {
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.animated-button[class*="type-"]:hover {
  color: #ffffff;
  background-color: transparent;
  text-shadow: none;
}
.animated-button[class*="type-"]:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #000000;
  background: #27aba6;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.animated-button.type-one:hover:before {
  bottom: 0%;
  top: auto;
  height: 100%;
}
.animated-button.type-two:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.animated-button.type-three:before {
  height: 100%;
  width: 0px;
}
.animated-button.type-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.animated-button.type-four:before {
  height: 100%;
  width: 0px;
}
.animated-button.type-four:hover:before {
  right: 0%;
  left: auto;
  width: 100%;
}
.button_xl {
  font-size: 14px;
  padding-left: 70px;
  padding-right: 70px;
  line-height: 70px;
}
.button_l {
  line-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
.button_m {
  line-height: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
.button_s {
  padding-left: 30px;
  padding-right: 30px;
}
.button_xs {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
}
.button_xxs {
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 25px;
}
.radius_2 {
  border-radius: 2px;
}
.radius_3 {
  border-radius: 3px;
}
.radius_4 {
  border-radius: 4px;
}
.radius_5 {
  border-radius: 5px;
}
.radius_10 {
  border-radius: 10px;
}
.radius_25 {
  border-radius: 25px;
}
.radius_50 {
  border-radius: 50px;
}
.radius_75 {
  border-radius: 75px;
}
.radius_100 {
  border-radius: 100px;
}
.icon_btn {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
.icon_btn:before,
.icon_btn:after {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.icon_btn:hover:before {
  content: attr(title);
  font-size: 10px;
  white-space: pre;
  position: absolute;
  top: -20px;
  font-weight: normal;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  visibility: visible;
  opacity: 1;
}
.icon_btn:hover:after {
  content: '';
  border-style: solid;
  position: absolute;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  border-width: 5px;
  visibility: visible;
  opacity: 1;
}
action.action-auth-toggle,
button.action,
button,
.action.primary,
.actions-secondary.secondary-addto-links {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 30px;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
action.action-auth-toggle span,
button.action span,
button span,
.action.primary span,
.actions-secondary.secondary-addto-links span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: block;
  line-height: normal;
}
action.action-auth-toggle:hover,
button.action:hover,
button:hover,
.action.primary:hover,
.actions-secondary.secondary-addto-links:hover {
  background: none;
  color: #666666;
  border-color: #666666;
}
action.action-auth-toggle:hover span,
button.action:hover span,
button:hover span,
.action.primary:hover span,
.actions-secondary.secondary-addto-links:hover span {
  color: #666666;
}
button:hover {
  border: 2px solid #666666;
}
.action-auth-toggle:hover {
  border: 2px solid #27aba6;
}
button.disabled:not(.checkout) {
  position: relative;
  opacity: 0.8;
}
button.disabled:not(.checkout) span {
  opacity: 0.5;
}
button.disabled:not(.checkout):before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  z-index: 99;
  content: '';
  width: 38px;
  height: 38px;
  background: url(../images/AjaxLoaderWhite.svg) no-repeat;
}
button[disabled],
fieldset[disabled] button {
  cursor: default;
  opacity: 0.8;
  pointer-events: none;
}
.multicheckout .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content &gt; .actions &gt; .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content &gt; .actions-toolbar &gt; .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .actions-secondary.secondary-addto-links,
.order-review-form .actions-secondary.secondary-addto-links,
.bundle-actions .actions-secondary.secondary-addto-links.customize,
.bundle-options-container .block-bundle-summary .box-tocart .actions-secondary.secondary-addto-links,
.cart-summary .checkout-methods-items .actions-secondary.secondary-addto-links.checkout,
.block-minicart .block-content &gt; .actions &gt; .primary .actions-secondary.secondary-addto-links,
.methods-shipping .actions-toolbar .actions-secondary.secondary-addto-links,
.checkout-payment-method .payment-method-content &gt; .actions-toolbar &gt; .primary .actions-secondary.secondary-addto-links,
.form-address-edit .actions-toolbar .actions-secondary.secondary-addto-links {
  padding: 12px 40px;
}
.actions-primary,
.actions-secondary {
  display: inline-block;
  vertical-align: top;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.block-bss-matrixview {
  max-height: 650px;
  width: 100%;
  overflow: auto;
  margin-bottom: 25px;
}
.block-bss-matrixview .border-row-left {
  position: absolute;
  top: 0px;
  width: 0.5px;
  background: #ccc;
  left: 0;
  z-index: 19;
}
.block-bss-matrixview .border-row-right {
  position: absolute;
  top: 0px;
  width: 1px;
  background: #ccc;
  z-index: 19;
}
#bss-matrixview {
  visibility: hidden;
  border-collapse: inherit;
}
table#bss-matrixview thead th {
  background: #f0f0f0;
  background-clip: padding-box;
}
table#bss-matrixview tbody tr:nth-child(even) {
  background: #f0f0f0;
}
table#bss-matrixview tbody tr:nth-child(odd) {
  background: #fff;
}
table#bss-matrixview tbody tr td:first-child {
  z-index: 9;
  background-color: inherit;
}
table#bss-matrixview td {
  border-left: 1px solid #ccc;
  text-align: center;
}
table#bss-matrixview td:first-child {
  border: none;
}
table#bss-matrixview th {
  z-index: 9;
  background-color: inherit;
  border-left: 1px solid #ccc;
  text-align: center;
}
table#bss-matrixview th:first-child {
  border: none;
}
table#bss-matrixview .swatch-option.color {
  min-width: 82px;
  min-height: 33px;
  border-radius: 5px;
  outline: none;
  border: none;
}
table#bss-matrixview .swatch-option.color:not(.disabled):hover {
  opacity: 0.85;
}
table#bss-matrixview .swatch-attribute.size .swatch-option {
  color: #575757;
}
table#bss-matrixview .swatch-attribute.manufacturer .swatch-option {
  color: #575757;
}
table#bss-matrixview .swatch-option.image:not(.disabled):hover {
  opacity: 0.85;
}
table#bss-matrixview span.old-price .price-label {
  display: none;
}
table#bss-matrixview span.old-price .price {
  text-decoration: line-through;
}
.child-product-matrix input.qty {
  width: 65px;
  border: solid 1px #bbb;
  text-align: center;
}
.child-product-matrix input.qty.ui-spinner-input {
  width: 95px;
  padding-left: 25px;
  padding-right: 25px;
}
.child-product-matrix a.ui-spinner-button.ui-spinner-up {
  position: absolute;
  right: 1px;
  bottom: 1px;
  cursor: pointer;
}
.child-product-matrix a.ui-spinner-button.ui-spinner-down {
  position: absolute;
  left: 1px;
  bottom: 1px;
  cursor: pointer;
}
.child-product-matrix div.tier-price {
  position: absolute;
  background: #ccc;
  padding: 10px;
  min-width: 250px;
  border-radius: 5px;
  z-index: 19;
  width: 175px;
}
.child-product-matrix div.tier-price:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ccc;
  content: '';
  position: absolute;
  bottom: -15px;
  left: 45%;
}
.child-product-matrix a:hover {
  text-decoration: none;
}
.child-product-matrix span.ui-spinner.ui-widget.ui-widget-content.ui-corner-all {
  display: inline-block;
  position: relative;
}
.ui-spinner-up span.custom-button-bss {
  display: block;
  width: 24px;
  background-color: #e8e8e8;
  height: 30px;
  line-height: 30px;
  color: #575757;
  font-size: 16px;
}
.ui-spinner-up span.custom-button-bss:before {
  content: "+";
}
.ui-spinner-down span.custom-button-bss {
  display: block;
  width: 24px;
  background-color: #e8e8e8;
  height: 30px;
  line-height: 30px;
  color: #575757;
  font-size: 16px;
}
.ui-spinner-down span.custom-button-bss:before {
  content: "-";
}
canvas#bsscanvas {
  position: absolute;
  top: 0;
  left: 0;
}
span.label-attribute1 {
  position: absolute;
  left: 50%;
  top: 10px;
}
span.label-attribute0 {
  position: absolute;
  bottom: 5px;
  left: 15px;
}
.bss-swatch .swatch-option {
  display: inline-block;
  float: none;
  margin: 0;
}
.bss-swatch .lable-super-attribute {
  cursor: pointer;
}
.bss-swatch .lable-super-attribute.selected {
  text-decoration: underline;
}
.bss-attribute-label span {
  font-weight: bold;
}
.bss-error {
  border: 1px solid #ff0606 !important;
}
p.mess-err-bss-m {
  display: none;
  position: absolute;
  z-index: 19;
  background: #ff0606;
  width: 200px;
  padding: 5px;
  border-radius: 5px;
  color: #ece7e7;
  font-weight: 600;
}
p.mess-err-bss-m:after {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #f91111;
  content: '';
  position: absolute;
  bottom: -14px;
  left: 40%;
}
.total-price {
  float: left;
  margin-bottom: 26px;
}
.total-price p {
  height: 30px;
  margin: 0;
  line-height: 30px;
}
.reset {
  float: right;
  padding: 5px;
  border-radius: 15.5px;
  box-shadow: 2px 0.1px 16px 0 rgba(0, 0, 0, 0.15);
}
span#reset-matrix-view {
  display: block;
  background-image: url('../images/reset_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 28px;
  cursor: pointer;
}
.total-rest-matrix-view:after {
  display: block;
  content: '';
  clear: both;
}
.bss-price-range .product-info-price .price-box .price-container .price {
  font-size: 24px;
  line-height: 24px;
}
.bss-price-range span {
  font-size: 20px !important;
  font-weight: bold;
  color: #000000;
}
.bss-price-range .price-from {
  clear: both;
}
.bss-price-range .price-from &gt; span {
  float: left;
}
.bss-price-range .price-from &gt; div {
  float: left;
}
.bss-price-range .price-to {
  clear: both;
}
.bss-price-range .price-to &gt; span {
  float: left;
}
.bss-price-range .price-to &gt; div {
  float: left;
}
.bss-price-range .old-price .price-label {
  display: none !important;
}
.bss-price-range span.special-price {
  display: inline-block;
}
.bss-price-range span.old-price .price {
  text-decoration: line-through;
  color: #8a8a8a;
}
.ajaxloadmatrixrelative {
  position: relative;
}
.overlayajaxloadmatrix {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=80);
  z-index: 777;
  width: 100%;
}
.ajaxloadmatrix {
  background-image: url('../images/ajax-loader.gif');
  z-index: 999;
  content: ' ';
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  margin: auto;
  vertical-align: text-bottom;
  position: relative;
}
.noswatch-nomatrix .field {
  margin-bottom: 15px;
}
.product-info-main .product-info-price .bss-price-range .price-box {
  width: auto;
}
.product-info-main .product-info-price .bss-price-range .price-box .price {
  line-height: inherit;
  margin-left: 7px;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell &gt; span {
  padding-left: 5px;
}
span.klarna-payments-method-cell &gt; img {
  display: block;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-ad {
  background-image: url(../MageKey_StoresFlags/flags/ad.svg);
}
.flag-icon-ae {
  background-image: url(../MageKey_StoresFlags/flags/ae.svg);
}
.flag-icon-af {
  background-image: url(../MageKey_StoresFlags/flags/af.svg);
}
.flag-icon-ag {
  background-image: url(../MageKey_StoresFlags/flags/ag.svg);
}
.flag-icon-ai {
  background-image: url(../MageKey_StoresFlags/flags/ai.svg);
}
.flag-icon-al {
  background-image: url(../MageKey_StoresFlags/flags/al.svg);
}
.flag-icon-am {
  background-image: url(../MageKey_StoresFlags/flags/am.svg);
}
.flag-icon-ao {
  background-image: url(../MageKey_StoresFlags/flags/ao.svg);
}
.flag-icon-aq {
  background-image: url(../MageKey_StoresFlags/flags/aq.svg);
}
.flag-icon-ar {
  background-image: url(../MageKey_StoresFlags/flags/ar.svg);
}
.flag-icon-as {
  background-image: url(../MageKey_StoresFlags/flags/as.svg);
}
.flag-icon-at {
  background-image: url(../MageKey_StoresFlags/flags/at.svg);
}
.flag-icon-au {
  background-image: url(../MageKey_StoresFlags/flags/au.svg);
}
.flag-icon-aw {
  background-image: url(../MageKey_StoresFlags/flags/aw.svg);
}
.flag-icon-ax {
  background-image: url(../MageKey_StoresFlags/flags/ax.svg);
}
.flag-icon-az {
  background-image: url(../MageKey_StoresFlags/flags/az.svg);
}
.flag-icon-ba {
  background-image: url(../MageKey_StoresFlags/flags/ba.svg);
}
.flag-icon-bb {
  background-image: url(../MageKey_StoresFlags/flags/bb.svg);
}
.flag-icon-bd {
  background-image: url(../MageKey_StoresFlags/flags/bd.svg);
}
.flag-icon-be {
  background-image: url(../MageKey_StoresFlags/flags/be.svg);
}
.flag-icon-bf {
  background-image: url(../MageKey_StoresFlags/flags/bf.svg);
}
.flag-icon-bg {
  background-image: url(../MageKey_StoresFlags/flags/bg.svg);
}
.flag-icon-bh {
  background-image: url(../MageKey_StoresFlags/flags/bh.svg);
}
.flag-icon-bi {
  background-image: url(../MageKey_StoresFlags/flags/bi.svg);
}
.flag-icon-bj {
  background-image: url(../MageKey_StoresFlags/flags/bj.svg);
}
.flag-icon-bl {
  background-image: url(../MageKey_StoresFlags/flags/bl.svg);
}
.flag-icon-bm {
  background-image: url(../MageKey_StoresFlags/flags/bm.svg);
}
.flag-icon-bn {
  background-image: url(../MageKey_StoresFlags/flags/bn.svg);
}
.flag-icon-bo {
  background-image: url(../MageKey_StoresFlags/flags/bo.svg);
}
.flag-icon-bq {
  background-image: url(../MageKey_StoresFlags/flags/bq.svg);
}
.flag-icon-br {
  background-image: url(../MageKey_StoresFlags/flags/br.svg);
}
.flag-icon-bs {
  background-image: url(../MageKey_StoresFlags/flags/bs.svg);
}
.flag-icon-bt {
  background-image: url(../MageKey_StoresFlags/flags/bt.svg);
}
.flag-icon-bv {
  background-image: url(../MageKey_StoresFlags/flags/bv.svg);
}
.flag-icon-bw {
  background-image: url(../MageKey_StoresFlags/flags/bw.svg);
}
.flag-icon-by {
  background-image: url(../MageKey_StoresFlags/flags/by.svg);
}
.flag-icon-bz {
  background-image: url(../MageKey_StoresFlags/flags/bz.svg);
}
.flag-icon-ca {
  background-image: url(../MageKey_StoresFlags/flags/ca.svg);
}
.flag-icon-cc {
  background-image: url(../MageKey_StoresFlags/flags/cc.svg);
}
.flag-icon-cd {
  background-image: url(../MageKey_StoresFlags/flags/cd.svg);
}
.flag-icon-cf {
  background-image: url(../MageKey_StoresFlags/flags/cf.svg);
}
.flag-icon-cg {
  background-image: url(../MageKey_StoresFlags/flags/cg.svg);
}
.flag-icon-ch {
  background-image: url(../MageKey_StoresFlags/flags/ch.svg);
}
.flag-icon-ci {
  background-image: url(../MageKey_StoresFlags/flags/ci.svg);
}
.flag-icon-ck {
  background-image: url(../MageKey_StoresFlags/flags/ck.svg);
}
.flag-icon-cl {
  background-image: url(../MageKey_StoresFlags/flags/cl.svg);
}
.flag-icon-cm {
  background-image: url(../MageKey_StoresFlags/flags/cm.svg);
}
.flag-icon-cn {
  background-image: url(../MageKey_StoresFlags/flags/cn.svg);
}
.flag-icon-co {
  background-image: url(../MageKey_StoresFlags/flags/co.svg);
}
.flag-icon-cr {
  background-image: url(../MageKey_StoresFlags/flags/cr.svg);
}
.flag-icon-cu {
  background-image: url(../MageKey_StoresFlags/flags/cu.svg);
}
.flag-icon-cv {
  background-image: url(../MageKey_StoresFlags/flags/cv.svg);
}
.flag-icon-cw {
  background-image: url(../MageKey_StoresFlags/flags/cw.svg);
}
.flag-icon-cx {
  background-image: url(../MageKey_StoresFlags/flags/cx.svg);
}
.flag-icon-cy {
  background-image: url(../MageKey_StoresFlags/flags/cy.svg);
}
.flag-icon-cz {
  background-image: url(../MageKey_StoresFlags/flags/cz.svg);
}
.flag-icon-de {
  background-image: url(../MageKey_StoresFlags/flags/de.svg);
}
.flag-icon-dj {
  background-image: url(../MageKey_StoresFlags/flags/dj.svg);
}
.flag-icon-dk {
  background-image: url(../MageKey_StoresFlags/flags/dk.svg);
}
.flag-icon-dm {
  background-image: url(../MageKey_StoresFlags/flags/dm.svg);
}
.flag-icon-do {
  background-image: url(../MageKey_StoresFlags/flags/do.svg);
}
.flag-icon-dz {
  background-image: url(../MageKey_StoresFlags/flags/dz.svg);
}
.flag-icon-ec {
  background-image: url(../MageKey_StoresFlags/flags/ec.svg);
}
.flag-icon-ee {
  background-image: url(../MageKey_StoresFlags/flags/ee.svg);
}
.flag-icon-eg {
  background-image: url(../MageKey_StoresFlags/flags/eg.svg);
}
.flag-icon-eh {
  background-image: url(../MageKey_StoresFlags/flags/eh.svg);
}
.flag-icon-er {
  background-image: url(../MageKey_StoresFlags/flags/er.svg);
}
.flag-icon-es {
  background-image: url(../MageKey_StoresFlags/flags/es.svg);
}
.flag-icon-et {
  background-image: url(../MageKey_StoresFlags/flags/et.svg);
}
.flag-icon-fi {
  background-image: url(../MageKey_StoresFlags/flags/fi.svg);
}
.flag-icon-fj {
  background-image: url(../MageKey_StoresFlags/flags/fj.svg);
}
.flag-icon-fk {
  background-image: url(../MageKey_StoresFlags/flags/fk.svg);
}
.flag-icon-fm {
  background-image: url(../MageKey_StoresFlags/flags/fm.svg);
}
.flag-icon-fo {
  background-image: url(../MageKey_StoresFlags/flags/fo.svg);
}
.flag-icon-fr {
  background-image: url(../MageKey_StoresFlags/flags/fr.svg);
}
.flag-icon-ga {
  background-image: url(../MageKey_StoresFlags/flags/ga.svg);
}
.flag-icon-gb {
  background-image: url(../MageKey_StoresFlags/flags/gb.svg);
}
.flag-icon-gd {
  background-image: url(../MageKey_StoresFlags/flags/gd.svg);
}
.flag-icon-ge {
  background-image: url(../MageKey_StoresFlags/flags/ge.svg);
}
.flag-icon-gf {
  background-image: url(../MageKey_StoresFlags/flags/gf.svg);
}
.flag-icon-gg {
  background-image: url(../MageKey_StoresFlags/flags/gg.svg);
}
.flag-icon-gh {
  background-image: url(../MageKey_StoresFlags/flags/gh.svg);
}
.flag-icon-gi {
  background-image: url(../MageKey_StoresFlags/flags/gi.svg);
}
.flag-icon-gl {
  background-image: url(../MageKey_StoresFlags/flags/gl.svg);
}
.flag-icon-gm {
  background-image: url(../MageKey_StoresFlags/flags/gm.svg);
}
.flag-icon-gn {
  background-image: url(../MageKey_StoresFlags/flags/gn.svg);
}
.flag-icon-gp {
  background-image: url(../MageKey_StoresFlags/flags/gp.svg);
}
.flag-icon-gq {
  background-image: url(../MageKey_StoresFlags/flags/gq.svg);
}
.flag-icon-gr {
  background-image: url(../MageKey_StoresFlags/flags/gr.svg);
}
.flag-icon-gs {
  background-image: url(../MageKey_StoresFlags/flags/gs.svg);
}
.flag-icon-gt {
  background-image: url(../MageKey_StoresFlags/flags/gt.svg);
}
.flag-icon-gu {
  background-image: url(../MageKey_StoresFlags/flags/gu.svg);
}
.flag-icon-gw {
  background-image: url(../MageKey_StoresFlags/flags/gw.svg);
}
.flag-icon-gy {
  background-image: url(../MageKey_StoresFlags/flags/gy.svg);
}
.flag-icon-hk {
  background-image: url(../MageKey_StoresFlags/flags/hk.svg);
}
.flag-icon-hm {
  background-image: url(../MageKey_StoresFlags/flags/hm.svg);
}
.flag-icon-hn {
  background-image: url(../MageKey_StoresFlags/flags/hn.svg);
}
.flag-icon-hr {
  background-image: url(../MageKey_StoresFlags/flags/hr.svg);
}
.flag-icon-ht {
  background-image: url(../MageKey_StoresFlags/flags/ht.svg);
}
.flag-icon-hu {
  background-image: url(../MageKey_StoresFlags/flags/hu.svg);
}
.flag-icon-id {
  background-image: url(../MageKey_StoresFlags/flags/id.svg);
}
.flag-icon-ie {
  background-image: url(../MageKey_StoresFlags/flags/ie.svg);
}
.flag-icon-il {
  background-image: url(../MageKey_StoresFlags/flags/il.svg);
}
.flag-icon-im {
  background-image: url(../MageKey_StoresFlags/flags/im.svg);
}
.flag-icon-in {
  background-image: url(../MageKey_StoresFlags/flags/in.svg);
}
.flag-icon-io {
  background-image: url(../MageKey_StoresFlags/flags/io.svg);
}
.flag-icon-iq {
  background-image: url(../MageKey_StoresFlags/flags/iq.svg);
}
.flag-icon-ir {
  background-image: url(../MageKey_StoresFlags/flags/ir.svg);
}
.flag-icon-is {
  background-image: url(../MageKey_StoresFlags/flags/is.svg);
}
.flag-icon-it {
  background-image: url(../MageKey_StoresFlags/flags/it.svg);
}
.flag-icon-je {
  background-image: url(../MageKey_StoresFlags/flags/je.svg);
}
.flag-icon-jm {
  background-image: url(../MageKey_StoresFlags/flags/jm.svg);
}
.flag-icon-jo {
  background-image: url(../MageKey_StoresFlags/flags/jo.svg);
}
.flag-icon-jp {
  background-image: url(../MageKey_StoresFlags/flags/jp.svg);
}
.flag-icon-ke {
  background-image: url(../MageKey_StoresFlags/flags/ke.svg);
}
.flag-icon-kg {
  background-image: url(../MageKey_StoresFlags/flags/kg.svg);
}
.flag-icon-kh {
  background-image: url(../MageKey_StoresFlags/flags/kh.svg);
}
.flag-icon-ki {
  background-image: url(../MageKey_StoresFlags/flags/ki.svg);
}
.flag-icon-km {
  background-image: url(../MageKey_StoresFlags/flags/km.svg);
}
.flag-icon-kn {
  background-image: url(../MageKey_StoresFlags/flags/kn.svg);
}
.flag-icon-kp {
  background-image: url(../MageKey_StoresFlags/flags/kp.svg);
}
.flag-icon-kr {
  background-image: url(../MageKey_StoresFlags/flags/kr.svg);
}
.flag-icon-kw {
  background-image: url(../MageKey_StoresFlags/flags/kw.svg);
}
.flag-icon-ky {
  background-image: url(../MageKey_StoresFlags/flags/ky.svg);
}
.flag-icon-kz {
  background-image: url(../MageKey_StoresFlags/flags/kz.svg);
}
.flag-icon-la {
  background-image: url(../MageKey_StoresFlags/flags/la.svg);
}
.flag-icon-lb {
  background-image: url(../MageKey_StoresFlags/flags/lb.svg);
}
.flag-icon-lc {
  background-image: url(../MageKey_StoresFlags/flags/lc.svg);
}
.flag-icon-li {
  background-image: url(../MageKey_StoresFlags/flags/li.svg);
}
.flag-icon-lk {
  background-image: url(../MageKey_StoresFlags/flags/lk.svg);
}
.flag-icon-lr {
  background-image: url(../MageKey_StoresFlags/flags/lr.svg);
}
.flag-icon-ls {
  background-image: url(../MageKey_StoresFlags/flags/ls.svg);
}
.flag-icon-lt {
  background-image: url(../MageKey_StoresFlags/flags/lt.svg);
}
.flag-icon-lu {
  background-image: url(../MageKey_StoresFlags/flags/lu.svg);
}
.flag-icon-lv {
  background-image: url(../MageKey_StoresFlags/flags/lv.svg);
}
.flag-icon-ly {
  background-image: url(../MageKey_StoresFlags/flags/ly.svg);
}
.flag-icon-ma {
  background-image: url(../MageKey_StoresFlags/flags/ma.svg);
}
.flag-icon-mc {
  background-image: url(../MageKey_StoresFlags/flags/mc.svg);
}
.flag-icon-md {
  background-image: url(../MageKey_StoresFlags/flags/md.svg);
}
.flag-icon-me {
  background-image: url(../MageKey_StoresFlags/flags/me.svg);
}
.flag-icon-mf {
  background-image: url(../MageKey_StoresFlags/flags/mf.svg);
}
.flag-icon-mg {
  background-image: url(../MageKey_StoresFlags/flags/mg.svg);
}
.flag-icon-mh {
  background-image: url(../MageKey_StoresFlags/flags/mh.svg);
}
.flag-icon-mk {
  background-image: url(../MageKey_StoresFlags/flags/mk.svg);
}
.flag-icon-ml {
  background-image: url(../MageKey_StoresFlags/flags/ml.svg);
}
.flag-icon-mm {
  background-image: url(../MageKey_StoresFlags/flags/mm.svg);
}
.flag-icon-mn {
  background-image: url(../MageKey_StoresFlags/flags/mn.svg);
}
.flag-icon-mo {
  background-image: url(../MageKey_StoresFlags/flags/mo.svg);
}
.flag-icon-mp {
  background-image: url(../MageKey_StoresFlags/flags/mp.svg);
}
.flag-icon-mq {
  background-image: url(../MageKey_StoresFlags/flags/mq.svg);
}
.flag-icon-mr {
  background-image: url(../MageKey_StoresFlags/flags/mr.svg);
}
.flag-icon-ms {
  background-image: url(../MageKey_StoresFlags/flags/ms.svg);
}
.flag-icon-mt {
  background-image: url(../MageKey_StoresFlags/flags/mt.svg);
}
.flag-icon-mu {
  background-image: url(../MageKey_StoresFlags/flags/mu.svg);
}
.flag-icon-mv {
  background-image: url(../MageKey_StoresFlags/flags/mv.svg);
}
.flag-icon-mw {
  background-image: url(../MageKey_StoresFlags/flags/mw.svg);
}
.flag-icon-mx {
  background-image: url(../MageKey_StoresFlags/flags/mx.svg);
}
.flag-icon-my {
  background-image: url(../MageKey_StoresFlags/flags/my.svg);
}
.flag-icon-mz {
  background-image: url(../MageKey_StoresFlags/flags/mz.svg);
}
.flag-icon-na {
  background-image: url(../MageKey_StoresFlags/flags/na.svg);
}
.flag-icon-nc {
  background-image: url(../MageKey_StoresFlags/flags/nc.svg);
}
.flag-icon-ne {
  background-image: url(../MageKey_StoresFlags/flags/ne.svg);
}
.flag-icon-nf {
  background-image: url(../MageKey_StoresFlags/flags/nf.svg);
}
.flag-icon-ng {
  background-image: url(../MageKey_StoresFlags/flags/ng.svg);
}
.flag-icon-ni {
  background-image: url(../MageKey_StoresFlags/flags/ni.svg);
}
.flag-icon-nl {
  background-image: url(../MageKey_StoresFlags/flags/nl.svg);
}
.flag-icon-no {
  background-image: url(../MageKey_StoresFlags/flags/no.svg);
}
.flag-icon-np {
  background-image: url(../MageKey_StoresFlags/flags/np.svg);
}
.flag-icon-nr {
  background-image: url(../MageKey_StoresFlags/flags/nr.svg);
}
.flag-icon-nu {
  background-image: url(../MageKey_StoresFlags/flags/nu.svg);
}
.flag-icon-nz {
  background-image: url(../MageKey_StoresFlags/flags/nz.svg);
}
.flag-icon-om {
  background-image: url(../MageKey_StoresFlags/flags/om.svg);
}
.flag-icon-pa {
  background-image: url(../MageKey_StoresFlags/flags/pa.svg);
}
.flag-icon-pe {
  background-image: url(../MageKey_StoresFlags/flags/pe.svg);
}
.flag-icon-pf {
  background-image: url(../MageKey_StoresFlags/flags/pf.svg);
}
.flag-icon-pg {
  background-image: url(../MageKey_StoresFlags/flags/pg.svg);
}
.flag-icon-ph {
  background-image: url(../MageKey_StoresFlags/flags/ph.svg);
}
.flag-icon-pk {
  background-image: url(../MageKey_StoresFlags/flags/pk.svg);
}
.flag-icon-pl {
  background-image: url(../MageKey_StoresFlags/flags/pl.svg);
}
.flag-icon-pm {
  background-image: url(../MageKey_StoresFlags/flags/pm.svg);
}
.flag-icon-pn {
  background-image: url(../MageKey_StoresFlags/flags/pn.svg);
}
.flag-icon-pr {
  background-image: url(../MageKey_StoresFlags/flags/pr.svg);
}
.flag-icon-ps {
  background-image: url(../MageKey_StoresFlags/flags/ps.svg);
}
.flag-icon-pt {
  background-image: url(../MageKey_StoresFlags/flags/pt.svg);
}
.flag-icon-pw {
  background-image: url(../MageKey_StoresFlags/flags/pw.svg);
}
.flag-icon-py {
  background-image: url(../MageKey_StoresFlags/flags/py.svg);
}
.flag-icon-qa {
  background-image: url(../MageKey_StoresFlags/flags/qa.svg);
}
.flag-icon-re {
  background-image: url(../MageKey_StoresFlags/flags/re.svg);
}
.flag-icon-ro {
  background-image: url(../MageKey_StoresFlags/flags/ro.svg);
}
.flag-icon-rs {
  background-image: url(../MageKey_StoresFlags/flags/rs.svg);
}
.flag-icon-ru {
  background-image: url(../MageKey_StoresFlags/flags/ru.svg);
}
.flag-icon-rw {
  background-image: url(../MageKey_StoresFlags/flags/rw.svg);
}
.flag-icon-sa {
  background-image: url(../MageKey_StoresFlags/flags/sa.svg);
}
.flag-icon-sb {
  background-image: url(../MageKey_StoresFlags/flags/sb.svg);
}
.flag-icon-sc {
  background-image: url(../MageKey_StoresFlags/flags/sc.svg);
}
.flag-icon-sd {
  background-image: url(../MageKey_StoresFlags/flags/sd.svg);
}
.flag-icon-se {
  background-image: url(../MageKey_StoresFlags/flags/se.svg);
}
.flag-icon-sg {
  background-image: url(../MageKey_StoresFlags/flags/sg.svg);
}
.flag-icon-sh {
  background-image: url(../MageKey_StoresFlags/flags/sh.svg);
}
.flag-icon-si {
  background-image: url(../MageKey_StoresFlags/flags/si.svg);
}
.flag-icon-sj {
  background-image: url(../MageKey_StoresFlags/flags/sj.svg);
}
.flag-icon-sk {
  background-image: url(../MageKey_StoresFlags/flags/sk.svg);
}
.flag-icon-sl {
  background-image: url(../MageKey_StoresFlags/flags/sl.svg);
}
.flag-icon-sm {
  background-image: url(../MageKey_StoresFlags/flags/sm.svg);
}
.flag-icon-sn {
  background-image: url(../MageKey_StoresFlags/flags/sn.svg);
}
.flag-icon-so {
  background-image: url(../MageKey_StoresFlags/flags/so.svg);
}
.flag-icon-sr {
  background-image: url(../MageKey_StoresFlags/flags/sr.svg);
}
.flag-icon-ss {
  background-image: url(../MageKey_StoresFlags/flags/ss.svg);
}
.flag-icon-st {
  background-image: url(../MageKey_StoresFlags/flags/st.svg);
}
.flag-icon-sv {
  background-image: url(../MageKey_StoresFlags/flags/sv.svg);
}
.flag-icon-sx {
  background-image: url(../MageKey_StoresFlags/flags/sx.svg);
}
.flag-icon-sy {
  background-image: url(../MageKey_StoresFlags/flags/sy.svg);
}
.flag-icon-sz {
  background-image: url(../MageKey_StoresFlags/flags/sz.svg);
}
.flag-icon-tc {
  background-image: url(../MageKey_StoresFlags/flags/tc.svg);
}
.flag-icon-td {
  background-image: url(../MageKey_StoresFlags/flags/td.svg);
}
.flag-icon-tf {
  background-image: url(../MageKey_StoresFlags/flags/tf.svg);
}
.flag-icon-tg {
  background-image: url(../MageKey_StoresFlags/flags/tg.svg);
}
.flag-icon-th {
  background-image: url(../MageKey_StoresFlags/flags/th.svg);
}
.flag-icon-tj {
  background-image: url(../MageKey_StoresFlags/flags/tj.svg);
}
.flag-icon-tk {
  background-image: url(../MageKey_StoresFlags/flags/tk.svg);
}
.flag-icon-tl {
  background-image: url(../MageKey_StoresFlags/flags/tl.svg);
}
.flag-icon-tm {
  background-image: url(../MageKey_StoresFlags/flags/tm.svg);
}
.flag-icon-tn {
  background-image: url(../MageKey_StoresFlags/flags/tn.svg);
}
.flag-icon-to {
  background-image: url(../MageKey_StoresFlags/flags/to.svg);
}
.flag-icon-tr {
  background-image: url(../MageKey_StoresFlags/flags/tr.svg);
}
.flag-icon-tt {
  background-image: url(../MageKey_StoresFlags/flags/tt.svg);
}
.flag-icon-tv {
  background-image: url(../MageKey_StoresFlags/flags/tv.svg);
}
.flag-icon-tw {
  background-image: url(../MageKey_StoresFlags/flags/tw.svg);
}
.flag-icon-tz {
  background-image: url(../MageKey_StoresFlags/flags/tz.svg);
}
.flag-icon-ua {
  background-image: url(../MageKey_StoresFlags/flags/ua.svg);
}
.flag-icon-ug {
  background-image: url(../MageKey_StoresFlags/flags/ug.svg);
}
.flag-icon-um {
  background-image: url(../MageKey_StoresFlags/flags/um.svg);
}
.flag-icon-us {
  background-image: url(../MageKey_StoresFlags/flags/us.svg);
}
.flag-icon-uy {
  background-image: url(../MageKey_StoresFlags/flags/uy.svg);
}
.flag-icon-uz {
  background-image: url(../MageKey_StoresFlags/flags/uz.svg);
}
.flag-icon-va {
  background-image: url(../MageKey_StoresFlags/flags/va.svg);
}
.flag-icon-vc {
  background-image: url(../MageKey_StoresFlags/flags/vc.svg);
}
.flag-icon-ve {
  background-image: url(../MageKey_StoresFlags/flags/ve.svg);
}
.flag-icon-vg {
  background-image: url(../MageKey_StoresFlags/flags/vg.svg);
}
.flag-icon-vi {
  background-image: url(../MageKey_StoresFlags/flags/vi.svg);
}
.flag-icon-vn {
  background-image: url(../MageKey_StoresFlags/flags/vn.svg);
}
.flag-icon-vu {
  background-image: url(../MageKey_StoresFlags/flags/vu.svg);
}
.flag-icon-wf {
  background-image: url(../MageKey_StoresFlags/flags/wf.svg);
}
.flag-icon-ws {
  background-image: url(../MageKey_StoresFlags/flags/ws.svg);
}
.flag-icon-ye {
  background-image: url(../MageKey_StoresFlags/flags/ye.svg);
}
.flag-icon-yt {
  background-image: url(../MageKey_StoresFlags/flags/yt.svg);
}
.flag-icon-za {
  background-image: url(../MageKey_StoresFlags/flags/za.svg);
}
.flag-icon-zm {
  background-image: url(../MageKey_StoresFlags/flags/zm.svg);
}
.flag-icon-zw {
  background-image: url(../MageKey_StoresFlags/flags/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(../MageKey_StoresFlags/flags/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(../MageKey_StoresFlags/flags/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../MageKey_StoresFlags/flags/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(../MageKey_StoresFlags/flags/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(../MageKey_StoresFlags/flags/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../MageKey_StoresFlags/flags/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../MageKey_StoresFlags/flags/un.svg);
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #8f8f8f;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
[name*="shippingAddress.street.0"] .label {
  display: none;
}
@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;
  }
}
.newsletter .control input#newsletter {
  height: 40px;
}
.newsletter h4 {
  font-size: 13px;
  font-weight: bold;
  padding: 0;
}
.newsletter h4 .fa {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .switcher {
    float: left;
    margin-right: 20px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .switcher .label.switcher-label {
    display: none;
  }
  .switcher .options {
    padding-right: 15px;
    display: inline-block;
    position: relative;
  }
  .switcher .options div.action.toggle:after {
    position: absolute;
    font-size: 8px;
    top: 0;
    right: 0;
    margin: 1px 0 0;
  }
  .switcher .options:before,
  .switcher .options:after {
    content: '';
    display: table;
  }
  .switcher .options:after {
    clear: both;
  }
  .switcher .options .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .switcher .options .action.toggle:hover:after {
    color: inherit;
  }
  .switcher .options .action.toggle:active:after {
    color: inherit;
  }
  .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none;
  }
  .switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .switcher .options .action.toggle.active:hover:after {
    color: inherit;
  }
  .switcher .options .action.toggle.active:active:after {
    color: inherit;
  }
  .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .switcher .options ul.dropdown li {
    margin: 0;
    padding: 3px 5px;
  }
  .switcher .options ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .switcher .options ul.dropdown:before,
  .switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px;
  }
  .switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px;
  }
  .switcher .options.active {
    overflow: visible;
  }
  .switcher .options.active ul.dropdown {
    display: block;
  }
  .switcher .options ul.dropdown {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 170px;
    top: 23px;
    padding: 10px 0px;
    display: none;
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .switcher .options ul.dropdown a {
    color: #333333;
    color: #7c7c7c;
    display: block;
    font-size: 11px;
    padding: 8px;
    text-decoration: none;
    border-left: 3px solid transparent;
  }
  .switcher .options ul.dropdown a:visited {
    color: #333333;
    text-decoration: none;
  }
  .switcher .options ul.dropdown a:hover {
    color: #333333;
    text-decoration: none;
  }
  .switcher .options ul.dropdown a:active {
    color: #333333;
    text-decoration: none;
  }
  .switcher .options ul.dropdown a:hover {
    border-left-color: #27aba6;
    background-color: #f9f9f9;
  }
  .switcher .options ul.dropdown li {
    background-color: none;
    padding: 0;
  }
  .switcher .options ul.dropdown li:hover {
    background: none;
  }
  .switcher .options ul.dropdown:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.1);
  }
  .switcher .options .ui-dialog ul.dropdown {
    display: block;
    width: 200px;
  }
  .switcher strong {
    font-weight: 400;
    font-size: 12px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #7e807e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
    text-align: left;
  }
  .nav-sections .switcher .switcher-label.label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher .options {
    width: 100%;
    display: inline-block;
    position: relative;
  }
  .nav-sections .switcher .options:before,
  .nav-sections .switcher .options:after {
    content: '';
    display: table;
  }
  .nav-sections .switcher .options:after {
    clear: both;
  }
  .nav-sections .switcher .options .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .nav-sections .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher .options .action.toggle:hover:after {
    color: inherit;
  }
  .nav-sections .switcher .options .action.toggle:active:after {
    color: inherit;
  }
  .nav-sections .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none;
  }
  .nav-sections .switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher .options .action.toggle.active:hover:after {
    color: inherit;
  }
  .nav-sections .switcher .options .action.toggle.active:active:after {
    color: inherit;
  }
  .nav-sections .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .nav-sections .switcher .options ul.dropdown li {
    margin: 0;
    padding: 3px 5px;
  }
  .nav-sections .switcher .options ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .nav-sections .switcher .options ul.dropdown:before,
  .nav-sections .switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .nav-sections .switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .nav-sections .switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .nav-sections .switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px;
  }
  .nav-sections .switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px;
  }
  .nav-sections .switcher .options.active {
    overflow: visible;
  }
  .nav-sections .switcher .options.active ul.dropdown {
    display: block;
  }
  .nav-sections .switcher .options.switcher-options ul.dropdown {
    border: medium none;
    box-shadow: none;
    display: block;
    position: static;
    width: 100%;
  }
  .nav-sections .switcher .options.switcher-options ul.dropdown:before,
  .nav-sections .switcher .options.switcher-options ul.dropdown:after {
    display: none;
  }
  .nav-sections .switcher .options.switcher-options ul.dropdown li a {
    font-weight: normal;
    color: #545454;
  }
}
@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;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses &gt; .item,
  .form-address-edit .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses &gt; .item:nth-child(1),
  .form-address-edit .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses &gt; .item:nth-child(2),
  .form-address-edit .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses &gt; .item:nth-child(2) + *,
  .form-address-edit .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field:not(.choice) &gt; .label,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field:not(.choice) &gt; .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field:not(.choice) &gt; .control,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field:not(.choice) &gt; .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field &gt; .label,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field &gt; .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field.choice:before,
  .abs-revert-field-type-desktop .fieldset &gt; .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop &gt; thead &gt; tr &gt; th,
  .abs-table-bordered-desktop &gt; tbody &gt; tr &gt; th,
  .abs-table-bordered-desktop &gt; tfoot &gt; tr &gt; th,
  .abs-table-bordered-desktop &gt; thead &gt; tr &gt; td,
  .abs-table-bordered-desktop &gt; tbody &gt; tr &gt; td,
  .abs-table-bordered-desktop &gt; tfoot &gt; tr &gt; td {
    border: none;
  }
  .abs-table-bordered-desktop &gt; thead &gt; tr &gt; th,
  .abs-table-bordered-desktop &gt; thead &gt; tr &gt; td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block &gt; .title,
  .paypal-review-discount .block &gt; .title,
  .cart-discount .block &gt; .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block &gt; .title strong,
  .paypal-review-discount .block &gt; .title strong,
  .cart-discount .block &gt; .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items &gt; .item.title {
    float: left;
    width: auto;
  }
  .product.data.items &gt; .item.title &gt; .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items &gt; .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items &gt; .item.content:before,
  .product.data.items &gt; .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items &gt; .item.content:after {
    clear: both;
  }
  .product.data.items &gt; .item.content.active {
    display: block;
  }
  .product.data.items &gt; .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items &gt; .item.title &gt; .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items &gt; .item.title &gt; .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title &gt; .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title &gt; .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:focus,
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:hover {
    background: #ffffff;
  }
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:active,
  .product.data.items &gt; .item.title.active &gt; .switch,
  .product.data.items &gt; .item.title.active &gt; .switch:focus,
  .product.data.items &gt; .item.title.active &gt; .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title.active &gt; .switch,
  .product.data.items &gt; .item.title.active &gt; .switch:focus,
  .product.data.items &gt; .item.title.active &gt; .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items &gt; .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar &gt; .primary,
  .actions-toolbar &gt; .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar &gt; .primary .action,
  .actions-toolbar &gt; .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method &gt; .payment-method-title {
    padding: 11.5px 0;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar &gt; .primary {
    float: right;
  }
  .order-review-form .action.primary,
  .order-review-form .actions-secondary.secondary-addto-links {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize,
  .bundle-actions .actions-secondary.secondary-addto-links.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper &gt; .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary,
  .bundle-options-container .block-bundle-summary .box-tocart .actions-secondary.secondary-addto-links {
    margin-right: 1%;
    width: 49%;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #7d7d7d;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #7d7d7d;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode &gt; span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: normal;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field:not(.date) &gt; .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search &gt; span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary &gt; .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar &gt; .secondary {
    float: none;
  }
  .cart-summary .block &gt; .title {
    padding-left: 0;
  }
  .cart-summary .block &gt; .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) &gt; .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) &gt; .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field &gt; .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 350px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item &gt; span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item &gt; span:before,
  .opc-progress-bar-item &gt; span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item &gt; span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover &gt; span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete &gt; span {
    color: #1979c3;
  }
  .opc-progress-bar-item._complete &gt; span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active &gt; span {
    color: #333333;
  }
  .opc-progress-bar-item._active &gt; span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active &gt; span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar &gt; .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary,
  .checkout-shipping-method .actions-toolbar .actions-secondary.secondary-addto-links {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar &gt; .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar &gt; .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar &gt; .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset &gt; .field-select-billing &gt; .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 0 5px;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar &gt; .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar &gt; .secondary {
    float: left;
  }
  .login-container .fieldset &gt; .field &gt; .control {
    width: 55%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses &gt; .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses &gt; .item:nth-last-child(1),
  .block-addresses-list .items.addresses &gt; .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) &gt; .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) &gt; .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) &gt; .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required &gt; .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required &gt; .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) &gt; .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .gift-message .field &gt; .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) &gt; .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) &gt; .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #8f8f8f;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\e621';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items &gt; thead &gt; tr &gt; th,
  .account .data.table.table-giftregistry-items &gt; tbody &gt; tr &gt; th,
  .account .data.table.table-giftregistry-items &gt; tfoot &gt; tr &gt; th,
  .account .data.table.table-giftregistry-items &gt; thead &gt; tr &gt; td,
  .account .data.table.table-giftregistry-items &gt; tbody &gt; tr &gt; td,
  .account .data.table.table-giftregistry-items &gt; tfoot &gt; tr &gt; td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items &gt; caption + thead &gt; tr:first-child &gt; th,
  .account .data.table.table-giftregistry-items &gt; colgroup + thead &gt; tr:first-child &gt; th,
  .account .data.table.table-giftregistry-items &gt; thead:first-child &gt; tr:first-child &gt; th,
  .account .data.table.table-giftregistry-items &gt; caption + thead &gt; tr:first-child &gt; td,
  .account .data.table.table-giftregistry-items &gt; colgroup + thead &gt; tr:first-child &gt; td,
  .account .data.table.table-giftregistry-items &gt; thead:first-child &gt; tr:first-child &gt; td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items &gt; tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items &gt; tbody &gt; tr:nth-child(even) &gt; td,
  .account .data.table.table-giftregistry-items &gt; tbody &gt; tr:nth-child(even) &gt; th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .page-with-filter .filter.block {
    margin-bottom: 40px;
  }
  .page-with-filter .filter-title {
    display: none;
  }
  .page-with-filter .filter-content .item {
    margin: 10px 0;
  }
  .page-with-filter .filter-actions {
    margin-bottom: 30px;
  }
  .page-with-filter .filter.active .page-with-filter .filter-options,
  .page-with-filter .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .page-with-filter .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column.page-with-filter .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column.page-with-filter .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column.page-with-filter .filter-subtitle {
    display: none;
  }
  .page-layout-1column.page-with-filter .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column.page-with-filter .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column.page-with-filter .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column.page-with-filter .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column.page-with-filter .filter-options-item.active:after,
  .page-layout-1column.page-with-filter .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column.page-with-filter .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column.page-with-filter .filter-options-item.active .filter-options-title:after {
    content: '\e621';
  }
  .page-layout-1column.page-with-filter .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column.page-with-filter .filter-options-title:after {
    right: 2px;
    top: -2px;
    z-index: 3;
    content: '\e622';
    font-family: 'luma-icons';
  }
  .page-layout-1column.page-with-filter .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 #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column.page-with-filter .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column.page-with-filter .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column.page-with-filter .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column.page-with-filter .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column.page-with-filter .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column.page-with-filter .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column.page-with-filter .filter-current .item,
  .page-layout-1column.page-with-filter .filter-current .items {
    display: inline;
  }
  .page-layout-1column.page-with-filter .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column.page-with-filter .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column.page-with-filter .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column.page-with-filter .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .product-reviews-summary {
    margin-bottom: 0;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item {
    float: left;
  }
  .products-grid.wishlist .product-item .product-item-info {
    margin: 0 15px;
  }
  .products-grid.wishlist .product-item:nth-child(3n) + .product-item {
    clear: left;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions &gt; * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .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;
  }
}
@media all and (min-width: 769px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 1024px), print {
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    padding: 0;
    width: 33.33%;
  }
  .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;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
</pre></body></html>