/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Slider */
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slide.slick-loading img {
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  filter: invert(76%) sepia(84%) saturate(3887%) hue-rotate(7deg) brightness(113%) contrast(93%);
  font-size: 0;
  height: 2rem;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 2rem;
  z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  color: white;
  font-family: 'slick';
  font-size: 2rem;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -2.5rem;
}
[dir='rtl'] .slick-prev {
  right: -2.5rem;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -2.5rem;
}
[dir='rtl'] .slick-next {
  left: -2.5rem;
  right: auto;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 3rem;
}
.slick-dots {
  bottom: 8.5rem;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 2rem;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 2rem;
  line-height: 0;
  outline: none;
  padding: 0.5rem;
  width: 2rem;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: '•';
  color: #f7b00a;
  font-family: 'slick';
  font-size: 0.8rem;
  height: 1rem;
  left: 0;
  line-height: 1rem;
  opacity: .25;
  position: absolute;
  top: 0;
  width: 1rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #f7b00a;
  opacity: .75;
}
@media (max-width: 768px) {
  .lund_about_testimonials_slider_section .slick-dots li.slick-active button:before {
    color: #f7b00a;
    opacity: .75;
  }
  .lund_about_testimonials_slider_section .slick-dots li button:before {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .slick-dots {
    bottom: 2.5rem;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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;
}
._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) {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-weight: normal;
  box-shadow: none;
}
@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;
    transition: all 0.1s 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 {
    position: inherit;
    padding: 9px 16px;
    background: transparent;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    order: 3;
    margin: 0 0 25px 0;
  }
  .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-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@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;
}
._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;
  }
}
.ammmenu-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
@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;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
.amsl-focus {
  outline: 2px solid #4878bf;
  border-color: #fff;
  transition: none;
  transform: none;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.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;
}
body.checkout-onepage-success .item-options .tooltip.wrapper {
  font-size: 10px;
  opacity: 1;
}
body.checkout-onepage-success .item-options .tooltip.wrapper .tooltip {
  opacity: 1;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Productslider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-product-slider-content .owl-nav {
  font-size: 80px;
}
.mp-product-slider-content .product-items .product-slider .slider-product-item-details .slider-product-item-actions {
  margin: 15px 0 10px;
}
.mp-product-slider-content .owl-nav button span {
  color: #D6D6D6;
}
.mp-product-slider-content .owl-nav button span:hover {
  color: #869791;
}
.mp-product-slider-content .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.mp-product-slider-content .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.owl-item li.product-slider {
  width: 100% !important;
}
.mp-product-slider-title {
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.mp-product-slider-block {
  margin: 0 !important;
}
.mp-ps-info {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.slider-product-item-info {
  width: 80% !important;
}
.slider-product-item-actions {
  margin: 0px;
}
.product.details.slider-product-item-details {
  margin-left: 10px;
}
.mp-ps-info {
  color: #bbbbbb;
  margin: -15px 0px 10px 0px;
}
.mp-product-slider-block .owl-carousel .owl-nav button.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav button.owl-next {
  font-size: 20px;
}
.product_email-for-price a.show-callforprice {
  background: #f7b007;
  display: block;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: .3s all;
  -webkit-transition: .3s all;
}
.product_email-for-price a.show-callforprice:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: .3s all;
  -webkit-transition: .3s all;
}
.product_email-for-price a.show-callforprice i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: text-bottom;
}
.email-price-form-box {
  z-index: -1;
  opacity: 0;
  top: 200%;
  position: fixed;
}
.email-price-form-box.visible {
  position: fixed;
  top: 50%;
  background: white;
  z-index: 99999;
  padding: 5rem 4rem 4rem 4rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  max-width: 500px;
  max-height: 520px;
  overflow: scroll;
  opacity: 1;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.42);
}
.email-price-form-box .hide-emailtoprice-box {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border: none;
  height: 40px;
  background-color: black;
  width: 40px;
  background-image: url(/pub/media/icons/close-icon-agr.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 0 0 0 15px;
}
.email-price-form-box .amcform-toolbar {
  text-align: center;
  margin-top: 25px !important;
}
.email-price-form-box .amcform-submit {
  display: inline-block;
  background: #f7b007 !important;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 13px 20px;
  border: none;
  outline: none;
}
.email-price-form-box .amcform-submit:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: none !important;
  transition: .3s all;
  -webkit-transition: .3s all;
}
.email-price-form-box input,
.email-price-form-box textarea {
  background: #f0f0f0 !important;
  padding: 10px 20px;
  height: 50px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: black !important;
  border: none;
  border-radius: 5px !important;
}
.email-price-form-box textarea {
  height: 100px !important;
}
.email-price-form-box .field-email-price-product-url {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
/* faq content */
[class^="faq-"] h1 {
  margin-left: -2px;
}
.faq-content {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #797979;
}
.hidden {
  display: none !important;
}
.faq-content .green {
  color: green;
}
.faq-content .created-by {
  font-size: 1.2rem;
  color: #a3a3a3;
}
.faq-content .created-by span:first-child {
  margin-left: 0px;
}
.faq-content .created-by span {
  margin-left: 15px;
}
.faq-content .details .content {
  margin-top: 15px;
}
.faq-content .details .feedback {
  margin-top: 15px;
}
.faq-content .related-question {
  margin-top: 30px;
}
/* feed back */
.feedback .btn {
  position: relative;
  min-width: 60px;
  padding: 6px 12px;
}
.feedback .btn span:last-child {
  margin-left: 3px;
}
.feedback .btn span:first-child {
  font-size: 13px;
}
/* sider left category */
.block-faq-category .block-title {
  margin: 0 0 20px;
}
.block-faq-category .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.block-faq-category .block-content .items .item a .count {
  color: #858585;
  padding-right: 5px;
}
/* FAQs list */
.faqs-list {
  float: left;
  width: 100%;
}
.faqs-list .item {
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
}
.faqs-list .item.active a span:before {
  content: '\ea0b';
}
.faqs-list .item.active .description {
  display: block;
}
.faqs-list .item.active .read-more {
  display: block;
}
.faqs-list .item .read-more {
  padding: 5px 20px;
  text-align: right;
  cursor: pointer;
  display: none;
  background: rgba(248, 248, 248, 0.63);
  font-weight: 500;
  color: rgba(51, 51, 51, 0.61);
  position: relative;
}
.faqs-list .item .read-more:hover {
  color: #198dd3;
}
.faqs-list .item .read-more:after {
  content: '\e902';
  font-family: 'faq-extension';
  right: 5px;
  top: 6px;
  position: absolute;
}
.faqs-list .description {
  padding: 14px 20px;
  display: none;
  border-top: 1px solid #e3e3e3;
}
.faqs-list .item > a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #41362f;
  padding: 10px 15px;
  display: block;
  background: #f8f8f8;
}
.faqs-list .item > a span:before {
  margin-right: 15px;
  font-size: 10px;
}
.faqs-list .item > a:hover {
  text-decoration: none;
}
h2.first-title {
  margin-top: 0px;
}
.faqcat-title {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  position: relative;
  color: #198dd3;
  font-weight: bold;
  margin-top: 15px;
}
.faqcat-title i {
  float: left;
  width: 2.15em;
  border-bottom: 1px solid #b55;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
  border-bottom-color: #198dd3;
}
.faqcat-title img {
  max-width: 33px;
  margin: 0 auto;
  padding: 0px 8px;
  max-height: 20px;
  width: auto;
  height: auto;
}
.faqs-list .no-question > a {
  font-weight: normal;
}
/* category list */
.category-list {
  padding: 0px;
  margin: 0px -15px;
}
.category-list .category {
  list-style: none;
}
.category-list .category {
  margin: 0px;
  margin-bottom: 15px;
}
.category-list .category .block {
  height: 210px;
  text-align: center !important;
  padding: 0px;
}
.category-list .category .block > a:hover {
  border: 1px solid #198dd3;
}
.category-list .category .block h3 {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 14px;
  margin: 0px;
}
.category-list .category .block > a {
  border: 1px solid #e4e4e4;
  cursor: pointer;
  display: block;
  line-height: 138px;
  margin-bottom: 12px;
  min-height: 138px;
  padding: 16px 10px;
  -moz-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.category-list .category .block a img {
  vertical-align: middle;
}
.category-list .category .block a:hover {
  text-decoration: none;
  color: #198dd3 !important;
}
.category-list .category .block h3 a {
  font-weight: 500;
}
.category-list .category .block a:last-child {
  color: #333;
}
/* FAQ form search */
.faq-search-form {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}
.faq-search-form form {
  display: table;
  width: 100%;
}
.faq-search-form .field {
  margin: 0;
}
.faq-search-form .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.faq-search-form .field .control:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\e986';
  font-family: 'faq-extension';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
.faq-search-form input {
  padding-left: 35px;
}
.faq-search-form .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.faq-search-form .actions button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px - 1) {
  .catalog-product-view .column.main .product.details .media {
    width: 100%;
  }
}
@media (max-width: 1360px) {
  .catalog-product-view #maincontent {
    padding: 3rem 2rem 0 2rem;
  }
  .catalog-product-view .page-wrapper .breadcrumbs {
    padding: 1.5rem 2rem;
  }
  .catalog-category-view .category_page_header {
    min-height: 23rem;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main,
  .catalog-category-view.page-layout-2columns-left .sidebar-additional {
    padding-right: 2rem;
  }
  .catalog-category-view.page-layout-2columns-left .column.main {
    padding-left: 2rem;
  }
  /* Add to cart popoup styles */
  .catalog-product-view #confirmBox {
    padding: 3rem;
  }
  /* end Add to cart popoup styles */
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-weight: 600;
}
@media (max-width: 1300px) {
  .catalog-category-view.page-products .category_page_header .page-title-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .catalog-category-view.page-products .breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .catalog-category-view #maincontent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-details-wrapper > .field .label,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-features-wrapper > .field .label,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-modifications-wrapper > .field .label {
    font-size: 1.2rem;
  }
  .lund-simple_product-view.page-layout-1column .block.related .product-items .product-item,
  .catalog-product-view.page-product-configurable .column.main .block.related .product-items .product-item {
    max-width: none;
    min-height: auto;
    min-width: 100%;
    width: auto;
  }
  .lund-simple_product-view.page-layout-1column .block.related .product-items .product-item .product-item-photo,
  .catalog-product-view.page-product-configurable .column.main .block.related .product-items .product-item .product-item-photo {
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amreview-info-wrapper .amreview-summary-details {
    padding: 0 2rem;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset div[class*="amprot-field-container"] {
    flex: 1 0 33%;
    max-width: 33%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .field .label,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset .aditionalInformation .label {
    font-size: 1.2rem;
  }
  .catalog-product-view.lund-configurable_product-view .product-info-main-top .conf-right-product-view-main-top .product-options-wrapper {
    flex: 0 0 calc(54%);
  }
  .lund-simple_product-view.page-layout-1column .product-main-info-middle-conf {
    padding: 5rem;
  }
  /* */
  #deps_form #vehicle-details .field select,
  #deps_form #vehicle-features .field select,
  #deps_form #vehicle-modifications .field select {
    font-size: 1rem;
  }
}
@media (max-width: 1080px) {
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-details-wrapper > .field,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-features-wrapper > .field,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset .vehicle-modifications-wrapper > .field,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset .field > .field {
    flex: 0 0 24%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset .vehicle-modifications-wrapper .field.textarea {
    flex-basis: 74%;
  }
  .catalog-product-view.page-product-configurable .column.main .product-info-main > .product-add-form > form > .product-options-wrapper > .fieldset > .field {
    flex-basis: 24%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .field {
    flex: 0 0 24%;
  }
  .catalog-product-view.lund-configurable_product-view .product-info-main-top .conf-right-product-view-main-top .product-options-wrapper {
    flex: 0 0 calc(50%);
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .column.main > .product-info-main .product-add-form .title {
    width: 100%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-bottom {
    margin-right: 0;
    margin-top: 2rem;
    width: 100%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper {
    width: 100%;
  }
  .catalog-product-view .page-wrapper .breadcrumbs {
    padding-left: 2rem;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content #product-review-container .amreview-info-wrapper .amreview-add-new {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content .amreview-submit-form > .block-content {
    margin-top: 0;
    max-width: 100%;
    padding-top: 2rem;
  }
  .lund-simple_product-view.page-layout-1column .column.main .configureBuyTitle,
  .lund-simple_product-view.page-layout-1column .product.info.dependencies,
  .lund-simple_product-view.page-layout-1column .product-main-info-middle-conf {
    width: 100%;
  }
  .lund-simple_product-view.page-layout-1column .product-main-info-middle-conf {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .lund-simple_product-view.page-layout-1column .block.related .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-product-view.page-product-configurable .column.main .block.related .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 1.2rem;
  }
  /* */
  .lund-simple_product-view:not(.lund-simple_product-view-child-t):not(.lund-configurable_product-view) .product-info-main-top .pimt_right-col {
    width: 100%;
  }
  /* */
  .lund-simple_product-view.page-layout-1column .product.info.dependencies #deps_form,
  .lund-simple_product-view.page-layout-1column .product.info.dependencies #secondDependenciesForm {
    width: 100%;
  }
  .lund-simple_product-view.page-layout-1column .product.info.dependencies #deps_form {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  /* Category styles */
  .catalog-category-view #maincontent {
    padding-top: 4rem;
  }
  .catalog-category-view .category_page_header {
    min-height: 20rem;
  }
  .catalog-category-view.page-products .category_page_header .page-title-wrapper {
    padding-top: 2rem;
  }
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart span,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart span {
    display: block;
  }
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-details .product-item-name {
    min-height: 7.2rem;
  }
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="submit"] span,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="button"] span,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="submit"] span,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="button"] span,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"] span,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"] span {
    display: block;
  }
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before {
    width: 44%;
  }
  /* end Category styles */
  .catalog-product-view .column.main .product h1 span {
    display: block;
  }
  .catalog-product-view .column.main .product.details .media,
  .catalog-product-view .column.main .product.attribute.overview,
  .catalog-product-view .column.main .product.info.detailed,
  .catalog-product-view .column.main .product.attributes.custom {
    margin-bottom: 4rem;
    width: 100%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper {
    width: 50%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-bottom {
    padding: 4rem;
    width: 48%;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amreview-info-wrapper .amreview-add-new {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    margin-top: 3rem;
  }
  .catalog-product-view .column.main .product.details .page-title-wrapper {
    max-width: 100%;
  }
  .catalog-product-view .column.main .product.details .page-title-wrapper,
  .catalog-product-view .column.main .product.details .product.attribute.sku {
    clear: both;
    padding-left: 0;
    width: 100%;
  }
  .catalog-product-view .column.main .product.details .review-summary {
    bottom: -87.9rem;
    left: 9.5rem;
    margin-bottom: 0;
    right: auto;
    top: auto;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form {
    padding-top: 0;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-bottom,
  .catalog-product-view .column.main > .product-info-main .product-add-form .title {
    width: 100%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-bottom {
    margin-right: 0;
    margin-top: 0;
  }
  .catalog-product-view .column.main .block.related .block-title strong {
    font-size: 3.4rem;
  }
  .catalog-product-view .column.main .product.details .product-details-wrapper {
    padding-left: 0;
    width: 100%;
  }
  .catalog-product-view .column.main .fotorama__stage__frame .fotorama__img {
    width: 100%;
  }
  .catalog-product-view.page-product-configurable .column.main .block.related .block-title strong {
    font-size: 3.4rem;
  }
  .page-layout-2columns-left .sidebar-additional h4 {
    font-size: 1.6rem;
  }
  .page-layout-2columns-left .sidebar-additional ul li a {
    font-size: 1.2rem;
  }
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="button"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="button"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before {
    width: 70%;
  }
  .catalog-product-view .column.main .product.details .optionCheckbox,
  .catalog-product-view .column.main .product.attribute.overview {
    max-width: 100%;
  }
  .catalog-product-view .column.main .product.details .product-reviews-summary {
    float: left;
  }
  /* Add to cart popoup styles */
  .catalog-product-view #confirmBox {
    width: auto;
  }
  /* end Add to cart popoup styles */
  .catalog-product-view.lund-simple_product-view .column.main .product-info-main-top .pimt_right-col .product-add-form {
    padding: 3rem;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content .amreview-submit-form > .block-content {
    margin-top: 0;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content .amreview-submit-form > .block-title {
    padding-bottom: 2rem;
  }
  .catalog-product-view .review-list {
    margin-bottom: 0;
  }
  .catalog-product-view.lund-configurable_product-view .column.main {
    margin-top: 0;
  }
  .catalog-product-view.lund-configurable_product-view .column.main .product-info-main-top .col-xl-4,
  .catalog-product-view.lund-configurable_product-view .column.main .product-info-main-top .col-xl-8 {
    width: 100%;
  }
  .catalog-product-view.lund-configurable_product-view .column.main .product-info-main-top .col-xl-4 .product.media {
    width: 100%;
  }
  .catalog-product-view.lund-configurable_product-view .column.main .product.info.detailed {
    margin-bottom: 0;
    margin-top: 5rem;
  }
  .catalog-product-view.lund-configurable_product-view .product-info-main-top .conf-right-product-view-main-top form {
    flex-wrap: wrap;
  }
  .catalog-product-view.lund-configurable_product-view .product-info-main-top .conf-right-product-view-main-top form .product-options-wrapper,
  .catalog-product-view.lund-configurable_product-view .product-info-main-top .conf-right-product-view-main-top form .product-options-bottom {
    flex: 0 0 100%;
  }
  .catalog-product-view.lund-configurable_product-view .product-info-main-top .conf-right-product-view-main-top form .product-options-wrapper {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 768px) and (min-width: 767px) {
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price {
    font-size: 1.4rem;
  }
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:active .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:active .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:active .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-details .product-item-name {
    min-height: 5.2rem;
  }
  .catalog-category-view .category_page_header {
    min-height: 12rem;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset div[class*="amprot-field-container"] {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-details-wrapper > .field,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-features-wrapper > .field,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-modifications-wrapper > .field,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset .field > .field {
    flex: 0 0 49%;
    margin-right: 0;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset .vehicle-modifications-wrapper .field.textarea {
    flex-basis: 100%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-details-wrapper,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-features-wrapper,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-modifications-wrapper {
    justify-content: space-between;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-details-wrapper:after,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-features-wrapper:after,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-modifications-wrapper:after {
    display: none;
  }
  .catalog-category-view.page-layout-2columns-left .smas-wrap .smas-form .smas-group-left .smas-attr .smas-attr-inner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(/pub/media/wysiwyg/cms/icon-arrow-down.svg) 95% 1.1rem no-repeat #f0f0f0;
    border: none;
    height: 3.2rem;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main,
  .catalog-category-view.page-layout-2columns-left .sidebar-additional {
    padding-right: 0;
  }
  .catalog-category-view.page-layout-2columns-left .column.main {
    border-left: none;
    padding-left: 0;
  }
  .catalog-category-view.page-products .category_page_header .page-title-wrapper .page-title {
    font-size: 2.4rem;
  }
  .product-item-actions .actions-primary > .stock.unavailable span:before {
    opacity: 1;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content {
    border-width: 1px 0 1px 0;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content .amreview-submit-form > .block-content {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amreview-info-wrapper .amreview-rating-wrapper .amreview-showmore {
    color: #f7b00a;
  }
  .catalog-product-view.page-product-configurable .column.main .product-info-main > .product-add-form > form > .product-options-wrapper > .fieldset > .field {
    flex-basis: 49%;
    margin-right: 0;
  }
  .catalog-product-view .column.main .block.related .product-items .product-item {
    min-width: auto;
  }
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="button"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="button"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before {
    width: 64%;
  }
  .catalog-product-view .column.main .product.info.detailed .product.items .data.item.title.active .data.switch:before {
    background-image: url(/pub/media/wysiwyg/cms/newsletter-button-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 0.7rem;
    position: absolute;
    right: 2rem;
    top: 1.4rem;
    transform: none;
    width: 1.4rem;
  }
  .catalog-product-view .column.main .product.info.detailed .product.items .data.item.title .data.switch:before {
    background-image: url(/pub/media/wysiwyg/cms/newsletter-button-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 0.7rem;
    position: absolute;
    right: 2rem;
    top: 1.4rem;
    transform: rotate(180deg);
    width: 1.4rem;
  }
  .catalog-product-view .column.main > .product.info.detailed .title a:after {
    bottom: -0.6rem;
  }
  .catalog-product-view .column.main .product.attributes.custom {
    margin: 0;
    padding: 0;
  }
  .catalog-product-view .column.main .product.attributes.custom:before {
    border-left: none;
  }
  .catalog-product-view .column.main .product.attributes.custom .extra-urls {
    padding-bottom: 0;
  }
  /* Add to cart popoup styles */
  .catalog-product-view #confirmBox .amcart-confirm-buttons {
    max-width: 32rem;
    width: 32rem;
  }
  /* end Add to cart popoup styles */
  .catalog-product-view .column.main .product.details .review-summary {
    bottom: 31rem;
  }
  .amreview-info-wrapper {
    margin: 0;
  }
  .catalog-product-view.lund-simple_product-view .column.main .product-info-main-top .pimt_center-col {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .catalog-product-view.lund-simple_product-view .column.main .product-info-main-top .pimt_right-col .box-tocart .after-addtocart-custom-block {
    padding-top: 3rem;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title .data.switch {
    padding-top: 1rem;
    position: relative;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title .data.switch:before {
    top: 2.8rem;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title.active .data.switch {
    padding-bottom: 0.6rem;
    padding-top: 1rem;
    position: relative;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title.active .data.switch:after {
    bottom: -0.1rem;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title.active .data.switch:before {
    top: 2.8rem;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content #product-review-container .amreview-info-wrapper .amreview-summary-details {
    border-right: none;
  }
  .amreview-summary-info .amreview-showmore:after {
    filter: invert(60%) sepia(67%) saturate(601%) hue-rotate(2deg) brightness(106%) contrast(94%);
  }
  .catalog-product-view .amrev-comment-toolbar {
    align-items: flex-start;
  }
  .catalog-product-view .amrev-comment-toolbar .amreview-helpful-wrap {
    flex-basis: auto;
  }
  .catalog-product-view .amrev-comment-toolbar .amrev-reply {
    order: 1;
  }
  .catalog-product-view .amrev-comment-toolbar .amreview-helpful-wrap {
    order: 2;
    padding-left: 2.5rem;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content #product-review-container .review-list .amrev-items-block .amreview-review-items li .amreview-wrap .amreview-recommended {
    padding-left: 3rem;
    position: relative;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content #product-review-container .review-list .amrev-items-block .amreview-review-items li .amreview-wrap .amreview-recommended:after {
    top: 0;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content .amreview-submit-form > .block-content {
    max-width: 100%;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: -1px;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content .amreview-submit-form > .block-content .review-fieldset .field:not(.review-field-ratings) .control div.mage-error {
    top: 0.3rem;
  }
  .catalog-product-view .column.main .block.amrelated-grid-wrapper .block-title strong {
    font-size: 2.8rem;
  }
  .catalog-product-view .column.main .block.amrelated-grid-wrapper {
    border-top: none;
    margin-top: 0;
  }
  .catalog-product-view .column.main .product.info.detailed {
    margin-bottom: 0;
    margin-top: 5rem;
  }
  /* */
  #deps_form #vehicle-details .field,
  #deps_form #vehicle-features .field,
  #deps_form #vehicle-modifications .field {
    width: calc(33.33333333%);
  }
  #deps_form #vehicle-details .field input,
  #deps_form #vehicle-features .field input,
  #deps_form #vehicle-modifications .field input {
    max-width: 100%;
    width: 100%;
  }
  #deps_form #vehicle-details div:nth-child(4) .control,
  #deps_form #vehicle-features div:nth-child(4) .control,
  #deps_form #vehicle-modifications div:nth-child(4) .control,
  #deps_form #vehicle-details div:nth-child(7) .control,
  #deps_form #vehicle-features div:nth-child(7) .control,
  #deps_form #vehicle-modifications div:nth-child(7) .control {
    margin-right: 0;
  }
  #deps_form #vehicle-details div:nth-child(5) .control,
  #deps_form #vehicle-features div:nth-child(5) .control,
  #deps_form #vehicle-modifications div:nth-child(5) .control {
    margin-right: 4%;
  }
  #secondDependenciesForm #secondDependencies .field {
    width: calc(33.33333333%);
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content {
    border-bottom: none;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content .amreview-submit-form > .block-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  .catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-items {
    margin: 0 auto;
    width: 80%;
  }
  .catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-items .product-item {
    margin-left: 0;
    width: 47%;
  }
  /* */
  .lund-simple_product-view.page-layout-1column .product-info-main-top .pimt_left-col,
  .lund-simple_product-view.page-layout-1column .product-info-main-top .conf-right-product-view-main-top {
    width: 100%;
  }
  .lund-simple_product-view:not(.lund-simple_product-view-child-t):not(.lund-configurable_product-view) .product-info-main-top .pimt_left-col {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .column.main > .product-info-main .product-add-form .title {
    font-size: 2.2rem;
    padding-bottom: 1rem;
    width: 100%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-bottom {
    margin: 0;
    width: 100%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-bottom {
    padding: 3rem 2rem;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-details-wrapper .field,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-features-wrapper .field,
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .vehicle-modifications-wrapper .field {
    flex: 0 0 49%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset > .field {
    flex: 0 0 49%;
    margin-right: 0;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset .aditionalInformation {
    flex: 0 0 100%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset .aditionalInformation .field {
    padding-right: 0;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset div[class*="amprot-field-container"] {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset div[class*="amprot-field-container"] .amprot-input-block {
    max-width: 100%;
  }
  .catalog-product-view .column.main > .product.info.detailed .title a:after {
    display: none;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amreview-info-wrapper {
    margin: 0;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content .amreview-submit-form > .block-content {
    padding: 2rem 0;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amreview-info-wrapper .amreview-add-new > .amreview-button {
    font-size: 1.4rem;
    margin-left: 2%;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amreview-info-wrapper .amreview-rating-wrapper .amreview-showmore {
    color: #f7b00a;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amreview-info-wrapper .amreview-rating-wrapper .amreview-showmore:after {
    filter: invert(76%) sepia(84%) saturate(3887%) hue-rotate(7deg) brightness(113%) contrast(93%);
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amrev-items-block .amrev-comment-toolbar .amrev-reply {
    order: 1;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amrev-items-block .amrev-comment-toolbar .amreview-helpful-wrap {
    flex-basis: 70%;
    order: 2;
    padding: 0 0 0 2rem;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amrev-items-block .amrev-comment-toolbar .amreview-helpful-wrap > .amreview-helpful {
    font-size: 1.1rem;
  }
  .catalog-product-view .column.main > .product.info.detailed .title a {
    font-size: 1.6rem;
  }
  .catalog-product-view .column.main .product.attributes.custom {
    padding-bottom: 0;
    padding-left: 0;
  }
  .catalog-product-view .column.main .product.attributes.custom:before {
    border: none;
  }
  .catalog-product-view .column.main .block.related {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .catalog-product-view .column.main .block.related .block-title strong {
    font-size: 2.4rem;
  }
  .catalog-product-view .column.main .product.details .page-title-wrapper {
    max-width: 100%;
    padding-top: 2rem;
    width: 100%;
  }
  .catalog-product-view .column.main .product.details .review-summary {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: 1rem;
  }
  .catalog-product-view .column.main .product.details .product-reviews-summary {
    float: left;
  }
  .catalog-product-view .product.data.items > .item.content {
    border: none;
    margin: 0;
    padding: 0;
  }
  .catalog-product-view #maincontent {
    padding-top: 0;
  }
  .catalog-product-view .page.messages,
  .catalog-product-view .column.main {
    margin-top: 2rem;
  }
  .catalog-product-view.page-product-configurable .column.main .block.related .block-title strong {
    font-size: 2.4rem;
  }
  .catalog-category-view.page-products .column.main {
    border-left: none;
  }
  .catalog-category-view.page-products .products-grid .product-item {
    width: 100% !important;
  }
  .catalog-category-view.page-products .category_page_header .page-title-wrapper {
    padding: 0 2rem;
  }
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:active .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:active .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info:active .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before {
    width: 70%;
  }
  .catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-items {
    width: 70%;
  }
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before {
    width: 74%;
  }
  .catalog-product-view .column.main .product .product-item-name {
    min-height: 5.2rem;
  }
  .catalog-product-view #confirmBox .amcart-message-box .added-item {
    font-size: 2.6rem;
  }
  .catalog-product-view #confirmBox .amcart-confirm-buttons .button {
    font-size: 1.6rem;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title {
    margin-bottom: 0;
  }
  .catalog-product-view .column.main .block.amrelated-grid-wrapper {
    border-top: 1px solid #e5e5e5;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content #product-review-container .review-list .amrev-items-block .amreview-review-items li .amreview-wrap .amreview-author {
    margin: 0 0 1rem 0;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content #product-review-container .review-list .amrev-items-block .amreview-review-items li .amreview-wrap .amreview-date {
    top: 0.9rem;
  }
  /* */
  #secondDependenciesForm #secondDependencies .field {
    width: 50%;
  }
  #secondDependenciesForm #secondDependencies .field:first-child > .control {
    margin-right: 4%;
  }
  #secondDependenciesForm #secondDependencies .field > .control {
    width: 100%;
  }
  #deps_form #vehicle-details .field,
  #deps_form #vehicle-features .field,
  #deps_form #vehicle-modifications .field {
    width: 50%;
  }
  #deps_form #vehicle-details .field select,
  #deps_form #vehicle-features .field select,
  #deps_form #vehicle-modifications .field select {
    font-size: 1.1rem;
  }
  #deps_form #vehicle-details div:nth-child(3) .control,
  #deps_form #vehicle-features div:nth-child(3) .control,
  #deps_form #vehicle-modifications div:nth-child(3) .control,
  #deps_form #vehicle-details div:nth-child(5) .control,
  #deps_form #vehicle-features div:nth-child(5) .control,
  #deps_form #vehicle-modifications div:nth-child(5) .control,
  #deps_form #vehicle-details div:nth-child(7) .control,
  #deps_form #vehicle-features div:nth-child(7) .control,
  #deps_form #vehicle-modifications div:nth-child(7) .control,
  #deps_form #vehicle-details div:nth-child(9) .control,
  #deps_form #vehicle-features div:nth-child(9) .control,
  #deps_form #vehicle-modifications div:nth-child(9) .control,
  #deps_form #vehicle-details div:nth-child(11) .control,
  #deps_form #vehicle-features div:nth-child(11) .control,
  #deps_form #vehicle-modifications div:nth-child(11) .control {
    margin-right: 0;
  }
  #deps_form #vehicle-details div:nth-child(4) .control,
  #deps_form #vehicle-features div:nth-child(4) .control,
  #deps_form #vehicle-modifications div:nth-child(4) .control {
    margin-right: 4%;
  }
  #deps_form #vehicle-modifications .field textarea {
    width: 100%;
  }
  .lund-simple_product-view.catalog-product-view .column.main .product.info.detailed {
    margin-bottom: 4rem;
  }
  /* */
  .lund-simple_product-view.page-layout-1column .block.related .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-product-view.page-product-configurable .column.main .block.related .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 1.6rem;
  }
  /* */
  .lund-simple_product-view.page-layout-1column .product.info.dependencies #secondDependenciesForm .field > .control {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .catalog-product-view .column.main .product h1 {
    font-size: 2.2rem;
  }
  .catalog-product-view .column.main .product.details .review-summary {
    bottom: 6.4rem;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .title {
    font-size: 2rem;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper div[class^="amprot-field-container"] .amprot-field .amprot-label {
    margin-bottom: 0.5rem;
    padding: 0 1.5rem 0 0;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset {
    padding-top: 2rem;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset .field {
    margin-bottom: 1rem;
  }
  .catalog-product-view .column.main > .product-info-main .product-add-form .product-options-wrapper .fieldset div[class*="amprot-field-container"] .amprot-field {
    margin-bottom: 1rem;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content {
    display: block !important;
    font-size: 1.4rem;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .review-list .amrev-items-block .amreview-review-items li .amreview-description-wrap .amreview-description .amreview-text {
    font-size: 1.4rem;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amreview-info-wrapper .amreview-add-new > .amreview-button {
    font-size: 1rem;
    padding: 0 2rem;
  }
  .catalog-product-view .column.main .block.related .block-title strong {
    font-size: 2rem;
  }
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="button"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="button"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="button"]:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before {
    width: 70%;
  }
  .catalog-product-view.page-product-configurable .column.main .block.related .block-title strong {
    font-size: 2rem;
  }
  /* */
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content #product-review-container .amreview-info-wrapper .amreview-add-new {
    padding-left: 2rem;
    text-align: center;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title.active .data.switch {
    pointer-events: none;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title.active .data.switch:before {
    display: none;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title .data.switch {
    color: #171717;
    font-size: 2.8rem;
    font-weight: 700;
    pointer-events: none;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.title .data.switch:before {
    display: none;
  }
}
@media (max-width: 375px) {
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="button"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="button"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="button"]:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before {
    width: 64%;
  }
  .catalog-product-view #confirmBox {
    padding: 2rem;
  }
  .catalog-product-view #confirmBox .amcart-message-box,
  .catalog-product-view #confirmBox .am-related-box,
  .catalog-product-view #confirmBox .amcart-confirm-buttons,
  .catalog-product-view #confirmBox .amcart-message-box .am-photo-container {
    max-width: 30rem;
    min-width: 30rem;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amrev-items-block .amrev-comment-toolbar .amreview-helpful-wrap > .amreview-helpful {
    font-size: 1rem;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amrev-items-block .amrev-comment-toolbar .amrev-reply {
    padding: 0 1rem 0 0;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amrev-items-block .amrev-comment-toolbar .amreview-helpful-wrap {
    padding-left: 1rem;
  }
  .catalog-product-view .column.main > .product.info.detailed > .product.data.items > .data.item.content #product-review-container .amrev-items-block .amrev-comment-toolbar .amreview-helpful-wrap .amreview-plus {
    margin: 0;
  }
  .catalog-product-view select {
    background-size: 5% !important;
    padding: 0.5rem 0.4rem 0.4rem;
  }
}
@media (max-width: 360px) {
  #secondDependenciesForm #secondDependencies .field,
  #deps_form #vehicle-details .field,
  #deps_form #vehicle-features .field,
  #deps_form #vehicle-modifications .field,
  #deps_form #vehicle-details .field textarea,
  #deps_form #vehicle-features .field textarea,
  #deps_form #vehicle-modifications .field textarea {
    width: 100%;
  }
  #secondDependenciesForm #secondDependencies .field:first-child > .control,
  #deps_form #vehicle-details .field .control,
  #deps_form #vehicle-features .field .control,
  #deps_form #vehicle-modifications .field .control,
  #deps_form #vehicle-details div:nth-child(4) .control,
  #deps_form #vehicle-features div:nth-child(4) .control,
  #deps_form #vehicle-modifications div:nth-child(4) .control {
    margin-right: 0;
  }
  .catalog-product-view select {
    padding: 0.5rem 1.4rem 0.4rem;
  }
  #deps_form #vehicle-details .field select,
  #deps_form #vehicle-features .field select,
  #deps_form #vehicle-modifications .field select {
    font-size: 1.4rem;
  }
}
@media (max-width: 320px) {
  .catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-items {
    width: 100%;
  }
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions button[type="button"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="button"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="button"]:before,
  .catalog-category-view.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"]:before,
  .catalog-product-view .column.main .block.related .product-item-info .product-item-details .product-item-actions .action-gift[type="button"]:before {
    width: 72%;
  }
  .catalog-product-view #confirmBox {
    padding: 1.5rem;
  }
  .catalog-product-view .amrev-comment-toolbar {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product.attribute.description {
    position: relative;
  }
  .catalog-product-view .product.attribute.description:before {
    border-left: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    right: -60px;
    position: absolute;
    top: 0;
  }
}
.product-item .price-box > .old-price .price-container .price-label {
  display: none;
}
.product-item .price-box > .old-price .price-container .price-wrapper[data-price-type="oldPrice"] {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.product-item .price-box > .special-price {
  display: block;
}
@media (max-width: 1360px) {
  .catalogsearch-result-index #maincontent {
    padding: 3rem 2rem 0 2rem;
  }
  .catalogsearch-result-index .search_result_header .page-title-wrapper,
  .catalogsearch-result-index .page-wrapper .breadcrumbs {
    padding: 1.5rem 2rem;
  }
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-additional {
    padding-right: 2rem;
  }
  .catalogsearch-result-index.page-layout-2columns-left .column.main {
    padding-left: 2rem;
  }
}
@media (max-width: 1300px) {
  .catalogsearch-result-index .search_result_header .page-title-wrapper {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .catalogsearch-result-index #maincontent {
    padding-top: 0;
  }
  .catalogsearch-result-index .search_result_header {
    min-height: 20rem;
  }
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-additional {
    width: 20%;
  }
  .catalogsearch-result-index.page-layout-2columns-left .column.main {
    margin-top: 0;
    width: 80%;
  }
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-name {
    min-height: 5.2rem;
  }
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart span,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart span {
    display: block;
  }
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price {
    font-size: 1.2rem;
  }
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before {
    width: 44%;
  }
  .catalogsearch-result-index .search_result_header .page-title-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-additional {
    padding-right: 0;
  }
  .catalogsearch-result-index.page-layout-2columns-left .column.main {
    padding-left: 0;
  }
  .catalogsearch-result-index .smas-wrap .smas-form .smas-group-left .smas-attr .smas-attr-inner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(/pub/media/wysiwyg/cms/icon-arrow-down.svg) 95% 1.1rem no-repeat #f0f0f0;
    border: none;
    height: 3.2rem;
  }
  .catalogsearch-result-index .search.results {
    padding-top: 2rem;
  }
  .catalogsearch-result-index .search.results .toolbar-sorter.sorter {
    margin-bottom: 2rem;
    position: relative;
  }
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price {
    font-size: 2.2rem;
  }
  .catalogsearch-result-index .column.main {
    border-left: none;
  }
  .catalogsearch-result-index .search_result_header {
    min-height: 12rem;
  }
  .catalogsearch-result-index .search_result_header .page-title-wrapper {
    padding-top: 0;
  }
  .catalogsearch-result-index .search_result_header .page-title-wrapper .page-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 700px) {
  .catalogsearch-result-index .products-grid .product-items {
    margin: 0 auto;
    width: 80%;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item {
    width: calc(47%) !important;
  }
}
@media (max-width: 480px) {
  .page-products .columns {
    padding-top: 0;
  }
  .catalogsearch-result-index .column.main {
    border-left: none;
  }
  .catalogsearch-result-index .products-grid .product-items {
    width: 70%;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item {
    margin-left: 0;
    width: 100% !important;
  }
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before {
    width: 72%;
  }
  .catalogsearch-result-index .products-grid .product-item:nth-child(5),
  .catalogsearch-result-index .products-grid .product-item:nth-child(9) {
    margin-left: 0 !important;
  }
}
@media (max-width: 414px) {
  .catalogsearch-result-index .products-grid .product-items {
    width: 80%;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item {
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action-gift.tocart:before {
    width: 64%;
  }
}
@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 (max-width: 1360px) {
  .checkout-index-index #maincontent,
  .checkout-cart-index #maincontent {
    padding: 3rem 2rem 0 2rem;
  }
  .checkout-onepage-success #maincontent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1080px) {
  .checkout-onepage-success .page-title-wrapper .page-title:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .checkout-index-index .columns .column.main .checkout-header-wrapper {
    width: 100%;
  }
  .checkout-index-index .fieldset.address div[name$=".firstname"],
  .checkout-index-index .fieldset.address div[name$=".lastname"],
  .checkout-index-index .fieldset.address div[name$=".country_id"],
  .checkout-index-index .fieldset.address div[name$=".region_id"],
  .checkout-index-index .fieldset.address div[name$=".city"],
  .checkout-index-index .fieldset.address div[name$=".postcode"],
  .checkout-index-index .fieldset.address div[name$=".telephone"],
  .checkout-index-index .fieldset.address div[name$=".vat_id"] {
    width: 50%;
  }
  .checkout-index-index .fieldset.address div[name$=".lastname"],
  .checkout-index-index .fieldset.address div[name$=".region_id"],
  .checkout-index-index .fieldset.address div[name$=".postcode"],
  .checkout-index-index .fieldset.address div[name$=".vat_id"] {
    float: right;
  }
  .checkout-index-index .column.main .checkout-container .amcheckout-main-container .amcheckout-step-container.-summary .opc-block-summary .amcheckout-title.step-title {
    color: #171717;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .checkout-index-index .column.main .checkout-container .amcheckout-main-container .amcheckout-column:nth-child(3) {
    margin-top: 60px;
  }
  .checkout-index-index .column.main .checkout-container .amcheckout-payment-methods .payment-group .payment-method {
    background: transparent;
  }
  .checkout-index-index .column.main .checkout-container .checkout-payment-method.submit {
    margin-bottom: 0;
    padding-bottom: 4rem;
  }
  .checkout-index-index .amcheckout-main-container .form-shipping-address .fieldset.address div[name$=".lastname"],
  .checkout-index-index .amcheckout-main-container .form-shipping-address .fieldset.address div[name$=".region_id"],
  .checkout-index-index .amcheckout-main-container .form-shipping-address .fieldset.address div[name$=".postcode"],
  .checkout-index-index .amcheckout-main-container .form-shipping-address .fieldset.address div[name$=".vat_id"] {
    padding-right: 0.7rem;
  }
  .checkout-index-index .checkout-header {
    width: 100%;
  }
  .checkout-index-index .fieldset.address > .field.street {
    padding-right: 0.7rem;
  }
  .checkout-index-index .form-shipping-address .fieldset.address div[name$=".lastname"],
  .checkout-index-index .form-shipping-address .fieldset.address div[name$=".region_id"],
  .checkout-index-index .form-shipping-address .fieldset.address div[name$=".postcode"],
  .checkout-index-index .form-shipping-address .fieldset.address div[name$=".vat_id"] {
    padding-right: 0.7rem;
  }
  .checkout-index-index .checkout-billing-address .billing-address-form .fieldset.address div[name$=".lastname"],
  .checkout-index-index .checkout-billing-address .billing-address-form .fieldset.address div[name$=".region_id"],
  .checkout-index-index .checkout-billing-address .billing-address-form .fieldset.address div[name$=".postcode"],
  .checkout-index-index .checkout-billing-address .billing-address-form .fieldset.address div[name$=".vat_id"] {
    padding-right: 0.7rem;
  }
  .checkout-index-index .checkout-payment-method .payment-option-title {
    border-top: none;
  }
  .checkout-index-index .checkout-messages {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container > .cart-summary,
  .checkout-cart-index .cart-container > .form.form-cart {
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-summary {
    top: 0 !important;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.multicheckout:after {
    transform: translateX(-50%);
  }
  .checkout-index-index #maincontent {
    padding: 0;
  }
  .checkout-index-index .columns .column.main {
    padding: 0 2rem;
  }
  .checkout-index-index .checkout-header .description {
    font-size: 1.4rem;
  }
  .checkout-index-index .checkout-payment-method .payment-option-title {
    border-top: none;
  }
  .checkout-index-index .checkout-payment-method .payment-option {
    margin: 0;
  }
  .checkout-index-index .fieldset.address div[name*=".street"] > .label {
    width: 95%;
  }
  .checkout-index-index .amcheckout-delivery-date .amcheckout-wrapper .field .control select {
    background-position: 97.5% 2.5rem;
  }
  .checkout-onepage-success .column.main .block-order-details-view .block-content {
    flex-wrap: wrap;
  }
  .checkout-onepage-success .column.main .block-order-details-view .block-content .box {
    flex-basis: 48%;
  }
  .checkout-cart-index .amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .product-item-name {
    min-height: 5.2rem;
  }
  .checkout-cart-index .amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .product-item-actions button[type="submit"] span,
  .checkout-cart-index .amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .product-item-actions button[type="button"] span,
  .checkout-cart-index .amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="submit"] span,
  .checkout-cart-index .amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .product-item-actions .cart.table-wrapper .actions-toolbar > .action[type="button"] span,
  .checkout-cart-index .amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .product-item-actions .action-gift[type="submit"] span,
  .checkout-cart-index .amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .product-item-actions .action-gift[type="button"] span {
    display: block;
  }
}
@media all and (max-width: 768px) and (min-width: 767px) {
  .checkout-index-index ._has-datepicker ~ .ui-datepicker-trigger {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .checkout-header .description,
  .checkout-index-index .checkout-header .authentication-wrapper {
    flex: 1 0 100%;
  }
  .checkout-index-index .checkout-header .description {
    padding-bottom: 2rem;
  }
  .checkout-onepage-success .column.main .block-order-details-view .block-content .box {
    flex-basis: 100%;
  }
  .checkout-onepage-success #maincontent {
    padding-top: 3rem;
  }
  .checkout-cart-index .amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .product-item-name {
    min-height: 7.2rem;
  }
}
@media (max-width: 480px) {
  .checkout-index-index .checkout-header {
    width: 100%;
  }
  .checkout-index-index .columns .column.main .checkout-header-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
  .checkout-index-index .columns .column.main .checkout-header-wrapper .description {
    padding-bottom: 2rem;
  }
  .checkout-index-index .columns .column.main .checkout-header-wrapper .authentication-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .checkout-index-index .columns .column.main .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .checkout-index-index .columns .column.main .checkout-container .authentication-wrapper {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .payment-option .payment-option-title {
    padding: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-option .payment-option-content {
    padding: 0;
  }
  .checkout-index-index .am-checkout.-modern .opc-estimated-wrapper {
    margin: 0 0 2rem 0;
    padding: 1.8rem 0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .item .col.qty {
    padding-top: 1rem;
  }
  .checkout-onepage-success .page-title-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .checkout-onepage-success .page-title-wrapper .page-title {
    border-right: none;
    padding-right: 0;
  }
  .checkout-onepage-success .page-title-wrapper .success-messages {
    padding-left: 0;
  }
  .checkout-onepage-success .column.main {
    margin-top: 0;
  }
  .checkout-onepage-success .column.main .block-order-details-view {
    margin-bottom: 0;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tbody tr {
    position: relative;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tbody tr:after {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    content: "";
    position: absolute;
    right: 0;
    width: 20rem;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot {
    border-bottom: 1px solid #e5e5e5;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot tr {
    clear: both;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot tr td:first-child {
    display: none;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot tr.shipping td {
    border-bottom: none;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tbody tr td.col.qty {
    text-align: left;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot tr {
    width: 100%;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot tr:after,
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot tr:before {
    display: none;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot tr.grand_total td:nth-child(2),
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot tr.grand_total td:nth-child(3) {
    line-height: 5rem;
    min-height: 5rem;
  }
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot tr.shipping td:nth-child(2),
  .checkout-onepage-success .column.main .order-details-items .table-order-items tfoot tr.shipping td:nth-child(3) {
    border-bottom: none;
    min-height: 5.6rem;
  }
  .checkout-onepage-success .column.main .checkout-success .actions-toolbar {
    bottom: auto;
    left: auto;
    position: relative;
  }
  .checkout-onepage-success .column.main #registration {
    width: 100%;
  }
  .checkout-onepage-success .column.main #registration > div:not(.messages) p[data-bind^="i18n:"] {
    border-right: none;
    width: 100%;
  }
  .checkout-onepage-success .column.main #registration > div:not(.messages) p[data-bind^="i18n:"] + p {
    border-right: none;
    width: 100%;
  }
}
@media (max-width: 414px) {
  .checkout-index-index .checkout-header {
    width: 100%;
  }
  .checkout-index-index .column.main .checkout-container .authentication-wrapper {
    margin-bottom: 4rem;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
  .checkout-index-index .column.main .checkout-container .checkout-payment-method.submit {
    padding-top: 2rem;
  }
  .checkout-index-index .column.main .am-checkout.-modern .opc-estimated-wrapper {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    clear: both;
    margin: 0 0 3rem 0;
    padding: 1.5rem 0 1.5rem 0;
  }
  .checkout-index-index .checkout-container .checkout-header {
    border: none;
  }
}
@media all and (min-width: 768px), print {
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar {
    margin-left: 0;
  }
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .dashboard-welcome-toggler,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses: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,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .opc-wrapper {
    box-sizing: border-box;
  }
  .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 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .amreview-popup.modal-popup .block-content {
    padding: 10px 40px 40px;
  }
  .amrev-toolbar-container {
    margin: 20px 0 25px 0;
    padding: 5px 10px;
    background: #fafafa;
  }
  .amrev-toolbar-container .amrev-filters {
    flex-basis: auto;
    flex-wrap: nowrap;
    order: 1;
  }
  .amrev-toolbar-container .amrev-filter {
    flex-basis: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
  .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 {
    position: absolute;
    top: 100%;
    margin-top: 4px;
  }
  .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 {
    flex-basis: auto;
    justify-content: initial;
    order: 2;
    margin: 0;
    border-right: 1px solid #c4c4c4;
  }
  .amrev-comment-toolbar .amrev-reply {
    flex-basis: auto;
    order: 1;
    padding: 0 15px 0 0;
  }
  .amrev-comment-toolbar .amrev-repbtn {
    padding: 4px 10px 4px 26px;
  }
  .amrev-comment-toolbar .amrev-repbtn:before {
    left: 10px;
  }
  .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-summary-info,
  .amreview-summary-details {
    padding: 0;
  }
  .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,
  .amreview-summary-details {
    display: inline-block;
  }
  .amreview-summary-details {
    margin-left: 20px;
  }
  .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;
    width: 25%;
    vertical-align: top;
  }
  .amreview-author-details .amreview-verified {
    display: block;
  }
  .amreview-author-details .amreview-date {
    position: static;
  }
  .amreview-author-details .amreview-recommended {
    position: relative;
    margin: 20px 0;
    padding: 4px 4px 4px 6px;
    max-width: 78px;
    border-left: 2px solid #1ab900;
    background: #f1f1f1;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
  }
  .amreview-recommended:after {
    position: absolute;
    top: 0;
    right: -32px;
    bottom: 0;
    display: block;
    border: 18px solid transparent;
    border-left: 14px solid #f1f1f1;
    content: '';
  }
  .amreview-toolbar-wrap.review-toolbar .pages {
    float: right;
    padding: 20px 0;
    border: 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 {
    position: relative;
    display: inline-block;
    width: 75%;
  }
  .amreview-title-review {
    font-size: 16px;
  }
  .amreview-info-wrapper {
    margin: 0;
  }
  .amreview-summary-info .amreview-showmore {
    display: none;
  }
  .amreview-widget-title {
    padding: 10px 35px;
  }
  .amreview-widget-container.-summary-widget {
    padding-right: 35px;
    padding-left: 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;
  }
  .amblog-comments-container {
    margin: 30px 30px 0;
  }
  .amblog-comments-action {
    margin: 20px 30px;
  }
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies,
  .amblog-replies-block:not(.-level-top) .amblog-comment-reply {
    margin: 30px 0 0 35px;
    padding-left: 20px;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-index-index .page-title,
  .amblog-index-post .page-title {
    margin-bottom: 40px;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    width: 52%;
    padding: 0 30px;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    width: 76%;
    padding-right: 40px;
  }
  .desktop.two-columns-left section.content {
    width: 76%;
    padding-left: 40px;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-element-block {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  }
  .amblog-element-block .amblog-title,
  .amblog-main-content .amblog-search .amblog-title {
    padding: 15px 15px;
  }
  .amblog-element-block .amblog-title:before,
  .amblog-element-block .amblog-title:after {
    display: none;
  }
  .amblog-element-block .amblog-item {
    padding: 15px 20px;
  }
  .amblog-element-block .amblog-item.-search {
    padding: 20px 15px;
  }
  .amblog-post-container {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .amblog-post-container .amblog-tags {
    margin: 25px 0;
    padding: 0 25px;
  }
  .amblog-post-container .amblog-content {
    margin-top: 20px;
    padding: 0 25px 15px;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-title {
    margin-bottom: 20px;
  }
  .amblog-post-container .amblog-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    min-width: 41%;
    text-align: right;
  }
  .amblog-post-container .amblog-read {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #0e6bd7;
    background: none;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-main-content .amblog-search .amblog-item {
    padding: 30px 25px;
  }
  .amblog-main-content .amblog-search .amblog-title {
    padding: 20px 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  .amblog-main-content .amblog-search .amblog-form-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .amblog-main-content .amblog-search .amblog-field {
    width: 100%;
    margin-bottom: 0;
  }
  .amblog-main-content .amblog-search .amblog-btn {
    max-width: 250px;
    max-height: 40px;
    margin-left: 15px;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-main-content > .amblog-item {
    margin-bottom: 50px;
  }
  .amblog-main-content > .amblog-item:last-child {
    margin-bottom: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    text-decoration: none;
    background: #185eaf;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-features > .amblog-item.-comments .amblog-ref {
    white-space: nowrap;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .amblog-social-container {
    padding: 15px 25px 0;
  }
  .amblog-pager-container {
    width: 290px;
    margin: 40px auto 50px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-comments-wrapper > .amblog-title,
  .amblog-related-wrapper > .amblog-title {
    padding: 20px 30px;
  }
  .amblog-form-comment {
    max-width: 480px;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin: 0 20px 15px 0;
  }
  .amblog-form-comment .amblog-input {
    padding-left: 15px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    width: 230px;
    padding: 14px 0;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  .amblog-post-container .amblog-widget-container .amblog-title {
    padding: 25px 30px 0;
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px 0;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 47%;
    box-sizing: border-box;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    width: 31%;
    margin: 0 20px 20px 0;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-post-container .amblog-widget-container.-tags {
    padding: 0 30px 15px;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  #confirmBox {
    max-height: 90vh;
  }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0;
  }
  #confirmOverlay.am-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #confirmOverlay.am-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 230px;
  }
  #confirmOverlay.am-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
  }
  #confirmOverlay.am-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  #confirmOverlay.am-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  #confirmOverlay.am-top {
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    clear: both;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    margin: 0;
    max-width: 305px;
    height: 70px;
  }
  .amcart-product-notice {
    padding: 20px 35px;
    width: initial;
    font-size: 14px;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
    margin: 0;
  }
  .ampage-top-info .am-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .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%;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    position: unset;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    background: #ffffff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    padding: 10px 5px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    padding: 10px;
    min-width: 120px;
    width: 14%;
    text-align: center;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 0;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    right: unset;
    padding: 5px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 95px;
    border: 3px dashed #e9f6ff;
    border-bottom: none;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 100%;
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    opacity: 1;
    transition: all .3s ease;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    right: 0;
    left: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    width: 100%;
    opacity: 1;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    min-width: 700px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .amrelated-info.-top .amrelated-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    margin: 5px 0 0;
    font-size: 14px;
  }
  .amrelated-info.-bottom .product-add-form {
    padding: 0;
    margin: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-right: 27px;
    margin-left: 27px;
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    flex-direction: column;
    padding: 0;
    border-radius: 4px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    margin: 18px auto;
    padding: 10px 10px;
    background: none;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    order: 0;
    margin: 0 40px 10px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    order: 1;
    margin: auto 0 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    margin: 0 40px;
    border-radius: 4px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 10px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 10px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  .minisearch .actions .action.search {
    z-index: 1000;
  }
  .amsearch-form-container .input-text {
    padding-left: 14px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    flex-grow: 1;
    width: auto;
    border: none;
  }
  .amasty-xsearch-loader {
    right: 30px;
  }
  .search-autocomplete {
    top: 37px;
    max-width: 75vw;
  }
  .amsearch-close,
  .search .amsearch-loupe:hover {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
  .amsearch-results {
    display: flex;
    overflow: auto;
    padding: 0;
    max-width: 83vw;
  }
  .amsearch-results .amsearch-products {
    padding: 20px 0 0;
  }
  .amsearch-results .amsearch-leftside,
  .amsearch-results .amsearch-products {
    padding: 15px 0;
    width: inherit;
  }
  .amsearch-results .amsearch-item-container {
    padding-bottom: 25px;
  }
  .search-autocomplete.amsearch-clone-position {
    top: calc(100% + 5px);
  }
  .amsearch-wrapper-content > .amsearch-item {
    position: relative;
    padding: 20px 0 16px 15px;
  }
  .amsearch-wrapper-content > .amsearch-item:last-child {
    padding-bottom: 20px;
  }
  .amsearch-wrapper-content > .amsearch-item:first-child {
    padding-top: 15px;
  }
  .amsearch-wrapper-content .amsearch-autocomplete-information {
    padding-left: 10px;
    width: auto;
  }
  .amsearch-wrapper-content .product-item-details {
    padding-right: 14px;
    min-height: 100px;
  }
  .amsearch-wrapper-content .product-reviews-summary {
    margin-bottom: 0;
  }
  .search .amsearch-autocomplete-information .price {
    font-size: 14px;
  }
  .amsearch-item-container {
    padding: 0;
  }
  .amasty-xsearch-block-header {
    padding: 0 15px 5px;
  }
  .amsearch-item-container.popular_searches .amasty-xsearch-block-header {
    padding: 0 15px 10px;
  }
  .amsearch-form-container.-opened .action.search {
    display: none;
  }
  .amsearch-form-container.-opened:not(.-small) .amsearch-products {
    border-left: 1px solid #e8e9ef;
  }
  .amsearch-form-container.-opened .amsearch-leftside .recent_searches,
  .amsearch-form-container.-opened .amsearch-leftside .amsearch-item {
    padding: 5px 15px;
  }
  .amsearch-form-container.-opened .amsearch-leftside .amsearch-item-container.recent_searches {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .amsearch-form-container.-opened .amsearch-wrapper-input {
    position: absolute;
    right: 0;
    max-width: 75vw;
    transition: all 0.3s ease-in-out;
  }
  .amsearch-products {
    display: flex;
    flex-direction: column;
  }
  .amsearch-products .amsearch-more-results {
    margin-top: auto;
    padding-top: 30px;
  }
  .amsearch-form-container.-small .amsearch-results {
    flex-direction: column;
    overflow-x: hidden;
  }
  .amsearch-form-container.-small .amsearch-products {
    order: 10;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item {
    padding-right: 15px;
  }
  .amsearch-form-container.-small .amsearch-products .amasty-xsearch-block-header {
    padding: 15px;
  }
  .amsearch-form-container.-small.-result .amsearch-item-container .amasty-xsearch-block-header {
    padding: 0 15px 10px;
  }
  .amsearch-form-container.-small.-result .amsearch-item-container.popular_searches .amasty-xsearch-block-header {
    padding: 10px 15px;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary {
    display: flex;
    align-items: center;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary .wishlist.split.button {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary .wishlist.split.button .action.toggle {
    display: flex;
    align-items: center;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary .wishlist.split.button .action.toggle:after {
    padding-top: 4px;
  }
  .amsearch-form-container.-large .amsearch-results .amsearch-more-results {
    padding-top: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    width: 33.33333333%;
  }
  .ie11 .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
    max-width: calc(100% / 3 - 25px);
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item:hover {
    box-shadow: none;
    z-index: 2;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information {
    flex-grow: 1;
    margin-top: 10px;
    padding-left: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item .product-image-container {
    margin: 0 auto;
  }
  .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 {
    align-items: center;
    width: auto;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-wrapper-inner {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item-details {
    margin: 0;
    padding-right: 0;
    height: 100%;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .price-box {
    margin: 0 0 7px;
  }
  .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 {
    padding: 8px 9px;
    font-size: 12px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
    display: flex;
    align-items: center;
    max-width: 100%;
  }
  .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;
  }
  .page-main .block.block-xsearch {
    float: none;
    padding-left: 0;
  }
  .footer .block.block-xsearch {
    padding-left: 0;
  }
  .footer .block.block-xsearch,
  .footer .block.block-xsearch .block {
    float: none;
    clear: both;
  }
  .block-search .label.action {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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 2px 1px rgba(0, 0, 0, 0.12);
    color: #5e5e5e;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-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 #d1d1d1;
  }
  .modes-mode.active {
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .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: 4.2rem;
    letter-spacing: -0.042rem;
    line-height: 2rem;
  }
  .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: 100%;
  }
  .product-add-form .product-options-wrapper .field .control select,
  .product-add-form .product-options-wrapper .field .control textarea {
    background: #f0f0f0;
    border: none;
  }
  .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: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 0;
  }
  .page-header .header.panel {
    padding: 1rem 0;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amreview-description-wrap {
    width: 75%;
  }
  .amreview-title-review {
    margin-right: 280px;
  }
  .amreview-customer-review {
    margin-bottom: 8px;
  }
  .amreview-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .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 {
    margin: 0 auto 0 0;
    padding: 0 15px 0 25px;
    border-right: 2px solid #c4c4c4;
  }
  .amreview-info-wrapper .amreview-add-new {
    display: inline-block;
    margin: 0 0 0 25px;
    padding-right: 0;
    background: none;
  }
  .amreview-widget-container.-grid .amreview-review-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .amreview-widget-container.-grid .amreview-rating-wrapper {
    margin-bottom: 0;
  }
  .amreview-widget-container.-grid .amreview-review-wrapper.review-item {
    width: 49%;
    border-bottom: 0;
    background: #f8fcff;
  }
  .amreview-widget-container.-grid .amreview-title {
    padding: 10px 0;
    background: none;
    cursor: unset;
    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 {
    min-width: 120px;
    max-width: 30%;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-index-index .page-title,
  .amblog-index-post .page-title {
    margin-bottom: 60px;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-post-container .amblog-more {
    min-width: 30%;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 230px;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item {
    width: 31%;
    min-width: 190px;
    margin-right: 3%;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    width: 31%;
    min-width: 150px;
    margin-right: 3%;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-helpful-wrap {
    top: 0;
    right: 0;
    margin: 0;
  }
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  #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 {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    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: #eee;
    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 .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .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;
    width: 380px;
    transition: all .3s ease;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: auto;
    max-height: 100vh;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    border: 1px solid #d4d4d4;
    background: #fff;
  }
  .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 {
    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 {
    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 {
    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 {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .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,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
  }
  .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 .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 {
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding: 10px;
    font-size: 90px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .ampromo-items-content {
    max-width: 960px;
    width: 100%;
  }
  .amsearch-form-container.-opened .amsearch-wrapper-input,
  .search-autocomplete,
  .amsearch-results {
    max-width: 76vw;
  }
  .amsearch-wrapper-input.-left-position,
  .search-autocomplete.-left-position {
    right: inherit;
    left: 0;
  }
  .amsearch-wrapper-input.-right-position,
  .search-autocomplete.-right-position {
    left: inherit;
    right: 0;
  }
  .search-autocomplete.-top-position {
    bottom: calc(100% + 5px);
    top: inherit;
  }
  .search-autocomplete.-bottom-position {
    bottom: inherit;
    top: calc(100% + 5px);
  }
  .amsearch-emptysearch-cms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    margin: 0 0 25px;
    font-size: 72px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    margin-top: 45px;
    font-size: 22px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .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 {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
    flex-wrap: nowrap;
    max-width: 66%;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .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;
  }
}
@media (max-width: 1360px) {
  .cms-about-us .lund_about_top_section .breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cms-about-us .team-content-description .description-txt p,
  .cms-about-us .quality-content-description .quality-description-txt p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  ._col-right {
    text-align: center;
    padding: 3rem 5rem 0;
  }
  .lund_about_services_section .r_top_right {
    padding: 3rem !important;
  }
  .cms-lund-about .lund_about_services_section {
    padding: 0.2rem 2rem;
  }
  .lund_about_testimonials_slider_section .testimonials-slider {
    padding: 0 2rem;
  }
  .cms-lund-about .lund_about_help_section .help-section-content {
    padding: 0 1.3rem;
  }
  .slick-dotted.slick-slider {
    padding: 0 2rem;
  }
  .cms-lund-about .lund_about_top_section .about-top ._col-left h1._title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .cms-lund-about .lund_about_top_section .about-top ._col-left p._content {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
  .cms-lund-about .lund_about_top_section .about-top {
    padding: 2rem 1rem;
  }
  .cms-about-us .team-content-description .description-txt p,
  .cms-about-us .quality-content-description .quality-description-txt p {
    font-size: 1.6rem;
  }
  .r-more {
    position: relative;
    bottom: 0;
  }
  .quality-content-description {
    order: 2;
  }
  .quality-content-img {
    order: 3;
  }
  .quality-content-img + .empty-col-quality {
    order: 4;
  }
  .cms-about-us .quality-description-txt {
    margin-bottom: 6rem;
  }
  .cms-about-us .quality-content-description,
  .cms-about-us .quality-content-description,
  .cms-about-us .team-content-description {
    padding: 5rem 2rem;
  }
  .cms-about-us .description-txt {
    width: 82%;
  }
}
@media (max-width: 767px) {
  .cms-about-us .lund_about_help_section .help-section-content .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cms-about-us .lund_about_help_section .help-section-content .container .image img {
    width: 100%;
  }
  .cms-about-us .lund_about_help_section .help-section-content .row._details .help-text a {
    line-height: 4rem;
  }
  .cms-about-us .description-txt,
  .cms-about-us .quality-description-txt {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .cms-about-us .quality-description-txt {
    margin-bottom: 0;
  }
}
.cms-lund-guarantee .lund_guarantee_top_section {
  background-image: url(/pub/media/cms/guarantee/lund-racing-guarantee-informations-help.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.cms-lund-guarantee .lund_guarantee_top_section > * {
  position: relative;
}
.cms-lund-guarantee .lund_guarantee_top_section .breadcrumbs {
  border-bottom: none;
}
.cms-lund-guarantee .lund_guarantee_top_section .breadcrumbs li a {
  font-size: 14px;
  color: #C8C8C8;
}
.cms-lund-guarantee .lund_guarantee_top_section .breadcrumbs li strong {
  font-size: 14px;
  color: #C8C8C8;
}
.cms-lund-guarantee .lund_guarantee_top_section .guarantee-top {
  padding: 70px 10px;
}
.cms-lund-guarantee .lund_guarantee_top_section .guarantee-top .row {
  align-items: center;
}
.cms-lund-guarantee .lund_guarantee_top_section .guarantee-top ._col-left {
  margin-bottom: 40px;
}
.cms-lund-guarantee .lund_guarantee_top_section .guarantee-top ._col-left h1._title {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.44px;
  color: #F7B00A;
  text-transform: uppercase;
  font-family: 'Pulse', sans-serif;
  margin-bottom: 50px;
}
.cms-lund-guarantee .lund_guarantee_top_section .guarantee-top ._col-left p._content {
  font-size: 26px;
  color: #FFFFFF;
  line-height: 33px;
  font-weight: 300;
  padding-right: 3vw;
  margin-bottom: 50px;
}
.cms-lund-guarantee .lund_guarantee_top_section .guarantee-top ._col-left p._cnt_btn {
  color: #F7B00A;
  font-size: 16px;
  position: relative;
}
.cms-lund-guarantee .lund_guarantee_top_section .guarantee-top ._col-left p._cnt_btn:after {
  content: "";
  width: 42px;
  height: 1px;
  background: #F7B00A;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.cms-lund-guarantee .lund_guarantee_services_section {
  padding: 100px 20px;
}
.cms-lund-guarantee .lund_guarantee_services_section .row_btn > *,
.cms-lund-guarantee .lund_guarantee_services_section .row_top > * {
  padding: 0;
}
.cms-lund-guarantee .lund_guarantee_services_section .row_top {
  margin-bottom: 30px;
}
.cms-lund-guarantee .lund_guarantee_services_section .row_btn,
.cms-lund-guarantee .lund_guarantee_services_section .row_top {
  box-shadow: 0px 0px 50px #141b9312;
}
.cms-lund-guarantee .lund_guarantee_services_section .r_top_right {
  padding: 3rem 6rem;
}
.cms-lund-guarantee .lund_guarantee_services_section .row_btn .r_btn_left {
  padding: 10px 30px;
}
.cms-lund-guarantee .lund_guarantee_services_section .row_btn h2 {
  color: #171717;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
.cms-lund-guarantee .lund_guarantee_services_section .row_btn p {
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  font-weight: 400;
}
.cms-lund-guarantee .lund_guarantee_services_section .row_top h2 {
  color: #171717;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
.cms-lund-guarantee .lund_guarantee_services_section .row_top p {
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  font-weight: 400;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 160px 0;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider .slick-slide > div {
  text-align: center;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider ul.slick-dots {
  bottom: -30px !important;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider .testimonial-item {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider .testimonial-item ._tes_title {
  color: #F7B00A;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider .testimonial-item ._tes_content {
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 60px;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider .testimonial-item ._tes_user_info {
  display: inline-flex;
  align-items: center;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider .testimonial-item ._tes_user_info ._tes_user_info_right {
  margin-left: 30px;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider .testimonial-item ._tes_user_info ._tes_user_info_right > * {
  margin-bottom: 2px;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider .testimonial-item ._tes_user_info ._tes_user_info_right ._tes_user_name {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 300;
  white-space: pre;
}
.cms-lund-guarantee .lund_guarantee_testimonials_slider_section .testimonials-slider .testimonial-item ._tes_user_info ._tes_user_info_right ._tes_user_car_model {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  white-space: pre;
}
.cms-lund-guarantee .lund_guarantee_help_section {
  padding: 70px 0;
}
.cms-lund-guarantee .lund_guarantee_help_section .home-section-help {
  background-image: none;
  max-height: unset;
  min-height: unset;
}
.cms-lund-guarantee .lund_guarantee_help_section .home-section-help a {
  padding-bottom: 20px;
}
.cms-lund-guarantee .lund_guarantee_help_section .help-section-content {
  max-width: 1000px;
  margin: 0 auto;
}
.cms-lund-guarantee .lund_guarantee_help_section .help-section-content .row._title h4 {
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #171717;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.cms-lund-guarantee .lund_guarantee_help_section .help-section-content .row._details .help-text {
  margin-bottom: 0;
  margin-top: 3rem;
}
.cms-lund-guarantee .lund_guarantee_help_section .help-section-content .row._details .help-text a {
  color: #171717;
  display: block;
  border-bottom: solid 1px #E5E5E5;
}
.cms-lund-guarantee .lund_guarantee_help_section .help-section-content .row._details .help-text._alt a {
  color: #f6b009;
  position: relative;
  border-bottom: none;
}
.cms-lund-guarantee .lund_guarantee_help_section .help-section-content .row._details .help-text._alt a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #f6b009;
  left: 0;
  bottom: 0;
}
.cms-lund-guarantee .lund_guarantee_help_section .help-section-content .row._details .help-text._alt:hover a {
  border-bottom: none;
}
.cms-lund-guarantee .lund_guarantee_help_section .help-section-content .row._details .help-text:hover a {
  border-bottom: solid 1px #f6b009;
}
.cms-lund-guarantee .lund_guarantee_help_section .help-section-content .row._services .title {
  font-size: 20px;
  font-weight: 700;
  color: #171717;
  margin-top: 10px;
  margin-bottom: 30px;
}
.cms-lund-guarantee span.yellow-line {
  position: relative;
}
.cms-lund-guarantee span.yellow-line:after {
  content: "";
  width: 42px;
  height: 1px;
  background: #F7B00A;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cms-lund-guarantee #maincontent {
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 100%;
}
.cms-lund-guarantee #maincontent .column.main {
  min-height: 0px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  ._col-right {
    text-align: center;
    padding: 30px 50px 0;
  }
  .lund_guarantee_services_section .r_top_right {
    padding: 30px !important;
  }
  .cms-lund-guarantee .lund_guarantee_services_section {
    padding: 2px 20px;
  }
  .lund_guarantee_testimonials_slider_section .testimonials-slider {
    padding: 0 20px;
  }
  .cms-lund-guarantee .lund_guarantee_help_section .help-section-content {
    padding: 0 13px;
  }
  .slick-dotted.slick-slider {
    padding: 0 20px;
  }
  .cms-lund-guarantee .lund_guarantee_top_section .guarantee-top ._col-left h1._title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .cms-lund-guarantee .lund_guarantee_top_section .guarantee-top ._col-left p._content {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .cms-lund-guarantee .lund_guarantee_top_section .guarantee-top {
    padding: 20px 10px;
  }
}
@media (max-width: 1360px) {
  .cms-dealers .page-wrapper .breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .section-authorized .authorized-img-one,
  .section-authorized .authorized-img-two {
    height: 34rem !important;
  }
  .section-authorized .authorized-img-one .dyno-logo,
  .section-authorized .authorized-img-two .shop-logo {
    background-size: 18%;
  }
}
@media (max-width: 768px) {
  .section-authorized .authorized-img-one,
  .section-authorized .authorized-img-two {
    height: 34rem;
    width: 100%;
  }
  .section-authorized .row {
    display: flex;
  }
  .authorized-img-one {
    order: 1;
  }
  .authorized-text {
    order: 2;
  }
  .authorized-img-two {
    order: 3;
  }
  .authorized-text-two {
    order: 4;
  }
  .us-dealers-sections .row {
    margin-bottom: 1rem;
  }
  .custom-sm-title ul {
    margin-bottom: 2rem;
  }
  .custom-sm-title h3 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .us-dealers-sections h2,
  .custom-tit h3 {
    font-size: 1.8rem;
  }
  .cms-dealers .column.main .container.dealers {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cms-dealers .column.main .container.dealers .iframeDealers {
    margin-left: 0;
    margin-right: 0;
  }
  .section-authorized > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-authorized .authorized-text-two,
  .section-authorized .authorized-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cms-dealers .column.main .container.dealers .iframeDealers {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .cms-dealers .column.main .container.dealers {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1360px) {
  /* blog category page */
  .amblog-index-index #maincontent,
  .amblog-index-category #maincontent,
  .amblog-index-post #maincontent,
  .amblog-index-author #maincontent,
  .amblog-index-tag #maincontent,
  .amsitemap-index-index #maincontent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .amblog-index-index .page-wrapper .breadcrumbs,
  .amblog-index-category .page-wrapper .breadcrumbs,
  .amblog-index-post .page-wrapper .breadcrumbs,
  .amblog-index-author .page-wrapper .breadcrumbs,
  .amblog-index-tag .page-wrapper .breadcrumbs,
  .amsitemap-index-index .page-wrapper .breadcrumbs {
    padding: 1.5rem 2rem;
  }
  .amblog-index-post.page-layout-2columns-right #maincontent,
  .amblog-index-tag.page-layout-2columns-right #maincontent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content {
    padding-bottom: 3rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more {
    padding-top: 2rem;
  }
  /* end blog category page */
  /* blog post page styles */
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content {
    padding: 2rem 2rem 0 2rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer {
    padding: 0 2rem 1rem 2rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title {
    font-size: 1.8rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 23.4rem;
  }
  /* end blog post page styles */
  /* faq styles */
  .faq-category-view #maincontent,
  .faq-faq-view #maincontent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* end faq styles */
  /* contact page styles */
  .contact-index-index #maincontent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* end contact page styles */
  /* CMS pages styles */
  .cms-page-view.page-layout-2columns-left .page-wrapper .breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cms-page-view.page-layout-2columns-left #maincontent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* end CMS pages styles */
}
@media (max-width: 1280px) {
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 22.4rem;
  }
}
@media (max-width: 1240px) {
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p {
    font-size: 1.4rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content {
    padding-bottom: 2rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-title,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-title,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-title,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-title,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-title,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-title,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-title,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-title,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-title {
    margin-bottom: 1rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-authory .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper {
    padding: 2rem;
  }
  .amblog-index-category.page-layout-2columns-right #maincontent,
  .amblog-index-author.page-layout-2columns-right #maincontent,
  .amblog-index-post.page-layout-2columns-right #maincontent,
  .amblog-index-tag.page-layout-2columns-right #maincontent {
    padding: 3rem 2rem 0 2rem;
  }
  /* blog tags page styles */
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper {
    padding: 2rem;
  }
  /* end blog tags page styles */
}
@media (max-width: 1199px) {
  .cms-page-view .page-title-wrapper {
    max-width: 114rem;
  }
  .cms-page-view .page-wrapper .breadcrumbs {
    max-width: 114rem;
  }
  /* blog articles page styles */
  .amblog-index-index .amblog-post-container .amblog-shot,
  .amblog-index-category .amblog-post-container .amblog-shot,
  .amblog-index-author .amblog-post-container .amblog-shot,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-shot,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-shot,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-shot,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-shot,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-shot,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-shot {
    margin: 0;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p {
    margin: 0;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content {
    padding-bottom: 1rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more {
    padding-top: 1rem;
  }
  .amblog-index-index .amblog-post-container .amblog-wrapper,
  .amblog-index-category .amblog-post-container .amblog-wrapper,
  .amblog-index-author .amblog-post-container .amblog-wrapper,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-wrapper,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-wrapper,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-wrapper,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper {
    flex: 0 0 60%;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper {
    flex: 0 0 40%;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 20.4rem;
  }
  .amblog-post-container .amblog-category,
  .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-grid-list .slick-slide .amblog-item .amblog-category,
  .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-grid-list .slick-slide .amblog-item .amblog-category {
    margin: 0.5rem 1rem 0.5rem 0;
  }
  /* end blog articles page styles */
  /* blog tags page styles */
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper {
    flex: 0 0 60%;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper {
    flex: 0 0 40%;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content {
    padding-bottom: 1rem;
  }
  /* end blog tags page styles */
}
@media (max-width: 1124px) {
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 19.4rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap {
    position: relative;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > img,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > img,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > img,
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments {
    position: absolute;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap img,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap img,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap img {
    left: 0;
    max-width: 2.2rem;
    top: 0.8rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments {
    margin-right: 0;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .no-comments,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .no-comments,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .no-comments,
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .comments-no,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .comments-no,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .comments-no {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .no-comments,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .no-comments,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .no-comments {
    padding-left: 0.4rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .comments-no,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .comments-no,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap > .comments .comments-no {
    padding-left: 0.6rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap img,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap img,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap img {
    top: 0.8rem;
  }
  /* blog tags page styles */
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0.5rem 1rem 0.5rem 0;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap img {
    top: 0.8rem;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap > .comments .comments-no {
    padding-left: 0.6rem;
  }
  /* end blog tags page styles */
}
@media (max-width: 1080px) {
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 18.4rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom {
    margin-top: 0;
  }
  .amblog-index-post.page-layout-2columns-right .amblog-post-container .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .amblog-post-container .amblog-title,
  .amblog-index-post.page-layout-2columns-right .amblog-grid-list > .amblog-item .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .amblog-grid-list > .amblog-item .amblog-title,
  .amblog-index-post.page-layout-2columns-right .amblog-grid-list .slick-slide .amblog-item .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .amblog-grid-list .slick-slide .amblog-item .amblog-title {
    margin: 0 0 1rem 0;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer {
    padding-bottom: 0;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content {
    padding-top: 1rem;
  }
}
@media (max-width: 1024px) {
  .amblog-index-index .amblog-post-container .amblog-bottom,
  .amblog-index-category .amblog-post-container .amblog-bottom,
  .amblog-index-author .amblog-post-container .amblog-bottom,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-bottom,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-bottom,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-bottom,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-bottom,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-bottom,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
    margin-top: 0;
  }
  .amblog-index-index .amblog-post-container .amblog-category,
  .amblog-index-category .amblog-post-container .amblog-category,
  .amblog-index-author .amblog-post-container .amblog-category,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-category,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-category,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-category {
    margin: 0 1.5rem 0 0;
  }
  .amblog-index-index .amblog-post-container .amblog-item,
  .amblog-index-category .amblog-post-container .amblog-item,
  .amblog-index-author .amblog-post-container .amblog-item,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-item,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-item,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-item,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-item,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-item,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-item {
    margin: 0;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title {
    font-size: 1.6rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 16.4rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap img,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap img,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap img {
    top: 0.3rem;
  }
  /* blog tags page styles */
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category {
    margin: 0 1.5rem 0 0;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item {
    margin: 0;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item {
    margin: 0;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap img,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap img,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap img {
    top: 0.3rem;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-bottom,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-bottom,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-bottom {
    margin-top: 0;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item.one-child,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item.one-child,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item.one-child,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item.one-child,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item.one-child,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item.one-child,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item.one-child,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item.one-child {
    width: 100% !important;
  }
  /* end blog tags page styles */
}
@media (max-width: 991px) {
  .cms-page-view .page-title-wrapper {
    max-width: 96rem;
  }
  .cms-page-view .page-wrapper .breadcrumbs {
    max-width: 96rem;
  }
  /* blog articles page styles */
  .amblog-index-index .amblog-post-container .amblog-wrapper,
  .amblog-index-category .amblog-post-container .amblog-wrapper,
  .amblog-index-author .amblog-post-container .amblog-wrapper,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-wrapper,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-wrapper,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-wrapper,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper {
    flex: 0 0 54%;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper {
    flex: 0 0 46%;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .amblog-index-index .amblog-post-container .amblog-category,
  .amblog-index-category .amblog-post-container .amblog-category,
  .amblog-index-author .amblog-post-container .amblog-category,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-category,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-category,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-category,
  .amblog-index-index .amblog-author-container,
  .amblog-index-category .amblog-author-container,
  .amblog-index-author .amblog-author-container,
  .amblog-index-index .amblog-comment-content .amblog-author,
  .amblog-index-category .amblog-comment-content .amblog-author,
  .amblog-index-author .amblog-comment-content .amblog-author,
  .amblog-index-index .amblog-post-container .amblog-item.-author,
  .amblog-index-category .amblog-post-container .amblog-item.-author,
  .amblog-index-author .amblog-post-container .amblog-item.-author,
  .amblog-index-index .amblog-post-container .amblog-item.-comments,
  .amblog-index-category .amblog-post-container .amblog-item.-comments,
  .amblog-index-author .amblog-post-container .amblog-item.-comments,
  .amblog-index-index .amblog-post-container .amblog-item.-print,
  .amblog-index-category .amblog-post-container .amblog-item.-print,
  .amblog-index-author .amblog-post-container .amblog-item.-print,
  .amblog-index-index .amblog-element-block .amblog-author,
  .amblog-index-category .amblog-element-block .amblog-author,
  .amblog-index-author .amblog-element-block .amblog-author,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-item.-author,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-item.-author,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-item.-author,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-item.-comments,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-item.-comments,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-item.-comments,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-item.-print,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-item.-print,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-item.-print,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-item.-print,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-item.-print,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-item.-print,
  .amblog-index-index .amblog-post-container .amblog-widget-container .amblog-author,
  .amblog-index-category .amblog-post-container .amblog-widget-container .amblog-author,
  .amblog-index-author .amblog-post-container .amblog-widget-container .amblog-author,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-author,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-author,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-author,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
    font-size: 1.2rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more {
    padding-top: 0;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read {
    font-size: 1.4rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read {
    padding-bottom: 1rem;
  }
  .amblog-index-index .amblog-aside-right.active,
  .amblog-index-category .amblog-aside-right.active,
  .amblog-index-author .amblog-aside-right.active,
  .amblog-index-tag .amblog-aside-right.active,
  .amblog-index-post .amblog-aside-right.active,
  .amblog-index-index .amblog-aside-left.active,
  .amblog-index-category .amblog-aside-left.active,
  .amblog-index-author .amblog-aside-left.active,
  .amblog-index-tag .amblog-aside-left.active,
  .amblog-index-post .amblog-aside-left.active {
    padding: 2rem;
  }
  .amblog-index-index .amblog-aside-right .amblog-close,
  .amblog-index-category .amblog-aside-right .amblog-close,
  .amblog-index-author .amblog-aside-right .amblog-close,
  .amblog-index-tag .amblog-aside-right .amblog-close,
  .amblog-index-post .amblog-aside-right .amblog-close,
  .amblog-index-index .amblog-aside-left .amblog-close,
  .amblog-index-category .amblog-aside-left .amblog-close,
  .amblog-index-author .amblog-aside-left .amblog-close,
  .amblog-index-tag .amblog-aside-left .amblog-close,
  .amblog-index-post .amblog-aside-left .amblog-close {
    margin: 0 0 2.5rem 0.5rem;
  }
  .amblog-index-index .amblog-swipe.-left,
  .amblog-index-category .amblog-swipe.-left,
  .amblog-index-author .amblog-swipe.-left,
  .amblog-index-tag .amblog-swipe.-left,
  .amblog-index-post .amblog-swipe.-left,
  .amblog-index-index .amblog-swipe.-right,
  .amblog-index-category .amblog-swipe.-right,
  .amblog-index-author .amblog-swipe.-right,
  .amblog-index-tag .amblog-swipe.-right,
  .amblog-index-post .amblog-swipe.-right {
    filter: invert(60%) sepia(67%) saturate(601%) hue-rotate(2deg) brightness(106%) contrast(94%);
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read {
    padding: 0 0 1rem 0;
  }
  .amblog-index-post.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories .amblog-title::before {
    background-image: url(/pub/media/wysiwyg/cms/newsletter-button-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 0.7rem;
    position: absolute;
    right: 2rem;
    top: 0.8rem;
    transform: rotate(180deg);
    width: 1.4rem;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-search .amblog-title,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-search .amblog-title,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-search .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional .amblog-search .amblog-title,
  .amblog-index-post.page-layout-2columns-right .sidebar-additional .amblog-search .amblog-title {
    padding-bottom: 3rem;
  }
  /* end blog articles page styles */
  /* blog tags page styles */
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper {
    flex: 0 0 54%;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper {
    flex: 0 0 46%;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more {
    padding-top: 0;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
  /* end blog tags page styles */
}
@media (max-width: 924px) {
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 10.4rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title {
    font-size: 1.2rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-wrapper,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-wrapper,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-wrapper,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-wrapper,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-wrapper,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-wrapper {
    width: 35%;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer {
    width: 65%;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read {
    font-size: 1.2rem;
  }
}
@media (max-width: 840px) {
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 8.4rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-index .amblog-ref,
  .amblog-index-category .amblog-ref,
  .amblog-index-author .amblog-ref,
  .amblog-index-index .amblog-index-tag .amblog-ref,
  .amblog-index-category .amblog-index-tag .amblog-ref,
  .amblog-index-author .amblog-index-tag .amblog-ref,
  .amblog-index-index .amblog-index-category .amblog-ref,
  .amblog-index-category .amblog-index-category .amblog-ref,
  .amblog-index-author .amblog-index-category .amblog-ref,
  .amblog-index-index .amblog-index-post .amblog-ref,
  .amblog-index-category .amblog-index-post .amblog-ref,
  .amblog-index-author .amblog-index-post .amblog-ref,
  .amblog-index-index .amblog-index-author .amblog-ref,
  .amblog-index-category .amblog-index-author .amblog-ref,
  .amblog-index-author .amblog-index-author .amblog-ref {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 768px) {
  .cms-page-view .page-title-wrapper {
    max-width: 72rem;
  }
  .cms-page-view .page-wrapper .breadcrumbs {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cms-page-view.page-layout-2columns-left .column.main {
    margin-bottom: 4rem;
  }
  /* blog articles page styles */
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .swipe-me + h4,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .swipe-me + h4,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .swipe-me + h4 {
    display: none;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .swipe-me + h4 + ul,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .swipe-me + h4 + ul,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .swipe-me + h4 + ul {
    display: none;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .swipe-me + h4 + ul + p,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .swipe-me + h4 + ul + p,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .swipe-me + h4 + ul + p {
    display: none;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-swipe.-left,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-swipe.-left,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-swipe.-left,
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-swipe.-right,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-swipe.-right,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-swipe.-right {
    top: 12rem;
  }
  .amblog-index-index.page-layout-2columns-right .column.main,
  .amblog-index-category.page-layout-2columns-right .column.main,
  .amblog-index-author.page-layout-2columns-right .column.main {
    width: 100%;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional {
    margin-top: 0;
    padding-left: 0;
    width: 16.66666667%;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content .amblog-shot p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .amblog-index-index .amblog-post-container .amblog-category,
  .amblog-index-category .amblog-post-container .amblog-category,
  .amblog-index-author .amblog-post-container .amblog-category,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-category,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-category,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-category,
  .amblog-index-index .amblog-author-container,
  .amblog-index-category .amblog-author-container,
  .amblog-index-author .amblog-author-container,
  .amblog-index-index .amblog-comment-content .amblog-author,
  .amblog-index-category .amblog-comment-content .amblog-author,
  .amblog-index-author .amblog-comment-content .amblog-author,
  .amblog-index-index .amblog-post-container .amblog-item.-author,
  .amblog-index-category .amblog-post-container .amblog-item.-author,
  .amblog-index-author .amblog-post-container .amblog-item.-author,
  .amblog-index-index .amblog-post-container .amblog-item.-comments,
  .amblog-index-category .amblog-post-container .amblog-item.-comments,
  .amblog-index-author .amblog-post-container .amblog-item.-comments,
  .amblog-index-index .amblog-post-container .amblog-item.-print,
  .amblog-index-category .amblog-post-container .amblog-item.-print,
  .amblog-index-author .amblog-post-container .amblog-item.-print,
  .amblog-index-index .amblog-element-block .amblog-author,
  .amblog-index-category .amblog-element-block .amblog-author,
  .amblog-index-author .amblog-element-block .amblog-author,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-item.-author,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-item.-author,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-item.-author,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-item.-comments,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-item.-comments,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-item.-comments,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-item.-print,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-item.-print,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-item.-print,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-item.-print,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-item.-print,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-item.-print,
  .amblog-index-index .amblog-post-container .amblog-widget-container .amblog-author,
  .amblog-index-category .amblog-post-container .amblog-widget-container .amblog-author,
  .amblog-index-author .amblog-post-container .amblog-widget-container .amblog-author,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-author,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-author,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-author,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
    font-size: 1.6rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read {
    font-size: 1.6rem;
    padding-bottom: 2rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more {
    padding-top: 1rem;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories > .amblog-category,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories > .amblog-category,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories > .amblog-category {
    padding: 0 0 2rem 0;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-post-container .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-post-container .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-post-container .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-category"] {
    margin-bottom: 4rem;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-tag"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-tag"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-tag"],
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-post-container .amblog-widget-container[data-set="sidebar-tag"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-post-container .amblog-widget-container[data-set="sidebar-tag"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-post-container .amblog-widget-container[data-set="sidebar-tag"],
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-tag"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-tag"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-tag"],
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-tag"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-tag"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-tag"] {
    padding-bottom: 0rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main,
  .amblog-index-tag.page-layout-2columns-right .column.main {
    width: 100%;
  }
  .amblog-index-post.page-layout-2columns-right .sidebar-additional,
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional {
    padding-left: 0;
    width: 100%;
  }
  .amblog-index-post.page-layout-2columns-right .page-title,
  .amblog-index-tag.page-layout-2columns-right .page-title {
    margin-bottom: 0;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 17.4rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-wrapper,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-wrapper,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer {
    width: 50%;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content {
    padding-top: 2rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper .amblog-title {
    font-size: 1.6rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer .amblog-read {
    padding-bottom: 2rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-post-container > .amblog-features.-post,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-post-container > .amblog-features.-post,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-post-container > .amblog-social-container,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-post-container > .amblog-social-container,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list > .amblog-item > .amblog-features.-post,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list > .amblog-item > .amblog-features.-post,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list > .amblog-item > .amblog-social-container,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list > .amblog-item > .amblog-social-container,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list .slick-slide .amblog-item > .amblog-features.-post,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list .slick-slide .amblog-item > .amblog-features.-post,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list .slick-slide .amblog-item > .amblog-social-container,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list .slick-slide .amblog-item > .amblog-social-container,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-post-container > .amblog-features.-post,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-post-container > .amblog-features.-post,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-post-container > .amblog-social-container,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-post-container > .amblog-social-container,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-features.-post,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-features.-post,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-social-container,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-social-container,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-features.-post,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-features.-post,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-social-container,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-social-container {
    padding: 1.5rem 2rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-post-container > .amblog-content p,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-post-container > .amblog-content p,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list > .amblog-item > .amblog-content p,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list > .amblog-item > .amblog-content p,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list .slick-slide .amblog-item > .amblog-content p,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list .slick-slide .amblog-item > .amblog-content p,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-post-container > .amblog-content p,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-post-container > .amblog-content p,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-content p,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-content p,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-content p,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-content p {
    padding: 1rem 2rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-post-container > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-post-container > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list > .amblog-item > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list > .amblog-item > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list .slick-slide .amblog-item > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-grid-list .slick-slide .amblog-item > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-post-container > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-post-container > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-post-container > .amblog-content > .amblog-related-wrapper .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-comments-wrapper > .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-comments-wrapper > .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-comments-wrapper > .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-comments-wrapper > .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-comments-wrapper > .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-comments-wrapper > .amblog-title,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-comments-wrapper > .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-comments-wrapper > .amblog-title {
    padding: 0 2rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-comments-wrapper .amblog-comments-action,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-comments-wrapper .amblog-comments-action,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-comments-wrapper .amblog-comments-action,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-comments-wrapper .amblog-comments-action,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-comments-wrapper .amblog-comments-action,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-comments-wrapper .amblog-comments-action,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-comments-wrapper .amblog-comments-action,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-comments-wrapper .amblog-comments-action {
    margin: 2rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-index .amblog-ref,
  .amblog-index-category .amblog-ref,
  .amblog-index-author .amblog-ref,
  .amblog-index-index .amblog-index-tag .amblog-ref,
  .amblog-index-category .amblog-index-tag .amblog-ref,
  .amblog-index-author .amblog-index-tag .amblog-ref,
  .amblog-index-index .amblog-index-category .amblog-ref,
  .amblog-index-category .amblog-index-category .amblog-ref,
  .amblog-index-author .amblog-index-category .amblog-ref,
  .amblog-index-index .amblog-index-post .amblog-ref,
  .amblog-index-category .amblog-index-post .amblog-ref,
  .amblog-index-author .amblog-index-post .amblog-ref,
  .amblog-index-index .amblog-index-author .amblog-ref,
  .amblog-index-category .amblog-index-author .amblog-ref,
  .amblog-index-author .amblog-index-author .amblog-ref,
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer > .amblog-features > .amblog-wrap > .comments.amblog-item,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer > .amblog-features > .amblog-wrap > .comments.amblog-item,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer > .amblog-features > .amblog-wrap > .comments.amblog-item {
    padding-top: 0.4rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap > .comments.amblog-item,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap > .comments.amblog-item,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap > .comments.amblog-item {
    padding-top: 0;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap > .comments.amblog-item a,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap > .comments.amblog-item a,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap > .comments.amblog-item a {
    line-height: 1.6rem;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-category,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .amblog-index-tag .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap + .amblog-wrap > .comments.amblog-item {
    padding-top: 0;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more .amblog-read {
    font-size: 1.6rem;
    padding-bottom: 2rem;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-features .amblog-wrap .amblog-item {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-footer .amblog-more {
    padding-top: 1rem;
  }
  /* end blog articles page styles */
}
@media (max-width: 767px) {
  /* blog articles page styles */
  .amblog-index-index.page-layout-2columns-right .columns,
  .amblog-index-category.page-layout-2columns-right .columns,
  .amblog-index-author.page-layout-2columns-right .columns {
    clear: both;
  }
  .amblog-index-index .amblog-post-container,
  .amblog-index-category .amblog-post-container,
  .amblog-index-author .amblog-post-container,
  .amblog-index-index .amblog-grid-list > .amblog-item,
  .amblog-index-category .amblog-grid-list > .amblog-item,
  .amblog-index-author .amblog-grid-list > .amblog-item,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item {
    flex-direction: column;
  }
  .amblog-post-container .amblog-read,
  .amblog-grid-list > .amblog-item .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    background: none;
    border-radius: 0;
    color: #f7b00a;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.014rem;
    text-align: left;
    padding-bottom: 2rem;
    position: relative;
  }
  .amblog-post-container .amblog-read:after,
  .amblog-grid-list > .amblog-item .amblog-read:after,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read:after {
    border-bottom: 1px solid #f7b00a;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 4rem;
  }
  .amblog-index-index .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-author .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-index .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-author .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-category .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-author .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content {
    padding-bottom: 2rem;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-swipe.-left,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-swipe.-left,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-swipe.-left,
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-swipe.-right,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-swipe.-right,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-swipe.-right {
    top: 14rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-comments-wrapper {
    margin-bottom: 0;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-post.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-tag"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-tag"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-tag"],
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-tag"],
  .amblog-index-post.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-tag"] {
    margin-bottom: 3rem;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title,
  .amblog-index-post.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title,
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title,
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title,
  .amblog-index-post.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title {
    position: relative;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title:before,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title:before,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title:before,
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title:before,
  .amblog-index-post.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title:before,
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title:before,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title:before,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title:before,
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title:before,
  .amblog-index-post.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title:before {
    background: transparent;
    background-image: url(/pub/media/wysiwyg/cms/newsletter-button-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 0.7rem;
    position: absolute;
    right: 2rem;
    top: 0.8rem;
    transform: rotate(180deg);
    width: 1.4rem;
  }
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title.-active:before,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title.-active:before,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title.-active:before,
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title.-active:before,
  .amblog-index-post.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-categories > .amblog-title.-active:before,
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title.-active:before,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title.-active:before,
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title.-active:before,
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title.-active:before,
  .amblog-index-post.page-layout-2columns-right .sidebar-additional .amblog-element-block .amblog-widget-container.-tags > .amblog-title.-active:before {
    transform: none;
  }
  /* end blog articles page styles */
  /* blog tag page styles */
  .amblog-index-tag .amblog-container-list .amblog-post-container {
    flex-direction: column;
  }
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-content-wrapper .amblog-content,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-tag .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content-wrapper .amblog-content,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content-wrapper .amblog-content {
    padding-bottom: 2rem;
  }
  /* end blog tag page styles */
  /* sitemap page styles */
  .amsitemap-index-index .sitemapSection .am-sitemap-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .amsitemap-index-index .sitemapSection ul {
    padding-left: 0;
  }
  .amsitemap-index-index .sitemapSection ul li {
    margin-left: 2.8rem !important;
  }
  .amsitemap-index-index .sitemapSection .am-sitemap-list > dl {
    padding-left: 2rem;
  }
  .amsitemap-index-index .sitemapSection .am-sitemap-list > dl > dd ul > li {
    margin-left: 0.7rem !important;
  }
  .htmlsitemap-search-wrapper input {
    background: #f0f0f0;
    border: none;
    border-radius: 0.2rem;
    color: #171717;
    font-family: "Work Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    height: 5.9rem;
  }
  /* end sitemap page styles */
}
@media (max-width: 480px) {
  .cms-page-view .page-title-wrapper {
    max-width: 40rem;
  }
  .cms-page-view .page-wrapper .page-title {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
  .cms-page-view .page-wrapper .breadcrumbs {
    max-width: 100%;
  }
  .cms-page-view .column.main {
    padding: 2rem;
  }
  /* blog articles page styles */
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-element-block[data-set="sidebar-category"],
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-post-container .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-post-container .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-post-container .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-index.page-layout-2columns-right .sidebar-additional .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-category.page-layout-2columns-right .sidebar-additional .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-category"],
  .amblog-index-author.page-layout-2columns-right .sidebar-additional .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-category"] {
    margin-bottom: 2rem;
  }
  .amblog-index-index.page-layout-2columns-right .amblog-swipe.-left,
  .amblog-index-categor.page-layout-2columns-right .amblog-swipe.-left,
  .amblog-index-index.page-layout-2columns-right .amblog-swipe.-right,
  .amblog-index-categor.page-layout-2columns-right .amblog-swipe.-right {
    right: 2rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 22rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 2rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-footer {
    padding-top: 1rem;
  }
  .amblog-post-container .amblog-category,
  .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-grid-list .slick-slide .amblog-item .amblog-category,
  .amblog-grid-list > .amblog-item .amblog-category,
  .amblog-grid-list .slick-slide .amblog-item .amblog-category {
    margin: 0.5rem 2rem 0.5rem 0;
  }
  .amblog-index-post.page-layout-2columns-right .slick-slider .slick-arrow,
  .amblog-index-tag.page-layout-2columns-right .slick-slider .slick-arrow {
    top: 43%;
  }
  /* end blog articles page styles */
}
@media (max-width: 414px) {
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content {
    padding-top: 1rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom {
    line-height: 1.6rem;
    margin-top: 1rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 18.6rem;
  }
}
@media (max-width: 375px) {
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 0.5rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .slick-track > .slick-slide > div {
    max-height: 16.6rem;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom p,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-element-block > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom p,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom p,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-post-container .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom p,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom p,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list > .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom p,
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom p,
  .amblog-index-tag.page-layout-2columns-right .column.main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container > .amblog-related-wrapper > .amblog-related-grid .list-item .amblog-content .amblog-bottom p {
    margin-bottom: 0;
  }
}
@media (max-width: 1360px) {
  .contact-index-index.page-layout-1column .breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .contact-index-index .form.contact {
    padding: 50px 60px 60px 60px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .columns-contact {
    width: 100%;
    margin-bottom: 50px;
  }
  .content-info-contact {
    padding-right: 0;
  }
  .contact-index-index .form.contact {
    padding: 40px 40px 40px 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .contact-index-index form.contact .fieldset > .field .control div.mage-error {
    top: 0.3rem;
  }
}
@media (max-width: 1360px) {
  header.page-header .header.content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  header.page-header .header.panel {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  header.page-header .header.content .ammenu-main-container .ammenu-categories-container .ammenu-link {
    font-size: 1.2rem;
  }
  header.page-header .header.content .ammenu-nav-sections.-topmenu .ammenu-categories-container .ammenu-column .ammenu-list li .ammenu-link {
    font-size: 1.2rem;
  }
  header.page-header .header.content .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-items > .ammenu-item > .ammenu-link {
    font-size: 1.4rem;
  }
  header.page-header .header.content .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-items > .ammenu-item > .ammenu-link.-current .ammenu-text:before {
    bottom: -3rem;
  }
}
@media (max-width: 1200px) {
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
    font-size: 1.4rem;
  }
  header.page-header .header.content .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-items > .ammenu-item > .ammenu-link {
    font-size: 1.1rem;
  }
  header.page-header .header.content .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-items > .ammenu-item > .ammenu-link.-current .ammenu-text:before {
    bottom: -3.2rem;
  }
}
@media (max-width: 1120px) {
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
    font-size: 1.2rem;
  }
}
@media (max-width: 1040px) {
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
    font-size: 1rem;
  }
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
    padding: 1.8rem 1rem;
  }
  .ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root,
  .ammenu-nav-sections.-topmenu {
    max-width: 100%;
  }
  .header-wrapper-col-one {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .header-wrapper-col-two .ammenu-nav-sections.-mobile .ammenu-link {
    padding: 0 1rem;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > a.level-top {
    align-items: center;
    color: #171717;
    display: flex;
    flex-basis: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    min-height: 4.4rem;
    text-transform: uppercase;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > a.level-top:hover,
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > a.level-top.active {
    color: #f7b00a;
    text-decoration: none;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > a.level-top:hover .ammenu-toggle,
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > a.level-top.active .ammenu-toggle {
    transform: rotate(180deg);
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > a.level-top:before {
    margin: 0 10px 0 0;
    min-width: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 12px;
    content: '';
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > a.level-top .ammenu-toggle {
    touch-action: manipulation;
    transform: rotate(90deg);
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu {
    display: none;
    padding-left: 2rem;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu.active {
    display: block;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu > .ui-menu-item {
    margin-bottom: 0;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu > .ui-menu-item > a {
    align-items: center;
    color: #171717;
    display: flex;
    flex-basis: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    min-height: 3.4rem;
    text-transform: uppercase;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu > .ui-menu-item > a:hover,
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu > .ui-menu-item > a.active {
    color: #f7b00a;
    text-decoration: none;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu > .ui-menu-item > a .ammenu-toggle {
    display: none;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu > .ui-menu-item > ul li {
    margin-bottom: 0;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu > .ui-menu-item > ul li a {
    color: #171717;
    font-weight: 700;
    text-transform: uppercase;
  }
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu > .ui-menu-item > ul li a:hover,
  .header-wrapper-col-two .ammenu-menu-wrapper .ammenu-itemsCategory > .level0 > ul.level0.submenu > .ui-menu-item > ul li a.active {
    color: #f7b00a;
  }
  .ammenu-button.-hamburger {
    min-width: 30px;
  }
  .ammenu-nav-sections.-mobile .ammenu-text {
    text-transform: capitalize;
    font-size: 15px;
  }
  .ammenu-nav-sections.-mobile .ammenu-items.-root > .ammenu-item {
    border-bottom: none;
  }
  .ammenu-menu-wrapper .hide-mobile-menu-hb {
    height: 40px;
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    border-radius: 0 0 0 15px;
    background-image: url(/pub/media/icons/close-icon-agr.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    z-index: 9;
  }
}
@media (max-width: 991px) {
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
    padding: 1.8rem 0.5rem;
  }
}
@media (max-width: 768px) {
  header.page-header .header.content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  #search_autocomplete {
    top: 48px !important;
    max-width: calc(100vw - 25px) !important;
    width: calc(100vw - 25px) !important;
  }
  .amsearch-close {
    right: 50px !important;
  }
  header.page-header .header-wrapper-bottom-c .header-wrapper-btn-search-bar .block-search .control {
    top: 26%;
  }
  header.page-header .header-wrapper-bottom-c .header-wrapper-btn-search-bar .block-search input {
    margin: 0;
  }
  .fotorama-item .fotorama__active .fotorama__dot {
    background-color: #f7b00a;
    border-color: #f7b00a;
  }
  header.page-header .header.panel {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 480px) {
  .page-wrapper.sticky_header_ln .page-header .header.content {
    height: 6rem;
    padding-top: 0;
  }
  header.page-header .header.content .header-wrapper-col-three .minicart-wrapper .action.showcart .counter.qty {
    right: -0.4rem;
  }
}
@media (max-width: 360px) {
  header.page-header .header.content .header-wrapper-col-three > * {
    padding: 0 0.4rem;
  }
}
@media (max-width: 360px) {
  header.page-header .header.content .header-wrapper-col-three {
    width: 40%;
    justify-content: flex-end;
  }
  header.page-header .header.content .header-wrapper-col-three .search-top-main-right,
  header.page-header .header.content .header-wrapper-col-three .account-top-main-right {
    width: 40px;
  }
  header.page-header .header.content .header-wrapper-col-three .minicart-wrapper {
    width: 30px;
  }
  header.page-header .header.content .header-wrapper-col-one {
    width: 60%;
  }
  header.page-header .header.content .header-wrapper-col-one .ammenu-button.-hamburger {
    margin: 0 0.6rem 0 0;
  }
}
@media (max-width: 991px) {
  .footer-middle-line {
    background-color: #ffffff;
  }
  .footer-top-line .col-lg-3 {
    margin-bottom: 4rem;
  }
  .footer-top-line .col-lg-3 .footer-top-line-block .content {
    min-height: 0;
    padding-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .footer-top-line .footer-top-line-block .content {
    padding-bottom: 2rem;
  }
  .footer-middle-line .block.newsletter {
    max-width: 80%;
  }
  .footer-bottom-line {
    padding: 8rem 2rem 3rem 2rem;
  }
  .footer-bottom-line .logo {
    float: none;
    margin: 0 auto 2rem auto;
    text-align: center;
  }
  .footer-bottom-line .logo img {
    display: inline-block;
  }
  .footer-bottom-line .socials {
    justify-content: center;
    margin-bottom: 4rem;
  }
  .footer-bottom-line .socials li {
    margin: 0 1rem;
  }
  .footer-bottom-line .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .cms-home .home-section-help .home-section-help-content > .container {
    max-width: 94rem;
  }
}
@media (max-width: 1399px) {
  .cms-home .column.main > .widget.block-products-list .product-items > .product-item:nth-child(3),
  .cms-home .column.main > .widget.block-products-list .product-items > .product-item:nth-child(5) {
    margin-left: 0 !important;
  }
  .cms-home .column.main > .widget.block-products-list .product-items > .product-item:nth-child(4) {
    margin-left: 2% !important;
  }
}
@media (max-width: 1360px) {
  .customer-account-login .breadcrumbs,
  .customer-account-create .breadcrumbs,
  body.account .breadcrumbs,
  .customer-account-login #maincontent,
  .customer-account-create #maincontent,
  body.account #maincontent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1400px) {
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:first-child .amblog-recent-post-content-wrapper {
    padding: 4rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:first-child .amblog-recent-post-content-wrapper {
    padding: 7rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-recent-post-content-wrapper,
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-recent-post-content-wrapper {
    padding: 1.5rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-thesis {
    padding-bottom: 1rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .ask-more-link {
    padding-bottom: 1rem;
  }
}
@media (max-width: 1199px) {
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:first-child .amblog-recent-post-content-wrapper {
    padding: 3rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-headline {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-thesis {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
  .home-section-one .home-section-one-finder .smas-wrap .smas-group-right .smas-attr-inner .btn.btn-reset {
    margin-left: 2rem;
    max-width: 4.4rem;
    position: relative;
    right: auto;
  }
  .customer-account-create .column.main .form-create-account {
    min-width: 100%;
    max-width: 100%;
  }
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main .block-collapsible-nav-content .customer-content {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 1rem;
  }
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main .block-collapsible-nav-content .customer-content .customer-image {
    margin-bottom: 1rem;
  }
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main .block-collapsible-nav-content .customer-content .customer-info {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:first-child .amblog-recent-post-content-wrapper {
    padding: 3rem 3.5rem;
  }
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-recent-post-content-wrapper,
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-recent-post-content-wrapper {
    padding: 1.5rem 2rem;
  }
  /* On mobile devices hide "Support Academy" link from menu */
  .ammenu-nav-sections.-mobile .ammenu-items.-root > .ammenu-item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 991px) {
  .ammenu-nav-sections.-mobile.-opened {
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.28);
  }
  .home-section-help .row.title {
    padding-bottom: 3rem;
    padding-top: 6rem;
  }
  .home-section-help .row.services {
    padding-bottom: 3rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-headline {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-thesis {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .ask-more-link {
    padding-bottom: 0.5rem;
  }
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-recent-post-content-wrapper,
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-recent-post-content-wrapper {
    padding: 1rem;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item {
    max-width: 27.5rem;
    width: 27.5rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-thesis,
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-thesis,
  .home-section-latest-posts .amblog-post-container .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-thesis,
  .home-section-latest-posts .amblog-post-container .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-thesis,
  .home-section-latest-posts .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-thesis,
  .home-section-latest-posts .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-thesis,
  .home-section-latest-posts .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-thesis,
  .home-section-latest-posts .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-thesis {
    height: 4rem;
    margin-bottom: 1rem;
  }
  .home-section-one .home-section-one-finder {
    max-width: 72rem;
  }
  .home-section-one .home-section-one-finder .performance-tuning {
    font-size: 6.2rem;
  }
  .customer-account-login .login-container .block {
    padding: 5rem;
  }
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main .block-collapsible-nav-content {
    padding: 4rem 2rem;
  }
}
@media (max-width: 820px) {
  .customer-account-create .column.main .form-create-account {
    flex-direction: column;
  }
  .customer-account-create .column.main .form-create-account .fieldset.create.info,
  .customer-account-create .column.main .form-create-account .fieldset.create.account,
  .customer-account-create .column.main .form-create-account .fieldset.additional_info {
    flex: 0 0 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .customer-account-create .column.main .form-create-account .actions-toolbar {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* homepage styles */
  .cms-home .mp-product-slider-title,
  .cms-home h4.aminst-feed-title {
    font-size: 3.4rem;
  }
  .cms-home .home-section-one-finder {
    padding: 0 2rem;
  }
  .cms-home .home-section-one-finder .performance-tuning {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item {
    width: 48%;
  }
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:first-child .amblog-recent-post-content-wrapper {
    padding: 4rem 4rem 6rem 4rem;
  }
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-recent-post-image-wrapper,
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-recent-post-image-wrapper {
    order: 1;
  }
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-recent-post-content-wrapper,
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-recent-post-content-wrapper {
    order: 2;
    padding: 4rem 4rem 5rem 4rem;
  }
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-headline {
    font-size: 2rem;
    line-height: 2.2rem;
    padding-bottom: 2rem;
  }
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-thesis {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-bottom: 2rem;
  }
  .cms-home .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .ask-more-link {
    padding-bottom: 2rem;
  }
  .cms-home .home-section-help-content > .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cms-home .home-section-help-content > .container .row.services {
    margin-left: 0;
    margin-right: 0;
  }
  .cms-home .home-section-help-content > .container .row.services .col-6:nth-child(2n+2) {
    padding-left: 0;
  }
  .cms-home .home-section-help-content > .container .row.details {
    margin-left: 0;
    margin-right: 0;
  }
  .cms-home .home-section-help-content > .container .row.details .col-sm-6 {
    padding-left: 0;
  }
  .cms-home .home-section-one-blocks > .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cms-home .home-section-one-blocks > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cms-home .home-section-one-blocks > .container > .row .col-12:first-child {
    padding-left: 0;
  }
  .home-section-slider {
    max-height: 100rem;
    min-height: 100rem;
  }
  .home-section-slider .homepage-slider .slide {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .home-section-slider .homepage-slider .slide .slide-title {
    font-size: 4.4rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-title {
    font-size: 3.4rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item {
    flex-direction: column;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-recent-post-image-wrapper,
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-recent-post-content-wrapper {
    min-width: 100% !important;
    width: 100%;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-thesis,
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-thesis,
  .home-section-latest-posts .amblog-post-container .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-thesis,
  .home-section-latest-posts .amblog-post-container .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-thesis,
  .home-section-latest-posts .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-thesis,
  .home-section-latest-posts .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-thesis,
  .home-section-latest-posts .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(2) .amblog-thesis,
  .home-section-latest-posts .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-thesis {
    height: auto;
    margin-bottom: 2rem;
    -webkit-line-clamp: unset;
    text-overflow: unset;
  }
  .home-section-one .home-section-one-finder .smas-wrap .smas-group-right .smas-attr-inner .btn.btn-reset {
    margin-left: 1rem;
  }
  .home-section-one .home-section-one-finder .smas-wrap .smas-group-left .smas-attr {
    margin-right: 1rem;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item .product-item-info:hover .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart:before {
    width: 64%;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item {
    margin-left: 0;
    min-height: 36rem;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item:first-child {
    margin-left: 0 !important;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item:nth-child(2) {
    margin-left: 2% !important;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item .product-item-info .product-item-photo {
    min-height: 18.3rem;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart span {
    display: block;
  }
  /* end homepage styles */
  .extra-urls h4 {
    font-size: 1.6rem;
  }
  .extra-urls ul li a {
    font-size: 1.2rem;
  }
  .extra-urls .ask-more-link {
    font-size: 1.2rem;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart:before {
    width: 58%;
  }
}
@media (max-width: 767px) {
  /* homepage styles */
  .header.content .ammenu-logo {
    flex-shrink: 0;
  }
  .home-section-one .home-section-one-finder .smas-wrap .smas-group-left {
    flex-basis: 100%;
    flex-direction: column;
    margin-right: 0;
  }
  .home-section-one .home-section-one-finder .smas-wrap .smas-group-left .smas-attr:nth-child(1),
  .home-section-one .home-section-one-finder .smas-wrap .smas-group-left .smas-attr:nth-child(2),
  .home-section-one .home-section-one-finder .smas-wrap .smas-group-left .smas-attr:nth-child(3) {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .home-section-one .home-section-one-finder .smas-wrap .smas-group-right {
    top: 0;
  }
  .home-section-one .home-section-one-finder .smas-wrap .smas-container .smas-form {
    flex-direction: column;
  }
  /* end homepage styles */
  /* search - no results */
  .page-with-filter .columns .sidebar-main {
    margin-bottom: 5rem;
  }
  .page-layout-2columns-left.page-with-filter .columns .sidebar-main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  /* end search - no results */
  .amsl-popup-overlay .amsl-popup-block {
    padding: 0 3rem;
    width: auto;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-content .amsl-form .form > .fieldset > .field.password .control #password-strength-meter-container {
    top: -0.6rem;
  }
  .customer-account-login .login-container {
    flex-direction: column;
  }
  .customer-account-login .login-container .block {
    flex: 0 0 100%;
  }
  .customer-account-login .login-container .block.block-customer-login {
    margin-bottom: 3rem;
  }
  .customer-account-login .login-container .block.block-new-customer .block-content > p {
    min-height: 0;
  }
  .customer-account-login .login-container .block.block-new-customer .block-content .actions-toolbar {
    margin-top: 3rem;
  }
  .customer-account-create .column.main .form-create-account .actions-toolbar .primary .action {
    display: block;
  }
  .customer-account-create .column.main .amsl-social-login .amsl-title {
    margin-bottom: 2rem;
  }
  /* Account pages styles */
  .account .block-collapsible-nav {
    top: 0;
  }
  .account .abs-toggling-title-mobile:after,
  .account .block-wishlist-management .wishlist-select .wishlist-name:after,
  .account .block-collapsible-nav .title:after {
    color: #000;
  }
  .account .block-collapsible-nav .title:after {
    font-size: 28px;
  }
  .account .abs-toggling-title-mobile,
  .account .block-wishlist-management .wishlist-select .wishlist-name {
    padding: 1rem 4rem 1rem 2rem;
  }
  .account .block-collapsible-nav .title {
    padding: 1rem 4rem 1rem 2rem;
    margin: 15px 19px 0;
    border: none;
    background: #ededed;
    border-radius: 7px;
  }
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-info .block-title {
    width: 100%;
  }
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-info .block-content .box-newsletter {
    margin-top: 0;
  }
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-addresses {
    clear: both;
  }
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-addresses .block-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-addresses .block-content .box.box-billing-address,
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-addresses .block-content .box.box-shipping-address {
    flex: 0 0 48.8%;
  }
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-info .block-title,
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-info .box-information,
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-info .box-newsletter {
    width: 100%;
  }
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main .block-collapsible-nav-content .customer-content {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main .block-collapsible-nav-content .customer-content .customer-image {
    margin-bottom: 0;
  }
  body.account #maincontent {
    padding-top: 10rem;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-login-content .amsl-form .fieldset > .field:not(.choice) > .control div.mage-error {
    top: 0.3rem;
  }
  /* end Account pages styles */
  .amsl-popup-overlay .amsl-popup-block .form-login .field.email {
    padding-bottom: 1rem;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']),
  .amsl-popup-overlay .amsl-popup-block .fieldset > .field {
    padding-bottom: 1rem;
    width: 100%;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-register-content .fieldset.create.info > .field.choice {
    padding-top: 1rem;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-content .amsl-form .form > .fieldset > .field > .label {
    padding-bottom: 0;
  }
  .amsl-popup-overlay .amsl-popup-block .form-create-account .fieldset .field .control div.mage-error {
    top: 0.3rem;
  }
  .customer-account-create .column.main .form-create-account > .fieldset > .field .control div.mage-error {
    margin-top: 0;
  }
  .customer-account-create .column.main .form-create-account .fieldset.create.account .field .control div.mage-error {
    margin-top: 0.3rem;
  }
  .customer-account-login .login-container .block.block-customer-login .block-content .fieldset > .field .control > div.mage-error {
    margin-top: 0;
  }
  header.page-header .header-wrapper-bottom-c.show-sttrc .search .amsearch-loupe {
    display: block !important;
    right: 30px;
    left: unset;
  }
  header.page-header .header-wrapper-bottom-c.show-sttrc .search .amsearch-wrapper-input {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  /* Account pages styles */
  .account .orders-history .table-order-items.history thead th.status,
  .account .orders-history .table-order-items.history tbody th.status,
  .account .orders-history .table-order-items.history thead td.status,
  .account .orders-history .table-order-items.history tbody td.status,
  .account .orders-history .table-order-items.history thead th.actions,
  .account .orders-history .table-order-items.history tbody th.actions,
  .account .orders-history .table-order-items.history thead td.actions,
  .account .orders-history .table-order-items.history tbody td.actions {
    text-align: left;
  }
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main .block-collapsible-nav-content {
    padding-left: 2rem;
    margin: 0 20px 30px;
  }
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main .block-collapsible-nav-content .customer-content,
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main .block-collapsible-nav-content .nav li > strong,
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main .block-collapsible-nav-content .nav li > a {
    padding-left: 0;
  }
  body.account.page-layout-2columns-left .columns .column.main > .actions-toolbar {
    flex-direction: column;
  }
  body.account.page-layout-2columns-left .columns .column.main .block.block-reviews-dashboard > .block-content .items .item {
    width: 100%;
  }
  /* end Account pages styles */
  /* Forgot password page styles */
  .customer-account-forgotpassword .form.password.forget {
    padding: 3rem;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar {
    flex-direction: column;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary,
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary {
    width: 100%;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar > .primary {
    margin-bottom: 2rem;
  }
  /* end Forgot password page styles */
  /* Empty cart page styles */
  .checkout-cart-index .column.main > .cart-empty {
    padding: 5rem 2rem 5rem 16rem;
  }
  /* end Empty cart page styles */
}
@media (max-width: 480px) {
  .header.panel > .top-header-links > li a {
    font-size: 1.2rem;
  }
  header.page-header .header.content {
    height: 6rem;
  }
  header.page-header .header.content .ammenu-logo img {
    max-height: 5rem;
  }
  /* homepage styles */
  .cms-home .home-section-one-finder {
    margin-bottom: 4rem;
    padding: 0 2rem;
  }
  .cms-home .home-section-one-finder .performance-tuning {
    font-size: 3.2rem;
    line-height: 3.2rem;
    padding-top: 6rem;
  }
  .cms-home .home-section-one-finder .tell-us {
    font-size: 1.4rem;
  }
  .cms-home .home-section-one-finder select {
    height: 4.9rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/pub/media/wysiwyg/cms/icon-arrow-down.svg) 95% 2.1rem no-repeat #ffffff;
  }
  .cms-home .home-section-one-blocks .container {
    padding: 0 2rem;
  }
  .cms-home .home-section-one-blocks .tuning-block .image-container {
    border: 1px solid #f7b00a;
  }
  .cms-home .home-section-one-blocks .tuning-block .learn-more {
    margin-bottom: 4rem;
  }
  .cms-home .column.main {
    padding-bottom: 0;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item {
    margin: 0 0 2rem 0;
    max-width: 32rem;
    width: 100%;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item:nth-child(1n) {
    margin-left: 0 !important;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item .product-item-info .product-item-photo {
    display: block;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    display: block;
    margin: 0 auto;
  }
  .cms-home .home-section-slider {
    max-height: 65rem;
    min-height: 65rem;
  }
  .cms-home .home-section-slider .homepage-slider .slide .slide-date {
    padding-top: 10rem;
  }
  .cms-home .home-section-slider .homepage-slider .slide .slide-title {
    font-size: 2.4rem;
    line-height: 3rem;
    padding-bottom: 2rem;
    padding-top: 10rem;
  }
  .cms-home .home-section-slider .homepage-slider .slide .slide-text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .cms-home .home-section-slider .homepage-slider .slide .slide-user {
    padding-bottom: 10rem;
  }
  .cms-home .mp-product-slider-title {
    font-size: 2.4rem;
    margin: 4rem 0;
  }
  .cms-home h4.aminst-feed-title {
    font-size: 2.4rem;
  }
  .cms-home .home-section-help .home-section-help-content .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cms-home .home-section-one-blocks > .container > .row .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-home .cms-home .home-section-help-content > .container .row.details .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .home-section-latest-posts {
    padding-bottom: 4rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-title {
    font-size: 2.4rem;
    padding: 4rem 0;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:first-child .amblog-recent-post-image-wrapper img {
    max-width: 48rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(2),
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(3) {
    flex-direction: column;
    width: 100%;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:last-child {
    margin-bottom: 0;
  }
  .home-section-latest-posts .amblog-element-block .col-1 {
    display: none;
  }
  .home-section-latest-posts .amblog-element-block .col-10 {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  .home-section-help .title {
    font-size: 1.6rem;
  }
  .home-section-help .row .col-6 {
    padding-bottom: 1rem;
  }
  .home-section-help .row.title {
    padding-bottom: 1rem;
    padding-top: 3rem;
  }
  .home-section-help .row.details .col-6:nth-child(odd) {
    padding-left: 0.75rem;
  }
  .home-section-help .row.details .col-6:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .home-section-help .help-text {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .home-section-help .help-text:after {
    width: 100%;
  }
  .home-section-help a {
    padding-bottom: 1rem;
  }
  .footer-middle-line h3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* end homepage styles */
  .toolbar-products .toolbar-amount .page-title-wrapper h1 span {
    line-height: 5rem;
  }
  .cms-home .column.main > .widget.block-products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart:before {
    width: 74%;
  }
  .amsl-popup-overlay .amsl-popup-block {
    max-width: 90%;
    padding: 0 2rem;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-tablist,
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-content {
    width: auto;
  }
  .customer-account-create .column.main .form-create-account {
    padding: 3rem;
  }
  .customer-account-create .column.main .form-create-account .fieldset.create.account .field.password #password-strength-meter-container {
    top: -0.5rem;
  }
  /* Account pages styles */
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-addresses .block-content {
    flex-direction: column;
  }
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-orders .table-wrapper tbody td.status,
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-orders .table-wrapper tbody td.actions {
    text-align: left;
  }
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-orders .table-wrapper tbody td {
    padding-top: 0.5rem;
  }
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-addresses > .block-title,
  body.account.page-layout-2columns-left .columns .column.main .block.block-dashboard-orders > .block-title {
    margin-bottom: 0;
  }
  /* end Account pages styles */
  /* Category page styles */
  .catalog-category-view .sorter {
    width: 100%;
  }
  .catalog-category-view.page-products .toolbar-products .toolbar-sorter .sorter-options {
    width: 100%;
  }
  .catalog-category-view.page-products .toolbar-products .toolbar-sorter .sorter-label {
    display: none;
  }
  /* end Account pages styles */
  .cms-page-view.page-layout-2columns-left .page-title-wrapper .page-title {
    line-height: 3.2rem;
    font-size: 3.2rem;
  }
  .cms-page-view.page-layout-2columns-left .column.main {
    padding: 4rem 2rem;
  }
  .amblog-post-container .amblog-category {
    width: 100%;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block .amblog-post-container .amblog-content .article-body {
    padding: 0 20px;
  }
  .amblog-index-post.page-layout-2columns-right .column.main .amblog-element-block .amblog-post-container .amblog-content .article-attachments {
    padding: 20px;
  }
}
@media (max-width: 414px) {
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item {
    margin-bottom: 0;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:first-child {
    margin-bottom: 0;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:first-child .amblog-recent-post-image-wrapper img {
    max-width: 41.4rem;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-recent-post-image-wrapper {
    order: 1;
  }
  .home-section-latest-posts .amblog-element-block .amblog-widget-container .amblog-list .amblog-item:nth-child(3) .amblog-recent-post-content-wrapper {
    order: 2;
  }
  .toolbar-products .toolbar-amount {
    font-size: 1.2rem;
    line-height: 5rem;
  }
  .toolbar-products .toolbar-amount .page-title-wrapper h1 span {
    font-size: 1.2rem;
  }
  .toolbar-products .toolbar-sorter .sorter-label {
    font-size: 1.2rem;
  }
  .cms-home .home-section-slider {
    max-height: 67rem;
    min-height: auto;
  }
  .amsl-popup-block .fieldset > .field > .label,
  .amsl-popup-block .fieldset > .fields > .field > .label,
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-content .amsl-form .form > .fieldset > .field.password .control #password-strength-meter-container {
    font-size: 1.2rem;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-tablist,
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-content {
    max-width: 30rem;
    min-width: 30rem;
  }
  .amsl-popup-overlay .amsl-popup-block .form-create-account .fieldset .field .control div.mage-error {
    top: 0;
  }
  .catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-items {
    width: 80%;
  }
}
@media (max-width: 375px) {
  .amsl-tablist .amsl-title .amsl-link {
    padding: 0.7rem 0.5rem;
  }
  .customer-account-login .login-container .block {
    padding: 3rem;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-tablist,
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-content {
    max-width: 100%;
    min-width: 100%;
  }
  .catalog-category-view.page-layout-2columns-left .column.main .products-grid .product-items {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .customer-account-create .column.main .form-create-account .fieldset.create.account .field.password #password-strength-meter-container {
    position: relative;
    right: auto;
    top: auto;
  }
  .customer-account-create .column.main .form-create-account .fieldset.additional_info .label {
    padding-bottom: 0;
  }
  .customer-account-create .column.main .form-create-account .actions-toolbar {
    flex-direction: column;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-login-content .amsl-form .fieldset > .field:not(.choice) > .control div.mage-error {
    top: 0;
  }
}
@media (max-width: 320px) {
  .cms-home .column.main > .widget.block-products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart:before {
    width: 68%;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-tablist,
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-content {
    max-width: 26rem;
    min-width: 26rem;
  }
  .amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-content .amsl-form .form > .fieldset > .field.password .control #password-strength-meter-container {
    position: relative;
  }
  .amsl-popup-overlay .amsl-popup-block {
    max-width: 96%;
    padding: 0 1rem;
  }
  .customer-account-login .login-container .block.block-customer-login .block-content .fieldset .actions-toolbar > .secondary {
    padding: 1rem 0;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses: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,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    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 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .amreview-popup.modal-popup .block-content {
    padding: 10px 40px 40px;
  }
  .amrev-toolbar-container {
    margin: 20px 0 25px 0;
    padding: 5px 10px;
    background: #fafafa;
  }
  .amrev-toolbar-container .amrev-filters {
    flex-basis: auto;
    flex-wrap: nowrap;
    order: 1;
  }
  .amrev-toolbar-container .amrev-filter {
    flex-basis: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
  .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 {
    position: absolute;
    top: 100%;
    margin-top: 4px;
  }
  .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 {
    flex-basis: auto;
    justify-content: initial;
    order: 2;
    margin: 0;
    border-right: 1px solid #c4c4c4;
  }
  .amrev-comment-toolbar .amrev-reply {
    flex-basis: auto;
    order: 1;
    padding: 0 15px 0 0;
  }
  .amrev-comment-toolbar .amrev-repbtn {
    padding: 4px 10px 4px 26px;
  }
  .amrev-comment-toolbar .amrev-repbtn:before {
    left: 10px;
  }
  .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-summary-info,
  .amreview-summary-details {
    padding: 0;
  }
  .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,
  .amreview-summary-details {
    display: inline-block;
  }
  .amreview-summary-details {
    margin-left: 20px;
  }
  .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;
    width: 25%;
    vertical-align: top;
  }
  .amreview-author-details .amreview-verified {
    display: block;
  }
  .amreview-author-details .amreview-date {
    position: static;
  }
  .amreview-author-details .amreview-recommended {
    position: relative;
    margin: 20px 0;
    padding: 4px 4px 4px 6px;
    max-width: 78px;
    border-left: 2px solid #1ab900;
    background: #f1f1f1;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
  }
  .amreview-recommended:after {
    position: absolute;
    top: 0;
    right: -32px;
    bottom: 0;
    display: block;
    border: 18px solid transparent;
    border-left: 14px solid #f1f1f1;
    content: '';
  }
  .amreview-toolbar-wrap.review-toolbar .pages {
    float: right;
    padding: 20px 0;
    border: 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 {
    position: relative;
    display: inline-block;
    width: 75%;
  }
  .amreview-title-review {
    font-size: 16px;
  }
  .amreview-info-wrapper {
    margin: 0;
  }
  .amreview-summary-info .amreview-showmore {
    display: none;
  }
  .amreview-widget-title {
    padding: 10px 35px;
  }
  .amreview-widget-container.-summary-widget {
    padding-right: 35px;
    padding-left: 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;
  }
  .amblog-comments-container {
    margin: 30px 30px 0;
  }
  .amblog-comments-action {
    margin: 20px 30px;
  }
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies,
  .amblog-replies-block:not(.-level-top) .amblog-comment-reply {
    margin: 30px 0 0 35px;
    padding-left: 20px;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-index-index .page-title,
  .amblog-index-post .page-title {
    margin-bottom: 40px;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    width: 52%;
    padding: 0 30px;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    width: 76%;
    padding-right: 40px;
  }
  .desktop.two-columns-left section.content {
    width: 76%;
    padding-left: 40px;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-element-block {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  }
  .amblog-element-block .amblog-title,
  .amblog-main-content .amblog-search .amblog-title {
    padding: 15px 15px;
  }
  .amblog-element-block .amblog-title:before,
  .amblog-element-block .amblog-title:after {
    display: none;
  }
  .amblog-element-block .amblog-item {
    padding: 15px 20px;
  }
  .amblog-element-block .amblog-item.-search {
    padding: 20px 15px;
  }
  .amblog-post-container {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .amblog-post-container .amblog-tags {
    margin: 25px 0;
    padding: 0 25px;
  }
  .amblog-post-container .amblog-content {
    margin-top: 20px;
    padding: 0 25px 15px;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-title {
    margin-bottom: 20px;
  }
  .amblog-post-container .amblog-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    min-width: 41%;
    text-align: right;
  }
  .amblog-post-container .amblog-read {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #0e6bd7;
    background: none;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-main-content .amblog-search .amblog-item {
    padding: 30px 25px;
  }
  .amblog-main-content .amblog-search .amblog-title {
    padding: 20px 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  .amblog-main-content .amblog-search .amblog-form-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .amblog-main-content .amblog-search .amblog-field {
    width: 100%;
    margin-bottom: 0;
  }
  .amblog-main-content .amblog-search .amblog-btn {
    max-width: 250px;
    max-height: 40px;
    margin-left: 15px;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-main-content > .amblog-item {
    margin-bottom: 50px;
  }
  .amblog-main-content > .amblog-item:last-child {
    margin-bottom: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    text-decoration: none;
    background: #185eaf;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-features > .amblog-item.-comments .amblog-ref {
    white-space: nowrap;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .amblog-social-container {
    padding: 15px 25px 0;
  }
  .amblog-pager-container {
    width: 290px;
    margin: 40px auto 50px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-comments-wrapper > .amblog-title,
  .amblog-related-wrapper > .amblog-title {
    padding: 20px 30px;
  }
  .amblog-form-comment {
    max-width: 480px;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin: 0 20px 15px 0;
  }
  .amblog-form-comment .amblog-input {
    padding-left: 15px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    width: 230px;
    padding: 14px 0;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  .amblog-post-container .amblog-widget-container .amblog-title {
    padding: 25px 30px 0;
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px 0;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 47%;
    box-sizing: border-box;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    width: 31%;
    margin: 0 20px 20px 0;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-post-container .amblog-widget-container.-tags {
    padding: 0 30px 15px;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  #confirmBox {
    max-height: 90vh;
  }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0;
  }
  #confirmOverlay.am-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #confirmOverlay.am-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 230px;
  }
  #confirmOverlay.am-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
  }
  #confirmOverlay.am-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  #confirmOverlay.am-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  #confirmOverlay.am-top {
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    clear: both;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    margin: 0;
    max-width: 305px;
    height: 70px;
  }
  .amcart-product-notice {
    padding: 20px 35px;
    width: initial;
    font-size: 14px;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
    margin: 0;
  }
  .ampage-top-info .am-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .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%;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    position: unset;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    background: #ffffff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    padding: 10px 5px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    padding: 10px;
    min-width: 120px;
    width: 14%;
    text-align: center;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 0;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    right: unset;
    padding: 5px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 95px;
    border: 3px dashed #e9f6ff;
    border-bottom: none;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 100%;
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    opacity: 1;
    transition: all .3s ease;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    right: 0;
    left: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    width: 100%;
    opacity: 1;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    min-width: 700px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .amrelated-info.-top .amrelated-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    margin: 5px 0 0;
    font-size: 14px;
  }
  .amrelated-info.-bottom .product-add-form {
    padding: 0;
    margin: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-right: 27px;
    margin-left: 27px;
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    flex-direction: column;
    padding: 0;
    border-radius: 4px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    margin: 18px auto;
    padding: 10px 10px;
    background: none;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    order: 0;
    margin: 0 40px 10px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    order: 1;
    margin: auto 0 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    margin: 0 40px;
    border-radius: 4px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 10px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 10px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  .minisearch .actions .action.search {
    z-index: 1000;
  }
  .amsearch-form-container .input-text {
    padding-left: 14px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    flex-grow: 1;
    width: auto;
    border: none;
  }
  .amasty-xsearch-loader {
    right: 30px;
  }
  .search-autocomplete {
    top: 37px;
    max-width: 75vw;
  }
  .amsearch-close,
  .search .amsearch-loupe:hover {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
  .amsearch-results {
    display: flex;
    overflow: auto;
    padding: 0;
    max-width: 83vw;
  }
  .amsearch-results .amsearch-products {
    padding: 20px 0 0;
  }
  .amsearch-results .amsearch-leftside,
  .amsearch-results .amsearch-products {
    padding: 15px 0;
    width: inherit;
  }
  .amsearch-results .amsearch-item-container {
    padding-bottom: 25px;
  }
  .search-autocomplete.amsearch-clone-position {
    top: calc(100% + 5px);
  }
  .amsearch-wrapper-content > .amsearch-item {
    position: relative;
    padding: 20px 0 16px 15px;
  }
  .amsearch-wrapper-content > .amsearch-item:last-child {
    padding-bottom: 20px;
  }
  .amsearch-wrapper-content > .amsearch-item:first-child {
    padding-top: 15px;
  }
  .amsearch-wrapper-content .amsearch-autocomplete-information {
    padding-left: 10px;
    width: auto;
  }
  .amsearch-wrapper-content .product-item-details {
    padding-right: 14px;
    min-height: 100px;
  }
  .amsearch-wrapper-content .product-reviews-summary {
    margin-bottom: 0;
  }
  .search .amsearch-autocomplete-information .price {
    font-size: 14px;
  }
  .amsearch-item-container {
    padding: 0;
  }
  .amasty-xsearch-block-header {
    padding: 0 15px 5px;
  }
  .amsearch-item-container.popular_searches .amasty-xsearch-block-header {
    padding: 0 15px 10px;
  }
  .amsearch-form-container.-opened .action.search {
    display: none;
  }
  .amsearch-form-container.-opened:not(.-small) .amsearch-products {
    border-left: 1px solid #e8e9ef;
  }
  .amsearch-form-container.-opened .amsearch-leftside .recent_searches,
  .amsearch-form-container.-opened .amsearch-leftside .amsearch-item {
    padding: 5px 15px;
  }
  .amsearch-form-container.-opened .amsearch-leftside .amsearch-item-container.recent_searches {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .amsearch-form-container.-opened .amsearch-wrapper-input {
    position: absolute;
    right: 0;
    max-width: 75vw;
    transition: all 0.3s ease-in-out;
  }
  .amsearch-products {
    display: flex;
    flex-direction: column;
  }
  .amsearch-products .amsearch-more-results {
    margin-top: auto;
    padding-top: 30px;
  }
  .amsearch-form-container.-small .amsearch-results {
    flex-direction: column;
    overflow-x: hidden;
  }
  .amsearch-form-container.-small .amsearch-products {
    order: 10;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item {
    padding-right: 15px;
  }
  .amsearch-form-container.-small .amsearch-products .amasty-xsearch-block-header {
    padding: 15px;
  }
  .amsearch-form-container.-small.-result .amsearch-item-container .amasty-xsearch-block-header {
    padding: 0 15px 10px;
  }
  .amsearch-form-container.-small.-result .amsearch-item-container.popular_searches .amasty-xsearch-block-header {
    padding: 10px 15px;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary {
    display: flex;
    align-items: center;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary .wishlist.split.button {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary .wishlist.split.button .action.toggle {
    display: flex;
    align-items: center;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary .wishlist.split.button .action.toggle:after {
    padding-top: 4px;
  }
  .amsearch-form-container.-large .amsearch-results .amsearch-more-results {
    padding-top: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    width: 33.33333333%;
  }
  .ie11 .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
    max-width: calc(100% / 3 - 25px);
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item:hover {
    box-shadow: none;
    z-index: 2;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information {
    flex-grow: 1;
    margin-top: 10px;
    padding-left: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item .product-image-container {
    margin: 0 auto;
  }
  .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 {
    align-items: center;
    width: auto;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-wrapper-inner {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item-details {
    margin: 0;
    padding-right: 0;
    height: 100%;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .price-box {
    margin: 0 0 7px;
  }
  .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 {
    padding: 8px 9px;
    font-size: 12px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
    display: flex;
    align-items: center;
    max-width: 100%;
  }
  .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;
  }
  .page-main .block.block-xsearch {
    float: none;
    padding-left: 0;
  }
  .footer .block.block-xsearch {
    padding-left: 0;
  }
  .footer .block.block-xsearch,
  .footer .block.block-xsearch .block {
    float: none;
    clear: both;
  }
  .block-search .label.action {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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 2px 1px rgba(0, 0, 0, 0.12);
    color: #5e5e5e;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-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 #d1d1d1;
  }
  .modes-mode.active {
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .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: 4.2rem;
    letter-spacing: -0.042rem;
    line-height: 2rem;
  }
  .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: 100%;
  }
  .product-add-form .product-options-wrapper .field .control select,
  .product-add-form .product-options-wrapper .field .control textarea {
    background: #f0f0f0;
    border: none;
  }
  .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: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 0;
  }
  .page-header .header.panel {
    padding: 1rem 0;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amreview-description-wrap {
    width: 75%;
  }
  .amreview-title-review {
    margin-right: 280px;
  }
  .amreview-customer-review {
    margin-bottom: 8px;
  }
  .amreview-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .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 {
    margin: 0 auto 0 0;
    padding: 0 15px 0 25px;
    border-right: 2px solid #c4c4c4;
  }
  .amreview-info-wrapper .amreview-add-new {
    display: inline-block;
    margin: 0 0 0 25px;
    padding-right: 0;
    background: none;
  }
  .amreview-widget-container.-grid .amreview-review-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .amreview-widget-container.-grid .amreview-rating-wrapper {
    margin-bottom: 0;
  }
  .amreview-widget-container.-grid .amreview-review-wrapper.review-item {
    width: 49%;
    border-bottom: 0;
    background: #f8fcff;
  }
  .amreview-widget-container.-grid .amreview-title {
    padding: 10px 0;
    background: none;
    cursor: unset;
    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 {
    min-width: 120px;
    max-width: 30%;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-index-index .page-title,
  .amblog-index-post .page-title {
    margin-bottom: 60px;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-post-container .amblog-more {
    min-width: 30%;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 230px;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item {
    width: 31%;
    min-width: 190px;
    margin-right: 3%;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    width: 31%;
    min-width: 150px;
    margin-right: 3%;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-helpful-wrap {
    top: 0;
    right: 0;
    margin: 0;
  }
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  #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 {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    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: #eee;
    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 .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .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;
    width: 380px;
    transition: all .3s ease;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: auto;
    max-height: 100vh;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    border: 1px solid #d4d4d4;
    background: #fff;
  }
  .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 {
    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 {
    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 {
    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 {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .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,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
  }
  .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 .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 {
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding: 10px;
    font-size: 90px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .ampromo-items-content {
    max-width: 960px;
    width: 100%;
  }
  .amsearch-form-container.-opened .amsearch-wrapper-input,
  .search-autocomplete,
  .amsearch-results {
    max-width: 76vw;
  }
  .amsearch-wrapper-input.-left-position,
  .search-autocomplete.-left-position {
    right: inherit;
    left: 0;
  }
  .amsearch-wrapper-input.-right-position,
  .search-autocomplete.-right-position {
    left: inherit;
    right: 0;
  }
  .search-autocomplete.-top-position {
    bottom: calc(100% + 5px);
    top: inherit;
  }
  .search-autocomplete.-bottom-position {
    bottom: inherit;
    top: calc(100% + 5px);
  }
  .amsearch-emptysearch-cms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    margin: 0 0 25px;
    font-size: 72px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    margin-top: 45px;
    font-size: 22px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .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 {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
    flex-wrap: nowrap;
    max-width: 66%;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .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;
  }
}
.aw_sarp2-profile-index ._subscription_table-support {
  background: whitesmoke;
  padding: 20px;
  border-radius: 14px;
}
.aw_sarp2-profile-index ._subscription_table-support .gotosupporturl {
  background: #f6b009;
  padding: 15px 30px;
  display: inline-block;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.aw_sarp2-profile-index .amrec-subscriptions-grid-orders {
  background: white;
  padding: 10px 20px 0;
  border-radius: 15px;
  border: solid 2px whitesmoke;
  margin-top: 30px;
}
.aw_sarp2-profile-index .amrec-subscriptions-grid-orders table thead th.col {
  font-weight: 500;
  font-size: 12px;
  color: #d99d0e;
  text-align: left;
}
.aw_sarp2-profile-index .amrec-subscriptions-grid-orders table tbody .action.view,
.aw_sarp2-profile-index .amrec-subscriptions-grid-orders table tbody .action.edit {
  background-image: url(/pub/media/wysiwyg/cms/icon-view.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: auto;
  height: 20px;
  width: 20px;
}
.aw_sarp2-profile-index .amrec-subscriptions-grid-orders .toolbar {
  background: whitesmoke;
  padding: 5px 20px;
  border-radius: 8px;
}
.aw_sarp2-profile-index .amrec-subscriptions-grid-orders .toolbar p.toolbar-amount {
  display: none !important;
}
.aw_sarp2-profile-index .amasty-subscription-history-table-cs .amrec-subscriptions-grid {
  background: white;
  padding: 10px 20px 0;
  border-radius: 15px;
  border: solid 2px whitesmoke;
  margin-top: 30px;
}
.aw_sarp2-profile-index #subs-status_js {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.aw_sarp2-profile-index #subs-status_js i {
  font-size: 14px;
  background: #999999;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  color: white;
  margin-right: 10px;
}
.aw_sarp2-profile-index #subs-status_js span {
  color: #999999;
  font-size: 14px;
}
.aw_sarp2-profile-index #subs-status_js.-available i {
  background: #4fd798;
}
.aw_sarp2-profile-index #subs-status_js.-available span {
  color: #2ea16b;
}
.aw_sarp2-profile-index #subs-status_js.-unavailable i {
  background: #dc3545;
}
.aw_sarp2-profile-index #subs-status_js.-unavailable span {
  color: #dc3545;
}
.aw_sarp2-profile-index .subscription-extend-boxes {
  margin-top: 40px;
}
.aw_sarp2-profile-index .subscription-extend-boxes .sbs_extend-box-item .sbs-e-b-i-inner {
  background: whitesmoke;
  padding: 3rem;
  border-radius: 10px;
  margin-bottom: 15px;
}
.aw_sarp2-profile-index .subscription-extend-boxes .sbs_extend-box-item .sbs-e-b-i-inner h4 {
  margin: -3rem -3rem 30px;
  background: #f7b007;
  border-radius: 10px 10px 0 0;
  padding: 1.3rem 3rem;
  color: white;
  text-align: center;
  font-size: 16px;
}
.aw_sarp2-profile-index .subscription-extend-boxes .sbs_extend-box-item .sbs-e-b-i-inner a {
  background: #f7b007;
  display: block;
  text-align: center;
  margin: 30px 0 0;
  border-radius: 5px;
  padding: 8px 15px;
  color: white;
  font-weight: 500;
}
.aw_sarp2-profile-index .subscription-extend-boxes .sbs_extend-box-item.-unavailable .sbs-e-b-i-inner h4 {
  background: #ababab;
}
.aw_sarp2-profile-index .subscription-extend-boxes .sbs_extend-box-item.-unavailable .sbs-e-b-i-inner a {
  background: #ababab;
}
.subs-amasty-recuring-support-customer-account a.btn {
  display: inline-block;
  margin: 20px 0 50px;
  background: #f6b009;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 9px 30px;
}
.subs-amasty-recuring-support-customer-account a.btn i {
  margin-right: 10px;
}
.amrec-subscriptions-grid .amrec-cell,
.amrec-subscriptions-grid .amrec-th {
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  color: #6a6a6a;
}
.amrec-subscriptions-grid .amrec-th {
  font-size: 12px;
}
body.account.page-layout-2columns-left .columns .column.main .amsl-accounts .amsl-social-login .amsl-buttons .amsl-button-wrapper {
  margin: 0 20px 0 0;
  background: #f4f4f4;
}
.sales-order-view .column.main .order-links li,
.sales-order-shipment .column.main .order-links li,
.sales-order-invoice .column.main .order-links li {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
}
.sales-order-view .column.main .order-links li a,
.sales-order-shipment .column.main .order-links li a,
.sales-order-invoice .column.main .order-links li a {
  color: #171717;
}
.sales-order-view .column.main .order-links li a:hover,
.sales-order-shipment .column.main .order-links li a:hover,
.sales-order-invoice .column.main .order-links li a:hover {
  color: #171717;
  text-decoration: underline;
}
.sales-order-view .column.main .order-links li.current strong,
.sales-order-shipment .column.main .order-links li.current strong,
.sales-order-invoice .column.main .order-links li.current strong {
  color: #f7b00a;
}
.customer-account-index .column.main > .block {
  background: #f3f3f3;
  padding: 3rem;
  border-radius: 10px;
}
.vault-cards-listaction .my-credit-cards .table-credit-cards tbody > tr > td.actions > .form {
  display: inline-block;
}
.faq-question-view .breadcrumbs {
  padding: 1.5rem 2rem;
}
.faq-question-view .main .faq-content h1 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.022rem;
  color: #171717;
  text-transform: uppercase;
}
.faq-question-view .main .faq-content .details {
  font-size: 1.6rem;
  letter-spacing: -0.016rem;
  line-height: 2.4rem;
  color: #171717;
}
.faq-question-view .main .faq-content .details .content em,
.faq-question-view .main .faq-content .details .content i {
  font-style: normal;
}
.faq-question-view .main .faq-content .details span.category a {
  color: #f7b00a;
}
.faq-question-view .page-main {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.faq-question-view .faq-content {
  box-shadow: 0 0 5rem rgba(20, 27, 147, 0.1);
  font-size: 1.6rem;
  letter-spacing: -0.016rem;
  line-height: 2.4rem;
  margin-bottom: 13.5rem;
  padding: 6rem 8rem;
}
.faq-question-view .block-faq-category .block-content .items .item a span.count {
  color: #171717 !important;
}
@media only screen and (max-width: 1360px) {
  .faq-faq-view .page-wrapper .breadcrumbs,
  .faq-search-index .page-wrapper .breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .faq-question-view .columns .column.main {
    padding-bottom: 0;
  }
  .faq-question-view .faq-content {
    box-shadow: 0 0 5rem rgba(20, 27, 147, 0.1);
    padding: 40px 20px !important;
    margin-bottom: 40px;
  }
  .faq-question-view main.page-main {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.faq-faq-view .breadcrumbs,
.faq-search-index .breadcrumbs {
  padding: 1.5rem 0;
}
.faq-faq-view .column.main,
.faq-search-index .column.main {
  box-shadow: 0 0 5rem rgba(20, 27, 147, 0.1);
  padding: 6rem 8rem;
  margin-bottom: 100px;
}
.faq-faq-view .column.main .faq-search-form .form,
.faq-search-index .column.main .faq-search-form .form {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.faq-faq-view .column.main .faq-search-form .form .field .control:before,
.faq-search-index .column.main .faq-search-form .form .field .control:before {
  content: unset;
}
.faq-faq-view .column.main .faq-search-form .form .field .control input,
.faq-search-index .column.main .faq-search-form .form .field .control input {
  background-color: #f0f0f0f0;
  border-color: #f0f0f0;
  height: 48px;
  padding-left: 24px;
}
.faq-faq-view .column.main .faq-search-form .form .actions,
.faq-search-index .column.main .faq-search-form .form .actions {
  vertical-align: middle;
}
.faq-faq-view .column.main .faq-search-form .form .actions .action,
.faq-search-index .column.main .faq-search-form .form .actions .action {
  vertical-align: baseline;
  padding: 15px 15px !important;
}
.faq-faq-view .column.main .faq-category .category-list .category .block > a,
.faq-search-index .column.main .faq-category .category-list .category .block > a {
  border: unset;
  background-color: #f0f0f0;
  margin: 4px;
}
.faq-faq-view .column.main .faq-category .category-list .category .block > a:hover,
.faq-search-index .column.main .faq-category .category-list .category .block > a:hover {
  border: unset !important;
}
.faq-faq-view .column.main .faq-category .category-list .category .block h3 a,
.faq-search-index .column.main .faq-category .category-list .category .block h3 a {
  font-size: 12px;
  font-weight: bold;
}
.faq-faq-view .column.main .faq-category .items .item > a,
.faq-search-index .column.main .faq-category .items .item > a {
  background-color: #f0f0f0;
}
.faq-faq-view .column.main .faq-category .items .item .description,
.faq-search-index .column.main .faq-category .items .item .description {
  padding: 30px 20px 30px 20px;
}
.faq-faq-view .column.main .faq-category .items .item .description p em,
.faq-search-index .column.main .faq-category .items .item .description p em,
.faq-faq-view .column.main .faq-category .items .item .description p i,
.faq-search-index .column.main .faq-category .items .item .description p i {
  font-style: initial;
}
.faq-faq-view .column.main .faq-category .items .item .read-more,
.faq-search-index .column.main .faq-category .items .item .read-more {
  background: #f7b00a;
  margin: 0 auto;
  width: fit-content;
  color: #fff;
  padding-right: 38px;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 34px;
  font-size: 16px;
}
.faq-faq-view .column.main .faq-category .items .item .read-more:after,
.faq-search-index .column.main .faq-category .items .item .read-more:after {
  right: 22px;
  background: url(/pub/media/wysiwyg/faq/lundracing-up-arrow.svg) center center no-repeat;
  content: "";
  height: 1rem;
  top: 2.3rem;
  transform: rotate(90deg);
  width: 1rem;
  position: absolute;
  background-size: cover;
}
.faq-faq-view .sidebar-main .block-content .items .item .count,
.faq-search-index .sidebar-main .block-content .items .item .count {
  color: #171717;
}
@media only screen and (max-width: 768px) {
  .faq-faq-view .column.main {
    padding: 20px;
    margin-bottom: 40px;
  }
  .faq-faq-view .column.main .faq-search-form .form {
    width: 100% !important;
  }
}
.faq-category-view .breadcrumbs {
  padding: 1.5rem 2rem;
}
.faq-category-view .column.main {
  box-shadow: 0 0 5rem rgba(20, 27, 147, 0.1);
  padding: 6rem 8rem;
  margin-bottom: 100px;
}
.faq-category-view .column.main .faq-category .faqcat-title {
  margin-bottom: 2em;
}
.faq-category-view .column.main .faq-category .faqs-list .item > a {
  background: #f0f0f0;
}
.faq-category-view .column.main .faq-category .faqs-list .item .description {
  padding: 30px 20px 30px 20px;
}
.faq-category-view .column.main .faq-category .faqs-list .item .description p em,
.faq-category-view .column.main .faq-category .faqs-list .item .description p i {
  font-style: initial;
}
.faq-category-view .column.main .faq-category .faqs-list .item .read-more {
  background: #f7b00a;
  margin: 0 auto;
  width: fit-content;
  color: #fff !important;
  padding-right: 38px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 34px;
  font-size: 16px;
}
.faq-category-view .column.main .faq-category .faqs-list .item .read-more:after {
  right: 22px;
  background: url(/pub/media/wysiwyg/faq/lundracing-up-arrow.svg) center center no-repeat !important;
  content: "";
  height: 1rem;
  top: 2.3rem;
  transform: rotate(90deg);
  width: 1rem;
  position: absolute;
  background-size: cover;
}
.faq-category-view .sidebar-main .block-content .items .item .count {
  color: #171717;
}
@media only screen and (max-width: 768px) {
  .faq-category-view .column.main {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.faq-search-index .breadcrumbs {
  padding: 1.5rem 2rem;
}
.faq-search-index .page-title {
  font-size: 3.2rem;
  font-weight: 700;
}
.faq-search-index .column.main {
  box-shadow: 0 0 5rem rgba(20, 27, 147, 0.1);
  padding: 6rem 8rem;
  margin-bottom: 100px;
}
.faq-search-index .column.main .faq-content h2.first-title {
  color: #171717;
}
.faq-search-index .column.main .faq-content h2.first-title i {
  border-bottom-color: #f7b00a;
}
.faq-search-index .column.main .faq-content .items .item > a {
  background: #f0f0f0;
  font-family: "Work Sans", sans-serif !important;
}
.faq-search-index .column.main .faq-content .items .item > a .faq-iconplus:before {
  content: "+";
  font-size: 1.8rem;
  font-weight: 500;
}
.faq-search-index .column.main .faq-content .items .item .description p {
  color: #171717;
  padding: 0 2rem 1rem 2rem;
}
.faq-search-index .column.main .faq-content .items .item .description p em,
.faq-search-index .column.main .faq-content .items .item .description p i {
  font-style: initial;
}
.faq-search-index .column.main .faq-content .items .item .description p strong {
  color: #171717;
}
.faq-search-index .column.main .faq-content .items .item .read-more {
  background: #f7b00a;
  margin: 0 auto;
  width: fit-content;
  color: #fff !important;
  padding-right: 38px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 34px;
  font-size: 16px;
}
.faq-search-index .column.main .faq-content .items .item .read-more:after {
  right: 22px;
  background: url(/pub/media/wysiwyg/faq/lundracing-up-arrow.svg) center center no-repeat !important;
  content: "";
  height: 1rem;
  top: 2.3rem;
  transform: rotate(90deg);
  width: 1rem;
  position: absolute;
  background-size: cover;
}
.faq-search-index .column.main .faq-content .items .item.active > a .faq-iconplus:before {
  content: "-" !important;
  font-size: 1.8rem;
  font-weight: 500;
}
.faq-search-index .sidebar-main .block-faq-category .block-title strong {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
  padding-bottom: 2rem;
}
.faq-search-index .sidebar-main .block-content .items .item {
  padding-bottom: 1rem;
}
.faq-search-index .sidebar-main .block-content .items .item a {
  color: #171717;
}
.faq-search-index .sidebar-main .block-content .items .item a .count {
  color: #171717;
}
@media only screen and (max-width: 768px) {
  .faq-search-index .column.main {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.maintenance-index-index .page-main {
  height: 100%;
  max-width: 100%;
  padding: 0px !important;
}
.maintenance-index-index .maintenance-page-wrapper {
  font-family: Poppins;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  height: 100vh;
  overflow: scroll;
}
.maintenance-index-index .maintenance-page-wrapper a {
  cursor: pointer;
}
.maintenance-index-index .maintenance-page-wrapper h1.headline-text {
  font-weight: 500;
}
.maintenance-index-index .maintenance-page-wrapper button {
  cursor: pointer;
}
.maintenance-index-index .maintenance-page-wrapper .content {
  padding: 6em 0em;
  position: relative;
}
.maintenance-index-index .maintenance-page-wrapper .content #timer {
  font-size: 30px;
  font-weight: 500;
  margin: 50px auto;
}
.maintenance-index-index .maintenance-page-wrapper .headline_text {
  font-size: 45px;
  font-weight: 600;
}
.maintenance-index-index .maintenance-page-wrapper .description {
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-block .newsletter-text {
  font-size: 20px;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe {
  width: 60%;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content {
  display: inline-flex;
  width: 100%;
  margin: 30px auto;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter {
  width: 75%;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter .control input {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: 1px solid #000;
  color: #000000;
  height: auto;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter .control input::placeholder {
  color: #000000;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter .newsletter-message {
  margin: 10px auto;
  text-align: left;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter .newsletter-message.newsletter-error {
  color: #ff0000;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter .newsletter-message.newsletter-success {
  color: #008000;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions {
  width: 25%;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions .action.primary {
  padding: 17px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000;
  border-left: 0px;
  font-weight: 500;
  border-radius: 0px;
}
.maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions .action.primary:hover {
  color: #000000;
  background-color: #ffffff;
}
.maintenance-index-index .maintenance-page-wrapper .social-block {
  margin: 30px 0;
  line-height: 1em;
  display: inline-block;
}
.maintenance-index-index .maintenance-page-wrapper .social-block a {
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-size: 24px;
  padding: 15px;
}
.maintenance-index-index .maintenance-page-wrapper .contact-block {
  margin: 30px auto;
  line-height: 1em;
}
.maintenance-index-index .maintenance-page-wrapper .contact-block a {
  padding: 10px 15px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}
.maintenance-index-index .maintenance-page-wrapper .contact-block a:hover {
  background: transparent;
  color: #fff;
}
.maintenance-index-index .maintenance-page-wrapper .contact-block a span {
  font-weight: bold;
}
.maintenance-index-index .logo-maintenance a {
  display: block;
  background: white;
  padding: 0 20px;
  float: unset;
  width: 210px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .maintenance-index-index .maintenance-page-wrapper .content {
    padding: 10em 0px;
  }
}
@media (max-width: 767px) {
  .maintenance-index-index .maintenance-page-wrapper .content {
    padding: 3em 0em;
  }
  .maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe {
    width: 100%;
  }
  .maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content {
    margin: 15px 0px;
  }
  .maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .field.newsletter {
    width: 65%;
  }
  .maintenance-index-index .maintenance-page-wrapper .newsletter-form-wrapper .form.subscribe .newsletter-content .actions {
    width: 35%;
  }
  .maintenance-index-index .maintenance-page-wrapper .social-block {
    margin: 15px auto;
  }
}
