@import url(../../../../Vtn/rptheme/de_DE/css/fonts.googleapis.min.css);
/**
 * 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.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * 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);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.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);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.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;
}
/* phpcs:ignoreFile */
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
/**
 * Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
  .amazon-button-container.amazon-button-product-page {
    justify-content: center;
    margin-bottom: 2em;
  }
}
#services-block {
  border: 2px solid #0091cd;
  padding: 20px;
  margin: 0 0 10px 0;
}
#services-block .service-row {
  margin-bottom: 10px;
}
#services-block .service-row input,
#services-block .service-row select {
  width: auto;
  margin-right: 10px;
}
#services-block .service-row input[type=checkbox] {
  display: none;
}
#services-block .service-row input[type=checkbox] + label {
  display: inline-block;
  min-width: 110px;
  text-align: center;
  background: #eee;
  border-left: 6px solid #ccc;
  padding: 10px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}
#services-block .service-row input[type=checkbox]:hover + label {
  border-color: #0091cd;
}
#services-block .service-row input[type=checkbox]:checked + label {
  background: #0091cd;
  border-color: #0091cd;
  color: white;
  transition: all .3s;
}
#services-block .service-row input[type=checkbox]:disabled + label {
  background: #ddd;
  color: #bbb;
  transition: all .3s;
}
#services-block .ident_service .field-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#services-block .ident_service .field-group .field {
  margin: 0;
  width: 49%;
}
#services-block .ident_service .field-group .field > label {
  display: block;
  margin: 1.2rem 0 .8rem;
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
/**
 * 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%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@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;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
a {
  color: #e84500;
}
a:hover {
  color: #e84500;
}
@media only screen and (max-width: 1024px) {
  a:hover {
    color: #e84500 !important;
  }
  a:focus {
    color: #e84500 !important;
  }
}
body {
  font-family: "Open Sans", sans-serif !important;
  background-color: #f8f8f8;
  border-top: 4px #e84500 solid;
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
}
p {
  word-break: break-word;
}
.action.primary {
  background: #e84500;
  border: 1px solid #e84500;
}
.action.primary:hover,
.action.primary:focus,
.action.primary:active {
  background: #e84500;
  border: 1px solid #e84500;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #e84500;
}
.action-auth-toggle {
  color: #e84500;
}
.opc-progress-bar-item._complete > span {
  color: #e84500;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #e84500;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #e84500;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border: 1px solid #eaeaea;
  font-size: 12px;
}
input:focus,
select:focus,
textarea:focus,
a:focus,
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: none;
  box-shadow: none;
}
.message.success a:hover {
  color: #e84500;
}
.page-header {
  border-bottom: 1px #eaeaea solid;
}
.page-header .panel.wrapper {
  border-bottom: 1px solid #e8e8e8;
  background-color: #d7d7d7 !important;
}
.header.panel .header.links li {
  font-size: 12px;
  color: #6d6d6d;
  font-weight: 600;
}
.header.panel .header.links li a {
  color: #6d6d6d;
}
.header.panel .header.links li a:hover {
  color: #e84500;
}
.nav-sections {
  border-bottom: 4px #e84500 solid;
  background: #fff;
}
.nav-sections .navigation {
  background: #fff;
  font-weight: 400;
}
.nav-sections .navigation .level0 > .level-top:hover,
.nav-sections .navigation .level0 > .level-top.ui-state-focus {
  color: #fff;
  text-decoration: none;
  background: #e84500;
}
.nav-sections .navigation .level0.active > .level-top,
.nav-sections .navigation .level0.has-active > .level-top {
  border: none;
}
.page-footer {
  padding: 0;
  overflow: hidden;
  color: #333;
  background: #0e0e0e !important;
  padding: 30px 0;
  border-top: 6px #e84500 solid;
}
.page-footer .footer.content .links li {
  border-bottom: 1px #222 solid;
  margin-bottom: 0px;
}
.page-footer .footer.content .links li a {
  color: #aaa !important;
  padding: 7px 0;
  display: inline-block;
}
.page-footer .footer.content .links li a:hover {
  color: #e84500;
  text-decoration: none;
}
.page-footer .footer.content .links li a:visited {
  color: #aaa !important;
  text-decoration: none;
}
.page-footer .footer.content .links li a:focus {
  color: #aaa !important;
  text-decoration: none;
}
.copyright {
  background-color: #060606;
  color: #666;
  font-size: 14px;
  padding: 18px 10px;
  text-align: left;
}
.opc-progress-bar-item._active > span:before {
  background: #e84500;
  border-color: #e84500;
}
.opc-progress-bar-item._active:before {
  background: #e84500;
  border-color: #e84500;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .latest-blog {
    margin-bottom: 30px;
  }
}
.latest-blog .blog_inner {
  /*float: left;*/
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #eaeaea;
  width: 100%;
  height: 90%;
}
@media only screen and (max-width: 767px) {
  .latest-blog .blog_inner {
    margin-bottom: 0px;
    height: auto;
  }
}
.latest-blog .blog-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.latest-blog .blog-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.latest-blog .blog-img:hover a.info {
  opacity: 1;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.latest-blog .blog-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}
.latest-blog .blog-img .mask,
.latest-blog .blog-img .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
}
.latest-blog .blog-img a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #e84500;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  border: 2px #fff solid;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}
.latest-blog a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latest-blog .new_title {
  color: #000;
  margin: 0 auto 20px;
  text-align: center;
  text-transform: none;
}
.latest-blog .new_title.new_title.center {
  padding: 0;
  text-align: left;
  border-bottom: 3px solid #eee;
  height: 21px;
}
@media only screen and (max-width: 767px) {
  .latest-blog .new_title.new_title.center {
    margin-bottom: 0;
    height: auto;
    text-align: center;
    border: 0;
  }
}
.latest-blog h2 {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  padding: 8px 20px 8px 5px;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .latest-blog h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: transparent;
  }
}
.latest-blog h3 {
  margin-top: 12px;
  margin-bottom: 5px;
}
.latest-blog h3 a {
  font-size: 15px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.latest-blog p {
  font-size: 15px;
  line-height: 20px;
  margin: 10px 0 20px 0;
  text-align: left;
  color: #777;
}
.latest-blog .readmore {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px #eaeaea solid;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
}
.latest-blog .readmore:hover {
  background: #e84500;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .latest-blog .readmore:hover {
    background: #e84500;
    color: #fff !important;
  }
}
.latest-blog .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.featured-pro .new_title {
  color: #000;
  margin: 0 auto 20px;
  text-align: center;
  text-transform: none;
}
.featured-pro .new_title.new_title.center {
  padding: 0;
  text-align: left;
  border-bottom: 3px solid #eee;
  height: 21px;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .featured-pro .new_title.new_title.center {
    margin-bottom: 0;
    height: auto;
    text-align: center;
    border: 0;
  }
}
.featured-pro .new_title.new_title.center h2 {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  padding: 8px 20px 8px 5px;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .featured-pro .new_title.new_title.center h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: transparent;
  }
}
.featured-pro .product-flexslider .owl-carousel .owl-wrapper {
  display: flex !important;
}
.featured-pro .product-flexslider .owl-item {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex !important;
}
.featured-pro .product-flexslider .owl-item .item {
  float: left;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #eaeaea;
  margin: 0 15px;
  text-align: center;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-height: 360px;
}
.featured-pro .product-flexslider .owl-item .item:hover {
  box-shadow: 0 0 10px #ccc;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-img {
  min-height: 128px;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-img img {
  width: 100%;
  /* max-height: 128px; */
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-title a {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 0px;
  display: block;
  min-height: 42px;
  overflow: hidden;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-title a:hover {
  color: #e84500;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-title a:hover .actions .add_cart .button.btn-cart {
  background: #e84500;
  color: #fff;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-content {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  color: #333;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-content .item-price .price-box .price-details .tax-details {
  display: none;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-content .item-price .price-box .price-details .tax-details a {
  display: none;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-content .item-price .price-box .price-details .tax-details a:hover {
  text-decoration: underline;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-content .actions .add_cart .button.btn-cart {
  background: #fff;
  border: 2px #eee solid;
  padding: 2px 10px 4px;
  color: #333;
  line-height: 18px;
  box-shadow: none;
  margin: 8px 0 0 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-content .actions .add_cart .button.btn-cart:hover {
  background: #e84500;
  color: #fff;
}
.featured-pro .product-flexslider .owl-item .item .item-inner .item-content .actions .add_cart .button.btn-cart span {
  font-size: 11px;
  padding: 0;
  font-weight: bold;
  margin-left: 0;
  text-transform: uppercase;
}
.featured-pro .product-flexslider .owl-controls {
  position: absolute;
  width: 100%;
  top: 35%;
}
.featured-pro .product-flexslider .owl-controls .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 38px;
  height: 38px;
}
.featured-pro .product-flexslider .owl-controls .owl-prev .fa-stack {
  font-size: 20px;
  color: #e84500;
  background: #e84500;
  border: 1px solid #fff;
}
.featured-pro .product-flexslider .owl-controls .owl-prev .flex-prev {
  border: 1px #eaeaea solid;
  border-right: 0;
  background: #e84500 !important;
  color: #fff !important;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 42px;
}
.featured-pro .product-flexslider .owl-controls .owl-prev .flex-prev:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  text-transform: none;
  font-size: 26px;
  line-height: 30px;
}
.featured-pro .product-flexslider .owl-controls .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 38px;
  height: 38px;
}
.featured-pro .product-flexslider .owl-controls .owl-next .fa-stack {
  font-size: 20px;
  color: #e84500;
  background: #e84500;
  border: 1px solid #fff;
}
.featured-pro .product-flexslider .owl-controls .owl-next .flex-next {
  border: 1px #eaeaea solid;
  border-right: 0;
  background: #e84500 !important;
  color: #fff !important;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 42px;
}
.featured-pro .product-flexslider .owl-controls .owl-next .flex-next:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  text-transform: none;
  font-size: 24px;
  padding: 14px;
  line-height: 30px;
}
.label {
  color: #333;
  padding-top: 0px;
  vertical-align: middle;
  text-align: left;
}
.page-header {
  margin: 0px 0 20px;
}
.page-header .panel {
  background-color: #d7d7d7 !important;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .page-header .panel {
    border-radius: 0px;
  }
  .page-header .panel .zw-phone-block {
    right: 0;
    top: 25px;
    box-shadow: 0 0 5px #bdb7b7;
  }
}
.page-header .panel a {
  margin-top: 0;
  display: inline-block;
}
.page-header .panel hr {
  margin-top: 13px;
  margin-bottom: 5px;
}
.page-header .panel .zw-phone-block {
  z-index: 9999;
}
.page-header .panel .zw-mail::before {
  font-family: FontAweSome;
  content: "\f0e0";
  padding-right: 5px;
  font-size: 12px;
}
.page-header .panel.wrapper {
  clear: both;
  /*overflow: hidden;*/
}
@media only screen and (max-width: 767px) {
  .page-header .panel.wrapper {
    padding: 5px 0;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .panel.wrapper .header {
    box-shadow: none;
    border: 0;
  }
}
#v-cookielaw {
  overflow: hidden;
  background: #fff;
  color: #444;
  z-index: 9999;
  font-size: 15px;
}
#v-cookielaw .v-message {
  padding: 5px 10px;
  text-align: left;
}
#v-cookielaw.v-bar {
  display: table;
  width: 100%;
  padding: 5px 0;
}
#v-cookielaw.v-bar.v-top {
  position: relative;
  border-bottom: 1px solid #000;
}
#v-cookielaw.v-bar .v-message {
  display: table-cell;
}
#v-cookielaw.v-bar .v-actions {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  padding-right: 10px;
  text-align: right;
}
#v-cookielaw.v-dark-clean {
  color: #fff;
  background: #2c2c2c;
  border-color: #55575f !important;
}
@media only screen and (max-width: 767px) {
  .footer.content {
    border-top: none;
  }
}
.footer.content h4 {
  padding: 0 0 10px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer.content .footer-column {
  margin-right: 20px;
  margin-bottom: 15px;
  min-height: 220px;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .footer.content .footer-column {
    margin-right: 0;
    margin-bottom: 25px;
    min-height: inherit;
    width: 100%;
  }
}
.footer.content .footer-column a::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block !important;
  cursor: pointer;
  line-height: 20px;
  color: #666;
  margin-right: 5px;
}
.footer.content .links {
  padding-right: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer.content .links li {
    border-bottom: 1px #222 solid;
    margin-bottom: 0px;
    background: transparent;
    border-top: none;
  }
}
.footer.content .zw-white-14 {
  color: #fff;
}
.footer.content .payment-accept {
  margin-bottom: 20px;
  padding-top: 20px;
  clear: both;
}
.footer.content .payment-accept img {
  margin-right: 10px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .footer.content .payment-accept img {
    width: 50px;
    margin-right: 3px;
  }
}
.footer.content .payment-accept img:hover {
  opacity: 1;
}
.footer.content .social ul li {
  list-style-type: none;
  border-bottom: 1px #222 solid;
  margin-right: 10px !important;
  padding-bottom: 5px;
}
.footer.content .social ul li a {
  border: 2px #555 solid;
  border-radius: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
}
.footer.content .social .fb a:hover {
  background: #3c5b9b !important;
}
.footer.content .social .fb a::before {
  content: "\f09a";
  font-family: FontAwesome;
}
.footer.content .social .youtube a:hover {
  background: #f03434 !important;
}
.footer.content .social .youtube a::before {
  content: "\f167";
  font-family: FontAwesome;
}
.footer.content .social .whatsapp {
  display: none;
}
.page-header {
  margin: 0;
  padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .page-header {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
}
.logo {
  margin: -8px auto 0;
}
@media only screen and (min-width: 768px) {
  .logo img.mobile-logo {
    display: none;
  }
  .logo img.desk-logo {
    display: block;
    margin: 0 0 0 2px;
  }
}
@media only screen and (max-width: 767px) {
  .logo img.mobile-logo {
    display: block !important;
    width: 45px;
    height: 50px;
    margin-left: 10px;
  }
  .logo img.desk-logo {
    display: none;
  }
}
.ammenu-menu-toggle:not(.-hamburger) {
  left: 0px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .ammenu-menu-toggle:not(.-hamburger) {
    padding: 20px 0 20px 15px;
  }
}
.ammenu-menu-toggle:not(.-hamburger) .ammenu-icon {
  border-bottom: 2px solid !important;
}
header .header.content {
  padding-right: 20px;
}
header .block-search {
  width: 100%;
  max-width: 450px;
  padding-left: 0px;
  z-index: 99 !important;
}
@media only screen and (max-width: 767px) {
  header .block-search {
    margin-top: 5px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .block-search {
    max-width: 300px;
  }
}
header .block-search input[type="text"] {
  background: #fff;
  border-radius: 4px;
  border: 1px #ddd solid;
  width: 100%;
  height: 45px;
}
header .block-search .action.search::before {
  cursor: pointer;
  box-shadow: none;
  border: 0;
  font-size: 13px;
  background: #e84500;
  border-radius: 0 4px 4px 0;
  color: #fff;
  margin-top: 2px;
  box-shadow: 0 0 0 2px #e84500;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 42px;
  margin-right: -8px;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  header .block-search .action.search::before {
    box-shadow: none;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    margin: 1px -11px 0 0 !important;
    background: #e84500;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    width: 48px;
    height: 42px;
    margin-right: -3px;
  }
}
header .block-search .action.search:hover::before {
  color: #cf3341;
}
header .block-search .logo {
  margin: -8px auto 0;
}
@media only screen and (max-width: 767px) {
  header .block-search .ammenu-menu-toggle {
    padding: 20px 0px 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  header .block-search .search .control {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 60px;
    border-top: none;
    margin: 0px;
  }
  header .block-search .page-header {
    padding-bottom: 0px;
  }
  header .block-search .logo {
    margin: -9px 0 0 26px !important;
  }
}
header .nav-sections .navigation .level0 > .level-top:hover {
  border-radius: 3px 3px 0 0;
}
header .nav-sections .navigation .level0 > .level-top .level-top.ui-state-focus {
  border-radius: 3px 3px 0 0;
}
header .minicart-wrapper {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  header .minicart-wrapper {
    margin-top: 0px;
  }
}
header .minicart-wrapper .block-minicart {
  margin: 10px 0 0;
}
@media only screen and (max-width: 479px) {
  header .minicart-wrapper .block-minicart {
    padding: 20px 10px;
  }
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .label {
  font-size: 14px;
  padding: 0;
  color: #333;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .label span {
  font-size: 14px;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .items-total {
  float: none;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal {
  margin: 5px 5px 0 10px;
  text-align: left;
  display: flex;
  width: 100%;
  align-items: center;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal .amount.price-container .price-wrapper {
  margin-left: 5px;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal .amount.price-container .price-wrapper .price {
  font-size: 14px !important;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .action.close:before {
  margin: 5px 0 0 !important;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .action.primary {
  padding: 7px 10px;
  font-size: 1.4rem;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper dt.label {
  font-size: 13px;
  margin: 0 5px 0 0 !important;
  padding: 3px 0 0 0;
  vertical-align: middle;
  color: #333;
}
@media only screen and (max-width: 767px) {
  header .minicart-wrapper .block-minicart #minicart-content-wrapper dt.label {
    padding: 4px 0 0 0;
  }
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .details-qty {
  margin-top: 0;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .details-qty label.label {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #333;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper .details-qty .item-qty {
  vertical-align: middle;
}
header .minicart-wrapper .block-minicart #minicart-content-wrapper #share-cart-btn-mini-cart {
  background: #999;
  border: 1px solid #999;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  header .minicart-wrapper .block-minicart .minicart-items-wrapper {
    margin: 0 -10px;
  }
}
header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-details {
  padding-left: 110px;
}
header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-details dl.product.options.list {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-details .product.actions {
    float: right !important;
    margin: -21px 0 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-details .product.actions .action.delete:before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-details .price {
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
  }
}
header .minicart-wrapper .action.showcart {
  white-space: normal;
  color: #333;
  font-size: 13px;
  display: flex;
  align-items: center;
}
header .minicart-wrapper .action.showcart .counter.qty {
  margin-left: 10px;
}
header .minicart-wrapper .action.showcart.active {
  display: flex;
}
header .minicart-wrapper .action.showcart.active:before {
  content: "\e611" !important;
  font-family: luma-icons !important;
  font-size: 16px !important;
  padding-right: 4px !important;
  line-height: 17px !important;
  color: #e84500 !important;
}
header .minicart-wrapper .action.showcart .counter.qty.empty {
  display: flex;
  justify-content: center;
  font-size: 11px;
  margin-left: 10px;
  align-items: center;
  max-width: 17px;
  height: 17px;
  border-radius: 3px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  header .minicart-wrapper .action.showcart .counter.qty.empty {
    margin-left: 0px;
  }
}
header .minicart-wrapper .action.showcart .counter-numbe {
  text-shadow: none;
}
header .minicart-wrapper .action.showcart::before {
  content: "\e611";
  font-family: luma-icons;
  font-size: 16px;
  padding-right: 4px;
  line-height: 17px;
  color: #e84500;
}
header .amsearch-form-container .input-text:focus {
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px #c2ebff;
}
header .amsearch-form-container .search-autocomplete {
  max-width: 446px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  header .amsearch-form-container .search-autocomplete {
    max-width: inherit;
    top: 80px;
    width: auto !important;
  }
}
header .amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
  width: 100% !important;
}
header .amsearch-form-container.-large .amsearch-wrapper-content {
  flex-direction: column;
}
header .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-item {
  width: 100%;
  flex-direction: row;
  align-items: center;
}
header .search-autocomplete {
  margin-top: 15px;
  border: 2px solid #e84500 !important;
  box-shadow: 0 0 10px #000;
  max-width: 446px;
}
header .search-autocomplete .amsearch-results div:not([data-click-url]) {
  width: auto;
}
header .amsearch-autocomplete-image {
  width: 50px;
  border: 1px solid #ddd;
  background: #fff !important;
}
header .amsearch-autocomplete-image .product-image-photo {
  border: none;
}
header .header-inner-wrapper-right {
  display: flex;
  justify-content: space-between;
  padding-left: 7vw;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  header .header-inner-wrapper-right {
    padding-left: 15px;
  }
}
header .header-inner-wrapper-right .trusted-shop {
  padding: 0 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  header .header-inner-wrapper-right .trusted-shop {
    display: none;
  }
}
header .header-inner-wrapper-right .block.block-search {
  z-index: 99 !important;
}
@media only screen and (max-width: 1024px) {
  header .header-inner-wrapper-right .header-trustedshops {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  header .header-inner-wrapper-right .header-trustedshops {
    display: block;
    margin: -8px 5px 0;
  }
}
header .amsearch-close,
header .amasty-xsearch-loader,
header .search .amsearch-loupe {
  top: 33%;
}
@media only screen and (max-width: 767px) {
  header .amsearch-close,
  header .amasty-xsearch-loader,
  header .search .amsearch-loupe {
    top: 40%;
  }
}
header .header.content {
  padding: 19px 20px 13px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  header .header.content {
    display: flex;
    padding: 14px 15px 0px;
    justify-content: space-between;
  }
  header .header.content::before {
    display: none;
  }
  header .header.content::after {
    display: none;
  }
}
header .page-header {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
header .amsearch-results {
  flex-direction: column;
}
header .block-search .action.search[disabled] {
  opacity: 1;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    right: 0px;
  }
}
.cms-katalog-anfrage,
.cms-contacts,
.cms-kontakt {
  /*TO DO :: Need to Change in less*/
  /*Need to Change in less end*/
}
.cms-katalog-anfrage .amform-form .label,
.cms-contacts .amform-form .label,
.cms-kontakt .amform-form .label {
  color: #333;
  font-size: 100%;
}
@media only screen and (min-width: 1024px) {
  .cms-katalog-anfrage .amform-form,
  .cms-contacts .amform-form,
  .cms-kontakt .amform-form {
    max-width: 875px;
    margin: 0;
  }
}
.cms-katalog-anfrage .amform-form .rendered-form input,
.cms-contacts .amform-form .rendered-form input,
.cms-kontakt .amform-form .rendered-form input {
  height: 44px;
}
.cms-katalog-anfrage .action.primary.amcform-submit,
.cms-contacts .action.primary.amcform-submit,
.cms-kontakt .action.primary.amcform-submit {
  float: left;
  display: inline-block;
  border: 0;
  background: #fff;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  color: #333;
  font-weight: normal;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 2px solid #eee;
  line-height: 14px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
.cms-katalog-anfrage .action.primary.amcform-submit::before,
.cms-contacts .action.primary.amcform-submit::before,
.cms-kontakt .action.primary.amcform-submit::before {
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 11px;
  padding-right: 8px;
}
.cms-katalog-anfrage .action.primary.amcform-submit:hover,
.cms-contacts .action.primary.amcform-submit:hover,
.cms-kontakt .action.primary.amcform-submit:hover {
  background: #000;
  color: #fff;
  border: 2px solid #eee;
}
.cms-katalog-anfrage .glyphicon-check::before,
.cms-contacts .glyphicon-check::before,
.cms-kontakt .glyphicon-check::before {
  content: "\f046 ";
  font-family: fontawesome;
}
.cms-katalog-anfrage .fb-checkbox,
.cms-contacts .fb-checkbox,
.cms-kontakt .fb-checkbox {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .cms-katalog-anfrage .fb-checkbox,
  .cms-contacts .fb-checkbox,
  .cms-kontakt .fb-checkbox {
    flex-wrap: wrap;
  }
}
.cms-katalog-anfrage .fb-checkbox-group-label,
.cms-contacts .fb-checkbox-group-label,
.cms-kontakt .fb-checkbox-group-label {
  padding-left: 0px;
}
.cms-katalog-anfrage .latest-blog h2,
.cms-contacts .latest-blog h2,
.cms-kontakt .latest-blog h2 {
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  header .logo {
    margin: -2px 0 0 30px !important;
  }
  header .logo img {
    height: auto;
  }
  .footer.content .payment-accept img {
    width: 55px;
  }
  .product.info.detailed {
    margin-bottom: 0px;
  }
  .product.data.items {
    margin-bottom: 0px;
    border-bottom: none;
  }
}
/*Need to Change in less end*/
.request-sample-container a:hover {
  text-decoration: none;
}
#callback-service-form .amform-content {
  border: 0;
  box-shadow: none;
}
#callback-service-form .action.primary {
  background: transparent;
  border: none;
  color: #e84500;
  font-weight: normal;
  text-transform: inherit;
  font-size: 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #callback-service-form .action.primary {
    margin: 10px 0 0 0;
    text-align: left;
    font-size: 14px;
  }
}
#callback-service-form .action.primary::before {
  font-family: FontAweSome;
  content: "\f095";
  padding-right: 5px;
  font-size: 18px;
  color: #e84500;
  cursor: pointer;
}
#callback-service-form .amform-show {
  margin: 0px;
}
#callback-service-form .amform-show-popup.amcform-button {
  background: transparent;
  border: none;
  color: #e84500;
  font-weight: normal;
  text-transform: inherit;
  font-size: 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #callback-service-form .amform-show-popup.amcform-button {
    margin: 10px 0 0 0;
    text-align: left;
    font-size: 14px;
  }
}
#callback-service-form .amform-show-popup.amcform-button::before {
  font-family: FontAweSome;
  content: "\f095";
  padding-right: 5px;
  font-size: 18px;
  color: #e84500;
  cursor: pointer;
}
#callback-service-form .amcform-popup-block {
  margin: 0px;
}
.amform-content {
  z-index: 2147483647;
  box-shadow: 0 0 10px #e84500;
  border: 1px solid #e84500;
  top: 10%;
  overflow: auto;
  max-height: 750px;
  width: inherit;
}
@media only screen and (max-width: 991px) {
  .amform-content {
    max-height: 60% !important;
  }
}
.amform-content h2 {
  font-size: 24px;
  color: #e84500;
  margin-bottom: 5px;
  margin-top: 5px;
}
.amform-content .amsearch-wrapper-input {
  position: relative;
  width: auto !important;
}
.amform-content .amform-popup-close {
  right: 40px;
}
.amform-content .amform-popup-close .amform-close {
  color: #fff;
  background-color: #e84500;
  padding: 7px;
  font-weight: 600;
  border: 1px solid #e84500;
  border-radius: 2px;
  margin-right: 0;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 10px;
  display: block;
  font-weight: normal;
  font-size: 23px;
  line-height: 10px;
  width: 30px;
  height: 26px;
  text-align: center;
}
.rendered-form a {
  color: #e84500;
}
@media only screen and (max-width: 991px) {
  .rendered-form a {
    color: #e84500;
  }
}
.rendered-form a:hover {
  color: #e84500;
}
.rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 15px !important;
  background: #fff;
  padding: 15px !important;
  border: 1px #eaeaea solid;
}
.rendered-form .fieldset .fields .field.form-group.field-untergrund label {
  font-weight: 600 !important;
}
.rendered-form .fieldset .fields .field.form-group.field-untergrund label .fb-radio-group-label.label {
  font-weight: 600 !important;
}
.rendered-form .fieldset .fields .field.form-group.field-textinput-1573215374801 label {
  font-weight: 400 !important;
}
.rendered-form label {
  font-weight: normal !important;
  padding-left: 0;
  color: #333;
  font-size: 14px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    position: relative;
    top: 3px;
  }
}
.rendered-form .fb-textarea-label {
  color: #e84500;
  font-size: 18px;
  margin-top: 10px !important;
}
.rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 10px;
}
.non-binding-offer-container {
  font-size: 1.4rem;
  white-space: nowrap;
}
.non-binding-offer-container .action.primary {
  white-space: nowrap;
  text-transform: uppercase;
  margin-top: 2px;
  padding: 8px 15px;
}
@media only screen and (max-width: 1023px) {
  .non-binding-offer-container .action.primary {
    width: 100%;
  }
}
.non-binding-offer-container .action.primary:hover {
  background: #000;
  border-color: #000;
}
.non-binding-offer-container .amform-show {
  margin-top: 0px;
}
@media only screen and (max-width: 1023px) {
  .non-binding-offer-container .amform-show {
    margin: 0px 0 20px;
    width: 100%;
  }
}
.non-binding-offer-container button::before {
  content: "\f044";
  font-family: "FontAwesome";
  font-size: 18px;
  padding-right: 10px;
  position: relative;
  top: 2px;
}
.request-sample-container .action.primary {
  font-size: 1.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.request-sample-container .action.primary::before {
  line-height: 25px;
  padding-right: 10px;
}
body .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
  color: #fff !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-main-container {
  max-width: 1200px;
}
.ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
  padding: 15px;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  font-weight: 400;
  font-size: 12px;
  padding: 18px 10px;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #e84500;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main .ammenu-link {
  text-transform: uppercase;
}
.ammenu-menu-wrapper.-desktop .ammenu-link.-level1::before {
  display: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item.-child a.-level1 {
  font-size: 16px;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link {
  padding-right: 0px;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item.-child {
  padding: 0px 15px 20px 0;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link + .ammenu-item.-child {
  margin-left: 0;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item.-child .-level2 {
  font-size: 13px;
  text-transform: initial;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item.-child .-level2:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 10px;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item.-child .ammenu-item.-child {
  font-size: 13px;
}
.ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper.ammenu-menu-wrapper.-desktop .ammenu-categories-container:not(.ammenu-menu-wrapper.-desktop .ammenu-categories-container:last-of-type) {
  padding-bottom: 5px;
  border-bottom: 1px #f1f1f1 solid;
  margin-top: 5px;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
  display: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item.-child a.-level3 {
  font-size: 13px;
}
.ammenu-menu-wrapper.-desktop .ammenu-wrapper.more-info {
  margin-top: 5px;
}
.ammenu-menu-wrapper.-desktop .ammenu-wrapper.more-info a span {
  color: #e84500 !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-wrapper.more-info a span::after {
  content: ">";
  position: relative;
  padding-left: 3px;
}
.ammenu-menu-wrapper.-mobile .ammenu-link.-main::before {
  display: none;
}
.header.panel {
  text-align: right;
  color: #6d6d6d;
  font-weight: 600;
  font-size: 12px;
  position: relative;
}
.header.panel a {
  color: #6d6d6d;
}
.header.panel a:hover {
  text-decoration: none;
}
.header.panel .zw-phone:hover {
  color: #e84500;
  cursor: pointer;
}
.header.panel .zw-phone::before {
  font-family: FontAweSome;
  content: "\f095";
  padding-right: 5px;
  font-size: 12px;
}
.header.panel .zw-phone-block a:hover {
  color: #e84500;
  cursor: pointer;
}
.header.panel .zw-phone-block {
  display: none;
  background: #fff;
  position: absolute;
  width: 300px;
  z-index: 999;
  padding: 10px 15px;
  text-align: left;
  right: 19px;
  top: 39px;
  left: inherit;
}
#magecomp-cookie-template {
  padding: 2px 10px 5px;
  display: flex;
  align-items: center;
  min-height: inherit;
  z-index: 99;
}
#magecomp-cookie-template a {
  border-color: #3072b3;
  border-bottom-color: #3072b3;
  border-bottom-color: #2a65a0;
  background-color: #2a65a0;
  background-image: linear-gradient(#599bdc, #3072b3);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  color: #fff !important;
  font-weight: 400;
  padding: 5px 13px;
  display: block;
  border-radius: 2px;
  border: none;
  white-space: nowrap;
}
#magecomp-cookie-template a:hover {
  text-decoration: underline;
  background-color: #3678a0;
  background-image: linear-gradient(#68abdc, #387cb3);
  text-decoration: none;
}
#magecomp-cookie-template .cookietext {
  margin-left: 0;
  width: calc(88%) !important;
  padding-right: 15px;
}
#magecomp-cookie-template .moreinfo {
  margin-top: 0;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #magecomp-cookie-template .moreinfo {
    float: left;
  }
}
#magecomp-cookie-template .cookiehidelink {
  margin-top: 1px;
  margin-right: 5px;
}
#magecomp-cookie-template .cookiehidelink .cookiemoreinfotext::before {
  content: "\2714";
  font-family: fontawesome;
}
@media only screen and (max-width: 479px) {
  #magecomp-cookie-template {
    display: block;
    float: left;
    padding-bottom: 15px;
  }
  #magecomp-cookie-template .cookietext {
    width: 100% !important;
    padding-right: 0;
  }
}
.label.sample-product {
  font-size: 1.8rem;
  color: #666;
  position: relative !important;
}
.cart.table-wrapper .actions-toolbar {
  padding-bottom: 35px;
}
.minicart-wrapper .action.showcart .counter.qty {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .action.showcart .counter.qty {
    margin-left: 5px !important;
    min-width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .action.showcart .counter.qty.empty {
    margin-left: 5px !important;
    min-width: 20px;
  }
}
.amsearch-form-container.-opened .amsearch-wrapper-input {
  position: relative;
}
.page-header {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.amcform-page-titles .amcform-title {
  word-break: break-word;
}
.amcform-page-titles .amcform-step {
  background: #e84500;
  border: 1px solid #e84500;
}
.amcform-page-titles .amcform-title-wrap.-disabled .amcform-step {
  background: #ffa782;
  border: 1px solid #ffa782;
  color: #fff !important;
}
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  .amcform-page-titles .amcform-title-wrap {
    flex-grow: inherit;
    min-width: 200px;
  }
}
.amform-popup label.label {
  word-break: break-all;
  white-space: normal;
  text-align: left;
}
.page-main > .page-title-wrapper .page-title {
  word-break: break-word;
}
.product-info-main #qty-error {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .logo {
    margin: -8px auto 0;
  }
}
#amform-form-13 .field-terrassenform .control {
  margin: 55px 0 0;
}
#amform-form-13 .field-terrassenform .radio-group {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #amform-form-13 .field-terrassenform .radio-group {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
#amform-form-13 .field-terrassenform .amform-groupv2 {
  color: #333;
  font-size: 0px;
  display: block;
  height: auto;
  width: 100px;
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
  border: 2px solid #fff;
}
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  #amform-form-13 .field-terrassenform .amform-groupv2:nth-child(1) {
    height: 100px;
  }
}
@supports (-ms-ime-align:auto) {
  height: 100px;
  border: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  #amform-form-13 .field-terrassenform .amform-groupv2 {
    height: 150px;
    width: 120px;
  }
}
#amform-form-13 .field-terrassenform .amform-groupv2 label {
  padding: 0;
  font-weight: 700 !important;
  text-align: center;
  margin: 0;
}
#amform-form-13 .field-terrassenform .amform-groupv2 label::before {
  content: "";
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  position: absolute;
  top: -41px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #amform-form-13 .field-terrassenform .amform-groupv2 label::before {
    top: -45px;
    background-size: contain !important;
  }
}
#amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-0 + label::before {
  background: url(../images/anfrage/L-Form.jpg);
}
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-0 + label::before {
    background-size: contain !important;
  }
}
#amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-1 + label::before {
  background: url(../images/anfrage/O-Form.jpg);
}
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-1 + label::before {
    background-size: 105% !important;
  }
}
@supports (-ms-ime-align:auto) {
  background-size: 105% !important;
}
#amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-2 + label::before {
  background: url(../images/anfrage/rechteck.jpg);
}
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-2 + label::before {
    background-size: 101% !important;
  }
}
@supports (-ms-ime-align:auto) {
  background-size: 101% !important;
}
#amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-3 + label::before {
  background: url(../images/anfrage/T-Form.jpg);
}
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-3 + label::before {
    background-size: 106% !important;
  }
}
@supports (-ms-ime-align:auto) {
  background-size: 106% !important;
}
#amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-4 + label::before {
  background: url(../images/anfrage/U-Form.jpg);
}
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-4 + label::before {
    background-size: 107% !important;
  }
}
@supports (-ms-ime-align:auto) {
  background-size: 107% !important;
}
#amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-5 + label::before {
  background: url(../images/anfrage/Skizze.jpg);
}
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-5 + label::before {
    background-size: 101% !important;
  }
}
@supports (-ms-ime-align:auto) {
  background-size: 101% !important;
}
#amform-form-13 .field-terrassenform .amform-groupv2 .terrassenform {
  color: #333;
  font-size: 0px;
  width: 100%;
  position: relative;
  height: 75px;
  visibility: hidden;
  text-align: center;
}
#amform-form-13 .field-terrassenform .amform-groupv2 .terrassenform:checked + label::before {
  border: 2px solid #e84500;
}
#amform-form-13 .field-terrassenform .amform-groupv2 .amform-groupv2 {
  height: 65px;
  width: 100px;
}
#amform-form-13 .amcform-title-wrap {
  position: relative;
  min-width: inherit;
  max-width: inherit;
  width: 50%;
}
#amform-form-13 .amcform-title-wrap:before {
  background: #ffa782;
}
@media only screen and (max-width: 767px) {
  #amform-form-13 .amcform-title-wrap:before {
    background: #ffa782;
  }
}
#amform-form-13 .amcform-title-wrap:after {
  background: #ffa782;
}
@media only screen and (max-width: 767px) {
  #amform-form-13 .amcform-title-wrap:after {
    background: #ffa782;
  }
}
#amform-form-13 .amcform-page-titles .amcform-title {
  word-break: break-word;
  white-space: normal;
}
#amform-form-13 .amcform-page-titles .amcform-title .amcform-label {
  color: #333;
}
#amform-form-13 label {
  white-space: normal;
  text-align: left;
}
#amform-form-13 .field-untergrund .untergrund {
  display: none;
}
#amform-form-13 .field-untergrund label.fb-radio-group-label {
  text-align: left !important;
  font-size: 14px !important;
  margin: 20px 0 10px !important;
}
#amform-form-13 .field-untergrund .radio-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #amform-form-13 .field-untergrund .radio-group {
    justify-content: space-around;
  }
}
#amform-form-13 .field-untergrund .untergrund + label::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 75px;
  font-size: 0px;
  position: relative;
  top: 0;
  left: 0px;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
#amform-form-13 .field-untergrund label:hover::before,
#amform-form-13 .field-untergrund #amform-form-13 .field-untergrund .untergrund + label:focus::before,
#amform-form-13 .field-untergrund #amform-form-13 .field-untergrund .untergrund + label:active::before {
  border: 2px solid #e84500;
}
#amform-form-13 .field-untergrund #untergrund-0 + label::before {
  background: url(../images/anfrage/1.Naturboden.jpg);
}
#amform-form-13 .field-untergrund #untergrund-1 + label::before {
  background: url(../images/anfrage/2.Betonboden.jpg);
}
#amform-form-13 .field-untergrund #untergrund-2 + label::before {
  background: url(../images/anfrage/3.holzunterkonstruktion.jpg);
}
#amform-form-13 .field-untergrund #untergrund-3 + label::before {
  background: url(../images/anfrage/4.Terrasse-Fliesen.jpg);
}
#amform-form-13 .field-untergrund #untergrund-4 + label::before {
  background: url(../images/anfrage/5.Split.jpg);
}
#amform-form-13 .field-untergrund #untergrund-5 + label::before {
  background: url(../images/anfrage/6.Steinplatten.jpg);
}
#amform-form-13 .field-untergrund #untergrund-6 + label::before {
  background: url(../images/anfrage/7.Abdichtungsebene.jpg);
}
#amform-form-13 .field-untergrund #untergrund-7 + label::before {
  background: url(../images/anfrage/8.Balkon-Stahlunterkonstruktion.jpg);
}
#amform-form-13 .field-untergrund #untergrund-8 + label::before {
  background: url(../images/anfrage/9.Balkon-Fliesen.jpg);
}
#amform-form-13 .field-untergrund #untergrund-9 + label::before {
  background: url(../images/anfrage/10.Balkon-Holzunterkonstruktion.jpg);
}
#amform-form-13 .field-untergrund #untergrund-10 + label::before {
  background: url(../images/anfrage/11.dachterrasse.jpg);
}
#amform-form-13 .field-untergrund label {
  color: #333;
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  padding-right: 0px;
  font-weight: bold !important;
  word-break: break-word;
  font-size: 12px;
  margin: 0;
}
#amform-form-13 .field-untergrund .amform-groupv2 {
  width: 125px;
  vertical-align: top;
}
#amform-form-13 .field-untergrund .amform-groupv2 .untergrund:checked + label::before {
  border: 2px solid #e84500;
}
#amform-form-13 #zw-images {
  max-width: 300px;
  margin: 15px auto;
}
#amform-form-15 .field-zwdatenschutz .checkbox-group .amform-groupv2 {
  width: 100% !important;
}
#amform-form-15 .field-radiotwo-1573644773985 .fb-radio-group-label.label {
  margin: 10px 0;
}
#amform-form-15 .field-zwzustellung .radio-group label {
  color: #333;
  display: inline-block;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  padding-right: 0px;
  font-weight: normal !important;
  word-break: break-word;
  font-size: 14px;
  vertical-align: middle;
  margin: 3px 0 0 0;
  margin-right: 10px;
  padding-right: 20px;
}
#amform-form-15 .field-zwzustellung .radio-group label::after {
  display: none;
}
#amform-form-15 .radio-group .amform-radiotwo {
  display: inline-block;
}
#amform-form-15 .radio-group label {
  color: #333;
  display: block;
  position: relative;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 0px;
  font-weight: bold !important;
  word-break: break-word;
  font-size: 12px;
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #amform-form-15 .radio-group label {
    width: 90%;
  }
}
#amform-form-15 .radio-group label::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 100px;
  height: 82px;
  font-size: 0px;
  position: relative;
  top: 10px;
  left: 0px;
  border: 1px solid #fff;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  margin: 0 auto;
  width: 290px;
  height: 240px;
}
@media only screen and (max-width: 767px) {
  #amform-form-15 .radio-group label::after {
    width: 100%;
  }
}
#amform-form-15 #radiotwo-1573644773985-0 + label::after {
  background: url(../images/anfrage/dacharten-satteldach.jpg);
}
#amform-form-15 #radiotwo-1573644773985-1 + label::after {
  background: url(../images/anfrage/dacharten-pultdach.jpg);
}
#amform-form-15 #radiotwo-1573644773985-2 + label::after {
  background: url(../images/anfrage/dacharten-schleppdach2.jpg);
}
#amform-form-15 #radiotwo-1573644773985-3 + label::after {
  background: url(../images/anfrage/dacharten-walmdach.jpg);
}
#amform-form-15 #radiotwo-1573644773985-4 + label::after {
  background: url(../images/anfrage/dacharten-krueppelwalmdach.jpg);
}
#amform-form-15 #radiotwo-1573644773985-5 + label::after {
  display: none;
}
#amform-form-15 .radio-group .amform-radiotwo + label:hover::after,
#amform-form-15 .radio-group .amform-radiotwo + label:focus::after,
#amform-form-15 .radio-group .amform-radiotwo + label:active::after {
  border: 1px solid #e84500;
}
#amform-form-15 .amform-groupv2 {
  width: 50%;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #amform-form-15 .amform-groupv2 {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  #amform-form-15 .amform-groupv2 {
    width: 100%;
  }
}
#amform-form-15 label {
  white-space: normal;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #amform-form-15 label {
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  #amform-form-15 .amcform-title-wrap {
    min-width: inherit;
    max-width: inherit;
    width: 50%;
  }
  #amform-form-15 .amcform-page-titles .amcform-title {
    word-break: break-word;
    white-space: normal;
  }
  #amform-form-15 body {
    overflow-x: hidden;
  }
}
.catalog-product-view .owl-carousel .product-item .price-box {
  margin: 10px 0 10px;
}
.catalog-product-view .owl-carousel .product-item .action.primary {
  margin-left: 0px !important;
  margin-top: 10px;
}
.catalog-product-view .owl-carousel .product-item .actions-secondary {
  padding-left: 0px;
}
.catalog-product-view .owl-carousel .product-item .qty {
  text-align: center;
}
.page-main .page-title-wrapper .page-title {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index #discount-coupon-form {
    width: 200px;
  }
}
.checkout-cart-index #discount-coupon-form input {
  height: 36px;
  width: 162px;
  border-color: #ccc;
  border-right: none;
}
.checkout-cart-index mark,
.checkout-cart-index .mark {
  background-color: transparent;
}
@media only screen and (min-width: 1200px) {
  .cms-index-index .container {
    width: 1200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cms-index-index .container {
    width: 100%;
    overflow: hidden;
  }
  .cms-index-index .ammenu-menu-toggle:not(.-hamburger) {
    top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .logo {
    margin-bottom: 0;
  }
  .header .block-search .action.search {
    width: 44px;
    height: 44px;
    right: 0;
  }
}
.opc-wrapper .form-login .fieldset .field .label {
  padding-left: 0px;
}
.opc-wrapper .form-shipping-address .fieldset .field .label {
  padding-left: 0px;
}
.checkout-index-index .authentication-wrapper .modal-content {
  padding: 0;
  box-shadow: none;
  border: none;
}
.checkout-index-index .authentication-wrapper .modal-header {
  min-height: auto;
  padding: 10px 0 0 0;
  border-bottom: none;
}
.checkout-index-index .authentication-wrapper .action.action-auth-toggle {
  margin: 25px 0 0;
}
.checkout-index-index .page-main {
  margin-top: 10px;
}
#search_autocomplete {
  overflow-y: auto;
}
#search_autocomplete .amsearch-results .amsearch-item:hover {
  /*background-color: @red-color;*/
}
#search_autocomplete .amsearch-results .amsearch-item {
  padding: 0;
}
#search_autocomplete .item-name {
  padding: 5px;
  display: block;
  font-weight: 600;
}
#search_autocomplete .item-name:hover {
  background-color: #e84500;
  color: #fff !important;
  text-decoration: none;
}
#search_autocomplete .amsearch-autocomplete-image {
  height: 70px;
  width: 70px !important;
}
#search_autocomplete .amsearch-wrapper-content .product-item-details {
  min-height: inherit;
}
#search_autocomplete .amasty-xsearch-block-header {
  background-color: #f4f4f4;
  color: #636363;
  text-transform: uppercase;
  padding: 10px 10px;
  text-align: left;
  font-weight: normal;
}
#search_autocomplete .amasty-xsearch-block-header:before {
  display: none;
}
#search_autocomplete .popular_searches .amasty-xsearch-block-header {
  padding: 10px;
}
#search_autocomplete .category .amasty-xsearch-block-header {
  padding: 10px;
}
#search_autocomplete .recent_searches .amasty-xsearch-block-header {
  padding: 10px;
}
#search_autocomplete .amsearch-results .amsearch-item.product-item {
  padding: 10px 15px;
  margin-bottom: 10px;
}
#search_autocomplete .amsearch-results .amsearch-item.product-item:before {
  display: none;
}
#search_autocomplete .amsearch-results .amsearch-item.product-item:hover {
  background: #e84500;
}
#search_autocomplete .amsearch-results .amsearch-item.product-item .amsearch-autocomplete-image {
  width: 50px !important;
  height: 50px !important;
}
#search_autocomplete .amsearch-results .amsearch-item.product-item .amsearch-autocomplete-information {
  text-align: right;
  width: 100%;
}
#search_autocomplete .amsearch-results .amsearch-item.product-item .amsearch-autocomplete-information .product-item-link {
  font-size: 12px;
}
#search_autocomplete .amsearch-results .amsearch-item.product-item .amsearch-autocomplete-information .price-box {
  width: 100%;
  max-width: inherit;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #search_autocomplete .amsearch-results .amsearch-item.product-item .amsearch-autocomplete-information .price-box .price {
    font-size: 14px;
  }
}
#search_autocomplete .amsearch-results .amsearch-item.product-item .amsearch-autocomplete-information .price-box .price-details {
  display: none;
}
#search_autocomplete .amsearch-results .amsearch-item .item-description {
  padding: 0 5px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #search_autocomplete .amsearch-results .amsearch-item-container {
    padding: 0 15px 10px;
  }
}
#search_autocomplete .amsearch-results .amsearch-more-results .amsearch-link {
  display: inline-block;
  border-bottom: 1px solid #373737;
  margin-bottom: 15px;
  padding: 0;
  background-color: inherit;
  color: #000;
  text-decoration: none;
}
#search_autocomplete .amsearch-results .amsearch-more-results .amsearch-link:hover {
  color: #e84500;
}
@media only screen and (max-width: 767px) {
  #search_autocomplete .amsearch-results .amsearch-more-results .amsearch-link {
    display: inline-block;
    border-bottom: 1px solid #373737;
    margin-bottom: 15px;
    padding: 0;
    background-color: inherit;
    color: #000;
    text-decoration: none;
  }
}
.amsearch-autocomplete-image {
  height: 70px;
  width: 70px !important;
}
.amsearch-wrapper-content .product-item-details {
  min-height: inherit;
}
.cart.table-wrapper td.col.qty .input-text {
  width: 34px;
  border: none;
  padding: 0;
  color: #666;
  opacity: 1;
  background: transparent;
}
.cart.table-wrapper td.col.qty label {
  display: flex;
}
.cart.table-wrapper td.col.qty span {
  white-space: nowrap;
  color: #666;
}
.modal-inner-wrap .modal-content {
  margin: 10px !important;
  box-shadow: none !important;
  border: 0 !important;
}
.modal-inner-wrap .modal-footer .action-accept {
  background: #e84500 !important;
  border: 1px solid #e84500 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.modal-inner-wrap .modal-footer .action-accept:hover {
  background: #e84500 !important;
  border: 1px solid #e84500 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.modal-inner-wrap .modal-footer .action-accept:focus {
  background: #e84500 !important;
  border: 1px solid #e84500 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.modal-inner-wrap .modal-footer .action-dismiss {
  background: #999 !important;
  border: 1px solid #999 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.modal-inner-wrap .modal-footer .action-dismiss:hover {
  background: #999 !important;
  border: 1px solid #999 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.modal-inner-wrap .modal-footer .action-dismiss:focus {
  background: #999 !important;
  border: 1px solid #999 !important;
  box-shadow: none !important;
  color: #fff !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cms-index-index .latest-blog .row::before {
    display: none !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cms-index-index .latest-blog .row::after {
    display: none !important;
  }
}
.cms-index-index .success-msg {
  font-size: 11px !important;
  font-weight: 900 !important;
  text-align: center;
  font-family: 'Open Sans', sans-serif !important;
  border: 0;
  background-color: #f8f8f8;
  color: #3d3d3d;
}
@media only screen and (max-width: 767px) {
  .cms-index-index .success-msg {
    background-color: transparent !important;
  }
}
.cms-index-index .success-msg p {
  font-weight: 700;
  font-size: 13px !important;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cms-index-index .success-msg p {
    font-weight: 700;
    font-size: 13px !important;
    line-height: 20px;
    text-align: center;
  }
}
.cms-index-index .slider-items-products #category-desc-slider .owl-item {
  width: 100% !important;
}
@media only screen and (min-width: 1235px) {
  .cms-index-index .panel.header {
    padding-right: 0;
  }
  .cms-index-index .header .header.content {
    padding-right: 0;
  }
}
.cms-index-index header .header.content {
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cms-index-index header .header.content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-index-index header .header.content {
    padding-right: 15px;
  }
}
.cms-index-index .panel.header .zw-phone-block {
  right: -1px;
}
@media only screen and (min-width: 1235px) {
  .cms-index-index .panel.header {
    padding-right: 0;
  }
  .cms-index-index .header .header.content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .amform-popup .amform-form-fieldset .amcform-title-wrap {
    min-width: 170px;
  }
}
@media only screen and (max-width: 479px) {
  .amform-popup .amform-form-fieldset .amcform-title-wrap {
    min-width: 120px;
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .amform-popup .amform-form-fieldset .amcform-title-wrap {
    max-width: 30%;
  }
}
.amform-popup .amform-form-fieldset .mage-error {
  border-color: #ed8380 !important;
}
@media only screen and (max-width: 767px) {
  .amform-popup .amform-form-fieldset h2 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: normal;
  }
}
.amform-popup .amform-form-fieldset label {
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .amform-popup .amform-form-fieldset label.label {
    font-size: 13px;
    padding: 0;
    word-break: break-word;
  }
}
.amform-popup .amform-form-fieldset input.amform-radio {
  vertical-align: middle;
}
.amform-popup .amform-form-fieldset input.amform-radiotwo {
  vertical-align: middle;
}
.amform-popup .amform-form-fieldset .form-control {
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
}
@media only screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .amform-popup .amform-form-fieldset .form-control {
    height: 40px;
  }
}
.amform-popup .amform-form-fieldset .field {
  margin-right: 2% !important;
}
.amform-popup .amform-form-fieldset .field-textinput-1573202933371 {
  float: right;
  margin-right: 0;
}
.amform-popup .amform-form-fieldset .field-telephone {
  float: right;
  margin-right: 0;
}
.amform-popup .amform-form-fieldset .field-askuhrzeit {
  float: right;
  margin-right: 0;
  margin-bottom: 20px;
}
.amform-popup .amcform-toolbar {
  width: 100%;
  float: left;
  padding-right: 13px;
}
.amform-popup .amcform-toolbar .action.primary.amcform-next {
  padding: 7px 15px;
}
.amform-popup .amcform-toolbar .action.primary.amcform-prev {
  padding: 7px 15px;
}
.cms-contacts h4 {
  font-weight: bold;
  margin: 10px 0 15px;
  padding: 0;
}
.cms-contacts .amform-form-fieldset .field.form-group {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
}
.cms-contacts .amform-form-fieldset .field-checkbox-1573130193144 {
  display: flex;
}
.cms-contacts .amform-form-fieldset .field-checkbox-1573130193144 label {
  order: 2;
}
.cms-contacts .amform-form-fieldset .field-checkbox-1573130193144 .control .checkbox-group .amform-versiontwo-label {
  padding-right: 0;
  margin-right: 0;
}
.cms-contacts .mage-error {
  border-color: #ed8380 !important;
}
.cms-contacts .control h2.amform-htwo {
  font-size: 14px;
  color: #333;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: normal;
}
.cms-contacts .field-textinput-1573130001992 {
  float: right;
  margin-right: 0;
}
.cms-contacts .field-textinput-1573130087001 {
  float: right;
  margin-right: 0;
}
.cms-contacts .form-control {
  border-radius: 0;
  box-shadow: none;
  min-height: 44px;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  color: #555;
  font-size: 16px;
}
.cms-contacts .field {
  margin-right: 2% !important;
}
.cms-contacts .panel-default {
  margin-right: 2%;
  border-radius: 0;
}
.cms-kontakt h4 {
  font-weight: bold;
  margin: 10px 0 15px;
  padding: 0;
}
.cms-kontakt .rendered-form .amform-form-fieldset .field.form-group {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
}
.cms-kontakt .rendered-form .amform-form-fieldset .field.form-group label .required {
  float: left;
  margin: 0 2px 0 0px;
}
.cms-kontakt .rendered-form .amform-form-fieldset .field-checkbox-1573130193144 {
  display: flex;
}
.cms-kontakt .rendered-form .amform-form-fieldset .field-checkbox-1573130193144 label {
  order: 2;
}
.cms-kontakt .rendered-form .amform-form-fieldset .field-checkbox-1573130193144 .control .checkbox-group .amform-versiontwo-label {
  padding-right: 0;
  margin-right: 0;
}
.cms-kontakt .mage-error {
  border-color: #ed8380 !important;
}
.cms-kontakt .control h2.amform-htwo {
  font-size: 14px;
  color: #333;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: normal;
}
.cms-kontakt .field-textinput-1573130001992 {
  float: right;
  margin-right: 0;
}
.cms-kontakt .field-textinput-1573130087001 {
  float: right;
  margin-right: 0;
}
.cms-kontakt .form-control {
  border-radius: 0;
  box-shadow: none;
  min-height: 44px;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  color: #555;
  font-size: 16px;
}
.cms-kontakt .field {
  margin-right: 2% !important;
}
.cms-kontakt .panel-default {
  margin-right: 2%;
  border-radius: 0;
}
.panel.header .container {
  width: 100%;
  padding: 0;
}
header .minicart-wrapper .action.showcart::before {
  content: '\e611' !important;
  font-family: "luma-icons" !important;
  padding-right: 4px;
}
.action.primary.amcform-next {
  padding: 7px 15px;
}
.action.primary.amcform-prev {
  padding: 7px 15px;
}
@media only screen and (max-width: 1024px) {
  .ammenu-tabs-container {
    box-shadow: 6px 20px 8px #555;
    border-right: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 767px) {
  .ammenu-tabs-container .ammenu-title {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .ammenu-tabs-container .ammenu-title.active {
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .ammenu-tabs-container .ammenu-title.active {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-tabs-container.active {
    width: 100%;
    text-align: left;
    background: #e84500 !important;
    color: #fff !important;
    padding: 0 0 0 22px;
    height: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-tabs-container.active .ammenu-link {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections .ammenu-tabs-container {
    box-shadow: 6px 20px 8px #555;
    border-right: 1px solid #ccc;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections .ammenu-tabs-container .ammenu-items .ammenu-item .ammenu-link {
    color: #000 !important;
    font-size: 14px;
    text-transform: capitalize !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections .ammenu-content {
    background-color: #f5f5f5 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections .ammenu-menu-wrapper .ammenu-toggle .ammenu-icon:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections .ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:before {
    content: "\f067";
    font-size: 14px;
    font-family: fontawesome;
    transform: none !important;
    background: none !important;
    top: 1px;
    color: #e84500;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections.nav-sections:not(.-drill) .ammenu-submenu[aria-selected="true"] ~ .ammenu-toggle .ammenu-icon:before {
    content: "\f068";
    font-size: 14px;
    font-family: fontawesome;
    transform: none !important;
    background: none !important;
    top: 1px;
    color: #e84500;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections.-accordion .ammenu-icon.-small.-down:before {
    content: "\f067";
    font-size: 14px;
    font-family: fontawesome;
    transform: none !important;
    background: none !important;
    top: 1px;
    color: #e84500;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections.-accordion .ammenu-icon.-small.-down:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections.-accordion .ammenu-icon.-small:before {
    content: "\f068";
    font-size: 14px;
    font-family: fontawesome;
    transform: none !important;
    background: none !important;
    top: 1px;
    color: #e84500;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections.-accordion .ammenu-icon.-small:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-content .ammenu-nav-sections.-accordion .ammenu-icon.-small {
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: block !important;
  }
  .breadcrumbs .items .item.home {
    display: none !important;
  }
}
/* Mobile Navigation CSS */
.ammenu-content .ammenu-menu-wrapper .ammenu-toggle .ammenu-icon:after {
  display: none;
}
.ammenu-nav-sections .ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:before {
  background: none !important;
}
.ammenu-nav-sections .ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:before {
  content: "\f067";
  font-size: 14px;
  font-family: fontawesome;
  transform: none !important;
  background: none !important;
  top: 1px;
  color: #e84500;
}
.ammenu-nav-sections.nav-sections:not(.-drill) .ammenu-submenu[aria-selected="true"] ~ .ammenu-toggle .ammenu-icon:before {
  content: "\f068";
  font-size: 14px;
  font-family: fontawesome;
  transform: none !important;
  background: none !important;
  top: 1px;
  color: #e84500;
}
.ammenu-nav-sections.-accordion .ammenu-icon.-small.-down:before {
  content: "\f067";
  font-size: 14px;
  font-family: fontawesome;
  transform: none !important;
  background: none !important;
  top: 1px;
  color: #e84500;
}
.ammenu-nav-sections.-accordion .ammenu-icon.-small.-down:after {
  display: none;
}
.ammenu-nav-sections.-accordion .ammenu-icon.-small:before {
  content: "\f068";
  font-size: 14px;
  font-family: fontawesome;
  transform: none !important;
  background: none !important;
  top: 1px;
  color: #e84500;
}
.ammenu-nav-sections.-accordion .ammenu-icon.-small:after {
  display: none;
}
.ammenu-icon.-small {
  transform: none;
}
@media only screen and (max-width: 1024px) {
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow {
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow {
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow:before {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow:before {
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow :after {
    content: "\f101";
    font-size: 14px;
    font-family: fontawesome;
    transform: none !important;
    background: none !important;
    top: 1px;
    color: #e84500;
  }
}
@media only screen and (min-width: 1025px) {
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow :after {
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow.-down:before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow.-down:after {
    content: "\f068";
    font-size: 14px;
    font-family: fontawesome;
    transform: none !important;
    background: none !important;
    top: 1px;
    color: #e84500;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow {
    opacity: 1;
  }
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow:before {
    display: none;
  }
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow:after {
    content: "\f101";
    font-size: 24px;
    font-family: fontawesome;
    transform: none !important;
    background: none !important;
    top: -3px;
    color: #e84500;
  }
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow.-down:before {
    display: none;
  }
  .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-arrow.-down:after {
    content: "\f101";
    font-size: 16px;
    font-family: fontawesome;
    transform: none !important;
    background: none !important;
    top: 1px;
    color: #e84500;
  }
  .ammenu-menu-wrapper .ammenu-icon:before {
    background: transparent !important;
  }
  .ammenu-toggle .ammenu-icon:before {
    content: "\f101";
    font-size: 24px;
    font-family: fontawesome;
    background: none !important;
    top: -6px;
    color: #e84500;
    background: transparent !important;
    transform: none !important;
    left: 0;
  }
  .-drill .ammenu-icon {
    transform: none !important;
    background: transparent !important;
  }
  body .ammenu-item.category-item.-main.-drill-opened .ammenu-toggle .ammenu-icon {
    transform: none !important;
    background: transparent !important;
  }
  body .ammenu-menu-wrapper .ammenu-icon:before {
    background: transparent !important;
  }
  body .ammenu-item.category-item.-main.nav-1.-drill-opened .ammenu-icon,
  body .ammenu-item.category-item.-main.nav-2.-drill-opened .ammenu-icon,
  body .ammenu-item.category-item.-main.nav-3.-drill-opened .ammenu-icon {
    transform: none !important;
    background: transparent !important;
  }
  body .ammenu-item.category-item.-main.nav-1.-drill-opened .ammenu-icon:before,
  body .ammenu-item.category-item.-main.nav-2.-drill-opened .ammenu-icon:before,
  body .ammenu-item.category-item.-main.nav-3.-drill-opened .ammenu-icon:before {
    content: "\f100";
    font-size: 24px;
    font-family: fontawesome;
    background: none !important;
    top: -3px !important;
    color: #e84500;
    background: transparent !important;
    transform: none !important;
    left: 0;
  }
  body .ammenu-wrapper.category-item.-deep.-drill-opened .ammenu-arrow {
    transform: none !important;
    background: transparent !important;
  }
  body .ammenu-wrapper.category-item.-deep.-drill-opened .ammenu-arrow:after {
    content: "\f100";
    font-size: 24px;
    font-family: fontawesome;
    background: none !important;
    top: -9px;
    color: #e84500;
    background: transparent !important;
    transform: none !important;
  }
  body .-drill-opened > .ammenu-arrow {
    transform: none !important;
    background: transparent !important;
  }
  body .-drill-opened .ammenu-toggle .ammenu-icon:not(.-small) {
    transform: none !important;
    background: transparent !important;
  }
  body .-drill-opened .ammenu-toggle .ammenu-icon:not(.-small):before {
    transform: none !important;
    background: transparent !important;
  }
  body .ammenu-wrapper.category-item.nav-1-4-1.-deep.-drill-opened .ammenu-arrow {
    transform: none !important;
    background: transparent !important;
  }
  body .ammenu-wrapper.category-item.nav-1-4-1.-deep.-drill-opened .ammenu-arrow:after {
    content: "\f100";
    font-size: 24px;
    font-family: fontawesome;
    background: none !important;
    top: -8px;
    color: #e84500;
    background: transparent !important;
    transform: none !important;
  }
  body .ammenu-wrapper.category-item.nav-1-4-1.-deep.-drill-opened .-small.-down:after {
    content: "\f100";
    font-size: 16px;
    font-family: fontawesome;
    background: none !important;
    top: 2px;
    color: #e84500;
    background: transparent !important;
    transform: none !important;
  }
  body .ammenu-wrapper.category-item.nav-1-4.-deep.-drill-opened .ammenu-arrow {
    transform: none !important;
    background: transparent !important;
  }
  body .ammenu-wrapper.category-item.nav-1-4.-deep.-drill-opened .ammenu-arrow:after {
    content: "\f100";
    font-size: 24px;
    font-family: fontawesome;
    background: none !important;
    top: -8px;
    color: #e84500;
    background: transparent !important;
    transform: none !important;
  }
}
.anfrage-index-index .amcform-page-titles .amcform-title-wrap .amcform-label {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .anfrage-index-index .amcform-page-titles .amcform-title-wrap .amcform-label {
    color: #333;
  }
}
.anfrage-index-index .amcform-page-titles .amcform-title-wrap :before {
  background: #ffa782;
}
@media only screen and (max-width: 767px) {
  .anfrage-index-index .amcform-page-titles .amcform-title-wrap :before {
    background: #ffa782;
  }
}
.anfrage-index-index .amcform-page-titles .amcform-title-wrap :after {
  background: #ffa782;
}
@media only screen and (max-width: 767px) {
  .anfrage-index-index .amcform-page-titles .amcform-title-wrap :after {
    background: #ffa782;
  }
}
.anfrage-index-index .field-untergrund .fb-radio-group-label.label {
  font-weight: 700 !important;
}
.anfrage-index-index .custom_wrap {
  margin-bottom: 15px !important;
  background: #fff;
  padding: 15px !important;
  border: 1px #eaeaea solid;
  max-width: 98%;
}
.anfrage-index-index .custom_wrap .field {
  margin-bottom: 15px !important;
  padding: 5px !important;
  border: 0 !important;
}
.anfrage-index-index .custom_wrap .field .wrap-field {
  font-weight: 700 !important;
}
.anfrage-index-index .custom_wrap .field .field-textinput-1573215374801 label {
  font-weight: 400 !important;
}
.anfrage-index-index .custom_wrap .field.fb-h2.form-group .control h2 {
  margin: 0;
}
.anfrage-index-index .amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #ffa782;
}
.anfrage-index-index .amcform-toolbar {
  margin-right: 13px;
}
@media only screen and (max-width: 767px) {
  .anfrage-index-index .amcform-toolbar {
    margin-right: 8px;
  }
}
.anfrage-index-index .rendered-form .fieldset .fields .custom_wrap .field {
  margin-bottom: 0px !important;
  padding: 5px !important;
  border: 0 !important;
}
.anfrage-index-index .rendered-form .fieldset .fields .custom_wrap .field label {
  display: inline-block;
}
.anfrage-index-index .rendered-form .field.fb-div.form-group.field-product-name-header {
  border: 0;
  background: transparent;
  padding: 10px 0 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .anfrage-index-index .rendered-form .field.fb-div.form-group.field-product-name-header {
    font-size: 14px;
  }
}
.anfrage-index-index .rendered-form #page-1 .field.fb-radio input[type=radio] {
  vertical-align: middle;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .anfrage-index-index .rendered-form #page-1 .field.fb-radio input[type=radio] {
    vertical-align: middle;
    margin: 0;
  }
}
.anfrage-index-index .rendered-form #page-1 .field.field-zwzustellung input[type=radio] {
  vertical-align: middle;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .anfrage-index-index .rendered-form #page-1 .field.field-zwzustellung input[type=radio] {
    vertical-align: middle;
    margin: 0;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    position: relative;
    top: 4px;
  }
}
.anfrage-index-index .rendered-form .action.primary {
  background: #e84500 !important;
  border: 1px solid #e84500;
  padding: 7px 15px;
}
@media only screen and (max-width: 767px) {
  .anfrage-index-index .rendered-form .action.primary {
    padding: 7px 15px;
  }
}
.anfrage-index-index .rendered-form .field.fb-h2.form-group {
  padding: 0 !important;
  background: transparent;
  border: 0;
}
.anfrage-index-index .rendered-form .field.fb-h2.form-group .control h2 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: normal;
  word-break: break-word;
}
.anfrage-index-index .rendered-form .field.amform-layout-one {
  max-width: 98%;
}
.anfrage-index-index .rendered-form .field.field-product-sku {
  visibility: hidden;
  position: absolute;
}
.anfrage-index-index .rendered-form .field.field-product-name {
  visibility: hidden;
  position: absolute;
}
.anfrage-index-index .rendered-form .form-control {
  font-size: 14px;
  color: #555;
  display: block;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
}
.anfrage-index-index .rendered-form select.form-control {
  background: #ffffff url(../images/select-bg.svg) no-repeat 100% 45% !important;
}
.anfrage-index-index .rendered-form.amform-form .amform-form-fieldset label {
  word-break: break-word;
  white-space: normal;
  text-align: left;
  color: #000;
  font-weight: 600 !important;
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  .anfrage-index-index .rendered-form.amform-form .amform-form-fieldset label {
    font-size: 12px !important;
    margin-right: 0 !important;
  }
}
.anfrage-index-index .rendered-form.amform-form .amform-form-fieldset.fieldset .amform-layout-one .control .radio-group br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .anfrage-index-index .rendered-form.amform-form .amform-form-fieldset.fieldset .amform-layout-one .control .radio-group br {
    display: none;
  }
}
.anfrage-index-index .rendered-form.amform-form .amform-form-fieldset.fieldset .amform-layout-one .control .input_fields_wrap div {
  margin-bottom: 5px;
  display: inline-block;
}
.anfrage-index-index .rendered-form.amform-form .amform-form-fieldset.fieldset .amform-layout-one .control .input_fields_wrap .upload {
  display: flex;
  width: 100%;
  margin: 0 0 10px 0;
}
.anfrage-index-index .rendered-form.amform-form .amform-form-fieldset.fieldset .amform-layout-one .control .input_fields_wrap .upload input {
  display: inline-block;
}
.anfrage-index-index .rendered-form.amform-form .amform-form-fieldset.fieldset .amform-layout-one .control .input_fields_wrap .upload .remove_field {
  text-decoration: none;
  margin: 0;
  background: #f3f3f3;
  padding: 1px 0 3px;
  border: 1px solid #aaa;
  color: #333;
  border-radius: 2px;
  font-weight: bold;
  width: 25px;
  text-align: center;
}
.anfrage-index-index .rendered-form.amform-form .amform-form-fieldset.fieldset .amform-layout-one .control .input_fields_wrap .upload .remove_field:hover {
  text-decoration: none;
  background: #e84500;
  border: 1px solid #e84500;
  color: #fff;
}
.amscroll-navbar {
  z-index: 99 !important;
}
.cms-angebot .panel.panel-default {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}
.cms-angebot .panel.panel-default .panel-title {
  font-weight: 600;
  font-size: 16px;
}
.cms-angebot h1.page-title {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
}
.cms-angebot h2 {
  font-size: 20px;
  font-weight: 600;
}
.cms-lieferung h1.page-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  padding: 0;
}
.cms-lieferung .panel {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}
.cms-lieferung .panel .panel-title {
  font-weight: 600;
  font-size: 16px;
}
.cms-lieferung h2 {
  font-size: 20px;
  font-weight: 600;
}
.cms-katalog-anfrage .rendered-form .field.amform-layout-one {
  max-width: 98%;
}
@media only screen and (max-width: 767px) {
  .cms-katalog-anfrage .rendered-form .field.amform-layout-one {
    flex-wrap: wrap;
  }
}
.cms-katalog-anfrage .rendered-form .field.amform-layout-one .control h2 {
  margin: 0 !important;
}
.cms-faq h1.page-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  word-break: break-word;
}
.cms-faq h2 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.cms-faq .panel.panel-default {
  margin: 0 0 20px 0;
  background: none;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.cms-faq .panel.panel-default .panel-title {
  font-weight: 600;
}
.panel.panel-default {
  margin: 0 0 20px 0;
}
.cms-agb h1.page-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  word-break: break-word;
}
.cms-agb h2 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.cms-agb .panel.panel-default {
  margin: 0 0 20px 0;
  background: none;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.cms-agb .panel.panel-default .panel-title {
  font-weight: 600;
}
.cms-datenschutz p {
  word-break: break-word;
}
.cms-datenschutz h1.page-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  word-break: break-word;
}
.cms-datenschutz h2 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.cms-datenschutz h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.cms-page-view h1.page-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  word-break: break-word;
}
.cms-page-view .page-title h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  word-break: break-word;
}
.cms-page-view h2 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  word-break: break-word;
}
.cms-page-view h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  word-break: break-word;
}
.cms-page-view .panel.panel-default {
  margin: 0 0 20px 0;
  background: none;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.cms-page-view .panel.panel-default .panel-title {
  font-weight: 600;
}
.cms-page-view .page-main a {
  color: #e84500;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .page-main a {
    color: #e84500;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .breadcrumbs {
    display: none !important;
  }
  .cms-page-view .breadcrumbs .items .item.home {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .page-main {
    padding-top: 20px !important;
  }
}
.cms-musterversand blockquote {
  font-style: normal;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .rendered-form label {
      position: relative;
      top: 3px;
    }
  }
}
@supports (-ms-ime-align:auto) {
  #amform-form-13 .field-terrassenform .amform-groupv2:nth-child(1) {
    height: 100px;
  }
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-1 + label::before {
    background-size: cover !important;
    width: 95px;
    height: 104px;
  }
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-2 label::before {
    background-size: 101% !important;
  }
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-3 label::before {
    background-size: 106% !important;
  }
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-4 label::before {
    background-size: 107% !important;
  }
  #amform-form-13 .field-terrassenform .amform-groupv2 #terrassenform-5 label::before {
    background-size: 101% !important;
  }
  #amform-form-13 .field-terrassenform .amform-groupv2 label::before {
    border: 2px solid #fff;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    #amform-form-13 .field-terrassenform .amform-groupv2 label {
      position: initial !important;
      top: inherit !important;
    }
    header .block-search .action.search[disabled] {
      right: 0;
    }
    header .block-search .action.search::before {
      width: 48px;
      height: 42px;
      margin-right: -4px;
    }
    .checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement label.label .action.action-show {
      position: relative;
      top: 3px;
    }
  }
}
@media only screen and (min-width: 300px) and not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    #amform-form-13 .field-terrassenform .amform-groupv2 label {
      position: initial !important;
      top: inherit !important;
    }
  }
}
#amform-form-14 .amcform-title-wrap,
#amform-form-11 .amcform-title-wrap,
#amform-form-15 .amcform-title-wrap,
#amform-form-10 .amcform-title-wrap,
#amform-form-12 .amcform-title-wrap {
  position: relative;
  min-width: inherit;
  max-width: inherit;
  width: 50%;
}
#amform-form-14 .amcform-title-wrap:before,
#amform-form-11 .amcform-title-wrap:before,
#amform-form-15 .amcform-title-wrap:before,
#amform-form-10 .amcform-title-wrap:before,
#amform-form-12 .amcform-title-wrap:before {
  background: #ffa782;
}
@media only screen and (max-width: 767px) {
  #amform-form-14 .amcform-title-wrap:before,
  #amform-form-11 .amcform-title-wrap:before,
  #amform-form-15 .amcform-title-wrap:before,
  #amform-form-10 .amcform-title-wrap:before,
  #amform-form-12 .amcform-title-wrap:before {
    background: #ffa782;
  }
}
#amform-form-14 .amcform-title-wrap:after,
#amform-form-11 .amcform-title-wrap:after,
#amform-form-15 .amcform-title-wrap:after,
#amform-form-10 .amcform-title-wrap:after,
#amform-form-12 .amcform-title-wrap:after {
  background: #ffa782;
}
@media only screen and (max-width: 767px) {
  #amform-form-14 .amcform-title-wrap:after,
  #amform-form-11 .amcform-title-wrap:after,
  #amform-form-15 .amcform-title-wrap:after,
  #amform-form-10 .amcform-title-wrap:after,
  #amform-form-12 .amcform-title-wrap:after {
    background: #ffa782;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-arrow.-small {
    width: 11px !important;
    height: 11px !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-arrow.-small.-down {
    width: 11px !important;
    height: 11px !important;
    transform: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .ammenu-categories ul.ammenu-item.-child li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper ul.ammenu-item.-child {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title.active {
    font-weight: 600;
    width: 100%;
    text-align: left;
    background: #e84500 !important;
    color: #fff !important;
    padding: 12px 0 0 22px;
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-nav-sections .ammenu-link.-main {
    color: #222 !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: capitalize !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-nav-sections .ammenu-content,
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content,
  body .ammenu-menu-wrapper.-mobile .ammenu-link.-main {
    background-color: #f5f5f5 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-nav-sections .nav-sections .-opened .-accordion {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-nav-sections .ammenu-item.-main {
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-item.-main:not(:last-child) {
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-nav-sections.-accordion .ammenu-toggle {
    border-left: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-nav-sections.-accordion .ammenu-categories {
    background: #eee;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-menu-wrapper.-mobile .ammenu-link.-level1,
  .ammenu-menu-wrapper.-hamburger .ammenu-link.-level1 {
    color: #222 !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: capitalize !important;
    padding-top: 15px;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-nav-sections.-accordion .ammenu-categories > .ammenu-item > .ammenu-wrapper {
    margin: 0;
    border-top: 1px solid #ddd;
    padding: 0 0 15px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-item.-child.-level1 > .ammenu-wrapper {
    min-height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-item.-child.-level1 > .ammenu-wrapper .ammenu-arrow {
    width: 41px;
    height: 50px;
    border-left: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-item.-child.-level1 > .ammenu-wrapper .ammenu-arrow:after,
  .ammenu-item.-child.-level1 > .ammenu-wrapper .ammenu-arrow.-down:after {
    top: 15px;
    left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  ul.ammenu-item.-child.-level2 {
    background: #ddd;
    top: 15px;
    left: -30px;
    margin-right: -30px !important;
  }
}
@media only screen and (max-width: 1024px) {
  ul.ammenu-item.-child.-level2 > .ammenu-wrapper {
    padding: 10px 0 10px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  ul.ammenu-item.-child.-level2 > .ammenu-wrapper .ammenu-link {
    color: #222 !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: capitalize !important;
    padding-top: 0;
    display: block;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-item.-child.-level2 .ammenu-wrapper .ammenu-arrow:after,
  .ammenu-item.-child.-level2 > .ammenu-wrapper .ammenu-arrow.-down:after {
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  ul.ammenu-item.-child.-level3 {
    background: #ffe;
    top: 15px;
    left: -40px;
    margin-right: -40px !important;
  }
}
@media only screen and (max-width: 1024px) {
  ul.ammenu-item.-child.-level3 > .ammenu-wrapper {
    padding: 0px 0 4px 40px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1024px) {
  ul.ammenu-item.-child.-level3 > .ammenu-wrapper .ammenu-link {
    color: #222 !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: capitalize !important;
    padding-top: 10px;
    display: block;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-item.-child.-level2 > .ammenu-wrapper .ammenu-arrow {
    width: 41px;
    height: 35px;
    border-left: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-item.-child.-level3 .ammenu-wrapper .ammenu-arrow:after,
  .ammenu-item.-child.-level3 > .ammenu-wrapper .ammenu-arrow.-down:after {
    top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-item.-child.-level3 > .ammenu-wrapper .ammenu-arrow {
    width: 41px;
    height: 45px;
    border-left: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1024px) {
  ul.ammenu-item.-child.-level4 {
    background: #fff;
    top: 15px;
    left: 0;
    margin-left: -55px !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1024px) {
  ul.ammenu-item.-child.-level4 li.ammenu-wrapper {
    padding: 0px 0 10px 40px;
  }
}
.share-cart-container .share-cart-popup-overlay .content #share-cart-email-form .actions-toolbar button.button2 {
  background: #e84500 !important;
  border: 1px solid #e84500 !important;
  box-shadow: none !important;
  color: #fff !important;
  line-height: 20px !important;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
}
.share-cart-container .share-cart-popup-overlay .content #share-cart-email-form .actions-toolbar button.button2:hover {
  background: #e84500;
  border: 1px solid #e84500;
  box-shadow: none;
  color: #fff;
  line-height: 20px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
}
.share-cart-container .share-cart-popup-overlay .content #share-cart-link-form .actions-toolbar button.button2 {
  background: #e84500 !important;
  border: 1px solid #e84500 !important;
  box-shadow: none !important;
  color: #fff !important;
  line-height: 20px !important;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
}
.share-cart-container .share-cart-popup-overlay .content #share-cart-link-form .actions-toolbar button.button2:hover {
  background: #e84500;
  border: 1px solid #e84500;
  box-shadow: none;
  color: #fff;
  line-height: 20px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
}
.cms-lieferung .page-header .panel.wrapper {
  border-bottom: 1px solid #e8e8e8 !important;
  background-color: #d7d7d7 !important;
}
.cms-lieferung .page-header .panel.wrapper .panel.header {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 1024px) {
  .-drill-opened .ammenu-toggle .ammenu-icon:not(.-small) {
    transform: none !important;
    background: transparent !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .ammenu-wrapper.category-item.nav-1-4.-deep.-drill-opened .ammenu-arrow.ammenu-icon.-small.-down:after {
    content: "\f100";
    font-size: 16px;
    font-family: fontawesome;
    background: none !important;
    top: 2px;
    color: #e84500;
    background: transparent !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .ammenu-wrapper.category-item.-deep.-drill-opened .-child .ammenu-wrapper.category-item.-deep .ammenu-arrow.ammenu-icon.-small.-down:after {
    content: "\f101";
    font-size: 24px;
    font-family: fontawesome;
    background: none !important;
    top: -4px;
    color: #e84500;
    background: transparent !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .ammenu-wrapper.category-item.-deep.-drill-opened .ammenu-item.-child [data-ammenu-js~='parent-subitem'] .-small.-down:after {
    content: "\f101";
    font-size: 24px;
    font-family: fontawesome;
    background: none !important;
    top: -4px;
    color: #e84500;
    background: transparent !important;
    transform: none !important;
    width: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  span.ammenu-wrapper {
    font-size: 14px;
    vertical-align: middle;
  }
}
.ammenu-menu-wrapper.-mobile .ammenu-link,
.ammenu-menu-wrapper.-hamburger .ammenu-link {
  color: #222 !important;
  text-decoration: none;
  /* font-size: 14px !important; */
  text-transform: capitalize !important;
  padding-top: 5px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  body .ammenu-menu-wrapper.-mobile .ammenu-link.-main {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-main-container [data-ammenu-js~='item'] {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-item.-drill-opened .ammenu-arrow {
    padding: 15px 35px 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  body ._1gwv20v {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  header .header.content {
    position: sticky;
    top: 0;
    background: #ffffff;
  }
  .page-header {
    padding-bottom: 0px !important;
    position: sticky;
    top: 0;
    z-index: 999999;
  }
  .fotorama__fullscreen .fotorama-item.fotorama {
    z-index: 999999 !important;
  }
  #brand-logo-slider img {
    width: auto;
  }
  aside.modal-popup.modal-slide._inner-scroll._show {
    z-index: 999999 !important;
  }
}
@media (max-width: 1024px) {
  .ammenu-nav-sections.nav-sections {
    z-index: 99999999;
  }
  .products-grid.grid {
    display: flex;
    margin-left: 10px;
  }
  .products-grid .widget-new-grid li.product-item {
    margin: 0px 0 0px !important;
    padding: 10px !important;
  }
  span.product-image-wrapper {
    padding-bottom: 130px !important;
  }
  .product-image-photo {
    margin: 0px !important;
    padding: 10px 10px 10px 10px!important;
  }
}
.item-content > .actions {
  margin-top: 3rem;
}
.product-item-inner {
  box-shadow: none !important;
}
.actions-primary .action.tocart.primary {
  background: #fff;
  border: 2px #eee solid;
  padding: 2px 10px 4px;
  color: #333;
  line-height: 18px;
  box-shadow: none;
  margin: 8px 0 0 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.actions-primary .action.tocart.primary span {
  font-size: 11px;
  padding: 0;
  font-weight: bold;
  margin-left: 0;
  text-transform: uppercase;
}
.actions-primary .action.tocart.primary:hover {
  background: #e84500;
  color: #fff;
  border: 1px solid #e84500;
}
.product-image-photo {
  width: 100%;
  max-height: 100%;
  margin-top: 18px;
  max-width: 100%;
}
.block.widget .products-grid .product-item {
  float: left;
  margin-bottom: 30px;
  background: #f8f8f8;
  padding: 15px;
  text-align: center;
}
.widget-product-grid .product-item-info {
  min-height: 328px;
}
.product-image-wrapper {
  padding-bottom: 180px !important;
}
.product-items.widget-product-grid {
  margin: 0 -20px 0 -20px !important;
}
.product-items.widget-new-grid {
  margin: 0 -20px 0 -20px !important;
}
.price-box.price-final_price {
  height: 0px;
}
.block-new-products .block-title > strong {
  margin-bottom: -25px;
  color: #000;
  font-size: 22px !important;
  font-weight: normal !important;
  margin-top: -15px;
  padding: 8px 20px 8px 5px;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #f8f8f8;
}
.catalog-category-view .price-box.price-final_price {
  height: auto;
}
span.price-container.price-final_price.tax.weee {
  display: flex;
  flex-direction: column;
}
.price-container .price {
  font-weight: 700;
}
.item-content > .actions {
  margin-top: 3rem;
}
header .amsearch-autocomplete-image .product-image-photo {
  max-height: 30px;
}
.product-item-actions {
  margin-top: 60px;
}
.catalogsearch-result-index .products-grid .product-item .price-box {
  margin: 15px 0 30px !important;
}
.catalogsearch-result-index .products-grid .product-item-info:hover button.action.primary {
  background: #e84500 !important;
}
@media (max-width: 767px) {
  .featured-pro .product-flexslider .owl-item .item {
    max-height: inherit;
  }
  .block.widget .products-grid .product-item {
    background: #fff;
  }
  #amasty-shopby-product-list .products.wrapper {
    position: relative;
    flex-direction: column;
  }
  .catalog-product-view .stock-status-container {
    display: block;
    padding-left: 35px;
    float: left;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  #amasty-shopby-product-list .products.wrapper {
    flex-direction: column;
    position: relative;
  }
}
.catalog-product-view .columns .related-product-by-category .data.item.content li .product-item-info {
  margin-top: 12px;
}
/** Uprade 2.4.5 **/
nav.ammenu-main-container {
  max-width: 1280px;
}
.ammenu-nav-sections {
  border-bottom: 4px #e84500 solid;
  background: #fff;
}
.ammenu-main-container .ammenu-items .-root.ammenu-item {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  position: relative;
  padding: 18px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover > .ammenu-link {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #ffffff !important;
}
.ammenu-nav-sections .ammenu-items > .ammenu-item > .ammenu-link:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.amsearch-input-wrapper .amsearch-loader-block {
  position: absolute;
  z-index: 1000;
  top: 40%;
  right: 40px;
  width: 16px;
  height: 11px;
  margin-right: 5px;
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
}
.ammenu-nav-sections .ammenu-items > .ammenu-item > .ammenu-link {
  font-weight: 400 !important;
}
a.ammenu-title.-parent {
  text-transform: uppercase;
  font-size: 16px;
  white-space: normal;
}
.ammenu-list .ammenu-link.-simple p.ammenu-text-block {
  font-size: 13px;
  text-transform: initial;
  transition: all .5s;
  color: #363636 !important;
}
.ammenu-list .ammenu-link.-simple p.ammenu-text-block:hover {
  transition: all .5s;
  padding-left: 10px;
  color: #e84500 !important;
}
.ammenu-list li.ammenu-item.category-item {
  margin-bottom: -10px !important;
}
.ammenu-category-tree .ammenu-title.-parent {
  margin: 0 0 12px!important;
}
.amsearch-input-wrapper .amsearch-input {
  padding: 5px 10px;
  transition: .3s;
  background: #fff;
  border-radius: 4px;
  border: 1px #ddd solid;
  width: 100%;
  height: 45px;
}
.ammenu-header-container .header.content .ammenu-logo {
  display: inline-flex;
  margin: 0 0 0;
  min-width: 110px;
}
.amsearch-wrapper-block {
  display: inline-flex;
  margin: 0 0 0;
  padding-left: 10vw;
  padding-right: 2vw;
  min-width: 110px;
}
.amsearch-input-wrapper .amsearch-input {
  background: #ffffff;
  border-radius: 4px;
  border: 1px #ddd solid;
  width: 450px;
  height: 45px;
}
header .block-search .action.search:before {
  cursor: pointer;
  box-shadow: none;
  border: 0;
  font-size: 13px;
  background: #e84500;
  border-radius: 0 4px 4px 0;
  color: #fff;
  margin-top: 2px;
  box-shadow: 0 0 0 2px #e84500;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 42px;
  margin-right: -8px;
  font-weight: 700;
}
.minicart-wrapper:hover > .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.mage-dropdown-dialog {
  display: block !important;
}
#ammenu-sidebar {
  z-index: 999999999;
}
.ammenu-link.-mobile.-active {
  color: #000000 !important;
}
.ammenu-button.-hamburger {
  min-width: 25px;
  min-height: 17px;
}
.minicart-items-wrapper {
  min-height: 150px;
}
section.amsearch-result-section.-small {
  display: block;
  min-width: 300px;
  width: 450px;
  overflow-y: scroll;
  margin-top: 15px;
  border: 2px solid #e84500 !important;
  box-shadow: 0 0 10px #000;
  max-width: 446px;
}
.amsearch-form-block.-opened {
  position: relative;
}
section.amsearch-result-block.-preload {
  display: flex;
  margin: -15px 0;
  max-width: 100%;
}
.amsearch-block-header .amsearch-title {
  padding: 10px;
  background: #f4f4f4;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
}
.amsearch-item-container:first-child {
  position: relative;
  padding-top: 25px;
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 5px !important;
  display: block;
  font-weight: 600;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  border-radius: 0px !important;
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 5px !important;
  display: block;
  font-weight: 600;
  font-size: 12px;
  background: #f7f7f7;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  display: flex;
  word-break: break-word;
  padding: 10px 20px;
}
.amsearch-result-section {
  width: -webkit-fill-available;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 0px!important;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  cursor: pointer;
  opacity: 1;
  box-shadow: none;
  border: 0;
  font-size: 13px;
  background-color: #e84500;
  border-radius: 0 4px 4px 0;
  color: #fff;
  margin-top: 2px;
  box-shadow: 0 0 0 2px #e84500;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 42px;
  margin-right: -8px;
  font-weight: 700;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px #ddd solid !important;
  box-shadow: none;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  width: 12px !important;
  left: 10px;
  right: auto;
  box-shadow: none;
  background-color: #ffffff;
  margin: 2px 0 0 0!important;
  color: #b6b6b6;
  background: none;
}
.amsearch-products-section .product-item-link {
  font-size: 12px;
}
.amsearch-products-section.-list .amsearch-item {
  padding: 10px 15px;
  margin-bottom: 10px;
  max-height: 75px;
}
.amsearch-products-section.-list .amsearch-image {
  width: 50px !important;
  height: 50px !important;
}
.amsearch-products-section.-list .amsearch-description {
  text-align: right;
  width: 100%;
  max-height: 75px;
}
.amsearch-wrapper-inner .price-details {
  display: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: none;
}
.amsearch-message-block {
  margin-left: 0px;
}
.ammenu-submenu-wrapper .ammenu-link.-simple > .ammenu-icon-block.-toggle {
  visibility: hidden;
}
.ammenu-submenu-wrapper .ammenu-link.-simple:hover > .ammenu-icon-block.-toggle {
  visibility: visible;
}
.amsearch-result-section > .amsearch-products-section.-list {
  order: 1;
  -webkit-box-ordinal-group: 1;
  display: inline-grid;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}
.amsearch-result-section > .amsearch-items-section {
  -webkit-box-ordinal-group: 2;
  order: 2;
}
section.amsearch-result-section.-small {
  display: inline-grid;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}
.amsearch-items-section {
  max-width: 100% !important;
}
.amsearch-block-header .amsearch-title {
  width: 100%;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  display: block;
  font-weight: 600;
  font-size: 12px;
}
.amsearch-block-header.amsearch-collapsible-title {
  order: 1;
  -webkit-box-ordinal-group: 1;
}
ul.amsearch-product-list {
  -webkit-box-ordinal-group: 2;
  order: 2;
}
.search-view-all {
  -webkit-box-ordinal-group: 3;
  order: 3;
  z-index: 99999;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
  font-size: 13px;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background: none;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  padding: 0;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background-color: #e84500 !important;
  color: #fff !important;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item {
  margin: 0 0 0 5px;
  padding: 0;
}
.amsearch-form-block.-opened {
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  .nav-toggle:before {
    display: none;
  }
  .ammenu-menu-title {
    display: none !important;
  }
  .ammenu-tabs-list li.ammenu-item:nth-child(2) {
    display: none !important;
  }
  .ammenu-button.-active {
    text-align: center !important;
    font-weight: 600;
    width: 100%;
    background: #e84500 !important;
    color: #fff !important;
    padding: 12px 0 0 22px;
    display: block !important;
  }
  .ammenu-tabs-list {
    height: 50px;
    padding: 0px 0 10px 0;
    background: #e84500 !important;
    margin: 0px;
    border-radius: 0px;
  }
  .ammenu-tabs-list .ammenu-button.-active {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-text {
    font-size: 14px;
    font-weight: 700;
  }
  .ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
    display: block !important;
  }
  .amsearch-form-block {
    max-width: 300px;
  }
  .amsearch-input-wrapper .amsearch-input {
    max-width: 300px;
  }
  .ammenu-nav-sections.-sidebar.-opened {
    max-width: 300px;
    width: 100%;
    background-color: #f5f5f5 !important;
  }
  #amasty-shopby-product-list .products.wrapper {
    flex-direction: column;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  header .logo {
    margin: -2px 0 0 -5px !important;
  }
  .nav-toggle:before {
    display: none;
  }
  .ammenu-menu-title {
    display: none !important;
  }
  .ammenu-tabs-list li.ammenu-item:nth-child(2) {
    display: none !important;
  }
  .ammenu-button.-active {
    text-align: center !important;
    font-weight: 600;
    width: 100%;
    background: #e84500 !important;
    color: #fff !important;
    padding: 12px 0 0 22px;
    display: block !important;
  }
  .ammenu-tabs-list {
    height: 50px;
    padding: 0px 0 10px 0;
    background: #e84500 !important;
    margin: 0px;
    border-radius: 0px;
  }
  .ammenu-tabs-list .ammenu-button.-active {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-text {
    font-size: 14px;
    font-weight: 700;
  }
  .ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
    display: block !important;
  }
  .latest-blog .blog_inner {
    border: none;
  }
}
.ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
  justify-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
  width: 30px;
  height: 10px;
  transform: rotate(0deg) !important;
  display: block;
}
.ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle svg:not(:root) {
  display: none;
}
.fa-search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615' !important;
  font-family: "luma-icons";
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.ammenu-header-container .header.content {
  margin-bottom: 0px;
}
@media only screen and (max-width: 467px) {
  header .logo {
    margin: -2px 0 0 0px !important;
  }
}
/** Designer **/
.amsearch-overlay-block {
  background: transparent !important;
}
@media (min-width: 992px) {
  .ammenu-category-columns {
    display: inline-block;
    column-count: 4;
    column-gap: 10px;
    width: 100%;
  }
  .ammenu-category-columns.-col-4 .ammenu-column,
  .ammenu-category-columns.-col-3 .ammenu-column {
    width: 100%;
    float: none;
    margin: 0 10px 20px !important;
    display: inline-block;
    padding: 0 !important;
  }
  .mini-search-bar {
    display: none;
  }
}
@media (max-width: 991px) {
  .amsearch-input-wrapper .amsearch-input {
    max-width: 300px;
    width: 100%;
  }
  section.amsearch-result-section.-small {
    max-width: 300px;
    width: 100%;
    right: -70px;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
    margin: 0;
    padding: 0 20px;
    border-bottom: 1px solid #ddd !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link svg:not(:root) {
    color: #e84500;
  }
  .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items {
    padding: 0;
  }
  ul.ammenu-items li.ammenu-item.category-item {
    border-bottom: 1px solid #eee;
  }
  .ammenu-category-columns {
    display: inline-block;
    column-count: 4;
    column-gap: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .amsearch-form-block {
    max-width: 300px;
  }
  .amsearch-input-wrapper .amsearch-input {
    max-width: 300px;
  }
  .ammenu-nav-sections.-sidebar.-opened {
    max-width: 300px;
    width: 100%;
    background-color: #f5f5f5 !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
    min-height: 50px;
  }
  .amsearch-form-block.-opened {
    width: 100% !important;
    max-width: 100%;
  }
  .amsearch-wrapper-block {
    display: none;
  }
  .amsearch-wrapper-block.mobile-search-button {
    display: block !important;
  }
  .ammenu-header-container .header.content {
    flex-wrap: wrap;
    padding: 14px 15px 0;
    justify-content: space-between;
  }
  .amsearch-wrapper-block.mobile-search-button {
    clear: both;
    order: 5;
    width: 100%;
    padding: 0;
  }
  .amsearch-form-block {
    max-width: 100%;
  }
  .amsearch-input-wrapper .amsearch-input {
    max-width: 100%;
    width: 100%;
  }
  header .logo {
    margin: 0 !important;
    margin-right: -20px !important;
  }
  section.amsearch-result-section.-small {
    max-width: 100%;
    width: 100%;
    right: inherit;
    left: 0;
  }
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link svg {
  color: transparent !important;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/red_arrow.png) no-repeat left center;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level {
  background: #fff;
}
.ammenu-nav-sections.-sidebar .ammenu-items .ammenu-item .ammenu-link svg {
  color: transparent !important;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/red_arrow.png) no-repeat left center;
}
button.ammenu-button.-go-main {
  padding: 12px 20px;
  width: 100%;
  border: none;
  border-radius: 0;
  background: #1787e0;
  box-shadow: none;
  color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
button.ammenu-button.-go-main:focus,
button.ammenu-button.-go-main:hover {
  background: #1787e0;
  box-shadow: none;
  color: #fff;
  border: 0;
}
button.ammenu-button.-go-main svg {
  color: transparent !important;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/white_arrow.png) no-repeat left center;
}
button.ammenu-button.-go-main figure {
  margin: 0 5px 0 0 !important;
}
.ammenu-nav-sections.-sidebar .ammenu-link {
  padding: 0 20px !important;
  margin: 0 !important;
}
.ammenu-drill-navigation {
  margin: 0 0px 0px;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
  border-bottom: 1px solid #d3d3d3;
  display: none;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-item .ammenu-link {
  color: #363636 !important;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid #ddd !important;
  min-height: 50px !important;
}
.ammenu-drill-navigation .ammenu-button.-prev svg {
  color: transparent !important;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/red_arrow.png) no-repeat left center;
}
.ammenu-drill-navigation .ammenu-button.-prev {
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
}
.ammenu-menu-wrapper .ammenu-menu-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.amsearch-button.close-button {
  display: block !important;
}
.amsearch-input-wrapper.amsearch-button.-loupe.remove-color {
  background-color: transparent !important;
  box-shadow: none !important;
}
.amsearch-input-wrapper .amsearch-button.-close {
  z-index: 99;
}
.amsearch-result-section.-small.hide-popup {
  display: none;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  z-index: 99;
}
.amsearch-input-wrapper .amsearch-input::placeholder {
  color: #585858;
}
.amsearch-input-wrapper .amsearch-button.-loupe:before {
  content: '\e615';
  font-family: "luma-icons";
  font-size: 15px;
}
.amsearch-button.-loupe.-clear.-icon:hover {
  filter: none;
  color: #545454 !important;
}
.amsearch-button.-close.-clear.-icon:hover {
  filter: brightness(0.4);
}
.amsearch-image .product-image-container {
  margin-top: -15px;
  width: 50px !important;
  height: 50px !important;
}
.amsearch-products-section .product-item-link {
  padding: 0px !important;
}
span.price-container.price-final_price.tax.weee {
  padding: 0px !important;
}
.price-container > span {
  margin: 0px !important;
  padding: 0px !important;
}
.catalogsearch-result-index .products-grid .product-item .price-box {
  margin: 15px 0 30px !important;
}
.catalogsearch-result-index .products-grid .product-item-info:hover button.action.primary {
  background: #e84500 !important;
}
@media only screen and (min-width: 1024px) {
  .ammenu-text-block.-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .ammenu-text-block.-desktop {
    display: none;
  }
  .ammenu-drill-navigation .child-menu-section .ammenu-button.-prev {
    width: inherit;
  }
  section.child-menu-section {
    display: flex;
  }
  section.ammenu-drill-navigation .child-menu-section > a {
    padding-top: 18px;
    position: inherit;
    font-size: 14px;
    font-weight: 700;
    color: #363636;
  }
  section.ammenu-drill-navigation .child-menu-section > a:hover {
    color: #363636 !important;
  }
  .ammenu-menu-wrapper .ammenu-text-block.-mobile a {
    width: 100%;
    color: #363636 !important;
  }
  .ammenu-menu-wrapper .ammenu-text-block.-mobile {
    margin: 0 0 0 20px !important;
    position: absolute !important;
    z-index: 9999999;
    width: auto;
  }
}
.paypal.checkout.paypal-logo.paypal-express-in-context-mini-cart-container {
  margin-top: 10px;
}
.amscroll-backtotop-block.-desktop-arrow {
  background: #2b6790 !important;
}
.amsearch-products-section .product-item-details {
  min-height: 70px !important;
}
@media only screen and (min-width: 769px) {
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 2px;
  }
  .wishlist-index-index .product-item-info {
    padding: 0px 9px;
  }
  .wishlist-index-index .products-grid .product-item-info:hover {
    box-shadow: none;
  }
  #wishlist-sidebar .product-image-container {
    min-width: 85px;
  }
  #wishlist-sidebar .product-image-container .product-image-photo {
    margin-top: 0px;
  }
  #wishlist-sidebar .price-box.price-final_price,
  .products-grid.wishlist .price-box.price-final_price {
    height: auto;
  }
}
.products-grid.wishlist .product-item-tooltip {
  display: none;
}
#wishlist-sidebar a#versand-anchor,
.products-grid.wishlist a#versand-anchor {
  display: none;
}
.form-wishlist-items button.action {
  color: #fff;
}
.product-info-main .product-social-links {
  margin-top: 15px;
}
.form.wishlist label {
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .amform-parent {
    padding-bottom: 10px;
  }
  .catalog-category-view .latest-blog .blog_inner,
  .catalogsearch-result-index .latest-blog .blog_inner {
    padding: 0;
  }
}
span.price-container.price-final_price.tax.weee {
  display: flex !important;
}
.price-container > span.price,
.product-info-price .price-box .price-container .price .price {
  font-size: 15px !important;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container,
.cms-index-index .container {
  max-width: 1280px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ammenu-nav-sections.-topmenu .ammenu-main-container,
  .cms-index-index .container {
    max-width: 1280px;
    width: 100%;
  }
}
.catalog-product-view .product-item-details {
  margin-top: 15px !important;
}
/**
 * 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.
 */
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
.catalog-product-view {
  /*.price-details{
        display: none;
    }*/
}
.catalog-product-view .rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 10px !important;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
}
.catalog-product-view .rendered-form .fieldset .fields .field.form-group select.form-control {
  background: #ffffff url(../images/select-bg.svg) no-repeat 100% 45% !important;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .rendered-form .fieldset .fields .amcform-toolbar {
    padding-right: 5px !important;
  }
}
.catalog-product-view .rendered-form .fieldset .fields .amcform-toolbar .action.primary {
  background: #e84500;
  border: 1px solid #e84500;
  padding: 7px 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .rendered-form .fieldset .fields .amcform-toolbar .action.primary {
    background: #e84500;
    border: 1px solid #e84500;
    padding: 7px 15px;
    margin-bottom: 15px;
  }
}
.catalog-product-view .main-wrapper {
  background: #fff;
  border: 1px #e5e5e5 solid;
  overflow: hidden;
  padding: 15px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .main-wrapper {
    display: flex;
    flex-direction: column;
    margin: 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.data.items {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .column.main {
    padding: 0 10px;
  }
}
.catalog-product-view .column.main #accordion .accordion-content {
  display: none;
}
.catalog-product-view .column.main #accordion .accordion-content .am-attachments {
  border: 1px solid #e5e5e5;
  padding: 15px;
  background: #ffffff;
  margin-bottom: 15px !important;
}
.catalog-product-view .column.main #accordion .accordion-content .am-attachments .am-fileline {
  margin-bottom: 15px !important;
}
.catalog-product-view .column.main #accordion .accordion-content.accordion-show {
  display: block !important;
}
.catalog-product-view .column.main #accordion .collapsible .trigger h4 {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  padding: 8px 20px 8px 0;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.catalog-product-view .column.main #accordion .collapsible .trigger h4:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 15px;
  right: 10px;
  background: url(../images/catalog/arrow_down.png) no-repeat left center;
  background-size: 75%;
}
.catalog-product-view .column.main #accordion .collapsible.active .accordion-content {
  display: block;
}
.catalog-product-view .column.main #accordion .collapsible.active .trigger h4 {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  padding: 8px 20px 8px 0;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.catalog-product-view .column.main #accordion .collapsible.active .trigger h4:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 15px;
  right: 10px;
  background: url(../images/catalog/arrow_up.png) no-repeat left center;
  background-size: 75%;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .breadcrumbs {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .breadcrumbs {
    margin: 10px 0 0;
    padding: 0;
  }
}
.catalog-product-view .modal-header {
  border: 0;
  display: inline-block;
  height: 70px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .modal-header {
    height: 30px;
  }
}
.catalog-product-view .modal-header .action-close {
  margin: 20px 15px 0;
  width: 36px;
  height: 40px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .modal-header .action-close {
    margin: 5px 10px 0;
    width: 22px;
    height: 35px;
  }
}
.catalog-product-view .modal-header .action-close:before {
  text-align: center;
  font-weight: bold;
  background: #e84500;
  padding: 10px;
  color: #fff;
  height: 24px;
  border-radius: 2px;
  display: inline;
  border: 1px solid #e84500;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .modal-header .action-close:before {
    font-size: 10px;
    padding: 5px;
  }
}
.catalog-product-view .modal-content {
  padding: 0px !important;
  overflow-y: hidden !important;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .modal-content {
    overflow-y: scroll !important;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .modal-content .product-quickview {
    overflow: scroll;
    position: relative;
  }
}
.catalog-product-view .modal-content .product-quickview iframe {
  height: 520px !important;
  border: 0px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .modal-content .product-quickview iframe {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1400px) {
  .catalog-product-view .modal-content .product-quickview iframe {
    height: 605px !important;
  }
}
.catalog-product-view .modal-content .product-quickview iframe body {
  border-top: 0 !important;
  background: #fff !important;
}
.catalog-product-view .modal-content .page-title-wrapper h1 {
  margin-top: 0px !important;
}
.catalog-product-view .modal-content .product-add-form {
  padding-top: 0px;
}
.catalog-product-view .modal-content .product-add-form .non-binding-offer-container {
  display: none;
}
@media only screen and (min-width: 479px) and (max-width: 767px) {
  .catalog-product-view .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap .modal-content {
    overflow: hidden !important;
  }
  .catalog-product-view .modal-content .product-quickview {
    overflow: hidden !important;
  }
  .catalog-product-view .modal-content .product-quickview iframe {
    overflow: scroll;
    height: calc(100vh - 180px) !important;
  }
  .catalog-product-view .modal-content .product-quickview iframe .columns .column.main {
    padding-bottom: 0;
  }
  .catalog-product-view .modal-content .product-quickview iframe .columns .column.main .page-title-wrapper h1 {
    margin: 5px 0 0;
    padding-bottom: 0;
  }
  .catalog-product-view .modal-content .product-quickview iframe .columns .column.main .product.media {
    margin-top: 5px;
  }
  .catalog-product-view .modal-content .product-quickview iframe .columns .column.main .product-info-main {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 478px) {
  .catalog-product-view .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap .modal-content {
    overflow: hidden !important;
  }
  .catalog-product-view .modal-content .product-quickview {
    overflow: hidden !important;
  }
  .catalog-product-view .modal-content .product-quickview iframe {
    overflow: scroll;
    height: calc(100vh - 180px) !important;
  }
  .catalog-product-view .modal-content .product-quickview iframe .columns .column.main {
    padding-bottom: 0;
  }
  .catalog-product-view .modal-content .product-quickview iframe .columns .column.main .page-title-wrapper h1 {
    margin: 5px 0 0;
    padding-bottom: 0;
  }
  .catalog-product-view .modal-content .product-quickview iframe .columns .column.main .product.media {
    margin-top: 5px;
  }
  .catalog-product-view .modal-content .product-quickview iframe .columns .column.main .product-info-main {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .catalog-product-view .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap {
    max-height: 90%;
    max-width: 960px;
  }
  .catalog-product-view .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap .product-info-main {
    width: 40%;
  }
  .catalog-product-view .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap .product media {
    width: 57%;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .modals-wrapper .modal-popup.modal-slide {
    left: inherit;
    width: 100%;
  }
  .catalog-product-view .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap {
    min-height: inherit !important;
    max-width: 95% !important;
    max-height: 80% !important;
    margin: 40px auto 0 !important;
  }
  .catalog-product-view .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap .modal-content {
    padding: 0 !important;
    overflow: scroll !important;
  }
}
.catalog-product-view .price-label {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .upsell-container {
    order: 9;
    margin: 20px 0;
  }
}
.catalog-product-view .upsell-container .block-title.title strong {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  padding: 8px 20px 8px 0;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  background-color: #f8f8f8;
  text-transform: uppercase;
}
.catalog-product-view .upsell-container #upsellitem_carousel {
  margin: 0 0 30px;
}
.catalog-product-view .upsell-container #upsellitem_carousel .product-item-info {
  max-width: 100%;
  width: 90%;
  text-align: center;
  margin: 0;
  background: #ffffff;
  border: 1px solid #eaeaea;
  font-size: inherit;
  letter-spacing: 0;
  padding: 10px;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.catalog-product-view .upsell-container #upsellitem_carousel .product-item-info .price-container {
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
}
.catalog-product-view .upsell-container #upsellitem_carousel .product-item-info .product-item-actions form > div {
  float: none !important;
}
.catalog-product-view .upsell-container #upsellitem_carousel .product-item-info .product-item-actions form > div .action.tocart.primary {
  background: #ffffff;
  border: 2px #eee solid;
  margin: 0;
  padding: 4px 10px;
  color: #333;
  line-height: normal;
  font-size: 12px;
  float: none !important;
}
.catalog-product-view .upsell-container #upsellitem_carousel .product-item-info .product-item-actions form > div .action.tocart.primary:hover {
  background: #e84500;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .catalog-product-view .amform-content {
    max-height: 500px !important;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .amform-content {
    max-height: 70% !important;
    margin: 0 auto !important;
    width: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .block.upsell {
    order: 9;
  }
}
.catalog-product-view .block.upsell .block-title.title strong {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  padding: 8px 20px 8px 0;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  background-color: #f8f8f8;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed {
    order: 8;
  }
}
.catalog-product-view .product.info.detailed .data.item.content {
  padding: 20px 10px;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .data.item.content .widget.am-attachments.am-attachments-tab .am-fileline {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .catalog-product-view .product.info.detailed .data.item.content .widget.am-attachments.am-attachments-tab .am-fileline {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .data.item.content .widget.am-attachments.am-attachments-tab .am-fileline img.am-fileicon {
    margin-right: 0px;
  }
}
.catalog-product-view .product.info.detailed .data.item.content .review-list {
  margin-bottom: 0px !important;
}
.catalog-product-view .product.info.detailed .data.item.content .review-list .amrev-items-block .review-toolbar {
  display: none !important;
}
.catalog-product-view .product.info.detailed .data.item.content .review-list .amrev-items-block .review-items .review-item {
  padding-bottom: 0 !important;
}
.catalog-product-view .product.info.detailed .data.item.content .review-list .amrev-items-block .review-items .amreview-wrap .amreview-author {
  width: 100%;
}
.catalog-product-view .product.info.detailed .data.item.content .additional-attributes-wrapper.table-wrapper {
  margin: 20px 0 0;
}
.catalog-product-view .product.info.detailed .data.item.content .counselor .latest-blog .row {
  flex-wrap: wrap !important;
  width: auto !important;
  margin: 0 !important;
}
.catalog-product-view .product.info.detailed .data.item.content .counselor .latest-blog .row .blog_inner {
  min-height: inherit !important;
  height: 90% !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .catalog-product-view .product.info.detailed .data.item.content .counselor .latest-blog .row .blog_inner {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .data .items {
    margin: 0 !important;
  }
}
.catalog-product-view .product.info.detailed .data .items .content {
  padding: 20px 10px;
}
.catalog-product-view .related-product-by-category-container {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .related-product-by-category-container {
    order: 7;
    margin: 20px 0;
  }
}
.catalog-product-view .related-product-by-category-container .owl-item .item.product.product-item .product-item-info .product-item-details .secondary-addto-links {
  background: #fff;
  border: 2px #eee solid;
  margin: 0;
  padding: 4px 10px;
  color: #333;
  line-height: normal;
  font-size: 11px;
  font-weight: bold;
  margin-left: 0;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.catalog-product-view .related-product-by-category-container .owl-item .item.product.product-item .product-item-info .product-item-details .secondary-addto-links:hover {
  background: #e84500;
  color: #fff;
}
.catalog-product-view .related-product-by-category-container .new_title.h2-related h2 {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  padding: 8px 20px 8px 0;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  background-color: #f8f8f8;
  text-transform: uppercase;
}
.catalog-product-view .related-product-by-category-container .product.data.items {
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  background: #ffffff;
}
.catalog-product-view .related-product-by-category-container .item.title > .switch {
  height: 43px;
  padding: 1px 10px 1px 10px !important;
  color: #777 !important;
  font-weight: bold !important;
  font-size: 12px !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.catalog-product-view .related-product-by-category-container .item.title > .switch:hover {
  background-color: #eee !important;
  color: #e84500 !important;
  border-bottom: 2px solid #e84500 !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .catalog-product-view .related-product-by-category-container .item.title > .switch {
    padding: 1px 10px 1px 10px !important;
    font-size: 10px !important;
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .catalog-product-view .related-product-by-category-container .item.title > .switch {
    padding: 1px 10px 1px 10px !important;
    font-size: 11px !important;
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .related-product-by-category-container .item.title > .switch {
    padding: 1px 5px 1px 5px !important;
    font-size: 10px !important;
    width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
  }
}
.catalog-product-view .related-product-by-category-container .item.title.active > .switch {
  background: #ffffff !important;
  color: #e84500 !important;
  border-bottom: 2px solid #e84500 !important;
}
.catalog-product-view .related-product-by-category-container .item.content {
  border: 0 !important;
}
.catalog-product-view .product.info.detailed {
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  background: #ffffff;
  margin-bottom: 50px;
}
.catalog-product-view .product.info.detailed .amrev-title-block {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .block.review-list {
    display: flex;
    flex-direction: column;
  }
}
.catalog-product-view .product.info.detailed .product-description {
  font-family: "Roboto", sans-serif;
}
.catalog-product-view .product.data.items > .item.title > .switch {
  height: 43px;
  padding: 1px 10px 1px 10px !important;
  color: #777 !important;
  font-weight: bold !important;
  font-size: 12px !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.catalog-product-view .product.data.items > .item.title > .switch:hover {
  background-color: #eee !important;
  color: #e84500 !important;
  border-bottom: 2px solid #e84500 !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .catalog-product-view .product.data.items > .item.title > .switch {
    padding: 1px 10px 1px 10px !important;
    font-size: 10px !important;
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .catalog-product-view .product.data.items > .item.title > .switch {
    padding: 1px 10px 1px 10px !important;
    font-size: 11px !important;
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .product.data.items > .item.title > .switch {
    padding: 1px 5px 1px 5px !important;
    font-size: 10px !important;
    width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
  }
}
.catalog-product-view .product.data.items > .item.title.active > .switch {
  background: #ffffff !important;
  color: #e84500 !important;
  border-bottom: 2px solid #e84500 !important;
}
.catalog-product-view .columns .tax-details {
  font-size: 11px;
  display: block;
  position: relative;
  top: -3px;
  color: #333;
}
.catalog-product-view .columns .tax-details a {
  color: #333;
  text-decoration: none;
}
.catalog-product-view .columns .tax-details a:hover {
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .catalog-product-view .columns .tax-details {
    font-size: 11px !important;
    display: block !important;
    position: relative;
    top: -3px !important;
  }
}
.catalog-product-view .columns .extra-attributes {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .catalog-product-view .columns .extra-attributes {
    width: 100%;
  }
}
.catalog-product-view .columns .delivery_time {
  display: none;
}
.catalog-product-view .columns .label {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  padding-left: 0;
}
.catalog-product-view .columns .product-add-form {
  position: relative;
}
.catalog-product-view .columns .product-add-form .non-binding-offer-container {
  max-width: 100%;
  bottom: -10px;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .columns .product-add-form .non-binding-offer-container {
    max-width: inherit;
  }
}
.catalog-product-view .columns .product-add-form .non-binding-offer-container.half-column {
  float: right;
  width: 48% !important;
  margin: -53px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .catalog-product-view .columns .product-add-form .non-binding-offer-container.half-column {
    width: 100% !important;
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .catalog-product-view .columns .product-add-form .non-binding-offer-container.half-column {
    width: 100% !important;
    margin: 0;
  }
}
.catalog-product-view .columns .product-add-form .non-binding-offer-container.half-column button {
  font-size: 12px;
  min-height: 43px;
  padding: 0;
  background: #999;
  border: 0;
}
.catalog-product-view .columns .product-add-form .non-binding-offer-container.half-column button::before {
  font-size: 16px;
  padding-right: 3px;
}
.catalog-product-view .columns .product-add-form.form-half-column .control {
  display: flex;
  position: relative;
  padding-bottom: 15px;
}
.catalog-product-view .columns .product-add-form.form-half-column .control #qty-error {
  position: absolute !important;
  bottom: -17px;
}
.catalog-product-view .columns .product-add-form .control {
  display: flex;
  position: relative;
  padding-bottom: 17px;
}
.catalog-product-view .columns .product-add-form .control #qty-error {
  position: absolute !important;
  bottom: -2px;
}
.catalog-product-view .columns .product-add-form .amform-parent {
  width: 100%;
}
.catalog-product-view .columns .product-add-form .amform-show {
  margin: 0px 0;
  width: 100%;
}
.catalog-product-view .columns .product-add-form .amform-show button {
  width: 100%;
  margin-top: 0;
  background: #999;
  border: 0;
}
.catalog-product-view .columns .product-add-form .amform-show button:hover {
  background: #000;
}
.catalog-product-view .columns .product-add-form .product-options-wrapper .field .control {
  width: 100% !important;
}
.catalog-product-view .columns .product-add-form .product-options-wrapper .field .control select {
  padding: 9px;
  height: auto;
  color: #555;
}
.catalog-product-view .columns .product-add-form .test {
  width: 48%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .catalog-product-view .columns .product-add-form .test {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .catalog-product-view .columns .product-add-form .test {
    width: 100% !important;
  }
}
.catalog-product-view .columns .product-add-form .test a#buy-now {
  font-size: 12px !important;
  min-height: 43px;
  background: #2b6790 !important;
  border-color: #2b6790 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .columns .product-add-form .product-options-bottom .control {
  display: block;
}
.catalog-product-view .columns .product-add-form .product-options-bottom .control span {
  margin-left: 5px;
}
.catalog-product-view .columns .product-add-form .product-options-bottom.half-column-container .control {
  display: flex;
  position: relative;
  padding-bottom: 15px;
}
.catalog-product-view .columns .product-add-form .product-options-bottom.half-column-container .control #qty-error {
  position: absolute !important;
  bottom: -2px;
}
.catalog-product-view .columns .product-add-form .product-options-bottom.half-column-container .mid-two-column .control {
  display: block;
  padding-bottom: 0;
}
.catalog-product-view .columns .product-add-form .product-options-bottom.half-column-container .mid-two-column .control #qty-error {
  position: relative !important;
  bottom: inherit;
}
.catalog-product-view .columns .product-add-form .product-options-bottom.half-column-container .mid-two-column .control input#zwLength {
  height: 39px;
  width: 100%;
  font-size: 16px;
  color: #aaa;
  padding: 0 5px !important;
  border: 1px #ccc solid;
  margin: 5px 0 !important;
}
.catalog-product-view .columns .product-add-form .product-options-bottom .control {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.catalog-product-view .columns .product-add-form .product-options-bottom .control #qty-error {
  position: relative !important;
  bottom: 0;
}
.catalog-product-view .columns .product-add-form .product-options-bottom .control input#zwLength {
  height: 39px;
  width: 100%;
  font-size: 16px;
  color: #aaa;
  padding: 0 5px !important;
  border: 1px #ccc solid;
  margin: 5px 0 !important;
}
.catalog-product-view .columns a#buy-now {
  background: #999 !important;
  border: 1px solid #999 !important;
  font-size: 1.4rem !important;
  padding: 7px 0px !important;
  min-height: 43px !important;
  margin: 10px 0 0 0;
  width: 100%;
  max-width: 100%;
}
.catalog-product-view .columns a#buy-now:hover {
  background: #000 !important;
}
.catalog-product-view .columns a#buy-now:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  content: "\e611";
  font-family: "luma-icons";
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .columns a#buy-now {
    max-width: inherit !important;
  }
}
.catalog-product-view .columns .box-tocart {
  margin: 10px 0;
}
.catalog-product-view .columns .box-tocart .tocart {
  font-size: 1.4rem;
}
.catalog-product-view .columns .box-tocart .tocart:hover {
  background: #000;
  text-shadow: none;
  color: #ffffff;
}
.catalog-product-view .columns .box-tocart .actions {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .columns .box-tocart .actions {
    max-width: inherit !important;
  }
}
.catalog-product-view .columns .box-tocart .actions p {
  margin: 0;
}
.catalog-product-view .columns .box-tocart .action.tocart {
  width: 100%;
  padding: 7px 0px;
  min-height: 43px;
}
.catalog-product-view .columns .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0px;
}
.catalog-product-view .columns .box-tocart .fieldset:last-child {
  margin-bottom: 9px;
}
.catalog-product-view .columns .box-tocart .label {
  padding: 0;
  font-weight: 400;
}
.catalog-product-view .columns .box-tocart .control {
  /*display: flex;*/
  /*display: block;*/
  align-items: center;
}
.catalog-product-view .columns .box-tocart .control .mage-error {
  position: relative !important;
  margin: 0 !important;
}
.catalog-product-view .columns .box-tocart .control button:not(.primary) {
  background-color: #eee;
  border: 1px #eaeaea solid;
  transition: color 300ms ease-in-out 0, background-color 300ms ease-in-out 0, background-position 300ms ease-in-out 0;
  color: #999;
  font-size: 10px;
  line-height: normal;
  padding: 0px 0 0px 0;
  line-height: 0;
  font-size: 28px;
  box-shadow: none;
  border-radius: 00;
  font-weight: bold;
  width: 37px;
  text-align: center;
  height: 39px;
}
@media only screen and (max-width: 479px) {
  .catalog-product-view .columns .box-tocart .control button:not(.primary) {
    width: 30px;
  }
}
.catalog-product-view .columns .box-tocart .control input#qty,
.catalog-product-view .columns .box-tocart .control input#qmetric {
  margin: 0 5px !important;
  height: 39px;
  width: 40px;
  font-size: 16px;
  color: #aaa;
  padding: 0;
  border: 1px #ccc solid;
}
@media only screen and (max-width: 479px) {
  .catalog-product-view .columns .box-tocart .control input#qty,
  .catalog-product-view .columns .box-tocart .control input#qmetric {
    width: 30px;
    font-size: 12px;
  }
}
.catalog-product-view .columns .box-tocart .control span2 {
  margin: 0 15px 0 10px;
  font-weight: 600;
}
@media only screen and (max-width: 479px) {
  .catalog-product-view .columns .box-tocart .control span2 {
    margin: 0 5px 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .catalog-product-view .columns .box-tocart .control span {
    font-size: 11px;
  }
}
.catalog-product-view .columns .box-tocart .control input#qmetric {
  width: 70px;
}
@media only screen and (max-width: 479px) {
  .catalog-product-view .columns .box-tocart .control input#qmetric {
    width: 40px;
    font-size: 12px;
  }
}
.catalog-product-view .columns .box-tocart .mid-two-column {
  display: flex;
  max-width: inherit;
  justify-content: space-between;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .columns .box-tocart .mid-two-column {
    max-width: inherit;
  }
}
.catalog-product-view .columns .box-tocart .mid-two-column .field.qty {
  width: 48%;
}
.catalog-product-view .columns .box-tocart .mid-two-column .field.qty input#qty {
  margin: 5px 0 !important;
  width: 100% !important;
  padding: 0 5px !important;
}
.catalog-product-view .columns .box-tocart .mid-two-column .field.qty input[type="number"] {
  height: 39px;
  width: 100%;
  font-size: 16px;
  color: #aaa;
  text-align: left;
  padding: 0 5px;
  border: 1px #ccc solid;
  margin: 5px 0 !important;
}
.catalog-product-view .columns .product-reviews-summary {
  float: unset;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.catalog-product-view .columns .product-reviews-summary .rating-summary .rating-result {
  vertical-align: text-bottom;
}
.catalog-product-view .columns .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 13px;
}
.catalog-product-view .columns .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #f8d320;
  font-size: 13px;
}
.catalog-product-view .columns .product-reviews-summary .reviews-actions {
  display: block;
}
.catalog-product-view .columns .product.attribute .value {
  display: inline;
}
.catalog-product-view .columns .action.primary {
  text-transform: uppercase;
}
.catalog-product-view .columns .product-info-stock-sku {
  font-size: 15px;
}
@media only screen and (min-width: 1024px) {
  .catalog-product-view .columns .product-info-stock-sku {
    display: inline-block;
    width: 50%;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .columns .product-info-stock-sku {
    order: 4;
    margin: 15px 0;
  }
}
.catalog-product-view .columns .page-title-wrapper h1 {
  font-size: 24px;
  margin: 15px 0 2px;
  text-align: left;
  line-height: normal;
  padding-bottom: 12px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .columns .page-title-wrapper {
    order: 2;
    padding-bottom: 5px;
  }
}
.catalog-product-view .columns .product-info-price {
  border-bottom: 0px;
}
.catalog-product-view .columns .product-info-price .price-box .price-container span.price-label {
  display: none !important;
}
.catalog-product-view .columns #rp-hover-tier {
  padding: 0 0 10px;
  width: 120px;
  color: #e84500;
  position: relative;
  display: block;
}
.catalog-product-view .columns #rp-hover-tier:hover #rp-hidden-tier {
  opacity: 1;
  z-index: 9999;
  transition: all 0.5s;
}
.catalog-product-view .columns #rp-hover-tier .best-offer:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  color: #ffffff;
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  overflow: hidden;
  background: #e84500;
  speak: none;
  text-align: center;
  content: "\e60c" !important;
  border-radius: 50%;
  border: 2px solid;
  width: 20px;
  height: 20px;
}
.catalog-product-view .columns .rp-ask {
  color: #e84500;
  cursor: pointer;
  padding-top: 15px;
  display: inline-block;
}
.catalog-product-view .columns .rp-ask:before {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #e84500;
  content: "\e61d" !important;
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .columns .relateditem_carousel {
  margin: 0;
  padding: 0;
}
.catalog-product-view .columns .relateditem_carousel .owl-item .product-item .product-item-name {
  height: 40px;
  overflow: hidden;
}
.catalog-product-view .columns .relateditem_carousel .owl-controls {
  position: absolute;
  width: 100%;
  top: 35%;
}
.catalog-product-view .columns .relateditem_carousel .owl-controls .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 38px;
  height: 38px;
}
.catalog-product-view .columns .relateditem_carousel .owl-controls .owl-prev .fa-stack {
  font-size: 20px;
  color: #e84500;
  background: #e84500;
  border: 1px solid #fff;
}
.catalog-product-view .columns .relateditem_carousel .owl-controls .owl-prev .flex-prev {
  border: 1px #eaeaea solid;
  border-right: 0;
  background: #e84500 !important;
  color: #fff !important;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 42px;
}
.catalog-product-view .columns .relateditem_carousel .owl-controls .owl-prev .flex-prev:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  text-transform: none;
  font-size: 26px;
  line-height: 30px;
}
.catalog-product-view .columns .relateditem_carousel .owl-controls .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 38px;
  height: 38px;
}
.catalog-product-view .columns .relateditem_carousel .owl-controls .owl-next .fa-stack {
  font-size: 20px;
  color: #e84500;
  background: #e84500;
  border: 1px solid #fff;
}
.catalog-product-view .columns .relateditem_carousel .owl-controls .owl-next .flex-next {
  border: 1px #eaeaea solid;
  border-right: 0;
  background: #e84500 !important;
  color: #fff !important;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 42px;
}
.catalog-product-view .columns .relateditem_carousel .owl-controls .owl-next .flex-next:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  text-transform: none;
  font-size: 24px;
  padding: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .columns .related-product-by-category {
    margin: 0;
  }
}
.catalog-product-view .columns .related-product-by-category .data.item.content {
  padding: 20px 10px 20px 0;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .columns .related-product-by-category .data.item.content {
    padding: 20px !important;
    max-width: 317px;
    margin: 0 auto;
  }
}
.catalog-product-view .columns .related-product-by-category .data.item.content li {
  /*display: inline-block !important;*/
  display: flex !important;
  height: 100%;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 10px 0;
  margin: 0 10px;
}
.catalog-product-view .columns .related-product-by-category .data.item.content li .product-item-info {
  max-width: 100%;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.catalog-product-view .columns .related-product-by-category .data.item.content li .product-item-info .product.details.product-item-details .product.name.product-item-name {
  height: 40px;
  overflow: hidden;
}
.catalog-product-view .columns .related-product-by-category .data.item.content li .product-item-info .product-item-actions form > div {
  float: none !important;
}
.catalog-product-view .columns .related-product-by-category .data.item.content li .product-item-info .product-item-actions form > div .action.tocart.primary {
  background: #ffffff;
  border: 2px #eee solid;
  margin: 0;
  padding: 4px 10px;
  color: #333;
  line-height: normal;
  font-size: 12px;
  float: none !important;
}
.catalog-product-view .columns .related-product-by-category .data.item.content li .product-item-info .product-item-actions form > div .action.tocart.primary:hover {
  background: #e84500;
  color: #ffffff;
}
.catalog-product-view .columns .related-product-by-category .data.item.content li .product-item-info .product-item-actions .product-item-name {
  height: 40px;
  overflow: hidden;
}
.catalog-product-view .columns .owl-wrapper {
  display: flex !important;
}
.catalog-product-view .columns .owl-wrapper .owl-carousel .product-item .action.primary {
  margin: 5px auto !important;
  float: none !important;
}
.catalog-product-view .columns .box-tocart .action.tocart {
  width: 100%;
  padding: 7px 0px;
}
.catalog-product-view .columns .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0px;
}
.catalog-product-view .columns #rp-hidden-tier {
  border: 1px solid #ddd;
  position: absolute;
  top: 0;
  left: 120px;
  min-width: 240px;
  z-index: 0;
  background: #ffffff;
  padding: 9px;
  color: #000;
  opacity: 0;
  transition: all 0.5s;
  display: inline-block;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .columns #rp-hidden-tier {
    top: 30px;
    left: 0;
  }
}
.catalog-product-view .columns #rp-hidden-tier .item .price-details {
  display: none;
}
.catalog-product-view .columns #rp-hidden-tier .item .price-wrapper .price {
  color: #e84500;
  font-weight: bold;
}
.catalog-product-view .color-selector dt,
.catalog-product-view .color-selector dd {
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .color-selector dt,
  .catalog-product-view .color-selector dd {
    width: 100%;
  }
}
.catalog-product-view .color-selector .input-box select {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 9px;
  outline: 0;
  color: #555;
  font-size: 15px;
  line-height: normal;
  height: 40px;
  width: 100%;
  min-width: 250px;
}
.catalog-product-view button#product-addtocart-button:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  content: "\e611";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .catalog-product-view .product.media {
    width: 62%;
  }
}
.catalog-product-view .product.media .fotorama__stage__frame .fotorama__img {
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  .catalog-product-view .product.media .fotorama__thumb .fotorama__img {
    top: inherit !important;
    left: inherit !important;
    height: 100% !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.media {
    order: 3;
  }
}
.catalog-product-view .product.media .fotorama-video-container.video-unplayed:hover img {
  opacity: 1 !important;
}
.catalog-product-view .request-sample-container,
.catalog-product-view .non-binding-offer-container {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .catalog-product-view .product-info-main {
    width: 32%;
  }
}
.catalog-product-view .product-info-main .product.attribute.overview {
  display: none;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main {
    order: 5;
    margin-bottom: 15px;
  }
}
.catalog-product-view .product-info-main .product-info-price .availability.out-of-stock {
  margin: 10px 0 0;
  text-align: right;
  min-width: 100px;
}
.catalog-product-view .product-info-main .product-info-price .old-price span {
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .product-info-price .old-price .price-details {
  display: none;
}
.catalog-product-view .non-binding-offer:before {
  display: none;
}
.catalog-product-view .product-reviews-summary {
  float: unset;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.catalog-product-view .stock-status-container {
  display: flex;
  justify-content: flex-end;
  width: auto;
  flex-flow: column;
  float: right;
  margin: 0;
  min-width: 60px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .stock-status-container {
    display: block;
    padding-left: 35px;
    float: left;
  }
}
.catalog-product-view .stock-status-container .delivery_time {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .stock-status-container .delivery_time {
    text-align: left !important;
    margin-top: 5px !important;
    float: left;
    width: 100%;
  }
}
.catalog-product-view .stock-status-container .availability.in-stock {
  padding: 0px 0px;
  position: relative;
  right: 0;
  justify-content: flex-end;
  display: inline-flex;
  margin: 5px 0 0 0;
}
.catalog-product-view .stock-status-container .availability.in-stock span {
  color: #6dbe14;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.catalog-product-view .stock-status-container .availability.in-stock:before {
  background: #6dbe14;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 27px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #6dbe14;
  height: 17px;
  margin-left: -19px;
  transition: background 0.3s;
  width: 17px;
  border-radius: 15%;
  content: "\e610";
  right: 65px;
  position: absolute;
  top: 0px;
  font-family: "luma-icons";
}
.catalog-product-view .stock-status-container .product.attribute.delivery_time {
  text-align: right;
  margin-top: 8px;
}
.catalog-product-view .additional-attributes {
  border: 1px solid #e5e5e5 !important;
  border-spacing: 0;
  text-align: left;
  width: 100% !important;
  font-size: 14px;
  margin: 0;
}
.catalog-product-view .additional-attributes caption {
  display: none;
}
.catalog-product-view .additional-attributes tbody tr th {
  padding: 5px 10px 5px !important;
  vertical-align: middle;
  line-height: normal;
  display: table-cell;
  font-size: 12px;
  font-weight: 700;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .additional-attributes tbody tr th {
    background-color: transparent !important;
    display: inline-block !important;
    width: 45%;
    height: 100%;
    padding: 10px 5px !important;
    vertical-align: top;
    word-break: break-word;
    white-space: normal;
  }
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .additional-attributes tbody tr th {
    font-size: 10px !important;
    font-weight: 700 !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .additional-attributes tbody tr th:before {
    display: none !important;
  }
}
.catalog-product-view .additional-attributes tbody tr th .label {
  font-size: 12px;
  font-weight: 700;
  color: #333;
}
.catalog-product-view .additional-attributes tbody tr td {
  padding: 5px 10px 5px !important;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .additional-attributes tbody tr td {
    display: inline-block !important;
    padding: 10px 10px 10px !important;
    width: 50%;
    vertical-align: top;
    white-space: normal;
    word-break: break-word;
  }
  .catalog-product-view .additional-attributes tbody tr td:before {
    display: none !important;
    width: 140px;
    padding: 10px 10px 6px !important;
  }
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .additional-attributes tbody tr td {
    font-size: 10px;
  }
}
.catalog-product-view .additional-attributes tbody tr:nth-child(2n) {
  background-color: #eee;
}
.catalog-product-view .additional-attributes .label {
  text-transform: capitalize;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .catalog-product-view .product-logo {
    display: inline-block;
    width: 50%;
  }
}
.catalog-product-view .product-logo img {
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-logo {
    order: 1;
    margin: 0px 0 0;
  }
}
.catalog-product-view .fotorama__thumb-border {
  border-color: #f6800d;
}
@media only screen and (min-width: 1024px) {
  .product-info-price .price-box {
    width: auto !important;
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1024px) {
  .product-info-price .price-box .price-container {
    display: inline-block;
    margin-bottom: 0;
  }
}
.product-info-price .price-box .price-container span {
  display: inline-block !important;
}
.product-info-price .price-box .price-container .price {
  font-size: 15px;
  line-height: 30px;
  display: inline-block !important;
}
.product-info-price .price-box .price-container .price-wrapper.box-price .price {
  font-size: 20px;
  line-height: normal;
  color: #000;
}
.price-container > span {
  display: inline-block;
  margin-bottom: 0;
}
.price-container .price-final_price {
  display: flex;
}
.product-info-main .product-info-price .price-box {
  display: table-cell !important;
}
@media only screen and (max-width: 1024px) {
  .product-info-main .product-info-price .price-box {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .product-info-price .price-box {
    width: 100% !important;
    display: block !important;
    padding-bottom: 0;
  }
}
.product-info-main .product-info-price .price-box .price-final_price {
  display: block !important;
}
.price-wrapper {
  margin-right: 5px;
}
.btm-price .price {
  font-weight: 400 !important;
}
.breadcrumbs {
  margin-bottom: 20px;
  /*padding: 0;*/
}
.breadcrumbs .items > li,
.breadcrumbs .items > li > a {
  font-size: 13px;
  color: #000;
}
.breadcrumbs .item:not(:last-child):after {
  margin: 0 3px;
}
.catalog-category-view .am-show-button > .am-button {
  background: #e84500;
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view .am-show-button > .am-button {
    background: #e84500;
  }
}
.catalog-category-view .old-price span {
  text-decoration: line-through;
}
.catalog-category-view .footer-categories ul.subcategories {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  background: #fff;
  border: 1px #e5e5e5 solid;
  padding: 0px 15px;
}
@media only screen and (min-width: 992px) {
  .catalog-category-view .footer-categories ul.subcategories {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .footer-categories ul.subcategories {
    display: block;
  }
}
.catalog-category-view .footer-categories ul.subcategories .title {
  display: flex;
  margin-bottom: 10px;
  color: #e84500;
  font-size: 14px;
  margin: 0;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: normal;
  border-bottom: 1px #e84500 solid;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 -15px;
  align-items: center;
}
.catalog-category-view .footer-categories ul.subcategories .title:before {
  content: "\f0c9";
  font-family: FontAwesome;
  margin-right: 5px;
}
.catalog-category-view .footer-categories ul.subcategories .title strong {
  letter-spacing: 0;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .footer-categories ul.subcategories .title strong {
    width: 100%;
  }
}
.catalog-category-view .footer-categories ul.subcategories li.sub-category {
  display: block;
  position: relative;
  box-shadow: 0 1px 0 #ddd, 0 2px 0 #fff;
  margin: 0;
  color: #222;
}
.catalog-category-view .footer-categories ul.subcategories li.sub-category a {
  text-transform: none;
  display: inline-block;
  font-size: 14px;
  border: 0;
  padding: 8px 0;
  color: #222;
}
.catalog-category-view .footer-categories ul.subcategories li.sub-category a:hover {
  color: #222;
  text-decoration: none;
}
.catalog-category-view .latest-blog .blog_inner {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  height: 95%;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .latest-blog .blog_inner {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .latest-blog h2 {
    margin: 0 0 15px 0;
  }
}
.catalog-category-view ul.subcategories {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  background: #fff;
  border: 1px #e5e5e5 solid;
  padding: 0px 15px;
}
@media only screen and (min-width: 992px) {
  .catalog-category-view ul.subcategories {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-view ul.subcategories {
    display: none;
  }
}
.catalog-category-view ul.subcategories .title {
  display: flex;
  margin-bottom: 10px;
  color: #e84500;
  font-size: 14px;
  margin: 0;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: normal;
  border-bottom: 1px #e84500 solid;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 -15px;
  align-items: center;
}
.catalog-category-view ul.subcategories .title:before {
  content: "\f0c9";
  font-family: FontAwesome;
  margin-right: 5px;
}
.catalog-category-view ul.subcategories .title strong {
  letter-spacing: 0;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .catalog-category-view ul.subcategories .title strong {
    width: 100%;
  }
}
.catalog-category-view ul.subcategories li.sub-category {
  display: block;
  position: relative;
  box-shadow: 0 1px 0 #ddd, 0 2px 0 #fff;
  margin: 0;
  color: #222;
}
.catalog-category-view ul.subcategories li.sub-category a {
  text-transform: none;
  display: inline-block;
  font-size: 14px;
  border: 0;
  padding: 8px 0;
  color: #222;
}
.catalog-category-view ul.subcategories li.sub-category a:hover {
  color: #222;
  text-decoration: none;
}
.catalog-category-view .columns .column.main h4 {
  margin: 0 0 15px 0;
  font-weight: 600;
}
.catalog-category-view .columns .column.main .category-description {
  vertical-align: top;
}
.catalog-category-view .columns .column.main .category-description br {
  display: none;
}
.catalog-category-view .columns .column.main .category-description .slider-items-products {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .cat-img-title.cat-bg.cat-box {
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
  left: 5%;
  top: 9%;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .column.main .category-description .slider-items-products .cat-img-title.cat-bg.cat-box {
    left: 12%;
  }
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .cat-img-title.cat-bg.cat-box .cat-heading {
  font-size: 44px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view .columns .column.main .category-description .slider-items-products .cat-img-title.cat-bg.cat-box .cat-heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .column.main .category-description .slider-items-products .cat-img-title.cat-bg.cat-box .cat-heading {
    font-size: 14px;
  }
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .cat-img-title.cat-bg.cat-box p {
  clear: left;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 1px;
  padding: 0;
  font-weight: normal;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view .columns .column.main .category-description .slider-items-products .cat-img-title.cat-bg.cat-box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .column.main .category-description .slider-items-products .cat-img-title.cat-bg.cat-box p {
    font-size: 12px;
    max-width: 200px;
  }
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .owl-theme .owl-controls {
  margin: 0;
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .owl-theme .owl-controls .owl-buttons {
  opacity: 1 !important;
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  opacity: 1;
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -15px;
  position: absolute;
  top: 45%;
  background: 0;
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .owl-theme .owl-controls .owl-buttons .owl-prev a {
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 0;
  padding: 3px 3px 10px 0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  border: 1px #ddd solid;
  margin-top: -15px;
  background: #e84500 !important;
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .owl-theme .owl-controls .owl-buttons .owl-prev a:before {
  font-size: 24px;
  padding: 0 8px;
  line-height: 22px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 15px;
  position: absolute;
  top: 45%;
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .owl-theme .owl-controls .owl-buttons .owl-next a {
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 0;
  padding: 3px 3px 10px 0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  border: 1px #ddd solid;
  margin-top: -15px;
  background: #e84500 !important;
}
.catalog-category-view .columns .column.main .category-description .slider-items-products .owl-theme .owl-controls .owl-buttons .owl-next a:before {
  font-size: 24px;
  padding: 0 8px;
  line-height: 22px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
}
.catalog-category-view .columns .column.main .category-description h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  padding: 0 20px 8px 5px;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .column.main .category-description h3 {
    font-size: 16px;
  }
}
.catalog-category-view .columns .column.main .category-description .panel-default {
  border-color: #ddd;
}
.catalog-category-view .columns .column.main .category-description .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 0;
  display: inline-block;
  width: 100%;
}
.catalog-category-view .columns .column.main .category-description .panel-body {
  padding: 15px !important;
  word-break: break-word;
}
.catalog-category-view .columns .column.main .amasty-catalog-topnav {
  display: none;
}
.catalog-category-view .columns .column.main .latest-blog .blog_inner .blog-img img {
  border-radius: 3px;
}
.catalog-category-view .columns .column.main .latest-blog .blog_inner a h4 {
  margin: 10px 0 10px 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .column.main .latest-blog .blog_inner a h4 {
    margin: 10px 0 10px 0;
    font-weight: 600;
  }
}
.catalog-category-view .columns .column.main .latest-blog .blog_inner h4 {
  margin: 10px 0 10px 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .column.main .latest-blog .blog_inner h4 {
    margin: 10px 0 10px 0;
    font-weight: 600;
  }
}
.catalog-category-view .columns .column.main .latest-blog .panel-default {
  border-color: #ddd;
}
.catalog-category-view .columns .column.main .latest-blog .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  display: inline-block;
}
.catalog-category-view .columns .column.main .latest-blog .panel-body {
  padding: 15px;
  word-break: break-word;
}
.catalog-category-view .columns .column .category-view .category-cms h2,
.catalog-category-view .columns .column .category-view .category-cms h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .column .category-view .category-cms h2,
  .catalog-category-view .columns .column .category-view .category-cms h3 {
    font-size: 16px;
  }
}
.catalog-category-view .columns .column .category-view .category-cms .panel-default {
  border-color: #ddd;
}
.catalog-category-view .columns .column .category-view .category-cms .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 0;
  display: inline-block;
  width: 100%;
}
.catalog-category-view .columns .column .category-view .category-cms .panel-body {
  padding: 15px !important;
  word-break: break-word;
}
.catalog-category-view .latest-blog .blog_inner,
.catalogsearch-result-index .latest-blog .blog_inner {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.catalog-category-view .category-description,
.catalogsearch-result-index .category-description {
  display: inline-block;
  width: 100%;
}
.catalog-category-view .featured-pro,
.catalogsearch-result-index .featured-pro {
  margin: 0 -15px;
}
.catalog-category-view .featured-pro .product-flexslider .owl-item .item .item-inner .item-content .item-price,
.catalogsearch-result-index .featured-pro .product-flexslider .owl-item .item .item-inner .item-content .item-price {
  min-height: 42px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.catalog-category-view .brand-logo .container-fluid,
.catalogsearch-result-index .brand-logo .container-fluid {
  padding: 0;
}
.catalog-category-view .brand-logo #brand-logo-slider .item,
.catalogsearch-result-index .brand-logo #brand-logo-slider .item {
  text-align: center;
  border: 1px #ddd solid;
  height: 80px;
  line-height: 75px;
  margin: 0 10px;
}
.catalog-category-view .brand-logo #brand-logo-slider .item img,
.catalogsearch-result-index .brand-logo #brand-logo-slider .item img {
  padding: 10px;
}
.catalog-category-view .brand-logo #brand-logo-slider .owl-theme .owl-controls,
.catalogsearch-result-index .brand-logo #brand-logo-slider .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.catalog-category-view .brand-logo .owl-pagination,
.catalogsearch-result-index .brand-logo .owl-pagination {
  top: -36px;
  text-align: center;
  position: absolute;
  right: 0;
  background: #f8f8f8;
  padding-left: 10px;
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .brand-logo .owl-pagination,
  .catalogsearch-result-index .brand-logo .owl-pagination {
    top: 0;
    width: 100%;
    position: relative;
  }
}
.catalog-category-view .brand-logo .owl-page,
.catalogsearch-result-index .brand-logo .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.catalog-category-view .brand-logo .owl-page span,
.catalogsearch-result-index .brand-logo .owl-page span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px 0;
  filter: alpha(opacity=50);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ddd;
  border: 2px #fff solid;
}
.catalog-category-view .brand-logo .owl-page.active span,
.catalogsearch-result-index .brand-logo .owl-page.active span {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #e84500;
}
.catalog-category-view .brand-logo .owl-page:hover span,
.catalogsearch-result-index .brand-logo .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #e84500;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .breadcrumbs,
  .catalogsearch-result-index .breadcrumbs {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .page-main,
  .catalogsearch-result-index .page-main {
    max-width: 1250px !important;
    padding: 0 5px 0 15px !important;
  }
}
.catalog-category-view .products,
.catalogsearch-result-index .products {
  margin: 0px;
}
.catalog-category-view .products .product-item-name,
.catalogsearch-result-index .products .product-item-name {
  height: 40px;
  overflow: hidden;
}
.catalog-category-view #amasty-shopby-product-list,
.catalogsearch-result-index #amasty-shopby-product-list {
  margin-bottom: 20px;
}
.catalog-category-view #amasty-shopby-product-list .amscroll-load-button,
.catalogsearch-result-index #amasty-shopby-product-list .amscroll-load-button {
  width: auto !important;
  display: flex !important;
  padding: 7px 20px !important;
  border-radius: 3px !important;
  background: #e84500 !important;
  border: 1px solid #e84500 !important;
  margin: 0 auto 20px !important;
  max-width: 220px;
  clear: both;
  float: none;
  min-width: 1px;
  justify-content: center;
  color: #fff !important;
  font-size: 14px;
}
.catalog-category-view #amasty-shopby-product-list .amscroll-load-button:hover,
.catalogsearch-result-index #amasty-shopby-product-list .amscroll-load-button:hover {
  color: #fff;
  background: #e84500 !important;
}
.catalog-category-view #amasty-shopby-product-list .toolbar-products,
.catalogsearch-result-index #amasty-shopby-product-list .toolbar-products {
  display: none;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view #amasty-shopby-product-list .toolbar-products,
  .catalogsearch-result-index #amasty-shopby-product-list .toolbar-products {
    display: none;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-category-view #amasty-shopby-product-list .toolbar-sorter .sorter-label,
  .catalogsearch-result-index #amasty-shopby-product-list .toolbar-sorter .sorter-label {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view #amasty-shopby-product-list .toolbar-sorter,
  .catalogsearch-result-index #amasty-shopby-product-list .toolbar-sorter {
    position: relative !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view #amasty-shopby-product-list .sorter-label,
  .catalogsearch-result-index #amasty-shopby-product-list .sorter-label {
    display: none;
  }
}
.catalog-category-view .page-title-wrapper .page-title,
.catalogsearch-result-index .page-title-wrapper .page-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 30px;
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    padding-top: 0;
  }
}
.catalog-category-view .columns .category-view .category-cms .panel.panel-default .panel-heading,
.catalogsearch-result-index .columns .category-view .category-cms .panel.panel-default .panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 15px;
  font-size: 16px;
}
.catalog-category-view .columns .category-view .category-cms .panel.panel-default .panel-heading h2.panel-title,
.catalogsearch-result-index .columns .category-view .category-cms .panel.panel-default .panel-heading h2.panel-title,
.catalog-category-view .columns .category-view .category-cms .panel.panel-default .panel-heading h3.panel-title,
.catalogsearch-result-index .columns .category-view .category-cms .panel.panel-default .panel-heading h3.panel-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 !important;
  text-transform: capitalize;
}
.catalog-category-view .columns .category-view .category-cms .panel.panel-default .panel-body,
.catalogsearch-result-index .columns .category-view .category-cms .panel.panel-default .panel-body {
  padding: 15px 0;
  word-break: break-word;
}
.catalog-category-view .columns .category-view .category-cms .panel.panel-default .table-responsive .table,
.catalogsearch-result-index .columns .category-view .category-cms .panel.panel-default .table-responsive .table {
  border: 1px solid #ddd;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar-container,
  .catalogsearch-result-index .columns .sidebar-container {
    width: 100%;
  }
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options {
  display: none;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content {
  margin: 0 !important;
  margin-left: auto !important;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter.show .item.amshopby-item,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter.show .item.amshopby-item {
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .item.amshopby-item,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .item.amshopby-item {
  flex-wrap: wrap;
  align-items: flex-start !important;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .item.amshopby-item .amshopby-remove,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .item.amshopby-item .amshopby-remove {
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .amshopby-remove:before,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .amshopby-remove:before {
    background-color: #e84500;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .amshopby-remove:after,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .amshopby-remove:after {
    background-color: #e84500;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter {
    order: 2;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter.hide,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter.hide {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter.hide,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter.hide {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter .block-actions.filter-actions,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter .block-actions.filter-actions {
    margin-bottom: 15px;
  }
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter .block-actions.filter-actions .filter-clear,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options .block-content.filter-content .show-active-filter .block-actions.filter-actions .filter-clear {
  color: #e84500;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options.active .block-title.filter-title strong,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options.active .block-title.filter-title strong {
  width: 100% !important;
  text-align: right;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options.active .block-title.filter-title strong:after,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options.active .block-title.filter-title strong:after {
  width: 100%;
  text-align: right;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options.active .block-title.filter-title .filter-clear,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.filter-no-options.active .block-title.filter-title .filter-clear {
  color: #e84500;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .filter-options .item,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .filter-options .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .filter-options .am-swatch-wrapper.item,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .filter-options .am-swatch-wrapper.item {
  display: inline-block;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .title,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .title {
  display: flex;
  margin-bottom: 10px;
  color: #e84500;
  font-size: 14px;
  margin: 0;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: normal;
  border-bottom: 1px #e84500 solid;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  white-space: nowrap;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .title:before,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .title:before {
  content: "\f0c9";
  font-family: FontAwesome;
  margin-right: 5px;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .title strong,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .title strong {
  letter-spacing: 0;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .title strong,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .title strong {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .title,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .title {
    padding: 10px;
  }
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dt,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dt {
  padding: 10px 15px;
  color: #000;
  margin: 0;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd {
  padding: 0px 15px;
  background: #fff;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd .items li,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd .items li {
  display: block;
  position: relative;
  box-shadow: 0 1px 0 #ddd, 0 2px 0 #fff;
  margin: 0;
  color: #222;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd .items li a,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd .items li a {
  color: #222;
  text-transform: none;
  display: inline-block;
  font-size: 14px;
  border: 0;
  padding: 8px 0;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd .items li a:hover,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd .items li a:hover {
  color: #222;
  text-decoration: none;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd .items li a:visited,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd .items li a:visited {
  color: #222;
  text-decoration: none;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd .items li a:focus,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .content dd .items li a:focus {
  color: #222;
  text-decoration: none;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .block-content .filter-current,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .block-content .filter-current {
  margin: 0px 0px 0;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter .filter-title:before,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter .filter-title:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block {
    position: relative;
    border: 0;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-title.filter-title strong,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-title.filter-title strong {
    position: relative;
    font-weight: bold;
    display: inline-block;
    width: auto;
    border-radius: 3px;
    background: #e84500;
    border: 1px solid #e84500;
    box-shadow: none;
    color: #fff;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-title.filter-title strong:after,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-title.filter-title strong:after {
    position: absolute;
    right: 10px;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-title.filter-title strong.show-filters,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-title.filter-title strong.show-filters {
    float: right;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-title.filter-title strong.show-filters:after,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-title.filter-title strong.show-filters:after {
    display: none;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content {
    border: 0px solid #e5e5e5;
    margin: 15px 0 0 0;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter.show .item.amshopby-item,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter.show .item.amshopby-item {
    flex-wrap: wrap;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .item.amshopby-item,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .item.amshopby-item {
    flex-wrap: wrap;
    align-items: flex-start !important;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .item.amshopby-item .amshopby-remove,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .item.amshopby-item .amshopby-remove {
    top: 4px;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 10px 0;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .amshopby-filter-current.filter-current.active,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .amshopby-filter-current.filter-current.active {
    padding-bottom: 0 !important;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .amshopby-filter-current.filter-current.active .amshopby-remove:before,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .amshopby-filter-current.filter-current.active .amshopby-remove:before {
    background-color: #e84500;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .amshopby-filter-current.filter-current.active .amshopby-remove:after,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .amshopby-filter-current.filter-current.active .amshopby-remove:after {
    background-color: #e84500;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .amshopby-filter-current .item.amshopby-item,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .amshopby-filter-current .item.amshopby-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .amshopby-filter-current .item.amshopby-item .amshopby-remove,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .amshopby-filter-current .item.amshopby-item .amshopby-remove {
    top: 4px;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .block-actions.filter-actions,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .block-actions.filter-actions {
    margin: 0 !important;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .block-actions.filter-actions .filter-clear,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter .block-actions.filter-actions .filter-clear {
    color: #e84500;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter#layered-filter-block .block-content.filter-content .show-active-filter {
    order: 2;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block.filter.active .block-title.filter-title strong,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block.filter.active .block-title.filter-title strong {
    background: transparent !important;
    border: 0 !important;
    width: 100% !important;
  }
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-subtitle,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-subtitle {
  display: block;
  margin-bottom: 10px;
  color: #e84500;
  font-size: 12px;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: normal;
  border-bottom: 1px #e84500 solid;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  white-space: nowrap;
  order: 1;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-subtitle:before,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-subtitle:before {
  content: "\f0c9";
  font-family: FontAwesome;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-subtitle,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-subtitle {
    border-bottom: 0;
    border-radius: 0;
    background: #fff;
    display: none;
  }
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options {
  order: 3;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container {
  margin: 10px;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container {
    border: 0;
  }
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container .block-subtitle,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container .block-subtitle {
  font-weight: 600;
  padding: 10px 15px;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container .filter-current .action.remove:before,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container .filter-current .action.remove:before {
  color: #e84500;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container .block-actions.filter-actions,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container .block-actions.filter-actions {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container .block-actions.filter-actions,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container .block-actions.filter-actions {
    margin: 0 !important;
  }
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container .block-actions.filter-actions .filter-clear,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .current-applied-filter-container .block-actions.filter-actions .filter-clear {
  color: #e84500;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-item,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-item {
  border-bottom: 1px solid #ddd;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-item .filter-options-title,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-item .filter-options-title {
  color: #222;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-item .filter-options-title:after,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-item .filter-options-title:after {
  content: "\f067" !important;
  font-family: fontawesome !important;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-item.active .filter-options-title,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-item.active .filter-options-title {
  font-weight: 600;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-item.active .filter-options-title:after,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-item.active .filter-options-title:after {
  content: "\f068" !important;
  font-family: fontawesome !important;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content {
  padding: 0 10px;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .amshopby-slider-container .am-slider .ui-slider-handle,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .amshopby-slider-container .am-slider .ui-slider-handle {
  background-color: #f18200 !important;
  border: 1px solid #de5400 !important;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item input,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item input {
  vertical-align: middle;
  margin: 0;
  position: relative;
  top: 1px;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item input[type="radio"],
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item input[type="radio"] {
  top: 2px;
  margin-right: 2px;
  left: 1px;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item a,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item a {
  color: #222;
  background: transparent;
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item a:hover,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item a:hover {
  background: transparent;
  text-decoration: none;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item a .label,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item a .label {
  color: #222;
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.catalog-category-view .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item a .count,
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .block .filter-content .filter-options .filter-options-content .items .item a .count {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 992px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    display: flex !important;
  }
  .catalog-category-view .columns .sidebar-container,
  .catalogsearch-result-index .columns .sidebar-container {
    width: 20.83333333% !important;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main {
    width: 90% !important;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-additional,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-additional {
    width: 100% !important;
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    display: flex !important;
  }
  .catalog-category-view .columns .sidebar-container,
  .catalogsearch-result-index .columns .sidebar-container {
    width: 25% !important;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-main,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main {
    width: 100% !important;
  }
  .catalog-category-view .columns .sidebar-container .sidebar.sidebar-additional,
  .catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-additional {
    width: 100% !important;
    display: none;
  }
  .catalog-category-view .columns .column.main,
  .catalogsearch-result-index .columns .column.main {
    width: 100% !important;
  }
}
.catalog-category-view .price-details,
.catalogsearch-result-index .price-details {
  display: none;
}
.catalog-category-view .amscroll-page-num,
.catalogsearch-result-index .amscroll-page-num {
  display: none;
}
.catalog-category-view .product-item-info,
.catalogsearch-result-index .product-item-info {
  width: 100%;
}
.catalog-category-view .products-grid .product-items,
.catalogsearch-result-index .products-grid .product-items {
  margin: 0 -15px;
}
.catalog-category-view .products-grid .product-item-details,
.catalogsearch-result-index .products-grid .product-item-details {
  padding: 0 9px 15px;
  text-align: center;
}
.catalog-category-view .products-grid .price-details,
.catalogsearch-result-index .products-grid .price-details {
  display: none;
}
.catalog-category-view .products-grid .product-item-inner,
.catalogsearch-result-index .products-grid .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: none;
  left: 0;
  padding: 0;
  position: relative;
  right: 0;
  z-index: 2;
  display: block !important;
  margin: 10px 0 0 0 !important;
}
.catalog-category-view .products-grid .product-item,
.catalogsearch-result-index .products-grid .product-item {
  margin: 0px 0 30px !important;
  padding: 0px 15px;
  width: 33.3% !important;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item {
    width: 98% !important;
  }
}
@media only screen and (max-width: 375px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item {
    width: 98% !important;
    text-align: center;
    margin: 0px 0 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item {
    width: 50% !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-name,
.catalogsearch-result-index .products-grid .product-item .product-item-name {
  height: 40px;
  overflow: hidden;
}
.catalog-category-view .products-grid .product-item .price-box,
.catalogsearch-result-index .products-grid .product-item .price-box {
  margin: 10px 0 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.catalog-category-view .products-grid .product-item .minimal-price-link,
.catalogsearch-result-index .products-grid .product-item .minimal-price-link {
  margin-top: 0;
}
.catalog-category-view .products-grid .product-item-info,
.catalogsearch-result-index .products-grid .product-item-info {
  background: #ffffff;
  border: 1px solid #eee;
  text-align: center;
}
.catalog-category-view .products-grid .product-item-info:hover,
.catalogsearch-result-index .products-grid .product-item-info:hover {
  border: 1px solid #eee;
  box-shadow: 0 0 10px #ccc;
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}
.catalog-category-view .products-grid .product-item-info .active,
.catalogsearch-result-index .products-grid .product-item-info .active {
  border: 1px solid #eee;
  box-shadow: 0 0 10px #ccc;
  background: #ffffff;
  box-shadow: none;
  border: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}
.catalog-category-view .products-grid .product-item-actions form > div,
.catalogsearch-result-index .products-grid .product-item-actions form > div {
  float: none !important;
}
.catalog-category-view .products-grid .product-item-actions form > div .action.tocart.primary,
.catalogsearch-result-index .products-grid .product-item-actions form > div .action.tocart.primary {
  background: #ffffff;
  border: 2px #eee solid;
  margin: 0;
  padding: 4px 10px;
  color: #333;
  line-height: normal;
  font-size: 12px;
  float: none !important;
}
.catalog-category-view .products-grid .product-item-actions form > div .action.tocart.primary:hover,
.catalogsearch-result-index .products-grid .product-item-actions form > div .action.tocart.primary:hover {
  background: #e84500;
  color: #ffffff;
}
.catalog-category-view .products-grid .product-item-actions .actions-primary,
.catalogsearch-result-index .products-grid .product-item-actions .actions-primary {
  display: block;
}
.catalog-category-view .products-grid .product-item-actions,
.catalogsearch-result-index .products-grid .product-item-actions {
  margin: 0;
}
.catalog-category-view .products-grid .actions button.action.primary,
.catalogsearch-result-index .products-grid .actions button.action.primary {
  background: #ffffff;
  border: 2px #eee solid;
  margin: 0;
  padding: 4px 10px;
  color: #333;
  line-height: normal;
  font-size: 12px;
}
.catalog-category-view .products-grid .product-item-info:hover button.action.primary,
.catalogsearch-result-index .products-grid .product-item-info:hover button.action.primary {
  background: #e84500;
  color: #ffffff;
}
.catalog-category-view .products-grid .product-item-info .active button.action.primary,
.catalogsearch-result-index .products-grid .product-item-info .active button.action.primary {
  background: #e84500;
  color: #ffffff;
}
.catalog-category-view .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.catalogsearch-result-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: auto;
  margin: 0px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: auto;
}
.catalog-category-view .products-grid .minimal-price-link,
.catalogsearch-result-index .products-grid .minimal-price-link {
  margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody tr td,
  .catalogsearch-result-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody tr td {
    display: inline-block !important;
    padding: 10px 10px 10px !important;
    width: 50%;
    vertical-align: top;
  }
  .catalog-category-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody tr td:before,
  .catalogsearch-result-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody tr td:before {
    width: 140px;
    display: table-cell !important;
    padding: 10px 10px 6px !important;
  }
}
.page-product-configurable.catalog-product-view .prices-tier-container {
  display: none;
}
.relateditem_carousel .owl-controls {
  position: absolute;
  width: 100%;
  top: 35%;
}
.relateditem_carousel .owl-controls .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 38px;
  height: 38px;
}
.relateditem_carousel .owl-controls .owl-prev .fa-stack {
  font-size: 20px;
  color: #e84500;
  background: #e84500;
  border: 1px solid #fff;
}
.relateditem_carousel .owl-controls .owl-prev .flex-prev {
  border: 1px #eaeaea solid;
  border-right: 0;
  background: #e84500 !important;
  color: #fff !important;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 42px;
}
.relateditem_carousel .owl-controls .owl-prev .flex-prev:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  text-transform: none;
  font-size: 26px;
  line-height: 30px;
}
.relateditem_carousel .owl-controls .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 38px;
  height: 38px;
}
.relateditem_carousel .owl-controls .owl-next .fa-stack {
  font-size: 20px;
  color: #e84500;
  background: #e84500;
  border: 1px solid #fff;
}
.relateditem_carousel .owl-controls .owl-next .flex-next {
  border: 1px #eaeaea solid;
  border-right: 0;
  background: #e84500 !important;
  color: #fff !important;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 42px;
}
.relateditem_carousel .owl-controls .owl-next .flex-next:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  text-transform: none;
  font-size: 24px;
  padding: 14px;
  line-height: 30px;
}
.catalogsearch-result-index h1.page-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
  word-break: break-word;
}
.catalogsearch-result-index .column.main .search.results .amsearch-related-terms {
  text-align: left;
  margin: 0 0 15px 0;
}
.catalogsearch-result-index .column.main .search.results .amsearch-related-terms a.amsearch-item {
  display: block;
  line-height: normal;
  margin: 0 0 5px 0;
  width: auto;
  color: #e84500;
}
.catalogsearch-result-index .column.main .search.results .products {
  margin: 0px 0 0;
}
.catalogsearch-result-index .column.main .search.results #amasty-shopby-product-list {
  text-align: center;
}
.catalogsearch-result-index .column.main .search.results #amasty-shopby-product-list .amscroll-load-button {
  width: 100% !important;
  display: flex !important;
  padding: 7px 20px !important;
  border-radius: 3px !important;
  background: #e84500 !important;
  border: 1px solid #e84500 !important;
  margin: 0 auto 20px !important;
  max-width: 220px;
  clear: both;
  float: none;
  min-width: 1px;
  text-align: center;
  justify-content: center;
  color: #fff !important;
  font-size: 14px;
}
.catalogsearch-result-index .column.main .search.results #amasty-shopby-product-list .amscroll-load-button:hover {
  color: #fff;
  background: #e84500 !important;
}
.catalogsearch-result-index .column.main .search.results #amasty-shopby-product-list .block {
  display: none;
}
.catalogsearch-result-index .column.main .search.results #amasty-shopby-product-list .toolbar + .block {
  display: block;
}
.catalogsearch-result-index .column.main .search.results #amasty-shopby-product-list .toolbar-products {
  display: none;
}
.catalogsearch-result-index .column.main .search.results #amasty-shopby-product-list .amsearch-related-terms {
  display: none;
}
.catalogsearch-result-index .column.main .search.results #amasty-shopby-product-list > div:nth-child(2) {
  display: block !important;
}
.catalogsearch-result-index .column.main .search.results #amasty-shopby-product-list .amscroll-page-num#amscroll-page-num1 {
  display: none !important;
}
.catalogsearch-result-index .column.main .products-grid .product-item {
  width: 33% !important;
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index .column.main .products-grid .product-item {
    width: 33% !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .column.main .products-grid .product-item {
    width: 50% !important;
  }
}
@media only screen and (max-width: 479px) {
  .catalogsearch-result-index .column.main .products-grid .product-item {
    width: 100% !important;
  }
}
.catalogsearch-result-index .column.main .products-grid .product-item .product-item-info {
  text-align: center;
}
.catalogsearch-result-index .columns .sidebar-container .sidebar.sidebar-main .amshopby-all-top-filters-append-left {
  display: none;
}
.categorypath-wpc-terrassen-inspiration .catalog-topnav {
  display: none;
}
.categorypath-wpc-terrassen-inspiration .category-description h4 {
  display: none;
}
.categorypath-wpc-terrassen-inspiration .latest-blog .blog_inner {
  height: auto;
}
.categorypath-wpc-terrassen-inspiration .latest-blog .blog_inner img {
  width: 100%;
  border-radius: 5px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .catalogsearch-result-index .column.main .search.results #amasty-shopby-product-list .amscroll-load-button {
      display: block !important;
      float: left !important;
      position: relative;
      left: 50%;
      margin-left: -110px !important;
    }
  }
}
.category-tipps-und-tricks .column.main .category-view .category-cms .latest-blog .blog_inner .blog-img img,
.catalog-category-view .column.main .category-view .category-cms .latest-blog .blog_inner .blog-img img {
  border-radius: 3px;
}
.category-tipps-und-tricks .column.main .category-view .category-cms .latest-blog .blog_inner a h4,
.catalog-category-view .column.main .category-view .category-cms .latest-blog .blog_inner a h4 {
  margin: 10px 0 10px 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .category-tipps-und-tricks .column.main .category-view .category-cms .latest-blog .blog_inner a h4,
  .catalog-category-view .column.main .category-view .category-cms .latest-blog .blog_inner a h4 {
    margin: 10px 0 10px 0;
    font-weight: 600;
  }
}
.category-tipps-und-tricks .column.main .category-view .category-cms .latest-blog .blog_inner h4,
.catalog-category-view .column.main .category-view .category-cms .latest-blog .blog_inner h4 {
  margin: 10px 0 10px 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .category-tipps-und-tricks .column.main .category-view .category-cms .latest-blog .blog_inner h4,
  .catalog-category-view .column.main .category-view .category-cms .latest-blog .blog_inner h4 {
    margin: 10px 0 10px 0;
    font-weight: 600;
  }
}
.category-tipps-und-tricks .column.main .category-view .category-cms .latest-blog .panel-default,
.catalog-category-view .column.main .category-view .category-cms .latest-blog .panel-default {
  border-color: #ddd;
}
.category-tipps-und-tricks .column.main .category-view .category-cms .latest-blog .panel,
.catalog-category-view .column.main .category-view .category-cms .latest-blog .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.category-tipps-und-tricks .column.main .category-view .category-cms .latest-blog .panel-body,
.catalog-category-view .column.main .category-view .category-cms .latest-blog .panel-body {
  padding: 15px;
  word-break: break-word;
}
.category-tipps-und-tricks .column.main .category-view .category-cms .new_title,
.catalog-category-view .column.main .category-view .category-cms .new_title {
  padding: 0;
  text-align: left;
  border-bottom: 3px solid #eee;
  height: 21px;
}
@media only screen and (max-width: 767px) {
  .category-tipps-und-tricks .column.main .category-view .category-cms .new_title,
  .catalog-category-view .column.main .category-view .category-cms .new_title {
    text-align: center;
    border-bottom: 0;
    height: auto;
  }
}
.category-tipps-und-tricks .column.main .category-view .category-cms .new_title h2,
.catalog-category-view .column.main .category-view .category-cms .new_title h2 {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  padding: 8px 20px 8px 5px;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .category-tipps-und-tricks .column.main .category-view .category-cms .new_title h2,
  .catalog-category-view .column.main .category-view .category-cms .new_title h2 {
    padding: 8px 10px;
    font-size: 16px;
    background: transparent;
  }
}
.catalog-category-view #am-shopby-container.amshopby-filter-current .item.amshopby-item {
  align-items: flex-start;
  flex-direction: column;
}
.catalog-category-view #am-shopby-container.amshopby-filter-current .item.amshopby-item .amshopby-remove {
  top: 4px;
}
.catalogsearch-result-index #am-shopby-container.amshopby-filter-current .item.amshopby-item {
  align-items: flex-start;
  flex-direction: column;
}
.catalogsearch-result-index #am-shopby-container.amshopby-filter-current .item.amshopby-item .amshopby-remove {
  top: 4px;
  color: #e84500;
}
.catalogsearch-result-index #am-shopby-container.amshopby-filter-current .item.amshopby-item .amshopby-remove:hover {
  color: #e84500;
}
.catalogsearch-result-index .amscroll-page-num {
  display: none;
}
.catalogsearch-result-index .price-details {
  display: none;
}
.catalogsearch-result-index .product-item-info {
  width: 100%;
}
.catalogsearch-result-index .products-grid .product-item-details {
  padding: 0 9px 15px;
  text-align: center;
}
.catalogsearch-result-index .products-grid .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: none;
  left: 0;
  margin: 10px 0 0;
  padding: 0;
  position: relative;
  right: 0;
  z-index: 2;
  display: block !important;
}
.catalogsearch-result-index .products-grid .product-item {
  margin: 0px 0 30px !important;
  padding: 0px 15px;
  width: 33.3% !important;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .products-grid .product-item {
    width: 48.5% !important;
  }
}
@media only screen and (max-width: 375px) {
  .catalogsearch-result-index .products-grid .product-item {
    width: 98% !important;
    text-align: center;
    margin: 0px 0 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalogsearch-result-index .products-grid .product-item {
    width: 50% !important;
  }
}
.catalogsearch-result-index .products-grid .product-item .price-box {
  margin: 10px 0 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.catalogsearch-result-index .products-grid .product-item .minimal-price-link {
  margin-top: 0;
}
.catalogsearch-result-index .products-grid .product-item-info {
  background: #fff;
  border: 1px solid #eee;
}
.catalogsearch-result-index .products-grid .product-item-info:hover {
  border: 1px solid #eee;
  box-shadow: 0 0 10px #ccc;
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}
.catalogsearch-result-index .products-grid .product-item-info .active {
  border: 1px solid #eee;
  box-shadow: 0 0 10px #ccc;
  background: #ffffff;
  box-shadow: none;
  border: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}
.catalogsearch-result-index .products-grid .product-item-actions form > div {
  float: none !important;
}
.catalogsearch-result-index .products-grid .product-item-actions form > div .action.tocart.primary {
  background: #fff;
  border: 2px #eee solid;
  margin: 0;
  padding: 4px 10px;
  color: #333;
  line-height: normal;
  font-size: 12px;
  float: none !important;
}
.catalogsearch-result-index .products-grid .product-item-actions form > div .action.tocart.primary:hover {
  background: #ff810c;
  color: #fff;
}
.catalogsearch-result-index .products-grid .product-item-actions .actions-primary {
  display: block;
}
.catalogsearch-result-index .products-grid .product-item-actions {
  margin: 0;
}
.catalogsearch-result-index .products-grid .actions button.action.primary {
  background: #fff;
  border: 2px #eee solid;
  margin: 0;
  padding: 4px 10px;
  color: #333;
  line-height: normal;
  font-size: 12px;
}
.catalogsearch-result-index .products-grid .product-item-info:hover button.action.primary {
  background: #ff810c;
  color: #fff;
}
.catalogsearch-result-index .products-grid .product-item-info .active button.action.primary {
  background: #ff810c;
  color: #fff;
}
.catalogsearch-result-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: auto;
  margin: 0px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: auto;
}
.catalogsearch-result-index .products-grid .minimal-price-link {
  margin: 0 8px;
}
@media only screen and (min-width: 768px) {
  .checkout-cart-index .page-main {
    padding-left: 30px !important;
  }
}
.checkout-cart-index .nav-sections {
  display: block;
}
.checkout-cart-index .page-title {
  color: #000;
  font-size: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .checkout-cart-index .page-title {
    margin-top: 20px;
  }
}
.checkout-cart-index .cart-container .form.form-cart {
  padding-right: 20px;
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.continue {
  float: left;
  background: #a3a3a3;
  border: 1px solid #a3a3a3;
  color: #fff;
  line-height: 20px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  display: block;
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.continue:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.continue {
    width: 100%;
    margin: 0 0 10px;
  }
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.clear {
  padding: 7px 15px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  color: #333;
  font-weight: normal;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 2px solid #eee;
  background: #fff;
  font-weight: 600;
  border-radius: 3px;
  margin-right: 10px;
  display: inline;
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.clear:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.clear {
    width: 100%;
    margin: 0 0 10px;
  }
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.update {
  background: #a3a3a3;
  border: 1px solid #a3a3a3;
  color: #fff;
  line-height: 20px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: none;
  float: right;
}
.checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.update:before {
  content: "\f021";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 100%;
    margin: 0 0 20px;
  }
}
.checkout-cart-index .cart-container .cart-summary .title {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .totals .label {
  padding: 0;
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-summary #co-shipping-method-form .item-options .label {
  display: inline-block !important;
  margin: -2px 0 0 0px !important;
  padding: 0 !important;
  color: #333;
  vertical-align: middle;
}
.checkout-cart-index .cart-container .cart-summary #co-shipping-method-form .item-options .radio {
  float: none;
  margin-top: 0;
  vertical-align: middle;
  display: inline-block;
}
.checkout-cart-index .cart-container .cart-summary .item {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .item #share-cart-btn-mini-cart {
  background-color: #999 !important;
  border: 1px solid #999 !important;
}
.checkout-cart-index .cart-container .cart-summary .item .action.primary.checkout {
  line-height: 20px;
  padding: 7px 15px;
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-summary .input-text {
  border: 1px solid #ccc;
  height: 32px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    padding: 1px 20px 25px;
    order: 2;
    top: 0 !important;
  }
  .checkout-cart-index .cart-container .cart-summary .label {
    color: #333 !important;
    padding: 0;
    font-size: 14px;
  }
  .checkout-cart-index .cart-container .form.form-cart {
    width: 100%;
    padding-right: 20px;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .cart-summary {
    order: 3;
    padding: 10px;
  }
  .checkout-cart-index .cart-container .form.form-cart {
    order: 1;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-container .cart-discount {
    width: auto !important;
    order: 2;
    padding: 0;
    border: 1px solid #ddd;
    margin: 0 20px 20px;
  }
  .checkout-cart-index .cart-container .cart-discount .block.discount {
    max-width: inherit;
  }
  .checkout-cart-index .cart-container .cart-discount .block.discount .title {
    border-top: 0;
  }
  .checkout-cart-index .cart-container .cart-discount .block.discount #discount-coupon-form {
    width: 100% !important;
  }
  .checkout-cart-index .cart-container .cart-discount .block.discount .content {
    padding-bottom: 0;
  }
}
.checkout-cart-index .cart-container .cart.table-wrapper {
  font-weight: 400;
  color: #000 !important;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .cart.table-wrapper {
    margin-bottom: 0;
  }
}
.checkout-cart-index .cart-container .cart.table-wrapper .items {
  border: 1px solid #ddd;
}
.checkout-cart-index .cart-container .cart.table-wrapper .product-image-wrapper .product-image-photo {
  width: 60%;
}
.checkout-cart-index .cart-container .cart.table-wrapper thead {
  background: #e84500;
  color: white;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .product-item-name {
  font-weight: 700;
  color: #000;
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .col.price .price-including-tax .price {
  font-weight: 400 !important;
  color: #000 !important;
  font-size: 14px !important;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart-price .price {
  font-weight: 400;
  color: #000 !important;
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .col.price {
  text-align: center;
}
.checkout-cart-index .cart-container .cart.table-wrapper .col.qty {
  text-align: center;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart thead tr th.col.price {
  text-align: center;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart thead tr th.col.qty {
  text-align: center;
}
.checkout-cart-index .cart-container .cart.table-wrapper .spanac {
  display: flex;
  white-space: nowrap;
  margin-left: 10px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .spanac span {
  color: #000 !important;
}
.checkout-cart-index .cart-container .cart.table-wrapper .item-actions td {
  padding: 0px 5px 0 0;
}
.checkout-cart-index .cart-container .cart.table-wrapper td.col.qty label {
  display: block;
  font-weight: 400;
}
.checkout-cart-index .cart-container .cart.table-wrapper td.col.qty label .input-text {
  border: 1px solid #ccc !important;
}
.checkout-cart-index .cart-container .cart.table-wrapper .col.subtotal .price-including-tax {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .cart.table-wrapper .col.subtotal .price-including-tax {
    margin: -2px 0 0;
  }
}
.checkout-cart-index .cart-container .cart.table-wrapper .item-options dt {
  font-weight: 400;
  width: 80px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table {
    border-collapse: separate;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table .product-image-photo {
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table .item-options {
    margin: 0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table .item-options dt {
    font-weight: 600;
    width: 100px;
    word-break: break-word;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table td.col {
    width: 100% !important;
    display: inline-flex !important;
    text-align: left !important;
    padding: 0px 10px 5px 90px !important;
    margin: 0 !important;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table td.col:before {
    padding-right: 10px !important;
    width: 110px;
    word-break: break-word;
    white-space: normal;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table td.col .product-item-details {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table {
    border-collapse: separate;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table .product-image-photo {
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table .item-options {
    margin: 0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table .item-options dt {
    font-weight: 600;
    width: 100px;
    word-break: break-word;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table td.col {
    width: 100% !important;
    display: inline-flex !important;
    text-align: left !important;
    padding: 0px 10px 5px 70px !important;
    margin: 0 !important;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table td.col:before {
    padding-right: 10px !important;
    width: 110px;
    word-break: break-word;
    white-space: normal;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table td.col .product-item-details {
    padding-top: 20px;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table td.col .product-item-photo {
    left: 5px;
    max-width: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-cart-index .cart-container .cart-discount {
    width: 100%;
  }
}
.checkout-cart-index .cart-container .cart-discount .block.discount {
  width: 100%;
  max-width: 370px;
}
.checkout-cart-index .cart-container .cart-discount .block.discount #discount-coupon-form input {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-discount .block.discount #discount-coupon-form .actions-toolbar .action.apply.primary {
  box-shadow: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .columns .column.main {
    padding-bottom: 0;
  }
}
.checkout-shipping-method #onepage-checkout-shipping-method-additional-load {
  display: none;
}
.checkout-index-index .modal-popup .modal-title {
  border-bottom: 0;
}
.checkout-index-index #checkout {
  max-width: 100% !important;
}
.checkout-index-index #checkout .label {
  padding: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index #checkout .label {
    color: #333;
    TEXT-ALIGN: LEFT;
  }
}
.checkout-index-index #checkout .form .label {
  padding: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index #checkout .form .label {
    color: #333;
    TEXT-ALIGN: LEFT;
  }
}
.checkout-index-index #checkout .mark {
  background-color: transparent !important;
}
.checkout-index-index #checkout .mark .label {
  color: #333;
  padding: 0;
}
.checkout-index-index #checkout #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .amcheckout-items .row {
  margin: 0 !important;
}
.checkout-index-index #checkout #co-payment-form #checkout-payment-method-load .payment-group .step-content.amcheckout-content .amcheckout-wrapper .payment-method .payment-method-content {
  padding: 0 20px 0 0px;
}
.checkout-index-index #checkout #co-payment-form #checkout-payment-method-load .payment-group .step-content.amcheckout-content .amcheckout-wrapper .payment-method .payment-method-title input[type='radio'] + label:before {
  margin: 0px 15px 0 0;
}
.checkout-index-index #checkout #co-payment-form #checkout-payment-method-load .payment-group .step-content.amcheckout-content .amcheckout-wrapper .payment-method .payment-method-title #sofortueberweisung {
  display: block;
  margin: 0 5px 0 0;
  padding: 0;
  top: 5px;
}
.checkout-index-index #checkout #co-payment-form #checkout-payment-method-load .payment-group .step-content.amcheckout-content .amcheckout-wrapper .payment-method .payment-method-title.field.choice #sofortueberweisung {
  display: none;
}
.checkout-index-index #checkout #co-payment-form #checkout-payment-method-load .payment-group .step-content.amcheckout-content .amcheckout-wrapper .payment-method .payment-method-title.field.choice input[type='radio'] + label {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
}
.checkout-index-index #checkout #co-payment-form #checkout-payment-method-load .payment-group .step-content.amcheckout-content .amcheckout-wrapper .payment-method .payment-method-title.field.choice input[type='radio'] + label:before {
  margin: -2px 5px 0 0;
  border-width: 5px;
  border-radius: 50%;
  transition: all .2s ease;
  display: inline-block;
  box-sizing: border-box;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background: #fff !important;
  content: '';
  cursor: pointer;
}
.checkout-index-index #checkout #co-payment-form #checkout-payment-method-load .payment-group .step-content.amcheckout-content .amcheckout-wrapper .payment-method .payment-method-title.field.choice input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.checkout-index-index #checkout #co-payment-form #checkout-payment-method-load .payment-group .step-content.amcheckout-content .amcheckout-wrapper .payment-method .payment-method-title.field.choice input[type='radio']:checked + label:before {
  border-width: 5px;
}
.checkout-index-index #checkout #co-payment-form #checkout-payment-method-load .payment-group .step-content.amcheckout-content .amcheckout-wrapper .payment-method:hover {
  box-shadow: none;
}
.checkout-index-index #checkout #co-payment-form #checkout-payment-method-load .payment-group .step-content.amcheckout-content .amcheckout-wrapper .payment-method._active {
  border-color: transparent !important;
}
.checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-step-container .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .amcheckout-items .row {
  margin: 0 !important;
}
.checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-step-container .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper.overflowed {
  max-height: inherit !important;
}
.checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-step-container .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper.overflowed .minicart-items .product-item .product .product-image-container {
  height: auto !important;
  max-height: 60px !important;
}
.checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-step-container .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper.overflowed .minicart-items .product-item .product .product-item-details {
  padding-left: 115px !important;
}
.checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-step-container .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper.overflowed .minicart-items .product-item .product .product-item-details .product-item-inner .label {
  padding: 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-step-container .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper.overflowed .minicart-items .product-item .product .product-item-details .product-item-inner .label {
    color: #333;
  }
}
.checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-step-container .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper.overflowed .minicart-items .product-item .product .product-item-details .product.options.active .item-options dt.label {
  font-size: 13px;
  line-height: normal;
  min-width: 80px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-step-container .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper.overflowed .minicart-items .product-item .product .product-item-details .product.options.active .item-options dt.label {
    color: #333;
    TEXT-ALIGN: LEFT;
  }
}
.checkout-index-index #checkout .amcheckout-main-container .amcheckout-column .amcheckout-step-container .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper.overflowed .minicart-items .product-item .product .product-item-details .product.options.active .item-options dd.values {
  margin: 0 0 5px;
  font-size: 13px;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
}
.checkout-index-index .minicart-items .product-item-details {
  padding-left: 120px;
}
@media only screen and (min-width: 768px) {
  .checkout-index-index .page-main {
    padding-left: 30px !important;
  }
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .opc-wrapper .items-in-cart .product .item-options dt {
  line-height: normal;
  min-width: 80px;
}
.checkout-index-index .opc-wrapper #review_info .opc-block-summary .title {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin: 20px 0 10px;
  padding: 0;
}
.checkout-index-index .opc-wrapper #review_info .opc-block-summary .title strong {
  color: #000;
  font-size: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin: 20px 0 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper #review_info .opc-block-summary .title strong {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper #review_info .opc-block-summary .title:after {
    top: 7px;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement {
    display: table !important;
    vertical-align: top;
  }
}
.checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement input[type="checkbox"] {
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 1024px) {
  .checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement input[type="checkbox"] {
    position: relative;
    top: 0;
    display: table-cell !important;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement label.label {
    padding: 0px 0 0 15px !important;
    text-align: left;
    line-height: normal;
    display: table-cell !important;
    vertical-align: top;
    position: relative;
  }
}
.checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement label.label .action.action-show {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement label.label .action.action-show span {
  text-decoration: underline;
}
.checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement label.label .action.action-show span:hover {
  color: #e84500;
}
@media only screen and (max-width: 1024px) {
  .checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement label.label .action.action-show {
    text-align: left;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    position: relative;
    top: 2px;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement label.label:after {
    margin: 3px 0 0 5px;
    position: absolute;
    left: inherit;
    right: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement label.label:after {
    margin: 3px 0 0 5px;
    position: absolute;
    left: 0;
    right: inherit;
  }
}
.checkout-index-index .opc-wrapper .mark {
  background-color: transparent !important;
}
@media only screen and (max-width: 991px) {
  .checkout-index-index .opc-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.checkout-index-index .opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  color: #000;
  font-size: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin: 20px 0;
  padding: 00 0 10px;
}
.checkout-index-index .opc-wrapper .form-login {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .checkout-index-index .opc-wrapper .form-login {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper .form-login {
    margin: 0;
    padding: 20px 15px 0;
  }
}
.checkout-index-index .opc-wrapper .form-login .fieldset:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper .form-shipping-address {
    margin: 20px 0 15px;
  }
}
.checkout-index-index .opc-wrapper .label {
  border-bottom: 0;
  font-size: 14px;
  color: #333;
  text-align: left;
  white-space: normal;
  padding: 0;
}
.checkout-index-index .opc-wrapper .input-text {
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  font-size: 14px !important;
  height: 32px !important;
}
@media only screen and (max-width: 991px) {
  .checkout-index-index .opc-wrapper #customer-email-fieldset {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper .checkout-shipping-method #checkout-shipping-method-load {
    overflow-x: scroll;
  }
}
.checkout-index-index .opc-wrapper .checkout-shipping-method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 100%;
  width: 100%;
  border: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method #checkout-shipping-method-load .table-checkout-shipping-method th {
  display: table-cell;
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 7px 10px;
  vertical-align: middle;
  height: 50px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper .checkout-shipping-method #checkout-shipping-method-load .table-checkout-shipping-method th {
    padding: 7px 0;
    font-size: 12px;
  }
}
.checkout-index-index .opc-wrapper .checkout-shipping-method #checkout-shipping-method-load .table-checkout-shipping-method td {
  display: table-cell;
  width: 25% !important;
  text-align: center;
  padding: 7px 10px;
  vertical-align: middle;
  border: 0;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper .checkout-shipping-method #checkout-shipping-method-load .table-checkout-shipping-method td {
    padding: 7px 0;
    font-size: 12px;
  }
}
.checkout-index-index .opc-wrapper .checkout-shipping-method #checkout-shipping-method-load .table-checkout-shipping-method td input[type="radio"] {
  margin: 0 auto;
}
.checkout-index-index .opc-wrapper .actions-toolbar {
  margin: 15px 0 0;
}
.checkout-index-index .opc-wrapper .actions-toolbar .action.primary {
  padding: 7px 15px !important;
  font-size: 1.4rem !important;
}
.checkout-index-index .opc-wrapper .checkout-payment-method input[type="radio"] {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
  padding: 0;
  top: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method input[type="checkbox"] {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  padding: 0;
  top: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address label {
  display: inline;
  vertical-align: middle;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .discount-code .payment-option-title {
  padding-left: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .discount-code .payment-option-content {
  padding: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .discount-code .payment-option-content .input-text {
  height: 36px !important;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .discount-code .payment-option-content .actions-toolbar .action.action-apply {
  background: #e84500;
  border: 1px solid #e84500;
  box-shadow: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper .payment-methods {
    margin: 0 !important;
  }
}
.checkout-index-index .opc-wrapper .payment-methods .payment-method .payment-method-content {
  padding: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper .payment-methods .payment-method .payment-method-content .paypal-button {
  display: none !important;
}
.checkout-index-index .opc-wrapper .payment-methods .payment-method .payment-method-content .actions-toolbar {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper .payment-option {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-index-index .opc-sidebar {
    width: 100%;
    padding-right: 0;
    margin: 0;
  }
}
.checkout-index-index .opc-sidebar .modal-content {
  margin: 0 !important;
}
@media only screen and (max-width: 991px) {
  .checkout-index-index .opc-sidebar .modal-content {
    margin: 10px 0 !important;
  }
  .checkout-index-index .opc-sidebar .modal-content .opc-block-summary {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-sidebar .modal-content .opc-block-summary {
    padding: 15px;
  }
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .title {
  border-bottom: 0;
  color: #000;
  font-size: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  padding: 0;
}
.checkout-index-index .opc-sidebar .modal-content .shipping-information-title {
  border-bottom: 0;
  color: #000;
  font-size: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin: 0px 0 15px 0;
  padding: 0;
}
.checkout-index-index .opc-sidebar .modal-content .shipping-information-title span {
  color: #000;
}
.checkout-index-index .opc-sidebar .modal-content .label {
  color: #333;
  font-size: 14px;
  padding: 3px 0 0 0;
}
.checkout-index-index .opc-sidebar .modal-content .table-totals .mark {
  width: 100%;
  background-color: transparent;
}
.checkout-index-index .opc-sidebar .modal-header {
  display: none;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-sidebar .modal-header {
    min-height: 43px;
    display: inline-block;
    width: 100%;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .checkout-index-index .opc-wrapper #review_info .checkout-agreements.fieldset .checkout-agreement label.label .action.action-show {
      position: relative;
      top: 3px;
    }
  }
}
.checkout-onepage-success .page-wrapper .page-main .columns .column.main .checkout-success .account .column.main .order-details-items.ordered .table-wrapper.order-items .table-order-items tfoot .mark {
  background-color: transparent !important;
}
@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;
  }
  .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,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .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 .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .amazon-addresses:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: "luma-icons";
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #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: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    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: #cccccc;
    color: #cccccc;
    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;
    color: #333333;
  }
  .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: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .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;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .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 #767676;
    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-info-wrapper {
    margin: 0;
  }
  .amreview-summary-info.amreview-showmore {
    display: none;
  }
  .amreview-review-list {
    margin: 0;
    padding: 50px 0 20px 0;
  }
  .amreview-review-list.-empty {
    padding: 40px;
  }
  .amrev-desc-title {
    flex-wrap: nowrap;
  }
  .amreview-author-details {
    margin: 10px 0 20px;
  }
  .amreview-percent-block {
    display: flex;
    align-items: center;
  }
  .amreview-summary-info {
    display: inline-block;
  }
  .amreview-add-new {
    margin: 40px 0 0;
  }
  .amreview-add-new .amreview-label {
    max-width: 160px;
    text-align: left;
  }
  .amreview-author-details {
    display: inline-block;
    margin: 0 auto 0 0;
    vertical-align: top;
    width: 25%;
  }
  .amreview-author-details .amreview-verified {
    display: block;
  }
  .amreview-author-details .amreview-date {
    position: static;
  }
  .amreview-author-details .amreview-recommended {
    background: #f1f1f1;
    border-left: 2px solid #1ab900;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    margin: 20px 0;
    max-width: 78px;
    padding: 4px 4px 4px 6px;
    position: relative;
  }
  .amreview-recommended:after {
    border: 18px solid transparent;
    border-left: 14px solid #f1f1f1;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: -32px;
    top: 0;
  }
  .amreview-toolbar-wrap.review-toolbar .pages {
    border: 0;
    float: right;
    padding: 20px 0;
  }
  .amreview-toolbar-wrap.review-toolbar .limiter {
    float: left;
    padding: 20px 0;
  }
  .amreview-review-wrapper.review-item {
    padding: 30px 0 40px 0;
  }
  .amreview-description-wrap {
    display: inline-block;
    position: relative;
    width: 75%;
  }
  .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;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    min-width: 30%;
    max-width: initial;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    width: 50%;
    background: linear-gradient(270deg, #e3e3e3 4.63%, rgba(227, 227, 227, 0) 83.33%);
    content: '';
  }
  .amcform-title-wrap:nth-child(3n + 1).ui-state-active:last-child:before {
    background: linear-gradient(270deg, #92b0ff 4.63%, rgba(227, 227, 227, 0) 83.33%);
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .product.data.items {
    z-index: unset;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .amelsearch-further-section {
    display: block;
  }
  .sidebar-main .amfinder-toggle {
    padding: 0;
  }
  .sidebar-main .amfinder-toggle .amfinder-select {
    padding: 0 15px 0 5px;
  }
  .sidebar-main .amfinder-toggle .amfinder-select-wrapper:after,
  .sidebar-main .amfinder-toggle .amfinder-dropdown:after {
    background-size: 10px;
    width: 20px;
  }
  .sidebar-main .amfinder-toggle .amfinder-dropdown {
    padding: 0 15px 0 5px;
    word-break: break-all;
  }
  .sidebar-main .amfinder-toggle .amfinder-details {
    margin: 5px 0 0;
    width: 100%;
    min-width: 170px;
  }
  .sidebar-main .amfinder-toggle .amfinder-buttons > .button {
    width: 48%;
    padding: 8px;
  }
  .sidebar-main .amfinder-horizontal .am-item {
    min-width: 100%;
  }
  .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;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .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;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .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: #ffffff;
    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;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    background: #ffffff;
    color: #1979c3;
    margin-left: auto;
    margin-top: 10px;
    width: 100%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    background: #1979c3;
    color: #ffffff;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    right: 0 !important;
    top: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    margin-bottom: 10px;
    width: 50%;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-review-popup .field.review-field-ratings .control {
    width: inherit;
  }
  .minisearch .actions .action.search {
    z-index: 1000;
  }
  .amsearch-form-container .input-text {
    padding-left: 14px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    width: auto;
    margin: 0 5px;
    border: none;
    flex-grow: 1;
  }
  .amasty-xsearch-loader {
    right: 30px;
  }
  .search-autocomplete {
    top: 37px;
    max-width: 75vw;
  }
  .amsearch-close,
  .amasty-xsearch-loader,
  .search .amsearch-loupe {
    top: 30%;
  }
  .amsearch-close:hover,
  .amasty-xsearch-loader:hover,
  .search .amsearch-loupe:hover {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
  .amsearch-results {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: 83vw;
  }
  .amsearch-results .amsearch-leftside,
  .amsearch-results .amsearch-products {
    width: inherit;
  }
  .amasty-xsearch-block-header {
    padding: 25px 25px 0 25px;
  }
  .amsearch-wrapper-content > .amsearch-item {
    position: relative;
    padding: 25px 0 16px 15px;
  }
  .amsearch-wrapper-content > .amsearch-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 92%;
    height: 1px;
    background-color: #e84500;
  }
  .amsearch-wrapper-content > .amsearch-item:last-child {
    padding-bottom: 25px;
  }
  .amsearch-wrapper-content > .amsearch-item:first-child {
    padding-top: 15px;
  }
  .amsearch-wrapper-content > .amsearch-item:first-child:before {
    height: 0;
  }
  .amsearch-wrapper-content .amsearch-autocomplete-information {
    padding-left: 10px;
  }
  .amsearch-wrapper-content .product-item-details {
    min-height: 100px;
    padding-right: 14px;
  }
  .amsearch-wrapper-content .product-reviews-summary {
    margin-bottom: 0;
  }
  .search .amsearch-autocomplete-information .tocart {
    font-size: 12px;
  }
  .search .amsearch-autocomplete-information .price {
    font-size: 14px;
  }
  .amsearch-more-results .amsearch-link {
    display: inline-block;
    border-bottom: 1px solid #373737;
    margin-bottom: 15px;
    padding: 0;
    background-color: inherit;
    color: #000;
    text-decoration: none;
  }
  .amsearch-more-results .amsearch-link:hover {
    border-bottom: 1px solid #1979c3;
    background-color: inherit;
    color: #1979c3;
    text-decoration: none;
  }
  .amsearch-item-container:after {
    left: 10px;
  }
  .amsearch-form-container.-opened .action.search {
    display: none;
  }
  .amsearch-form-container.-opened .amsearch-wrapper-input {
    position: absolute;
    right: 0;
    max-width: 75vw;
    transition: all 0.3s ease-in-out;
  }
  .amsearch-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .amsearch-products .amsearch-more-results {
    margin-top: auto;
    padding-top: 30px;
  }
  .amsearch-form-container.-small .amsearch-results {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item {
    padding-right: 15px;
  }
  .amsearch-form-container.-small .amsearch-item-container .amsearch-item {
    padding-right: 15px;
  }
  .amsearch-form-container.-large .amsearch-results .amsearch-more-results {
    padding-top: 0;
  }
  .amsearch-form-container.-large .amsearch-item-container {
    padding-left: 25px;
  }
  .amsearch-form-container.-large .amsearch-item-container:after {
    left: 25px;
    width: 85%;
  }
  .amsearch-form-container.-large .amsearch-item-container .amsearch-item {
    padding-top: 6px;
  }
  .amsearch-form-container.-large .amsearch-item-container .recent_searches .amsearch-item {
    padding-top: 8px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0 25px 0 10px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 33.3%;
    max-width: 2 25px;
    padding: 10px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item:before {
    display: none;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item:hover {
    box-shadow: none;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-left: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .information-container {
    height: 100%;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-reviews-summary {
    margin-bottom: 7px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-image {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-wrapper-inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item-details {
    height: 100%;
    padding-right: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .price-box {
    margin: 0 0 2px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .price {
    font-size: 16px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
    margin: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .tocart {
    font-size: 12px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
    display: flex;
    max-width: 100%;
    align-items: center;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .actions-secondary {
    display: flex;
    min-width: 50px;
    padding-left: 6px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .rating-summary {
    display: block;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .reviews-actions {
    display: block;
    margin-bottom: 1px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-validate-container .amazon-logout {
    margin-top: 1em;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content {
    right: -65px;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
  .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
    right: 64px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: "luma-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #e84500;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: "luma-icons";
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: "luma-icons";
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 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-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #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.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: "luma-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: "luma-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .amrev-toolbar-container {
    margin: 20px 0 25px 0;
  }
  .amreview-summary-details {
    flex-basis: auto;
    margin-left: 20px;
    order: initial;
    padding: 0;
  }
  .amreview-summary-details .amreview-label .amreview-bar {
    width: 80px;
  }
  .amreview-summary-info {
    flex-basis: auto;
    order: initial;
  }
  .amreview-description-wrap {
    width: 75%;
  }
  .amreview-title-review {
    margin-right: 280px;
  }
  .amreview-customer-review {
    margin-bottom: 8px;
  }
  .amreview-add-new {
    flex-basis: auto;
    order: initial;
  }
  .amreview-info-wrapper .amreview-summary-info,
  .amreview-info-wrapper .amreview-summary-details,
  .amreview-info-wrapper .amreview-add-new {
    vertical-align: middle;
  }
  .amreview-info-wrapper .amreview-summary-details {
    border-right: 2px solid #767676;
    margin: 0 auto 0 0;
    padding: 0 15px 0 25px;
  }
  .amreview-info-wrapper .amreview-add-new {
    background: none;
    display: inline-block;
    margin: 0 0 0 25px;
    padding-right: 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;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .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;
  }
  #amsearch-result-tabs .data.title.active {
    background: none;
  }
  #amsearch-result-tabs .data.title.last {
    border-bottom: none;
    margin-bottom: 0;
  }
  .amsearch-form-container.-opened .amsearch-wrapper-input,
  .search-autocomplete,
  .amsearch-results {
    max-width: 76vw;
  }
  .amsearch-wrapper-input.amsearch-left-position,
  .search-autocomplete.amsearch-left-position {
    right: unset;
    left: 0;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .page-products.page-layout-2columns-left .products-grid .product-item,
  .page-products.page-layout-2columns-right .products-grid .product-item {
    width: calc(31.33333333%);
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .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;
  }
}
