/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1024px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 1024px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #999999;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.am-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
._ammenu-animation {
  animation-fill-mode: forwards;
}
@-webkit-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-moz-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-ms-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-o-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_ProductAttachment
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
#faq .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px 0;
}
#faq .active,
#faq .accordion:hover {
  background-color: #ccc;
}
#faq .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
#faq .active:after {
  content: "\2212";
}
#faq .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* Overwrites of carfit styles should go here */
/*
DESKTOP
 */
@media only screen and (min-width: 768px) {
  .filter-box .filter-items {
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0;
  }
  .carfit-lp-header .lp-header-background.carrier-background img {
    max-height: 100%;
    object-position: right;
  }
  .carrierfinder .carfit-radio {
    display: none;
  }
  .carrier-prefinder-buttonset {
    flex-direction: row;
  }
  .carrier-prefinder-buttonset input {
    max-width: 225px;
    width: 100%;
    margin-right: 0 15px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title,
  .block-search .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .amreview-popup.modal-popup .block-content {
    padding: 10px 40px 40px;
  }
  .amrev-toolbar-container {
    background: #fafafa;
    padding: 5px 10px;
  }
  .amrev-toolbar-container .amrev-filters {
    flex-basis: auto;
    flex-wrap: nowrap;
    order: 1;
  }
  .amrev-toolbar-container .amrev-filter {
    border: none;
    flex-basis: auto;
    margin: 0;
    padding: 0;
  }
  .amrev-toolbar-container .amrev-sorting {
    flex-basis: 250px;
    order: 2;
    padding: 0 0 0 15px;
  }
  .amrev-toolbar-container.-all .amrev-sorting {
    border-left: 1px solid #d6d6d6;
  }
  .amrev-toolbar-container .amrev-label {
    margin: 0 7.5px;
  }
  .amrev-toolbar-container .amrev-select {
    max-width: 175px;
  }
  .amreview-images.slick-slider .slick-slide {
    display: inline-block;
  }
  .amreview-images.slick-slider .slick-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat;
  }
  .amrev-comment-block {
    margin: 0;
  }
  .amrev-area-field div.mage-error {
    margin-top: 4px;
    position: absolute;
    top: 100%;
  }
  .amrev-comment-form .amrev-fieldset {
    flex-basis: 70%;
  }
  .amrev-comment-toolbar {
    flex-wrap: nowrap;
    padding: 25px 0 20px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap {
    flex-basis: auto;
    order: 3;
    padding: 0 15px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap .amreview-plus {
    margin: 0 10px 0 0;
  }
  .amrev-comment-toolbar .amrev-comment {
    border-right: 1px solid #c4c4c4;
    flex-basis: auto;
    justify-content: initial;
    margin: 0;
    order: 2;
  }
  .amrev-comment-toolbar .amrev-reply {
    flex-basis: auto;
    order: 1;
    padding: 0 15px 0 0;
  }
  .amreview-helpful-wrap .amreview-helpful {
    font-size: 12px;
  }
  .amreview-submit-form .field.review-field-nickname.-half,
  .amreview-submit-form .field.review-field-email {
    width: 48%;
  }
  .amreview-submit-form .review-form .action.submit.primary {
    padding: 11px 22px;
  }
  .amreview-submit-form > .block-content {
    padding: 25px 0 55px;
  }
  .amreview-submit-form .review-fieldset {
    margin: 0 0 40px;
  }
  .amreview-submit-form .review-fieldset .field {
    margin: 0 0 15px 0;
  }
  .amreview-widget-title {
    padding: 10px 35px;
  }
  .amreview-widget-container.-summary-widget {
    padding-left: 35px;
    padding-right: 35px;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful {
    margin: 0;
    width: auto;
  }
  .amreview-widget-container.-summary-widget .amreview-icon {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-plus {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-minus {
    margin: 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-wrapper {
    padding: 25px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    padding: 35px;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .am-tabs-view .product.data.items > .item.content {
    margin-top: 41px;
    padding: 35px;
  }
  .amtabs-accordion-view.product.data.items {
    border-bottom: 1px solid #ccc;
  }
  .amtabs-accordion-view.product.data.items > .item.content {
    float: none;
    margin: 0;
    padding: 20px;
    border-bottom: 0;
  }
  .amtabs-accordion-view.product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  .amtabs-accordion-view.product.data.items > .item.title.active .switch:after {
    transform: rotate(180deg);
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch {
    padding: 5px 20px;
    background-color: #fff;
    color: #333;
    font-weight: 600;
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch:after {
    transition: 0.1s all ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    content: '\e622';
  }
  .amtab-grid-wrapper .amtab-table-container .amtab-title,
  .amtab-grid-wrapper .amtab-table-container .amtab-cell {
    padding: 0 0 0 20px;
  }
  .amtab-grid-wrapper.-large .amtab-measure {
    padding: 45px 0 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
    max-width: 260px;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step:not(:last-child) {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
    padding: 0 0 0 35px;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 4;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff9416;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .lp-about .about-wrapper {
    flex-direction: row;
  }
  .lp-about .about-wrapper .about-img {
    padding: 0;
  }
  #wiper-fit-panel {
    border: 1px lightgrey;
    border-style: solid none;
  }
  #wiper-fit-panel p {
    display: block;
    padding: 10px 0;
    margin: 0;
  }
  .best-seller-product-wrapper {
    padding-top: 35px;
  }
  .product-item:not(.mobile-display):hover {
    cursor: pointer;
  }
  .product-item:not(.mobile-display):hover article {
    box-shadow: 0px 1px 10px #bdc1c6;
  }
  .product-item:not(.mobile-display) article {
    grid-template-columns: minmax(19%, 240px) minmax(50%, auto) minmax(20%, 254px);
    grid-template-areas: "image title buybox" "image details buybox" "image additional buybox";
    background-color: #FFF;
  }
  .product-item:not(.mobile-display) .product-title-box,
  .product-item:not(.mobile-display) .product-additional-details-box,
  .product-item:not(.mobile-display) .product-details-box {
    background-color: #FFF;
    padding: 17px 20px 5px;
  }
  .product-item:not(.mobile-display) .product-additional-details-box {
    display: block;
    padding: 5px 20px;
    height: initial;
    border: 0;
  }
  .product-item:not(.mobile-display) .product-buy-box {
    padding: 20px;
    border: 0;
    height: 100%;
    width: initial;
    justify-self: end;
    flex-direction: column;
    border-left: 1px solid #E6E6E6;
  }
  .product-item:not(.mobile-display) .product-buy-box .product-item-actions {
    margin-top: 40px;
    flex: initial;
    height: initial;
  }
  .product-item:not(.mobile-display) .product-buy-box .price-box {
    flex: initial;
    padding: 0;
  }
  .product-item:not(.mobile-display) .product-buy-box .price-box .price-container .price-wrapper .price {
    font-size: 30px;
  }
  .product-item:not(.mobile-display) .product-buy-box .actions-primary,
  .product-item:not(.mobile-display) .product-buy-box form,
  .product-item:not(.mobile-display) .product-buy-box button {
    height: initial;
    width: initial;
  }
  .product-item:not(.mobile-display) .price-discount {
    display: block;
    color: red;
    font-size: 12px;
  }
  .product-item:not(.mobile-display) .carfit-product-fit {
    display: flex;
    margin: 10px 0 0;
    align-items: center;
  }
  .product-item:not(.mobile-display) .carfit-product-fit .ic-check {
    width: 24px;
    fill: #03AC27;
  }
  .product-item:not(.mobile-display) .carfit-product-fit .product-fit-text {
    padding-left: 10px;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
  }
  .product-item:not(.mobile-display) .carfit-product-fit .product-fit-text .year {
    font-weight: 400;
  }
  .product-item:not(.mobile-display) .product-short-details .product-attribute {
    background-color: #F5F5F5;
  }
  .product-item:not(.mobile-display) .product-short-details .product-attribute.filtered {
    background-color: #232F3E;
    border-color: #232F3E;
  }
  form.carfit-product-finder:not(.mobile-mode) .selectric-wrapper {
    border-radius: 10px 0 0 10px;
    width: 250px;
    max-width: 250px;
    margin: 0;
  }
  form.carfit-product-finder:not(.mobile-mode) .selectric-wrapper + .selectric-wrapper {
    border-radius: 0;
  }
  form.carfit-product-finder.mobile-mode .selectric-items,
  form.carfit-product-finder.mobile-mode #carfit-finder-select-backdrop {
    width: calc(100% + 50px) !important;
    left: -25px;
    top: -25px;
    height: calc(100% + 50px) !important;
    border-radius: 5px;
  }
  form.carfit-product-finder.mobile-mode .selectric-items {
    z-index: 50;
    box-shadow: none;
  }
  form.carfit-product-finder.mobile-mode #carfit-finder-select-backdrop {
    position: absolute;
  }
  form.carfit-product-finder.mobile-mode #carfit-finder-select-backdrop .carfit-loader {
    top: calc(50% + 25px);
  }
  form.carfit-product-finder.mobile-mode .selectric-above .selectric-items {
    top: -25px;
    bottom: auto;
  }
  form .selectric-items ul {
    font-size: 14px;
  }
  form .selectric-items li {
    font-size: 14px;
    padding: 10px;
  }
  .filter-group {
    display: flex;
    overflow: auto;
    white-space: nowrap;
  }
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-wrapper {
    padding-top: 46px;
  }
  .lp-cms {
    margin: 15px 0;
  }
  .lp-cms .lp-cms-title {
    font-size: 18px;
    font-weight: 700;
  }
  .carfit-lp-header .carfit-lp-finder {
    padding-bottom: 15px;
  }
  .carfit-lp-header .lp-header-wrapper .known-from {
    max-width: 437px;
  }
  .carfit-product-finder {
    flex-direction: row;
  }
  .carfit-product-finder:not(.mobile-mode) #carfit-finder-select-backdrop {
    opacity: 0;
    z-index: -5;
  }
  .carfit-product-finder:not(.mobile-mode) .carfit-select-wrapper {
    flex-direction: row;
    margin: 0;
    max-width: 100%;
    width: initial;
    /*overflow: hidden; */
  }
  .carfit-product-finder:not(.mobile-mode) .carfit-select {
    max-width: 250px;
    border-radius: 10px 0 0 10px;
    width: 250px;
    margin: 0;
  }
  .carfit-product-finder:not(.mobile-mode) .carfit-radio fieldset {
    margin: 0;
  }
  .carfit-product-finder:not(.mobile-mode) .submit-wrapper {
    max-width: 250px;
    border-radius: 0 10px 10px 0;
    background: initial;
    border: 0;
    flex: 1 1;
    padding: 0;
    margin: 0;
  }
  .carfit-product-finder:not(.mobile-mode) #finder_submit {
    max-width: 250px;
    margin: 0;
    border-radius: 0 10px 10px 0;
    min-height: initial;
  }
  .carfit-lp-header {
    height: 525px;
  }
  .carfit-lp-header .lp-header-background {
    position: absolute;
    height: 525px;
    justify-content: flex-end;
    align-items: center;
  }
  .carfit-lp-header .lp-header-background .header-background-image img {
    max-height: 100%;
    object-position: right;
  }
  .carfit-lp-header .carfit-lp-title {
    font-size: 32px;
    text-align: left;
  }
  .carfit-lp-header .subtitle {
    display: block;
    text-align: left;
  }
  .lp-shortlayer-list {
    display: flex;
    flex-wrap: wrap;
  }
  .lp-shortlayer-list .shortlayer-option {
    flex: 1 1 30%;
    margin: 0 10px;
  }
  .lp-top-options .lp-top-options-list {
    overflow-x: initial;
  }
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-wrapper {
    padding-top: 70px;
  }
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form {
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    max-width: 437px;
  }
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper {
    background: #F0F0F0;
    border: 1px solid #888888;
    position: relative;
    min-height: 58px;
    height: 58px;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 1px;
  }
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric {
    position: relative;
    background: none;
    padding-left: 60px;
    padding-right: 18px;
    height: 100%;
    align-items: center;
  }
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric .label {
    font-family: 'Lato', sans-serif;
    max-width: 100%;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
  }
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric::after {
    content: '';
    width: 11px;
    height: 17px;
    background-image: url('../images/icons/arrow-blue-right.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s ease-in-out;
  }
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric-items {
    width: 100%;
    top: calc(100% + 10px);
  }
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper.selectric-open .selectric::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper.selectric-disabled {
    opacity: .5;
  }
  @keyframes shine-lines {
    0% {
      background-position: 0vw;
    }
    40%,
    100% {
      background-position: 95vw;
    }
  }
  .cms-index-index .carfit-lp-header .lp-header-wrapper,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-wrapper,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-wrapper {
    padding-top: 70px;
  }
  .cms-index-index .carfit-lp-header .lp-header-form,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-form,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form {
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    max-width: 437px;
    border-radius: 15px;
  }
  .cms-index-index .carfit-lp-header .lp-header-form .selectric-wrapper,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper {
    background: #F0F0F0;
    border: 1px solid #888888;
    position: relative;
    min-height: 58px;
    height: 58px;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 1px;
  }
  .cms-index-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric {
    position: relative;
    background: none;
    padding-left: 60px;
    padding-right: 18px;
    height: 100%;
    align-items: center;
  }
  .cms-index-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric .label,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric .label,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric .label {
    font-family: 'Lato', sans-serif;
    max-width: 100%;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
  }
  .cms-index-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric::after,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric::after,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric::after {
    content: '';
    width: 11px;
    height: 17px;
    background-image: url('../images/icons/arrow-blue-right.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s ease-in-out;
  }
  .cms-index-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric-items,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric-items,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper .selectric-items {
    width: 100%;
    top: calc(100% + 10px);
  }
  .cms-index-index .carfit-lp-header .lp-header-form .selectric-wrapper.selectric-open .selectric::after,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper.selectric-open .selectric::after,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper.selectric-open .selectric::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .cms-index-index .carfit-lp-header .lp-header-form .selectric-wrapper.selectric-disabled,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper.selectric-disabled,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form .selectric-wrapper.selectric-disabled {
    opacity: .5;
  }
  .cms-index-index .carfit-lp-header .lp-header-background .header-background-image,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-background .header-background-image,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-background .header-background-image {
    width: calc(100% - 500px);
    max-width: 800px;
  }
  .cms-index-index .known-from,
  .wiperfinder-landingpage-index .known-from,
  .carrierfinder-landingpage-index .known-from {
    max-width: 437px;
  }
  .wiper-popup {
    border-radius: 5px;
    height: 600px;
    width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .product-content-additional {
    flex-direction: row;
    justify-content: flex-end;
  }
  .product-content-additional .soldtogether-block {
    flex: 1 1 auto;
  }
  .product-content-additional .product-additional-wrapper {
    width: 43%;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8;
    flex: 0 0 43%;
  }
  .minicart-wrapper:not(.active) #crossseller-minicart {
    display: none;
  }
  #crossseller-minicart {
    background: #fff;
    position: absolute;
    border: 1px solid;
    border-radius: 10px;
    right: calc(100% + 20px);
    top: 40px;
    padding: 10px 15px;
    bottom: initial;
    left: initial;
    width: 300px;
  }
  #crossseller-minicart:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #fff;
    border-width: 10px 0 10px 15px;
    top: 55px;
    right: -15px;
    margin: -10px 0 0 0;
  }
  .crossseller-minicart-product {
    flex-direction: column;
  }
  #crossseller-minicart-product-image {
    width: 125px;
  }
  .crossseller-mincart-product-top {
    align-self: center;
    border: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #crossseller-minicart-product-title {
    margin-top: 10px;
    text-align: center;
    white-space: initial;
  }
  .crossseller-minicart-buttonset {
    width: 100%;
    padding: 10px;
  }
  .crossseller-minicart-buttonset .secondary {
    display: none;
  }
  .crossseller-minicart-buttonset #crossseller-addtocart {
    padding: 10px 15px;
    width: 100%;
  }
  #crossseller-minicart {
    font-size: 14px;
    background: #fff;
    border: solid 1px;
  }
  .crossseller-minicart-header {
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #d5d5d5;
  }
  .crossseller-minicart-product {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .crossseller-minicart {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  .crossseller-minicart-product-image {
    font-size: 0;
  }
  #crossseller-minicart-product-image {
    min-width: 125px;
    width: 125px;
  }
  .crossseller-mincart-product-top {
    align-self: stretch;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 10px;
  }
  .crossseller-mincart-product-top .product-options-wrapper {
    display: flex;
    align-items: center;
  }
  #crossseller-minicart-product-title {
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #crossseller-minicart-product-rating {
    font-size: 12px;
  }
  #crossseller-minicart-product-rating .product-reviews-summary {
    margin: 0;
  }
  #crossseller-minicart-product-rating .product-reviews-summary .rating-summary {
    left: 0;
  }
  #crossseller-minicart-product-rating .action.view {
    letter-spacing: -1.5px;
  }
  #crossseller-minicart-product-rating .action.view:before {
    content: '( ';
  }
  #crossseller-minicart-product-rating .action.view:after {
    content: ')';
  }
  #crossseller-minicart-product-rating .action.view span {
    display: none;
  }
  #crossseller-minicart-product-price {
    font-weight: 700;
    flex: 1 0 auto;
    text-align: center;
    margin: 10px 0;
  }
  #crossseller-minicart-product-price .old-price {
    color: #898989;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .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;
  }
  .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%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 34px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    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 .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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: inherit;
  }
  .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;
  }
  .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;
  }
  .product-slider .slick-dots,
  .home-category-slider .slick-dots {
    margin-top: 35px;
  }
  .slick-slider .slick-next {
    right: -20px;
  }
  .slick-slider .slick-prev {
    left: -20px;
  }
  #amasty-shopby-product-list .list-header {
    min-height: 287px !important;
  }
  #aw-pq-catalog-product-view-ajax-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .aw-pq-question-list-wrapper {
    max-width: 1280px;
    margin: auto;
    padding: 50px 20px;
  }
  .aw-pq-form .fieldset > .field:not(.choice) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .aw-pq-form .fieldset > .field:not(.choice) > .label,
  .aw-pq-form .fieldset > .field:not(.choice) > .control {
    width: 100%;
    text-align: left;
  }
  .aw-pq-form .fieldset > .field:not(.choice) > .label {
    margin-bottom: 5px;
  }
  .catalog-product-view .amstars-rating-container:not(.-small) {
    width: 275px;
    height: 53px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA1NSA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjUgMEwzMy44OTg2IDE5LjY5M0g1NC42MDUxTDM3Ljg1MzIgMzEuODY0TDQ0LjI1MTkgNTEuNTU3TDI3LjUgMzkuMzg2TDEwLjc0ODEgNTEuNTU3TDE3LjE0NjggMzEuODY0TDAuMzk0ODkgMTkuNjkzSDIxLjEwMTRMMjcuNSAwWiIgZmlsbD0iI0M0QzRDNCIvPgo8L3N2Zz4K);
  }
  .catalog-product-view .amstars-rating-container:not(.-small) .amstars-stars {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA1NSA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjUgMEwzMy44OTg2IDE5LjY5M0g1NC42MDUxTDM3Ljg1MzIgMzEuODY0TDQ0LjI1MTkgNTEuNTU3TDI3LjUgMzkuMzg2TDEwLjc0ODEgNTEuNTU3TDE3LjE0NjggMzEuODY0TDAuMzk0ODkgMTkuNjkzSDIxLjEwMTRMMjcuNSAwWiIgZmlsbD0iI0Y5RTAwMCIvPgo8L3N2Zz4K);
  }
  .amblog-element-block {
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
  .amblog-element-block .-post {
    padding: 120px 20px 150px 20px;
  }
  .amblog-element-block .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    /* the parent */
  }
  .amblog-element-block .amblog-list .amblog-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 3px 6px #00000029;
    padding: 0;
  }
  .amblog-element-block .amblog-list .amblog-recent-post-image-wrapper {
    margin: 0;
  }
  .amblog-element-block .amblog-list .amblog-recent-post-content-wrapper {
    padding: 20px 25px;
  }
  .amblog-element-block .amblog-list .amblog-recent-post-content-wrapper .amblog-headline {
    color: #020202;
  }
  .amblog-element-block .amblog-list .amblog-recent-post-content-wrapper .amblog-headline:hover {
    text-decoration: none;
  }
  .amblog-element-block .amblog-list .amblog-recent-post-content-wrapper .amblog-thesis {
    margin-top: 10px;
    color: #707070;
    min-height: 60px;
  }
  .amblog-element-block .amblog-list .slick-slide {
    margin: 0 18px;
  }
  .amblog-element-block .amblog-list .slick-list {
    margin: 0 -18px;
  }
  .amasty-catalog-topnav {
    display: block;
  }
  .amasty-catalog-topnav .block.filter {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .amasty-catalog-topnav .filter-options {
    padding-left: 20px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    box-shadow: none;
    z-index: 1;
    width: 100%;
  }
  .checkout-index-index .express_checkout__button .wrapper_button {
    -webkit-grid-template-columns: repeat(2, minmax(200px, 200px));
    -moz-grid-template-columns: repeat(2, minmax(200px, 200px));
    -ms-grid-template-columns: repeat(2, minmax(200px, 200px));
    grid-template-columns: repeat(2, minmax(200px, 200px));
  }
  .toolbar-products {
    display: block;
    margin: 10px auto;
    padding: 0 20px;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
  }
  .modes-mode {
    border-radius: 15px;
    margin: 0 5px;
    border-right: 1px solid;
  }
  .product-crossseller .products-grid .product-item-info:hover {
    border: 1px solid #000000;
    box-shadow: none;
  }
  .products-grid .product-item-info {
    position: relative;
  }
  .products-grid .product-item-info:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .products-grid .product-item-info:hover .product-item-inner {
    display: block;
    /*
                    position: absolute;
                    background: #fff;
                    left: -1px;
                    right: -1px;
                    box-shadow: 0 3px 3px fade(#000, 15%);
                    z-index: 2;
                    border: 1px solid @secondary__color;
                    border-top: 0;
                    padding: 0 10px;
                     */
  }
  .sidebar-main .filter-content {
    margin-top: 30px;
  }
  .products-list .product-item-info .product-item-inner .product-inner-bottom .price-box .price-container .price-wrapper .price {
    font-size: 30px;
  }
  .products-list li.product-item {
    margin: 40px 0;
  }
  .products-list li.product-item:hover {
    cursor: pointer;
  }
  .products-list li.product-item:hover .product-item-info {
    box-shadow: 0 1px 10px #bdc1c6;
  }
  .best-seller-product-wrapper + #amasty-shopby-product-list li.product-item.best-seller-product {
    padding-top: 10px;
    padding-bottom: 110px;
  }
  .product-content-info {
    position: relative;
    /*Price styles TODO: Check if these work across products with/without special prices, bundle products etc.) */
    /* End price styles */
  }
  .product-content-info:after {
    content: '';
    clear: both;
  }
  .product-content-info .product-info-main {
    display: flex;
    flex-wrap: wrap;
    width: 40%;
    padding: 20px 0 20px 20px;
    border-left: 1px solid #e8e8e8;
    background-color: white;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
  .product-content-info .product-info-main button#product-addtocart-button {
    max-height: 52px;
    /*Fix display bug with qty selector, might need adjustment*/
  }
  .product-content-info .product-info-main .options-wrapper-title {
    margin-top: 20px;
  }
  .product-content-info .product-info-main .product-short-details {
    padding: 20px 0;
  }
  .product-content-info .product-tags {
    width: 100%;
  }
  .product-content-info .product-view-shortlist {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 1% 1% 1% 0;
  }
  .product-content-info .product-view-shortlist .product-buy-box {
    padding: 5px;
  }
  .product-content-info .product-content-additional {
    float: left;
    width: 60%;
    padding: 1% 1% 1% 0;
    box-sizing: border-box;
  }
  .product-content-info .product-info-description {
    float: left;
    width: 60%;
    padding-right: 10px;
  }
  .product-content-info .product.media {
    width: 60%;
  }
  .product-content-info .product-info-price {
    margin: 10px 0 15px;
    /* Might need adjustment*/
    flex-basis: 100% !important;
  }
  .product-content-info .product-info-price .price-box {
    display: block;
  }
  .product-content-info .product-info-price .price-box .price-discount {
    padding: 0;
    border: none;
  }
  .product-right-bg {
    height: 100%;
    position: absolute;
    width: min(0.4 * (100vw - 40px), 0.4 * 1240px);
    box-sizing: border-box;
    border-left: 1px solid #e8e8e8;
    left: 60%;
    z-index: -1;
  }
  .product.info.detailed {
    float: left;
    width: 60%;
    box-sizing: border-box;
    /*Remove this from .less instead of using this overwrite */
  }
  .product.info.detailed .items .item {
    border-bottom: 1px solid #e8e8e8;
    margin: 5px;
    float: none;
    /* Remove instead of overwrite */
  }
  .product.info.detailed .product.data.items > .item.content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    overflow: auto;
    margin: 0;
    padding: 0;
  }
  .product.info.detailed .product.data.items > .item.content .product-data-tab-backdrop-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    background-color: white;
    height: 100vh;
  }
  .product.info.detailed .product.data.items > .item.content .product-data-tab-wrapper {
    max-width: 1240px;
    /*@container_size*/
    margin: auto;
    box-sizing: border-box;
  }
  .product.info.detailed .product.data.items > .item.content .product-data-tab-wrapper .tab_close_btn {
    position: absolute;
    top: 10px;
    right: 25px;
    background-color: white;
    border: none;
    z-index: 1;
  }
  .product.info.detailed .product.data.items > .item.content .product-data-tab-wrapper .product-data-tab-content {
    background-color: white;
    border-left: 1px solid #e8e8e8;
    height: 100vh;
    padding: 40px;
    width: 40%;
    position: fixed;
    margin-left: 60%;
    right: 0;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .product.info.detailed .product.data.items > .item.content .product-data-tab-wrapper .product-data-tab-content h3 {
    margin: 0 0 15px;
  }
  .product.info.detailed .product.data.items > .item.title > .switch {
    padding: 20px 20px 20px 0;
  }
  .product.info.detailed .product.data.items > .item.title > .switch:after {
    /*TODO: Not needed as long as it's in common styles, but there its's maybe just a qucik fix
                    and may need refactoing, then this will be needed again

                    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0' y='0' viewBox='0 0 492 492' xml:space='preserve' enable-background='new 0 0 492.004 492.004'><path d='M382.68 226.8L163.73 7.86C158.67 2.79 151.91 0 144.7 0s-13.97 2.79-19.03 7.86l-16.12 16.12c-10.49 10.5-10.49 27.58 0 38.06L293.4 245.9l-184.06 184.06c-5.06 5.07-7.86 11.82-7.86 19.03 0 7.21 2.8 13.97 7.86 19.04l16.12 16.12c5.07 5.07 11.82 7.86 19.03 7.86s13.97-2.79 19.03-7.86L382.68 265c5.08-5.08 7.86-11.87 7.85-19.09C390.54 238.67 387.75 231.88 382.68 226.8z'/></svg>");
                    float: right;
                    height: 13px;
                    width: 13px;

                     */
  }
  .fotorama__nav--thumbs {
    display: none;
  }
  .fotorama--fullscreen .fotorama__stage,
  .fotorama--fullscreen .fotorama__nav {
    max-height: 100%;
  }
  .page-layout-category-landing-page .carfit-lp-header,
  .kupplungstraeger-index-index .carfit-lp-header {
    position: relative;
  }
  .page-layout-category-landing-page .carfit-lp-header .lp-header-background,
  .kupplungstraeger-index-index .carfit-lp-header .lp-header-background {
    height: 100%;
  }
  .page-layout-category-landing-page .carfit-lp-header .lp-header-background .category-image img,
  .kupplungstraeger-index-index .carfit-lp-header .lp-header-background .category-image img {
    object-position: left;
  }
  .page-layout-category-landing-page .carfit-lp-header .lp-header-background .header-background-image,
  .kupplungstraeger-index-index .carfit-lp-header .lp-header-background .header-background-image {
    width: calc(100% - 500px);
    max-width: 800px;
  }
  .page-layout-category-landing-page .carfit-lp-header .lp-header-wrapper,
  .kupplungstraeger-index-index .carfit-lp-header .lp-header-wrapper {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-layout-category-landing-page .carfit-lp-header .lp-header-wrapper .lp-header-form,
  .kupplungstraeger-index-index .carfit-lp-header .lp-header-wrapper .lp-header-form {
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    min-height: 480px;
    height: 100%;
  }
  .page-layout-category-landing-page .carfit-lp-header #payment-methods,
  .kupplungstraeger-index-index .carfit-lp-header #payment-methods {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    position: absolute;
    bottom: 00px;
    left: 0%;
    text-align: right;
  }
  .page-layout-category-landing-page .carfit-lp-header .scroll__down,
  .kupplungstraeger-index-index .carfit-lp-header .scroll__down {
    position: absolute;
    bottom: 30px;
  }
  .page-layout-category-landing-page .brands-wrapper .brands-img,
  .kupplungstraeger-index-index .brands-wrapper .brands-img {
    margin: 0 10px;
  }
  .page-layout-category-landing-page .categories-section,
  .kupplungstraeger-index-index .categories-section {
    padding: 70px 20px 180px 20px;
  }
  .page-layout-category-landing-page .categories-wrapper,
  .kupplungstraeger-index-index .categories-wrapper {
    margin-top: 87px;
  }
  .page-layout-category-landing-page .categories-wrapper .inner-block,
  .kupplungstraeger-index-index .categories-wrapper .inner-block {
    margin: 0 5px;
  }
  .page-layout-category-landing-page .two-columns-section,
  .kupplungstraeger-index-index .two-columns-section {
    padding-top: 130px;
  }
  .page-layout-category-landing-page .two-columns-section:last-child,
  .kupplungstraeger-index-index .two-columns-section:last-child {
    padding-bottom: 130px;
  }
  .page-layout-category-landing-page .two-columns-section-title,
  .kupplungstraeger-index-index .two-columns-section-title {
    margin: 0 0 -55px 0;
    padding-top: 130px;
  }
  .page-layout-category-landing-page .two-columns-section.row-reverse,
  .kupplungstraeger-index-index .two-columns-section.row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .page-layout-category-landing-page .our-experts,
  .kupplungstraeger-index-index .our-experts {
    padding: 128px 0 167px 0;
  }
  .page-layout-category-landing-page .our-experts .experts-img-wrapper,
  .kupplungstraeger-index-index .our-experts .experts-img-wrapper {
    margin: 80px 0 50px 0;
  }
  .page-layout-category-landing-page .our-experts ul.contact-list li img,
  .kupplungstraeger-index-index .our-experts ul.contact-list li img {
    width: 28px;
    margin-right: 15px;
  }
  .page-layout-category-landing-page .our-experts p.contact-info a,
  .kupplungstraeger-index-index .our-experts p.contact-info a {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .page-layout-category-landing-page .block-products-list,
  .kupplungstraeger-index-index .block-products-list {
    background: #EFEFEF;
    padding: 63px 20px 100px 20px !important;
    margin-bottom: 0;
  }
  .page-layout-category-landing-page .block-products-list .block-content,
  .kupplungstraeger-index-index .block-products-list .block-content {
    margin-top: 45px !important;
  }
  .page-layout-category-landing-page .youtube-teaser,
  .kupplungstraeger-index-index .youtube-teaser {
    padding: 1px 0 0 0;
  }
  .page-layout-category-landing-page .youtube-teaser .two-columns-section:first-of-type,
  .kupplungstraeger-index-index .youtube-teaser .two-columns-section:first-of-type {
    padding-top: 84px;
  }
  .page-layout-category-landing-page .category-lp-seo-text .cms-text,
  .kupplungstraeger-index-index .category-lp-seo-text .cms-text {
    margin-top: 145px;
  }
  .short-description-wrapper .short-description-items {
    -webkit-grid-template-columns: repeat(2, minmax(200px, 476px));
    -moz-grid-template-columns: repeat(2, minmax(200px, 476px));
    -ms-grid-template-columns: repeat(2, minmax(200px, 476px));
    grid-template-columns: repeat(2, minmax(200px, 476px));
    -webkit-grid-row-gap: 22px;
    -moz-grid-row-gap: 22px;
    -ms-grid-row-gap: 22px;
    grid-row-gap: 22px;
  }
  .minicart-wrapper.active .block-minicart {
    transform: translateX(0);
  }
  .minicart-wrapper .action.close {
    left: 0;
    right: initial;
  }
  .minicart-wrapper .action.close:before {
    content: '\e608';
    vertical-align: initial;
    color: #fff;
    background-color: #232f3e;
    border-radius: 16px;
  }
  .minicart-wrapper .block-minicart {
    top: 0;
    height: 100vh;
    border-width: 0 0 0 1px;
    right: 0;
    margin-top: 0;
    overflow: initial;
    border-radius: 0;
    transform: translateX(100%);
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper {
    height: 100%;
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper .block-title {
    background: #f5f5f5;
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content {
    overflow-y: hidden;
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    flex: 1 1 auto;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -26px;
    margin-right: 0;
  }
  .home-page-header .flex-wrapper {
    align-items: stretch;
    flex-direction: row-reverse;
  }
  .home-page-header .home-header-image {
    width: 50%;
  }
  .home-page-header .home-header-content {
    position: relative;
    width: 50%;
  }
  .home-page-header .home-header-content .home-absolute-wrapper {
    bottom: 15px;
    font-size: 14px;
    position: absolute;
    text-align: left;
  }
  .home-page-header .home-header-content .home-absolute-wrapper div:first-child {
    font-size: 32px;
  }
  .home-page-header .home-header-content .home-absolute-wrapper a {
    margin: 15px 0 0 0;
    max-width: 200px;
  }
  .cms-home .review-category,
  .wiperfinder-landingpage-index .review-category,
  .page-layout-category-landing-page .review-category,
  .carrierfinder-landingpage-index .review-category,
  .cms-home .payment-methods,
  .wiperfinder-landingpage-index .payment-methods,
  .page-layout-category-landing-page .payment-methods,
  .carrierfinder-landingpage-index .payment-methods {
    display: block;
  }
  .cms-home .lp-header-form,
  .wiperfinder-landingpage-index .lp-header-form,
  .page-layout-category-landing-page .lp-header-form,
  .carrierfinder-landingpage-index .lp-header-form {
    transform: translateX(-50%);
    animation: slide-right 0.7s forwards;
    -webkit-animation: slide-right 0.7s forwards;
  }
  @keyframes slide-right {
    100% {
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes slide-right {
    100% {
      -webkit-transform: translateX(0%);
    }
  }
  .cms-home .carfit-lp-header .lp-header-form,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-form,
  .page-layout-category-landing-page .carfit-lp-header .lp-header-form,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-form {
    height: 100%;
    min-height: 668px;
    box-shadow: none;
    max-width: 460px;
  }
  .cms-home .header-top-banner,
  .wiperfinder-landingpage-index .header-top-banner,
  .page-layout-category-landing-page .header-top-banner,
  .carrierfinder-landingpage-index .header-top-banner {
    display: none;
  }
  .cms-home .header-payment-methods,
  .wiperfinder-landingpage-index .header-payment-methods,
  .page-layout-category-landing-page .header-payment-methods,
  .carrierfinder-landingpage-index .header-payment-methods {
    max-width: 460px;
  }
  .cms-home .header-payment-methods #payment-method-list,
  .wiperfinder-landingpage-index .header-payment-methods #payment-method-list,
  .page-layout-category-landing-page .header-payment-methods #payment-method-list,
  .carrierfinder-landingpage-index .header-payment-methods #payment-method-list {
    overflow: unset;
    display: flex;
  }
  .cms-home .header-payment-methods .payment-method,
  .wiperfinder-landingpage-index .header-payment-methods .payment-method,
  .page-layout-category-landing-page .header-payment-methods .payment-method,
  .carrierfinder-landingpage-index .header-payment-methods .payment-method {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    padding: 0 5px;
  }
  .cms-home .header-payment-methods picture.lozad,
  .wiperfinder-landingpage-index .header-payment-methods picture.lozad,
  .page-layout-category-landing-page .header-payment-methods picture.lozad,
  .carrierfinder-landingpage-index .header-payment-methods picture.lozad {
    line-height: 0;
  }
  .lp-link-wrapper {
    overflow: hidden;
  }
  .lp-link-wrapper li {
    flex: 1 1 30%;
  }
  .top-categories-wrapper ol {
    flex-direction: row;
  }
  .top-categories-wrapper li {
    flex: 0 1 180px;
    margin: 0 10px 0 0;
  }
  .category-teaser-top .category-teaser-content {
    bottom: 20px;
    left: 25px;
    width: 330px;
  }
  .category-teaser-top .category-teaser-content .teaser-content-title {
    font-size: 32px;
  }
  .category-teaser-top .category-teaser-buttonset {
    bottom: 20px;
    right: 10px;
  }
  .category-teaser-top .category-teaser-buttonset a {
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 7px;
    padding: 10px 15px;
  }
  .category-teaser-top .category-teaser-buttonset a:first-child {
    margin-right: 10px;
  }
  .category-teaser-nav ol {
    overflow: hidden;
    padding: 0;
  }
  .home-payment {
    margin-top: 25px;
    overflow: hidden;
  }
  .cms-home .carfit-lp-header .lp-header-background .header-background-image {
    width: calc(100% - 500px);
    max-width: 800px;
  }
  .cms-home section h2 {
    margin: 100px auto;
  }
  .cms-home .top-categories-grid {
    max-width: 1240px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
    margin: 0 auto;
  }
  .our__customers .our__customer-item .our__customer-text {
    padding: 29px 35px 45px;
  }
  .our__customers .our__customer-item .our__customer-icon {
    max-width: 63px;
    min-height: 63px;
    max-height: 63px;
    padding: 17px 15px;
  }
  .our__customers .our__customer-item .our__customer-icon::before {
    height: calc(63px / 2);
  }
  .lp-image-header {
    height: 375px;
  }
  .lp-image-header .lp-header-title h1 {
    font-size: 32px;
  }
  .header-compact-wrapper {
    display: flex;
  }
  .header-compact-wrapper .header-compact-option {
    display: flex;
    margin-right: 40px;
    font-size: 12px;
    line-height: 15px;
    color: #777;
  }
  .header-compact-wrapper .header-compact-option img {
    height: 15px;
    margin-right: 10px;
  }
  .header-additional-icons {
    margin-top: 75px;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
  }
  .header-additional-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .header-additional-wrapper .header-additional-option {
    margin-right: 10px;
  }
  .header-additional-wrapper .header-additional-option img {
    height: 40px;
  }
  #payment-method-list {
    margin-top: 25px;
    overflow: hidden;
  }
  #vehicle-roof-types .roof-types {
    -webkit-grid-template-columns: repeat(2, 310px);
    -moz-grid-template-columns: repeat(2, 310px);
    -ms-grid-template-columns: repeat(2, 310px);
    grid-template-columns: repeat(2, 310px);
    column-gap: 30px;
    row-gap: 15px;
  }
  .cms-block-desktop {
    display: block;
  }
  .cms-block-mobile {
    display: none;
  }
  .block.newsletter {
    max-width: unset;
  }
  /* Footer TOP */
  #footer_menu .container {
    flex-direction: row;
  }
  #footer_menu .container > * {
    flex: 1 1 20%;
  }
  #footer_menu,
  #footer_categories {
    padding: 50px 0 0;
  }
  /* Newsletter */
  #footer_subscribe {
    padding: 50px 0;
  }
  #footer_subscribe h2 {
    font-size: 33px;
  }
  #newsletter-box {
    flex-direction: row;
  }
  #newsletter-box .newsletter-form .block.newsletter form.subscribe {
    flex-direction: row;
    justify-content: flex-end;
  }
  #newsletter-box .newsletter-form .block.newsletter form.subscribe .field.newsletter {
    margin: 0;
    width: 350px;
  }
  #newsletter-box .newsletter-form .block.newsletter form.subscribe .field.newsletter input {
    border-radius: 3px 0 0 3px;
  }
  #newsletter-box .newsletter-form .block.newsletter form.subscribe .actions {
    margin: 0;
    width: 200px;
  }
  #newsletter-box .newsletter-form .block.newsletter form.subscribe .actions .action.subscribe {
    border-radius: 0 3px 3px 0;
  }
  #newsletter-box .unsubscribe-hint {
    padding-left: calc(100% - 500px);
    margin: 0;
    max-width: unset;
  }
  .kupplungstraeger-index-index .mobile-only {
    display: none;
  }
  .kupplungstraeger-index-index .carrier-prefinder-buttonset {
    display: block !important;
  }
  .kupplungstraeger-index-index form.carfit-product-finder:not(.mobile-mode) .selectric-wrapper {
    max-width: 450px !important;
    border-radius: 0 !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .kupplungstraeger-index-index .carfit-product-finder {
    flex-direction: column !important;
  }
  .kupplungstraeger-index-index .carfit-select {
    max-width: none !important;
    width: unset !important;
  }
  .kupplungstraeger-index-index #finder_submit,
  .kupplungstraeger-index-index .submit-wrapper {
    border-radius: 0 !important;
    font-family: 'Lato', sans-serif;
    max-width: 450px !important;
    min-height: 50px !important;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-align: center;
    background: #1D7DED;
    color: #FFFFFF;
    border: none;
    transition: 0.3s ease-in-out;
    margin: 0;
    margin-bottom: 10px;
  }
  .kupplungstraeger-index-index #chooseForm {
    display: contents;
  }
  .kupplungstraeger-index-index #first,
  .kupplungstraeger-index-index #second,
  .kupplungstraeger-index-index #third {
    padding-left: 66px;
  }
  .kupplungstraeger-index-index .action-button {
    text-align: center;
  }
  .kupplungstraeger-index-index .numeric::marker {
    color: black;
  }
  .kupplungstraeger-index-index .listing-parameters {
    list-style: none;
  }
  .kupplungstraeger-index-index .listing-parameters li {
    white-space: nowrap;
    counter-increment: my-awesome-counter;
  }
  .kupplungstraeger-index-index .listing-parameters li::before {
    width: 51px;
  }
  .kupplungstraeger-index-index .listing-parameters {
    padding: 0;
    margin: 0;
  }
  .panel.header {
    display: block;
  }
  .header-main {
    justify-content: center;
  }
  .header-main,
  .header-left {
    flex: 0 0 33.33333%;
  }
  .header-left {
    display: flex;
  }
  .header.content {
    padding: 10px 20px 0;
  }
  .header.content .logo {
    font-size: 20px;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #232F3E;
  }
  .nav-sections {
    margin-bottom: 0;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 215px);
  }
  .page-layout-2columns-left .sidebar-main {
    width: 215px;
    padding-right: 20px;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 215px;
    padding-right: 20px;
  }
  #carfit-back .container {
    padding: 0 10px!important;
  }
  .product-content-additional .product-additional-wrapper {
    width: 43%;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8;
    flex: 0 0 43%;
  }
}
@media all and (min-width: 1024px), print {
  .amrev-toolbar-container {
    margin: 20px 0 25px 0;
  }
  .amreview-widget-container.-grid .amreview-review-items {
    justify-content: space-between;
  }
  .amreview-widget-container.-grid .amreview-rating-wrapper {
    margin-bottom: 0;
  }
  .amreview-widget-container.-grid .amreview-review-wrapper.review-item {
    background: #f8fcff;
    border-bottom: 0;
    width: 49%;
  }
  .amreview-widget-container.-grid .amreview-title {
    background: none;
    cursor: unset;
    padding: 10px 0;
    pointer-events: none;
  }
  .amreview-widget-container.-grid .amreview-title:after {
    display: none;
  }
  .amreview-widget-container.-grid .amreview-description-wrapper {
    min-width: 200px;
  }
  .amreview-widget-container.-grid .amreview-message {
    max-width: 290px;
  }
  .amreview-widget-container.-sidebar .amreview-rating-wrapper {
    max-width: 30%;
    min-width: 120px;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .amtabs-accordion-view .product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-measure {
    max-width: 610px;
    min-height: 379px;
    margin: 0 auto;
    flex-basis: 52%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-sizes {
    flex-basis: 48%;
  }
  .amtab-grid-wrapper.-small .amtab-table-container {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-small .amtab-step {
    max-width: 190px;
  }
  .amtab-grid-wrapper.-small .amtab-img {
    position: absolute;
  }
  .amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
    margin: 0 0 32px;
  }
  .amtab-grid-wrapper.-small .amtab-steps-container {
    height: 100%;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-img {
    left: 16%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
    left: 58%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    max-width: 51px;
    width: 5vw;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
    top: 16%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 100px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
    top: 19.3%;
    right: 20px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
    top: 47.5%;
    left: -10px;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
    right: 0;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-img {
    left: 18%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
    right: 24px;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
    top: 20%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
    right: -20px;
    bottom: 85px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
    top: 25.5%;
    right: 24px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
    top: 46.4%;
    left: 0;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
    width: 50px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .cms-index-index .carfit-lp-header .lp-header-background .header-background-image,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-background .header-background-image,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-background .header-background-image {
    width: 53%;
    max-width: 100%;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    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;
  }
  .amasty-catalog-topnav .block.filter {
    position: relative;
    left: 50%;
    right: 50%;
    max-width: 100vw;
    width: 100vw;
    margin: 0 -50vw;
  }
  .amasty-catalog-topnav .block.filter .filter-content {
    max-width: 1240px;
    margin: auto;
    padding: 0;
  }
  .page-layout-category-landing-page .carfit-lp-header .lp-header-background .header-background-image {
    width: 53%;
    max-width: 100%;
  }
  .cms-home .carfit-lp-header .lp-header-background .header-background-image {
    width: 53%;
    max-width: 100%;
  }
  .lp-image-header {
    height: 375px;
  }
  .lp-image-header .lp-header-background {
    height: 375px;
  }
  .wiperfinder-landingpage-index .carfit-product-shortlist .product-items {
    max-width: 1240px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #vehicle-roof-types .roof-types {
    -webkit-grid-template-columns: repeat(3, 310px);
    -moz-grid-template-columns: repeat(3, 310px);
    -ms-grid-template-columns: repeat(3, 310px);
    grid-template-columns: repeat(3, 310px);
    column-gap: 40px;
    row-gap: 25px;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .cms-index-index .carfit-lp-header .lp-header-background .header-background-image,
  .wiperfinder-landingpage-index .carfit-lp-header .lp-header-background .header-background-image,
  .carrierfinder-landingpage-index .carfit-lp-header .lp-header-background .header-background-image {
    width: 55%;
  }
  .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;
  }
  .page-layout-category-landing-page .carfit-lp-header .lp-header-background .header-background-image {
    width: 55%;
  }
  .cms-home .carfit-lp-header .lp-header-background .header-background-image {
    width: 55%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
.full-width {
  max-width: 100vw !important;
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
}
.full-width {
  max-width: 100vw !important;
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
}
.full-width .container {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}
#amasty-shopby-product-list .list-header {
  min-height: 240px;
}
.panel.wrapper {
  display: none;
}
/*
* MOBILE
*/
@media only screen and (max-width: 767px) {
  .checkout-index-index a.logo img {
    max-width: 250px;
    margin: 10px auto 0;
  }
  .opc-full-width-header {
    max-width: 100vw !important;
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    position: relative;
  }
  .opc-full-width-header > * {
    padding: 0 10px;
    max-width: 1240px;
  }
  /* Breadcrumbs */
  li.opc-progress-bar-item {
    white-space: nowrap;
  }
  li.opc-progress-bar-item > span {
    font-size: 13px !important;
  }
  /* Login Buttons */
  .login-wrapper {
    padding: 20px 0 !important;
    width: 100%;
    flex-direction: column;
  }
  .login-wrapper > div {
    width: 100%;
  }
  ul.social-login-list li {
    width: 228px;
    margin: 0 auto 5px;
    overflow: hidden;
  }
  ul.social-login-list li a {
    vertical-align: top;
  }
  .login-wrapper .authentication-wrapper {
    width: 100% !important;
    max-width: unset;
  }
  /* POPUP */
  .login-wrapper .authentication-wrapper .authentication-dropdown {
    display: block;
    width: 100vw !important;
    left: 0;
    top: 0;
    position: fixed;
    height: 100vh;
    overflow: hidden;
  }
  .opc-sidebar .modal-inner-wrap {
    background-color: #242F3F;
    color: white;
  }
  .opc-block-shipping-information {
    margin: 50px 0;
  }
  .opc-block-shipping-information .shipping-information-title,
  .opc-block-summary > .title,
  .checkout-agreements-items .checkout-agreements-item-title {
    color: white;
  }
  .opc-usp-wrapper {
    position: relative;
    /* Full width style */
    max-width: 100vw !important;
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
  }
}
/* ALL DESKTOP FOR NOW */
@media only screen and (min-width: 768px) {
  .checkout-index-index a.logo img {
    margin: 10px 0 0;
  }
  .opc-wrapper .opc-title {
    font-size: 22px !important;
  }
  .checkout-container .opc-estimated-wrapper {
    padding: 10px 30px;
  }
  .checkout-container .opc-estimated-wrapper .estimated-block {
    padding: 0;
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .checkout-container .opc-block-summary {
    margin: 0;
  }
  .items-in-cart {
    border-bottom: 1px solid white;
  }
  .opc-block-summary .items-in-cart > .title strong {
    font-size: 14px !important;
  }
  .login-wrapper {
    margin: 30px 0 !important;
  }
  .login-wrapper .authentication-wrapper .action-auth-toggle {
    margin-right: 5px !important;
  }
  /* TODO: Don't need this if the above rule makes into to the final code */
  .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .checkout-container .opc-progress-bar {
    /*background-color: unset;*/
    padding-left: 0;
  }
  /*.checkout-container .opc-progress-bar .opc-progress-bar-item._active > span {
        color: #333333;
        font-weight: 700;
    }*/
  .checkout-container .opc-page-title {
    clear: both;
    text-align: left;
    padding-left: 0;
  }
  .checkout-container .opc-title.checkout {
    text-align: left;
    /*if not d-none */
    display: none;
  }
  .checkout-container .opc-usp-wrapper {
    /*TODO: Instead of removing border consider making full width on this only mobile */
    border: none;
  }
  .opc-usp-wrapper .opc-usp-list {
    padding: 20px 30px !important;
  }
  .login-wrapper * {
    display: inline-block;
  }
  /* TODO: Maybe interesting for global */
  .right-background {
    z-index: -50;
    background-color: #242F3F;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    width: max((1240px * 0.33333) + (50vw - 620px), (100vw - 40px)  * 0.33333 + 20px);
  }
  .opc-sidebar {
    position: sticky;
    top: 0;
  }
  /*
     * SHIPPING FORM
     */
  #shipping-new-address-form {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-container .opc-wrapper .fieldset > .field,
  .checkout-container .opc-wrapper .fieldset > .field .control .field {
    flex: 1 1 100%;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  .field[name="shippingAddress.prefix"] .control {
    width: 33.3% !important;
  }
  .field.street {
    padding-right: 0 !important;
  }
  .field.street .control {
    display: flex;
    flex-wrap: wrap;
  }
  /*        .field[name="shippingAddress.company"] .control, .field[name="shippingAddress.country_id"] .control {
                width: 50% !important;
            }*/
  .field[name="shippingAddress.firstname"],
  .field[name="shippingAddress.lastname"],
  .field[name="shippingAddress.fax"],
  .field[name="shippingAddress.region_id"],
  .field[name="shippingAddress.region"] {
    flex: 0 1 50% !important;
  }
  .field[name="shippingAddress.city"],
  .field[name="shippingAddress.country_id"] {
    flex: 0 1 40% !important;
  }
  .field[name="shippingAddress.street.0"],
  .field[name="shippingAddress.street.1"] {
    flex: 0 1 100% !important;
  }
  .field[name="shippingAddress.postcode"] {
    flex: 0 1 20% !important;
  }
  /*
 * Sidebar
 */
  .opc-sidebar,
  .shipping-information-title {
    /* TODO: Remvoe important */
    color: white !important;
  }
}
/*
*   COMMON!
*/
.checkout-index-index a.logo {
  float: none;
}
.checkout-index-index a.logo img {
  max-width: 500px;
}
.opc-page-title {
  padding: 20px;
  text-align: center;
}
.opc-title {
  text-align: left;
  margin: 20px 0;
}
.opc-page-title h1,
.opc-title h2 {
  margin: auto;
}
.opc-wrapper .opc-title {
  font-size: 19px;
  font-weight: bold;
}
.opc-wrapper .form-login {
  border-bottom: none;
  padding: 0;
}
.opc-wrapper > .delivery-estimation {
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}
#checkout .logo {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  background-color: #232f3e;
  padding: 0 10px;
  margin: 15px 0;
  max-width: 100%;
}
.login-wrapper {
  display: flex;
  padding: 0 30px;
  margin: 10px 0;
}
.login-wrapper * {
  margin: 0;
}
.login-wrapper .authentication-wrapper {
  width: auto;
  margin: 0;
}
.login-wrapper .authentication-wrapper .action-auth-toggle {
  background-color: #242F3F;
  width: 228px;
  color: white;
  font: 300 15px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 30px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 auto 5px;
  height: 31px;
  display: block;
}
.login-wrapper .authentication-wrapper .authentication-dropdown {
  right: 0;
  width: 280px;
}
.login-wrapper .authentication-wrapper .action-auth-toggle span {
  padding: 0;
}
.opc-title {
  border-bottom: 1px solid #cccccc;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
  padding-bottom: 5px;
}
.opc-title.checkout {
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  position: relative;
  border: none;
}
.opc-title.checkout h2 {
  font-size: 21px;
}
.opc-separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.opc-separator::before,
.opc-separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid lightgrey;
}
.opc-separator::before {
  margin-right: .25em;
}
.opc-separator::after {
  margin-left: .25em;
}
.opc-block-summary {
  padding: 0 30px;
}
.opc-block-summary .items-in-cart > .title:after {
  content: unset !important;
}
.opc-sidebar .action-close {
  z-index: 9;
}
.checkout-container .opc-block-summary > .title {
  color: white;
  border-bottom: none;
  position: relative;
  transform: unset;
}
/*
* Authentication Popup
*/
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-authentication .actions-toolbar > .primary {
  width: 100%;
}
.block-authentication .actions-toolbar > .primary .action {
  width: 100%;
  line-height: 31px;
  padding: 0;
  color: white;
  background-color: #242F3F;
}
/*
* Progress Bar
*/
.opc-progress-bar-item:before {
  content: unset;
}
.opc-progress-bar-item > span:before {
  content: unset;
}
.opc-progress-bar-item > span {
  color: grey;
}
.opc-progress-bar-item._active > span {
  color: #333;
  font-weight: 700;
}
ul.opc-progress-bar li:after {
  color: grey;
}
ul.opc-progress-bar li._active:after {
  color: #333;
}
li.opc-progress-bar-item {
  width: auto;
  display: flex;
}
ul.opc-progress-bar {
  justify-content: flex-start !important;
  margin: 0;
  padding: 15px 10px;
  /*background-color: #232f3e;*/
}
ul.opc-progress-bar li:after {
  content: '>';
  width: auto;
  font-size: 14px;
  padding: 0 10px;
}
ul.opc-progress-bar li:last-child:after {
  content: '';
}
.checkout-container .opc-progress-bar-item > span {
  /* TODO: remove important */
  padding: 0 !important;
}
/*
* Estimation
*/
/* TODO: CHeck if needed, and if yes, change the display none in stylesheets instead of overwriting with !important */
.opc-estimated-wrapper {
  /*display:block !important; */
  border-bottom: none;
  padding: 22px 30px;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 0 10px;
  margin: 0;
}
.opc-estimated-wrapper .estimated-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding: 15px 10px;
  align-items: center;
}
.opc-estimated-wrapper .estimated-block .estimated-text {
  line-height: 18px;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  align-self: flex-start;
}
.opc-estimated-wrapper .estimated-block .estimated-text .estimated-label {
  margin: 0;
}
.opc-estimated-wrapper .estimated-block .estimated-text .tax-hint {
  font-weight: 400;
  font-size: 14px;
}
.opc-estimated-wrapper .minicart-wrapper {
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
  /* TODO: rebuild to 2 lines in less like this
    border-style: solid none;
    border-width: 1px;
    */
  padding: 15px 10px;
}
.opc-estimated-wrapper .minicart-wrapper .minicart-text .product-counter {
  font-weight: bold;
  text-decoration: underline;
}
.opc-estimated-wrapper .minicart-wrapper .minicart-text:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 19px;
  color: white;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: white;
  content: '';
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart svg {
  /* TODO: icon looks off center, because there is whitespace in the image not because of css issue */
  width: 12px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  color: black;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  border: none;
  justify-self: flex-end;
  margin-left: auto;
  display: flex;
}
.opc-usp-wrapper {
  position: relative;
  border-style: solid none;
  /* Convert this to border: 1px solid lightgrey; border-style: solid none; in LESS */
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 20px;
}
.opc-usp-wrapper .opc-usp-list {
  max-width: 1240px;
  margin: auto;
  padding: 25px 20px;
}
.opc-usp-wrapper .opc-usp-list .opc-usp {
  display: flex;
  margin: 0 0 7px;
}
.opc-usp-wrapper .opc-usp-list .opc-usp svg {
  width: 20px;
  height: 20px;
}
.opc-usp-wrapper .opc-usp-list .opc-usp .usp-text,
.opc-usp-wrapper .opc-usp-list .opc-usp .delivery-estimation {
  line-height: 20px;
  padding: 0 5px;
  font-size: 14px;
}
/*

SHIPPING FORM

 */
.field[name="shippingAddress.street.0"] {
  margin-bottom: 10px;
}
.field .label span {
  color: #555;
}
.field.street > legend.label {
  display: none;
}
.field.street .control .field label {
  font-weight: 600;
  position: relative;
}
.field.street .control .field._required label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
#customer-email-fieldset {
  margin: 0;
}
#checkout-step-shipping {
  margin: 0;
}
.checkout-container .opc-wrapper .fieldset > .field .control input,
.checkout-container .opc-wrapper .fieldset > .field .control select {
  height: 40px;
  border-radius: 6px;
  /* TODO: This does not style the dropdown list
        that's why default magento rule explicitly sets 6px radius only for not:choice fields, iterate on this */
}
.checkout-container #shipping-method-buttons-container .primary .action {
  background-color: #4fb052;
  border-color: #4fb052;
}
.checkout-container #shipping-method-buttons-container .primary .action:hover {
  background-color: #4fb052 !important;
  border-color: #4fb052 !important;
}
.opc-wrapper .step-content {
  margin: 0 0 20px;
}
/*E-Mail note */
#customer-email-fieldset .note {
  display: flex;
  align-items: center;
}
#customer-email-fieldset .note svg {
  width: 24px;
  height: 14px;
  fill: #555;
  overflow: visible;
}
#customer-email-fieldset .note:before {
  /*overflow: visible !important;*/
  content: '';
}
/* Newsletter button */
#newsletter-control {
  display: flex;
  align-items: center;
}
#newsletter-control #newsletter-subscribe {
  height: 14px;
  width: 24px;
  margin: 0;
  top: auto;
}
/* Shipping methods list */
.list-checkout-shipping-method {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.list-checkout-shipping-method li.shipping-method .row {
  display: flex;
  align-items: center;
}
.list-checkout-shipping-method li.shipping-method .row .method.selector {
  margin: 0 10px;
  display: flex;
}
.list-checkout-shipping-method li.shipping-method .row .method.selector span {
  background: #fff;
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #555;
  transition: all .2s linear;
}
.list-checkout-shipping-method li.shipping-method .row .method.selector:hover span {
  border: 1px solid #bbb;
}
.list-checkout-shipping-method li.shipping-method .row .method.selector:hover span:before {
  color: #bbb;
}
.list-checkout-shipping-method li.shipping-method .row .method.selector input {
  display: none;
}
.list-checkout-shipping-method li.shipping-method .row .method.selector input:checked + span:before {
  content: "\2714";
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  display: block;
}
.list-checkout-shipping-method li.shipping-method .row .method.label {
  font-weight: 500;
}
/* Billing step */
.payment-group {
  padding: 0 10px;
}
.payment-group .step-title {
  font-size: 22px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold !important;
  margin-bottom: 20px;
  padding: 0 0 5px;
}
.payment-group .payment-method {
  margin: 10px 0;
  display: block;
  height: auto;
  width: 100%;
}
#payment-method-list .payment-method img {
  max-height: 20px;
}
#payment-method-list .payment-method:nth-child(4),
#payment-method-list .payment-method:nth-child(7) {
  vertical-align: top;
  padding: 0;
}
#payment-method-list .payment-method:nth-child(4) img,
#payment-method-list .payment-method:nth-child(7) img {
  max-height: 50px;
  border-radius: 10px;
}
.payment-group .payment-method .payment-method-title {
  border: none !important;
}
.discount-code .payment-option-title {
  border: none;
}
.discount-code .payment-option-content #discount-form {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 790px;
}
.discount-code .payment-option-content #discount-form .payment-option-inner {
  margin: 0 5px 20px 0;
  max-width: 300px;
  width: 100%;
}
.block.items-in-cart {
  margin-bottom: 0;
}
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  font-weight: 600;
  border: none;
  margin: 0;
}
.shipping-information-content a {
  color: white;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 40px;
}
.social-login-btn {
  width: 228px;
}
.payment-group .payment-method {
  padding: 0;
}
.payment-group .payment-method .payment-method-title {
  padding: 0;
  position: relative;
}
.payment-group .payment-method .payment-method-title input {
  position: absolute;
  left: 20px;
}
.payment-group .payment-method .payment-method-title label {
  padding: 20px 50px;
}
.checkout-payment-method .payment-method-title,
.checkout-payment-method .payment-method-title label {
  width: 100%;
  height: 100%;
}
