/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
._custom-mixin-menu .navigation {
  position: relative;
  padding: 0;
}
._custom-mixin-menu .navigation .parent > a {
  display: block;
  text-decoration: none;
  position: relative;
}
._custom-mixin-menu .navigation .parent > a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  content: '\e90b';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
._custom-mixin-menu .navigation .parent > a:hover:after {
  color: #404040;
}
._custom-mixin-menu .navigation .parent > a:active:after {
  color: #404040;
}
._custom-mixin-menu .navigation .parent > a:after {
  position: absolute;
  right: 8px;
  top: 8px;
}
._custom-mixin-menu .navigation .parent > a.ui-state-active {
  font-weight: 600;
  padding-left: 28px;
  display: block;
  text-decoration: none;
}
._custom-mixin-menu .navigation .parent > a.ui-state-active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  content: '\e903';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
._custom-mixin-menu .navigation .parent > a.ui-state-active:hover:before {
  color: #404040;
}
._custom-mixin-menu .navigation .parent > a.ui-state-active:active:before {
  color: #404040;
}
._custom-mixin-menu .navigation .parent > a.ui-state-active::before {
  position: absolute;
  left: 0;
}
._custom-mixin-menu .navigation .parent > a.ui-state-active:after {
  content: '';
}
._custom-mixin-menu .navigation .parent.is-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f7f7f7;
  z-index: 2;
}
._custom-mixin-menu .navigation .parent.is-active.level-top {
  padding: 0 15px;
}
._custom-mixin-menu .nav-sections {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -ms-transition: right 0.3s;
  transition: right 0.3s;
  right: -100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 85vw;
  max-width: 430px;
}
._custom-mixin-menu .nav-sections .switcher {
  border-bottom: 1px solid #bbbbbb;
  font-size: 1.6rem;
  margin: 0;
  padding: .8rem 3.5rem .8rem 2rem;
}
._custom-mixin-menu .nav-sections .switcher .label {
  display: block;
  margin-bottom: 4px;
}
._custom-mixin-menu .nav-sections .switcher:last-child {
  border-bottom: 1px solid #bbbbbb;
}
._custom-mixin-menu .nav-sections .switcher-trigger strong {
  display: block;
  text-decoration: none;
  position: relative;
}
._custom-mixin-menu .nav-sections .switcher-trigger strong:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  line-height: inherit;
  color: #000000;
  content: '\e909';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
._custom-mixin-menu .nav-sections .switcher-trigger strong:hover:after {
  color: #404040;
}
._custom-mixin-menu .nav-sections .switcher-trigger strong:active:after {
  color: #404040;
}
._custom-mixin-menu .nav-sections .switcher-trigger strong:after {
  position: absolute;
  right: -40px;
  top: -16px;
}
._custom-mixin-menu .nav-sections .switcher-trigger.active strong:after {
  content: '\e90c';
}
._custom-mixin-menu .nav-sections .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  padding: 8px 0;
}
._custom-mixin-menu .nav-sections .switcher-options.active .switcher-dropdown {
  display: block;
}
._custom-mixin-menu .nav-sections .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  border-bottom: 1px solid #bbbbbb;
  display: none;
}
._custom-mixin-menu .nav-sections .header.links li {
  font-size: 1.6rem;
  margin: 0;
}
._custom-mixin-menu .nav-sections .header.links li.greet.welcome {
  border-top: 1px solid #bbbbbb;
  font-weight: 700;
  padding: 0.8rem 16px;
}
._custom-mixin-menu .nav-sections .header.links li > a {
  border-top: 1px solid #bbbbbb;
}
._custom-mixin-menu .nav-sections .header.links a,
._custom-mixin-menu .nav-sections .header.links a:hover {
  color: #000000;
  text-decoration: none;
  display: block;
  font-weight: 600;
  padding: 0.8rem 16px;
}
._custom-mixin-menu .nav-sections .header.links .header.links {
  border: 0;
}
._custom-mixin-menu .nav-sections-items {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
._custom-mixin-menu .nav-sections-items:before,
._custom-mixin-menu .nav-sections-items:after {
  content: '';
  display: table;
}
._custom-mixin-menu .nav-sections-items:after {
  clear: both;
}
._custom-mixin-menu .nav-mobile-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: 71px;
  width: 70px;
  line-height: 71px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  background: #f0f0f0;
  border: solid #bbbbbb;
  border-width: 0 0 1px 1px;
  display: inline-block;
  text-decoration: none;
}
._custom-mixin-menu .nav-mobile-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  content: '\e92d';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
._custom-mixin-menu .nav-mobile-close:hover:before {
  color: #404040;
}
._custom-mixin-menu .nav-mobile-close:active:before {
  color: #404040;
}
._custom-mixin-menu .nav-sections-item-title {
  background: #eaeaea;
  border: solid #dedede;
  border-width: 0 0 1px 1px;
  height: 71px;
  width: 100%;
  padding: 21px 15px;
  text-align: center;
  pointer-events: none;
}
._custom-mixin-menu .navigation {
  background: #f7f7f7;
}
._custom-mixin-menu .navigation ul {
  margin: 0;
  padding: 0;
  position: relative;
}
._custom-mixin-menu .navigation li {
  margin: 0;
}
._custom-mixin-menu .navigation a {
  display: block;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 16px;
}
._custom-mixin-menu .navigation a,
._custom-mixin-menu .navigation a:hover {
  color: #000000;
  text-decoration: none;
}
._custom-mixin-menu .navigation .ui-menu-item {
  border-bottom: 1px solid #bbbbbb;
}
._custom-mixin-menu .navigation .level0 {
  font-size: 1.6rem;
}
._custom-mixin-menu .navigation .level0 > .level-top {
  font-weight: 600;
  padding: 8px 32px 8px 16px;
  word-wrap: break-word;
}
._custom-mixin-menu .navigation .level0 > .level-top:hover {
  color: #333333;
}
._custom-mixin-menu .navigation .level0.active .all-category .ui-state-focus {
  color: #ff5501;
  padding-left: 8px;
  display: inline-block;
}
._custom-mixin-menu .navigation .level0.active > a:not(.ui-state-active),
._custom-mixin-menu .navigation .level0.has-active > a:not(.ui-state-active) {
  color: #ff5501;
}
._custom-mixin-menu .navigation li.level0:last-child {
  border-bottom: 1px solid #bbbbbb;
}
._custom-mixin-menu .navigation .submenu > li {
  word-wrap: break-word;
}
._custom-mixin-menu .navigation .submenu > li > a:hover {
  color: #333333;
}
._custom-mixin-menu .navigation .submenu.level1 {
  left: 16px;
  width: calc(100% - @{@submenu__padding-left});
}
._custom-mixin-menu .navigation .submenu:not(:first-child) {
  font-weight: 400;
  line-height: 1.3;
  overflow-x: hidden;
  padding: 0;
  top: 0 !important;
  transition: left 0.3s ease-out;
  height: auto;
}
._custom-mixin-menu .navigation .submenu:not(:first-child).level0 {
  height: calc(100vh - 113px);
}
._custom-mixin-menu .navigation .submenu:not(:first-child) > li:last-child {
  margin-bottom: 0;
}
._custom-mixin-menu .navigation .submenu:not(:first-child) ul {
  display: block;
  padding-left: 16px;
}
._custom-mixin-menu .navigation .submenu:not(:first-child) ul > li {
  margin: 0;
}
._custom-mixin-menu .navigation .submenu:not(:first-child) ul > li a {
  color: #000000;
  display: block;
  line-height: normal;
}
._custom-mixin-menu .navigation .submenu:not(:first-child) ul > li a:hover {
  color: #333333;
}
._custom-mixin-menu .navigation .submenu:not(:first-child) .active > a {
  color: #ff5501;
}
._custom-mixin-menu .navigation a:not(.ui-state-active) + .submenu {
  height: 0;
  left: -100%;
}
._custom-mixin-menu .navigation .ui-state-active + .submenu:not(:first-child) {
  left: 0;
}
._custom-mixin-nav-before-open body {
  height: 100%;
  position: relative;
  width: 100%;
}
._custom-mixin-nav-open .nav-sections {
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  right: 0;
  z-index: 99;
}
._custom-mixin-nav-open .nav-sections .header.links {
  display: block;
}
._custom-mixin-nav-open .nav-toggle:after {
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amcompany-tree-line.-vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px dashed #cfcfcf;
  content: '';
}
.amcompany-tree-line.-horizontal {
  position: absolute;
  right: 0;
  left: -18px;
  width: 15px;
  border-top: 1px dashed #cfcfcf;
  content: '';
}
._am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@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-popup-wrapper {
    padding: 15px;
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.contact-index-index .fieldset {
  margin-bottom: 20px;
}
.contact-index-index .fieldset .legend {
  padding-bottom: 0;
}
.contact-info-number {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .contact-info-number {
    font-weight: 300;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px), print {
  ._rwd_width {
    min-width: 0 !important;
    max-width: auto !important;
  }
  ._rwd_width_float {
    width: 100% !important;
    float: none !important;
  }
  .contact-index-index .fieldset .legend {
    border: none;
  }
  .contact-index-index .column.main .widget.static.block {
    float: left;
    width: 70%;
  }
  .contact-info-number {
    margin-bottom: 15px;
  }
  .column:not(.sidebar-main) .form.contact,
  .column:not(.sidebar-additional) .form.contact {
    width: 27%;
    float: right;
  }
}
.cms-index-index .page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.widget .block-promo img {
  max-width: none;
}
.block-promo {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  color: #333 !important;
}
.block-promo:hover {
  text-decoration: none;
}
.block-promo .content {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  padding: 25px 35px 35px;
}
.block-promo .title {
  display: block;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.block-promo .info {
  display: block;
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-promo .more {
  font-size: 1.6rem;
}
.block-promo .icon.more {
  display: inline-block;
  text-decoration: none;
}
.block-promo .icon.more:after {
  font-family: 'luma-icons';
  content: '\e608';
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 0 5px;
}
.block-promo .button.more {
  font-size: 1.8rem;
  background-image: none;
  background: #1979c3;
  padding: 7px 15px;
  color: #fff;
  border: 1px solid #1979c3;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-decoration: none;
  padding: 10px 15px;
}
.block-promo .button.more:focus,
.block-promo .button.more:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-promo .button.more:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-promo .button.more.disabled,
.block-promo .button.more[disabled],
fieldset[disabled] .block-promo .button.more {
  cursor: default;
  pointer-events: none;
  opacity: .5;
}
.block-promo .title + .button {
  margin-top: 10px;
}
.block-promo sup {
  top: -0.2em;
}
.block-promo-2columns .content {
  padding: 20px 25px;
}
.womens-main .content,
.womens-pants .content,
.training-main .content,
.training-erin .content,
.sale-main .content,
.sale-women .content,
.mens-main .content,
.mens-pants .content,
.gear-main .content,
.gear-equipment .content,
.new-main .content,
.new-eco .content,
.home-main .content,
.home-performance .content,
.home-eco .content,
.collection-eco .content,
.collection-performance .content {
  background-color: rgba(255, 255, 255, 0.9);
}
.sale-main,
.mens-main,
.gear-main,
.womens-main {
  max-width: 1080px;
}
.sale-women,
.sale-mens,
.mens-pants,
.womens-pants,
.gear-fitnes,
.gear-equipment,
.new-performance,
.new-eco {
  max-width: 580px;
}
.training-main,
.training-erin,
.collection-eco,
.collection-performance,
.home-main {
  max-width: 1280px;
}
.home-pants .content {
  top: 0;
  left: 0;
  width: 80%;
}
.home-pants .title {
  display: block;
  font-weight: 600;
  font-family: Halvetica Neue, Helvetica, Arial, sans-serif;
  white-space: nowrap;
  margin-bottom: 0;
}
.home-t-shirts {
  background: #ffdd16;
}
.home-erin {
  height: 373px;
}
.home-erin .content {
  top: 0;
  right: 0;
  width: 60%;
}
.home-performance {
  height: 664px;
}
.home-performance .content {
  top: 25px;
  right: 25px;
  left: 25px;
}
.home-eco {
  height: 274px;
}
.new-performance .icon.more {
  white-space: nowrap;
}
.block-promo-hp .bg-white,
.block-promo-hp .home-erin .content {
  padding: 20px;
}
.womens-erin {
  background: #f4f4f4;
}
.womens-erin .content {
  padding: 20px 35px;
}
.training-main {
  height: 372px;
}
.training-main .title {
  margin-bottom: 0;
  line-height: 1.4;
}
.training-main .title span {
  font-weight: 600;
}
.training-erin {
  height: 214px;
}
.training-erin .content {
  padding: 15px;
  text-align: center;
}
.training-erin .info {
  margin-bottom: 0;
}
.training-on-demand,
.training-videos {
  color: #fff !important;
}
.training-on-demand .content,
.training-videos .content {
  position: static;
  text-align: center;
}
.training-on-demand .icon.calendar,
.training-videos .icon.calendar,
.training-on-demand .icon.download,
.training-videos .icon.download {
  margin-top: -10px;
  display: block;
  text-decoration: none;
}
.training-on-demand .icon.calendar > span,
.training-videos .icon.calendar > span,
.training-on-demand .icon.download > span,
.training-videos .icon.download > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.training-on-demand .icon.calendar:before,
.training-videos .icon.calendar:before,
.training-on-demand .icon.download:before,
.training-videos .icon.download:before {
  font-family: 'luma-icons';
  font-size: 32px;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.training-on-demand .icon.calendar:before,
.training-videos .icon.calendar:before {
  content: '\e612';
}
.training-on-demand .icon.download:before,
.training-videos .icon.download:before {
  content: '\e626';
}
.training-on-demand .icon.more,
.training-videos .icon.more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.training-on-demand .info,
.training-videos .info {
  font-size: 16px;
}
.training-on-demand {
  background: #00ade2;
}
.training-videos {
  background: #5a5e62;
}
.sale-women,
.sale-mens {
  height: 372px;
}
.sale-mens .content {
  top: 0;
  right: 0;
  width: 60%;
}
.sale-20-off .content,
.sale-free-shipping .content,
.sale-womens-t-shirts .content {
  padding: 15px 20px;
}
.sale-20-off {
  background: #f4f4f4;
}
.sale-20-off .title {
  font-size: 4rem;
  font-weight: 700;
  white-space: nowrap;
}
.sale-20-off img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}
.sale-20-off .content {
  width: 75%;
  position: relative;
}
.sale-free-shipping {
  background: #71b54e;
  color: #fff !important;
}
.sale-free-shipping .content {
  position: static;
}
.sale-free-shipping img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100% !important;
}
.sale-womens-t-shirts {
  background: #fedd16;
}
.sale-womens-t-shirts .content {
  position: static;
}
.sale-womens-t-shirts img {
  max-width: 95% !important;
}
.mens-main .content {
  width: 45%;
}
.womens-main,
.home-main,
.mens-main,
.new-main,
.sale-main,
.gear-main {
  height: 450px;
}
.womens-t-shirts,
.mens-t-shirts {
  background: #ffdd17;
}
.womens-t-shirts img,
.mens-t-shirts img {
  max-width: 100% !important;
}
.womens-t-shirts .content,
.mens-t-shirts .content {
  position: static;
}
.womens-pants,
.mens-pants,
.gear-fitnes,
.gear-equipment,
.new-performance,
.new-eco {
  height: 372px;
}
.womens-pants .info span,
.mens-pants .info span {
  display: block;
  font-size: 4.4rem;
  font-family: Halvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}
.womens-category-pants,
.womens-category-tanks,
.womens-category-shorts,
.mens-category-tees,
.mens-category-hoodies,
.mens-category-shorts,
.gear-category-bags,
.gear-category-equipment,
.gear-category-watches {
  background: #f4f4f4;
  min-height: 170px;
}
.womens-category-pants img,
.womens-category-tanks img,
.womens-category-shorts img,
.mens-category-tees img,
.mens-category-hoodies img,
.mens-category-shorts img,
.gear-category-bags img,
.gear-category-equipment img,
.gear-category-watches img {
  max-width: 100% !important;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 60%;
}
.womens-category-pants .content,
.womens-category-tanks .content,
.womens-category-shorts .content,
.mens-category-tees .content,
.mens-category-hoodies .content,
.mens-category-shorts .content,
.gear-category-bags .content,
.gear-category-equipment .content,
.gear-category-watches .content {
  padding: 20px 0 50px 20px !important;
  position: static;
  width: 60%;
  z-index: 1;
}
.womens-category-pants .title,
.womens-category-tanks .title,
.womens-category-shorts .title,
.mens-category-tees .title,
.mens-category-hoodies .title,
.mens-category-shorts .title,
.gear-category-bags .title,
.gear-category-equipment .title,
.gear-category-watches .title,
.womens-category-pants .info,
.womens-category-tanks .info,
.womens-category-shorts .info,
.mens-category-tees .info,
.mens-category-hoodies .info,
.mens-category-shorts .info,
.gear-category-bags .info,
.gear-category-equipment .info,
.gear-category-watches .info {
  font-size: 1.8rem;
}
.womens-category-pants .title,
.womens-category-tanks .title,
.womens-category-shorts .title,
.mens-category-tees .title,
.mens-category-hoodies .title,
.mens-category-shorts .title,
.gear-category-bags .title,
.gear-category-equipment .title,
.gear-category-watches .title {
  font-weight: 400;
  margin-bottom: 5px;
}
.womens-category-pants .more,
.womens-category-tanks .more,
.womens-category-shorts .more,
.mens-category-tees .more,
.mens-category-hoodies .more,
.mens-category-shorts .more,
.gear-category-bags .more,
.gear-category-equipment .more,
.gear-category-watches .more {
  position: absolute;
  z-index: 1;
  bottom: 20px;
}
.gear-fitnes .content,
.new-performance .content {
  right: 0;
  top: 0;
  width: 65%;
}
.collection-eco,
.collection-performance {
  height: 200px;
}
.collection-eco .content,
.collection-performance .content {
  padding: 15px;
  text-align: center;
}
.collection-eco .info,
.collection-performance .info {
  margin-bottom: 0;
}
.collection-erin {
  background: #f4f4f4;
}
.collection-erin .content {
  padding: 20px 35px;
}
.content-heading {
  text-align: center;
  margin: 10px 0 25px;
}
.content-heading .title {
  margin: 0 0 5px;
}
.content-heading .info {
  margin-bottom: 0;
}
.categories-menu .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.categories-menu a:link,
.categories-menu a:visited,
.categories-menu a:hover,
.categories-menu a:active {
  color: #333;
}
.categories-menu .items {
  margin-bottom: 40px;
}
.categories-menu .items:last-child {
  margin-bottom: 0;
}
.cms-content-important {
  display: block;
  background: #f5f5f5;
}
.cms-content-important h2 {
  margin-top: 0;
}
.cms-content table {
  border: none;
}
.cms-content table > thead > tr > th,
.cms-content table > tbody > tr > th,
.cms-content table > tfoot > tr > th,
.cms-content table > thead > tr > td,
.cms-content table > tbody > tr > td,
.cms-content table > tfoot > tr > td {
  border: none;
}
.cms-content table > thead > tr > th,
.cms-content table > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.cms-content table > tbody > tr:nth-child(even) > td,
.cms-content table > tbody > tr:nth-child(even) > th {
  background: #f7f7f7;
}
.cms-content table th {
  font-weight: 400;
}
.cms-content table td {
  font-weight: 600;
}
.cms-content .block .block-title {
  margin-bottom: 15px;
}
.cms-content .block .block-title > strong {
  display: none;
}
.cms-content .block .box-title {
  display: inline-block;
  margin: 0 0 15px;
}
.cms-content .block .box-title > span {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
.cms-content .block .block-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 399px) {
  .womens-pants img {
    width: 250%;
    float: right;
    margin: -70px -140px 0 0;
  }
  .mens-main img {
    margin-left: -180px;
  }
  .training-main img,
  .gear-main img,
  .womens-main img {
    margin-left: -210px;
  }
  .home-main img {
    margin-left: -310px;
  }
  .sale-main img,
  .mens-pants img,
  .home-eco img {
    margin-left: -150px;
  }
  .sale-mens img,
  .gear-fitnes img,
  .new-performance img {
    margin-left: -60px;
  }
  .new-main img,
  .sale-women img,
  .training-erin img,
  .gear-equipment img {
    margin-left: -120px;
  }
  .new-eco img {
    margin-left: -80px;
  }
  .home-pants,
  .home-performance {
    height: 580px;
  }
  .home-pants img,
  .home-performance img {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .blocks-promo {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-promo {
    margin-bottom: 8px;
  }
  .block-promo .title {
    font-size: 2.2rem;
  }
  .block-promo .info {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .block-promo .more {
    font-size: 1.4rem;
  }
  .block-promo .icon.more:after {
    font-size: 1rem;
  }
  .block-promo .button.more {
    font-size: 1.2rem;
  }
  .block-promo .content {
    padding: 15px 20px 20px;
  }
  .block-promo .button.more {
    padding: 8px 12px;
  }
  .home-pants {
    max-width: 417px;
  }
  .home-erin {
    max-width: 426px;
  }
  .home-performance {
    max-width: 415px;
  }
  .home-eco {
    max-width: 858px;
  }
  .home-pants,
  .home-performance {
    height: 580px;
  }
  .womens-main .content,
  .mens-main .content,
  .gear-main .content,
  .new-main .content,
  .home-main .content,
  .training-main .content,
  .sale-main .content {
    top: 20px;
    right: 0;
    width: 65%;
  }
  .training-main .title {
    font-size: 2rem;
  }
  .womens-erin .content,
  .collection-erin .content {
    position: static;
  }
  .womens-erin img,
  .collection-erin img {
    display: block;
    margin: 0 auto;
    max-width: 75% !important;
  }
  .sale-women .content {
    width: 60%;
    bottom: 20px;
    left: 0;
  }
  .sale-main .content {
    top: auto;
    bottom: 20px;
  }
  .sale-20-off {
    min-height: 185px;
  }
  .sale-20-off .title {
    font-size: 4rem;
  }
  .womens-category-pants .title,
  .womens-category-tanks .title,
  .womens-category-shorts .title,
  .mens-category-tees .title,
  .mens-category-hoodies .title,
  .mens-category-shorts .title,
  .gear-category-bags .title,
  .gear-category-equipment .title,
  .gear-category-watches .title {
    font-size: 1.6rem;
  }
  .womens-category-pants .info,
  .womens-category-tanks .info,
  .womens-category-shorts .info,
  .mens-category-tees .info,
  .mens-category-hoodies .info,
  .mens-category-shorts .info,
  .gear-category-bags .info,
  .gear-category-equipment .info,
  .gear-category-watches .info {
    font-size: 1.4rem;
  }
  .womens-pants .info span,
  .mens-pants .info span {
    font-size: 4rem;
  }
  .womens-pants .content,
  .mens-pants .content {
    max-width: 220px;
    bottom: 20px;
  }
  .home-eco .content {
    width: 65%;
    top: 20px;
    right: 0;
  }
  .gear-fitnes .content,
  .new-performance .content,
  .home-erin .content {
    padding-top: 30px;
  }
  .gear-equipment .content,
  .new-eco .content {
    left: 0;
    bottom: 20px;
    max-width: 220px;
  }
  .training-erin .content {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .training-erin .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .training-erin .info {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .training-on-demand .content,
  .training-videos .content {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .home-pants img {
    position: absolute;
    z-index: 0;
    bottom: -10px;
  }
  .home-pants .title {
    font-size: 4rem;
  }
  .home-performance img {
    position: absolute;
    z-index: 0;
    top: -20px;
  }
  .womens-main .content,
  .training-main .content,
  .gear-main .content {
    top: auto;
    bottom: 20px;
  }
  .home-t-shirts .image {
    display: block;
    padding: 20px 20px 0;
  }
  .home-t-shirts img {
    max-width: 100% !important;
  }
  .home-t-shirts .content {
    position: static;
  }
  .collection-eco .content,
  .collection-performance .content {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .collection-eco .title,
  .collection-performance .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .collection-eco .info,
  .collection-performance .info {
    font-size: 1.2rem;
  }
  .collection-erin .title {
    font-size: 1.8rem;
  }
  .collection-erin .info {
    font-size: 1.2rem;
  }
  .content-heading .title {
    font-size: 3rem;
  }
  .content-heading .info {
    font-size: 1.4rem;
  }
  .cms-content-important {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .cms-content table {
    margin: 10px 0 0;
  }
  .cms-content table thead th {
    font-size: 1.1rem;
  }
  .cms-content ul li {
    margin-bottom: 5px;
  }
  .cms-content .block .box {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 640px), print {
  .block-promo {
    margin-bottom: 16px;
  }
  .block-promo-wrapper:before,
  .block-promo-wrapper:after {
    content: "";
    display: table;
  }
  .block-promo-wrapper:after {
    clear: both;
  }
  .block-promo-wrapper .block-promo {
    float: left;
    border-right: 16px solid #ffffff;
  }
  .block-promo-2columns .block-promo {
    width: 50%;
  }
  .block-promo-3columns .block-promo {
    width: 33.3%;
  }
  .block-promo-2columns .block-promo:nth-child(2n),
  .block-promo-3columns .block-promo:nth-child(3n) {
    border-right: 0;
  }
}
@media all and (min-width: 768px), print {
  .block-promo-hp {
    margin: 0 -8px;
  }
  .block-promo-hp .block-promo {
    border-left: 8px solid #fff;
    border-right: 8px solid #ffffff;
  }
  .block-promo-wrapper .home-performance {
    float: right;
  }
  .home-pants,
  .home-erin,
  .home-performance {
    width: 33.3%;
  }
  .home-t-shirts,
  .home-eco {
    width: 66.7%;
  }
  .womens-main .content,
  .mens-main .content,
  .gear-main .content,
  .new-main .content,
  .home-main .content,
  .training-main .content,
  .sale-main .content {
    top: 40px;
    right: 40px;
    width: 40%;
  }
  .womens-t-shirts,
  .mens-t-shirts {
    height: 372px;
  }
  .womens-pants .content,
  .mens-pants .content {
    width: 47%;
    left: 20px;
    top: 20px;
  }
  .womens-erin,
  .home-t-shirts,
  .collection-erin {
    display: table;
  }
  .womens-erin .content,
  .home-t-shirts .content,
  .collection-erin .content,
  .womens-erin .image,
  .home-t-shirts .image,
  .collection-erin .image {
    display: table-cell;
  }
  .womens-erin .content,
  .home-t-shirts .content,
  .collection-erin .content {
    position: static;
  }
  .womens-erin .image,
  .home-t-shirts .image,
  .collection-erin .image {
    vertical-align: bottom;
  }
  .womens-erin img,
  .home-t-shirts img,
  .collection-erin img {
    float: right;
  }
  .home-t-shirts {
    height: 276px;
  }
  .home-t-shirts .content {
    width: 40%;
  }
  .home-t-shirts .image {
    width: 60%;
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
  }
  .home-t-shirts img {
    max-width: 100% !important;
  }
  .womens-category-pants,
  .womens-category-tanks,
  .womens-category-shorts,
  .mens-category-tees,
  .mens-category-hoodies,
  .mens-category-shorts,
  .gear-category-bags,
  .gear-category-equipment,
  .gear-category-watches {
    height: 210px;
  }
  .sale-women .content {
    width: 50%;
    left: 20px;
    bottom: 20px;
  }
  .sale-20-off .title {
    font-size: 4.4rem;
  }
  .sale-20-off .info {
    font-size: 1.8rem;
  }
  .sale-20-off,
  .sale-free-shipping,
  .sale-womens-t-shirts {
    height: 205px;
  }
  .sale-free-shipping .title {
    font-size: 2.5rem;
  }
  .sale-free-shipping .info {
    font-size: 1.6rem;
  }
  .sale-womens-t-shirts .title {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .sale-womens-t-shirts .info {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .home-eco .content {
    width: 70%;
    top: 45px;
    right: 45px;
  }
  .gear-equipment .content,
  .new-eco .content {
    left: 20px;
    bottom: 20px;
    width: 60%;
  }
  .new-eco .content {
    width: 70%;
  }
  .training-erin .content {
    width: 73%;
    top: 16px;
    bottom: 16px;
    right: 16px;
  }
  .training-erin .info {
    font-size: 1.6rem;
    display: block;
    padding: 0 10%;
  }
  .training-on-demand,
  .training-videos {
    height: 208px;
  }
  .home-pants {
    height: 664px;
  }
  .home-pants .title {
    font-size: 44px !important;
    font-size: 4.4rem !important;
    line-height: 1.2;
  }
  .collection-eco .content,
  .collection-performance .content {
    width: 60%;
    top: 16px;
    bottom: 16px;
    left: 50%;
    margin-left: -30%;
  }
  .collection-eco .title,
  .collection-performance .title {
    font-size: 4rem;
  }
  .collection-eco .info,
  .collection-performance .info {
    font-size: 2.2rem;
    display: block;
    padding: 0 10%;
  }
  .collection-erin {
    height: 164px;
  }
  .collection-erin .content {
    width: 70%;
  }
  .collection-erin .image {
    width: 30%;
  }
  .collection-erin .title {
    font-size: 4rem;
  }
  .collection-erin .info {
    font-size: 2.2rem;
  }
  .content-heading {
    position: relative;
  }
  .content-heading:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 25%, #cecece 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(25%, #ffffff), color-stop(100%, #cecece));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 25%, #cecece 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 25%, #cecece 100%);
    background: radial-gradient(ellipse at center, #ffffff 25%, #cecece 100%);
    position: absolute;
    top: 50%;
    z-index: 0;
  }
  .content-heading .title,
  .content-heading .info {
    position: relative;
    z-index: 1;
  }
  .content-heading .title {
    font-size: 3.8rem;
  }
  .content-heading .info {
    font-size: 1.8rem;
  }
  .cms-content-important {
    font-size: 2.2rem;
    font-weight: 300;
    padding: 20px;
    margin: 0 0 35px -20px;
  }
  .cms-content table {
    margin: 40px 0 0;
  }
  .cms-content ul li {
    margin-bottom: 15px;
  }
  .cms-content .block .block-content:before,
  .cms-content .block .block-content:after {
    content: "";
    display: table;
  }
  .cms-content .block .block-content:after {
    clear: both;
  }
  .cms-content .block .box {
    width: 48%;
    margin-bottom: 40px;
  }
  .cms-content .block .box:nth-child(1) {
    float: left;
    clear: left;
  }
  .cms-content .block .box:nth-child(2) {
    float: right;
  }
  .cms-content .block .box:nth-child(2) + * {
    clear: both;
  }
  .cms-content .block .box:nth-last-child(1),
  .cms-content .block .box:nth-last-child(2) {
    margin-bottom: 0;
  }
  .privacy-policy-content {
    box-sizing: border-box;
    width: 77.7%;
    float: right;
    padding-left: 2%;
  }
  .privacy-policy .block-collapsible-nav {
    box-sizing: border-box;
    width: 22.3%;
    float: left;
  }
}
/**
 * @copyright Copyright (c) 2018 www.tigren.com
 */
.delmar-betterpopup-block {
  position: absolute;
  z-index: 9999;
}
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.popup-loader img {
  width: 35px;
  margin: 0 auto;
  margin-top: -5px;
}
.popup-content h2 {
  color: #333;
  margin-bottom: 15px;
}
.popup-content p {
  color: #555;
  line-height: 1.5;
}
.popup-content .popup-button {
  background: #93E9BE;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
  color: #000000;
  border-radius: 5px;
  font-size: 16px;
}
.popup-content .popup-no-thanks {
  background: transparent;
  border: none;
  color: #333;
  margin-top: 15px;
  cursor: pointer;
  font-size: 10px;
}
.popup-content .p2 {
  font-size: 12px;
}
/* Additional styling for the button hover effects */
.popup-content .popup-button:hover,
.popup-content .popup-no-thanks:hover {
  opacity: 0.8;
}
#delmar-betterpopup-block {
  position: relative;
}
.dm-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.delmar-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.dm-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#dm-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 55px;
}
button.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
  height: 55px;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100%);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#dm-popup-template4 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4_field_newsletter {
  padding-right: 10%;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  margin-left: 25px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 30px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#dm-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #dm-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#dm-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #dm-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
.checkout-index-index .need-help {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods tr.amcheckout-method {
  width: 100%;
}
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .details-qty span.label {
  margin-right: 4px;
}
.checkout-index-index .address-declaration-left .sub-label {
  font-weight: 700;
  margin-left: 20px;
  font-size: 14px;
  color: #636363;
}
.checkout-index-index .address-declaration {
  padding: 0 15px 10px 15px;
  text-align: right;
  font-style: italic;
}
.checkout-index-index .address-declaration .note {
  display: block;
  font-size: 1.3rem;
  color: #656565;
}
.checkout-index-index .address-declaration .note.shp-dtls {
  font-weight: 700;
}
.checkout-index-index .table-checkout-shipping-method tbody td.col {
  padding-bottom: 0;
}
.checkout-index-index .breadcrumbs {
  margin: 10px 0 0 0;
}
.checkout-index-index .breadcrumbs .items > li {
  font-size: 12px;
}
.checkout-index-index .breadcrumbs .item:not(:last-child):after {
  content: '>';
  margin: 0 0 0 3px;
}
.checkout-index-index .breadcrumbs li {
  color: #636363;
}
.checkout-index-index .breadcrumbs li a {
  color: #2a2c83;
}
.checkout-index-index .breadcrumbs .fire-Verisign {
  float: left;
  position: absolute;
  top: 10px;
  right: 10px;
}
.checkout-index-index .amcheckout-main-container .amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin-bottom: 6.5px;
}
.checkout-index-index .opc-block-summary .product-item .details-qty {
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}
.checkout-index-index .opc-block-summary .product-item .cart-price {
  font-size: 14px;
}
.checkout-index-index .minicart-items .product-item-details .price-including-tax {
  line-height: 14px;
  margin: 0;
}
.checkout-index-index .minicart-items .product-item-details .price-excluding-tax {
  line-height: 14px;
  margin: 0;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  background: none;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index div.breadcrumbs {
    display: block;
  }
}
.checkout-cart-index .page-wrapper .block.discount .fieldset button.amcoupons-apply {
  padding: 0;
}
.checkout-cart-index .page-wrapper .block.discount .title.applied-coupons {
  padding: 10px 0;
}
.checkout-cart-index .page-wrapper .block.discount .title.applied-coupons:after {
  content: '';
}
.checkout-cart-index .page-wrapper .block.discount.active .title.applied-coupons:after {
  content: '';
}
.checkout-cart-index .amcoupons-main-container .amcoupons-applied-coupon {
  padding: 0;
}
.checkout-cart-index div.amcoupons-applied-coupon .amcoupons-remove:before {
  content: '';
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .page-wrapper .cart-totals .totals {
    display: flex;
  }
  .checkout-cart-index .page-wrapper .cart-totals .totals .amount {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .checkout-cart-index .page-wrapper .cart-totals .amcoupons-total-coupons {
    display: flex;
  }
}
#cart-coupon-list {
  display: none;
}
.coupon-list-container {
  pointer-events: auto;
}
.coupon-list-container .modal-inner-wrap {
  height: auto;
}
@media only screen and (min-width: 992px) {
  .coupon-list-container .modal-inner-wrap {
    width: 60%;
  }
}
.coupon-list-container .modal-inner-wrap .modal-header {
  position: relative;
  padding: 15px 30px;
  background: #1979c3;
  opacity: 0.7;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.coupon-list-container .modal-inner-wrap .modal-header .modal-title {
  font-weight: 400;
  border-bottom: none;
  padding-bottom: 0px;
  color: #ffffff;
  font-size: 20px;
}
.coupon-list-container .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  top: 17px;
  right: 30px;
  margin: 0px;
  width: 25px;
  height: 25px;
  transition: all .2s ease;
  padding: 0px;
  box-shadow: none;
}
.coupon-list-container .modal-inner-wrap .modal-header .action-close:before {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #ffffff;
}
.coupon-list-container .modal-inner-wrap .modal-content {
  padding-top: 3em;
  padding-bottom: 2.1em;
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .no-items {
  text-align: center;
  font-weight: 600;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper {
  border: 1px dotted #cacaca;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper {
    display: block;
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-code {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  border: 1px dashed #cacaca;
  padding: 10px;
  margin-right: 20px;
  min-width: 110px;
  height: 25px;
  word-break: break-all;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-code {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details {
  margin-right: 20px;
  flex-basis: 100%;
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-name {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description {
  margin-bottom: 0px;
  position: relative;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description {
  position: relative;
  margin-bottom: 10px;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description.read-more-description {
  overflow: hidden;
  max-height: 40px;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  color: #666666;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description.white-patch:after {
  content: '';
  position: absolute;
  height: 30px;
  width: 100%;
  top: 30%;
  left: -6px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description.white-patch:after {
    left: 0;
    top: 60%;
    background-image: linear-gradient(to bottom, transparent, #ffffff);
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions {
    text-align: center;
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-apply,
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel {
  outline: none;
  border: none;
  padding: 10px 40px;
  background: #1979c3;
  color: #ffffff;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-apply:hover,
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel:hover {
  background: #006bb4;
}
.page-main .block.discount {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .page-main .block.discount {
    padding-left: 22px;
  }
}
.coupon-list-container {
  clear: both;
}
.view-coupon-list-link {
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  .view-coupon-list-link {
    padding-left: 39px;
  }
}
.coupon-list-container .messages ul,
.coupon-list-container .messages li {
  list-style: none;
}
.coupon-list-container .messages {
  margin-bottom: 10px;
}
.coupon-list-container .messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}
.coupon-list-container .messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.coupon-list-container .messages .success-msg li {
  color: #000;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}
.coupon-list-container .messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}
#eligible-promo-message {
  margin-bottom: 15px;
}
.checkout-cart-index .product-image-photo {
  position: relative;
}
.checkout-cart-index .badges {
  z-index: 999;
}
.checkout-cart-index #shopping-cart-table tbody td .badges {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 10px 5px 1px 15px;
  z-index: 9999;
  background: url("../Smartwave_Porto/images/badge.png") no-repeat;
  background-size: 100% 100%;
  height: 20px;
}
.checkout-cart-index #shopping-cart-table tbody td .badges span {
  font-size: 12px;
}
.checkout-cart-index #shopping-cart-table tbody td .badges.FreeGift {
  background: url("../Smartwave_Porto/images/free-gift-icon.png") no-repeat;
  width: 18px;
  text-indent: -9999px;
  padding: 0;
  height: 20px;
  top: 10px;
  position: absolute;
  right: 5px;
  z-index: 1;
}
.checkout-cart-index #shopping-cart-table tbody td div.badges:nth-of-type(2) {
  top: 36px;
}
@media only screen and (max-width: 640px) {
  .checkout-cart-index #shopping-cart-table tbody td .badges {
    padding: 0 5px 1px 15px;
  }
}
.products-grid li .badges {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 2px 5px 1px 15px;
  z-index: 10;
  color: #636363;
  background: url("../Smartwave_Porto/images/badge.png") no-repeat;
  background-size: 100% 100%;
}
.products-grid li .badges:nth-of-type(2) {
  top: 35px;
}
.products-grid li .badges span {
  padding-left: 7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.products-grid li .badges.badges-freegift {
  padding-left: 18px;
  padding-right: 6px;
}
.products-grid li p.old-price.special-price-box {
  font-size: 14px;
  font-weight: 600;
}
.products-grid li p.old-price.special-price-box span.price {
  font-size: 14px;
  font-weight: normal;
}
.block-minicart .subtotal .label:after {
  margin-left: -4px;
}
.minicart-items .product-image-wrapper .product-image-photo {
  margin-right: 10px;
}
.minicart-items .product-details .badges {
  padding: 1px 5px 2px 20px;
  z-index: 1;
  background: url("../Smartwave_Porto/images/badge.png") no-repeat;
  background-size: 100% 100%;
  width: 75px;
  height: 23px;
  margin-bottom: 3px;
  line-height: 1.5;
}
.minicart-items .product-details .badges span {
  font-size: 12px;
}
.recommendations-wrapper {
  margin: 40px 0;
  padding: 0 20px;
}
.recommendations-wrapper h2 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.recommendations-wrapper .horizontal-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.recommendations-wrapper .horizontal-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.recommendations-wrapper .products-grid {
  display: inline-flex;
  gap: 20px;
  padding: 10px;
}
.recommendations-wrapper .product-item {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: left;
}
.recommendations-wrapper .product-item .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.recommendations-wrapper .product-item .product-item-photo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.recommendations-wrapper .product-item .more-options {
  margin: 8px 0;
}
.recommendations-wrapper .product-item .more-options a {
  color: #666;
  text-decoration: none;
  font-size: 12px;
}
.recommendations-wrapper .product-item .more-options a:hover {
  text-decoration: underline;
}
.recommendations-wrapper .product-item .product-item-name {
  font-size: 14px;
  margin: 8px 0;
  display: block;
  height: 40px;
  overflow: hidden;
}
.recommendations-wrapper .product-item .product-item-name a {
  color: #333;
  text-decoration: none;
}
.recommendations-wrapper .product-item .product-item-name a:hover {
  text-decoration: underline;
}
.recommendations-wrapper .product-item .product-brand {
  color: #666;
  font-size: 12px;
  margin-bottom: 8px;
}
.recommendations-wrapper .product-item .price-box .price {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.recommendations-wrapper .product-item .price-box #msrp-linethrough {
  display: none;
}
.recommendations-wrapper .product-item .price-box .old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 5px;
}
@media (hover: hover) {
  .recommendations-wrapper .horizontal-scroll-wrapper {
    scroll-behavior: smooth;
  }
}
.products-grid .price-box .see-discount-msg {
  color: #D1865A;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product.attribute.sku {
  font-size: 12px;
}
.catalog-product-view .product-info-main .product-info-price .msrp-linethrough span.price {
  color: #636363;
}
.catalog-product-view .product-options-wrapper .swatch-attribute {
  font-size: 13px;
  color: #929292;
}
.catalog-product-view .product-options-wrapper .swatch-attribute .swatch-attribute-label {
  line-height: 1.3;
}
.catalog-product-view .product-options-wrapper .swatch-attribute .swatch-attribute-selected-option {
  color: #636363;
  font-weight: 700;
  padding-left: 5px;
}
.catalog-product-view .swatch-option.selected {
  outline: 2px solid #292885;
}
.catalog-product-view [role="tablist"] .features-content .title {
  background: #ebebeb;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 9px 15px 10px;
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
}
.catalog-product-view [role="tablist"] #description .colldesc {
  font-weight: 700;
}
.catalog-product-view .magnifier-preview {
  outline: 4px solid #888888;
}
.catalog-product-view .magnifier-preview img {
  height: auto !important;
}
.catalog-product-view div.fotorama__stage.discontinued:after {
  content: '';
  background: url(../images/discontinued.png);
  position: absolute;
  top: 35px;
  left: -6px;
  width: 100%;
  height: 100%;
  opacity: .7;
  background-repeat: no-repeat;
}
.catalog-product-view .rating-result {
  z-index: 0;
}
.catalog-product-view .catalog-product-view .fotorama-item .fotorama__stage .fotorama__stage__frame {
  position: absolute !important;
}
.catalog-product-view .fotorama__thumb {
  background: none;
}
.catalog-product-view .mehrcontainer {
  max-width: 300px;
  margin: 0 auto;
}
.catalog-product-view .amazonbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #b79033;
  background: linear-gradient(#fde7ae, #f3c451);
  cursor: pointer;
}
.catalog-product-view .amazonbutton img {
  max-height: 20px;
}
.catalog-product-view .amazonbutton span {
  font-family: Helvetica, sans-serif;
  line-height: 44px;
  margin-left: 10px;
  color: black;
}
[role="tablist"] #description .upc {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}
[role="tablist"] #description .colldesc {
  font-weight: 700;
}
[role="tablist"] #description .product-manual {
  width: 210px;
  margin: 30px auto 0;
  text-align: center;
  border: solid 1px #ccc;
  padding: 20px;
}
[role="tablist"] #description .product-manual a > * {
  vertical-align: middle;
  display: inline;
}
[role="tablist"] #description .product-manual img {
  margin-right: 5px;
  width: 20px;
}
[role="tablist"] #description .product-manual div {
  margin-bottom: 10px;
}
[role="tablist"] .product-name {
  font-size: 16px;
  font-weight: 700;
}
[role="tablist"] .tab-content h4 {
  font-size: 16px;
  color: #000;
}
[role="tablist"] #energy_information .energy-info {
  text-align: center;
}
[role="tablist"] #energy_information .energy-info .item {
  margin-bottom: 30px;
}
[role="tablist"] #energy_information .energy-info img {
  margin: 10px auto;
}
[role="tablist"] #energy_information .energy-info h4 {
  color: #636363;
}
[role="tablist"] #energy_information .energy-info .note {
  font-size: 11px;
  color: #a0a0a0;
}
@media only screen and (min-width: 768px) {
  [role="tablist"] .features-content .content .left {
    float: left;
    width: 80%;
    padding-right: 20px;
  }
  [role="tablist"] .features-content .content .right {
    float: left;
    width: 20%;
    padding-left: 20px;
  }
  [role="tablist"] .features-content .content:after {
    content: '';
    display: table;
    clear: both;
  }
  [role="tablist"] .features-content #description .content .left {
    width: calc(100% - 230px) !important;
  }
  [role="tablist"] .features-content #description .content .right {
    width: 230px !important;
  }
  [role="tablist"] #energy_information .energy-info > * {
    width: 31.98517% !important;
    float: left !important;
    display: inline-block !important;
  }
  [role="tablist"] #energy_information .energy-info > *:not(:nth-child(3n)) {
    margin-right: 2.02224% !important;
  }
  [role="tablist"] #energy_information .energy-info > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
#address-validation {
  padding-bottom: 33px;
}
.checkout-suggested-addresses > p {
  margin-top: 1rem;
}
.checkout-suggested-addresses .suggested-address {
  padding: 10px;
  line-height: 30px;
  border: 1px solid transparent;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address label {
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address.selected-address {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.checkout-suggested-addresses .suggested-address .suggested-address-details {
  padding: 0 0 0 22px;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address .suggested-address-diff {
  background-color: yellow;
}
body[class*="page-layout-admin"] .page-create-order button[data-index="validateAddressButton"] {
  margin-top: 1.5rem;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset {
  border: 0;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend {
  padding: 0 0 10px;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  box-sizing: border-box;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend span {
  font-size: 2.2rem;
  font-weight: 300;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type="radio"] {
  margin-right: 5px;
  vertical-align: 1px;
}
.am-checkout #address-validation {
  padding-bottom: 0;
}
.aw-onestep #address-validation {
  margin: 5px;
  padding-bottom: 0;
}
.aw-onestep #address-validation .step-title {
  display: none;
}
.aw-onestep .checkout-suggested-addresses label:before {
  margin-top: 0 !important;
  margin-left: 14px !important;
}
.aw-onestep .checkout-suggested-addresses .suggested-address-details {
  padding-left: 14px;
}
/**
 * @copyright Copyright (c) 2018 www.tigren.com
 */
.checkout-cart-index .cart .ui-spinner {
  display: inline-block;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 4.35em;
  height: 30px;
}
.checkout-cart-index .cart .ui-spinner .ui-spinner-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #e8b742;
  position: absolute;
  font-size: 0.75em;
  right: 1px;
  cursor: pointer;
}
.checkout-cart-index .cart .ui-spinner .ui-spinner-button:hover {
  text-decoration: none;
}
.checkout-cart-index .cart .ui-spinner input {
  border: none;
  border-right: 1px solid #ccc;
  background: 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 3em;
}
.checkout-cart-index .cart .ui-spinner .ui-spinner-up {
  top: 1px;
}
.checkout-cart-index .cart .ui-spinner .ui-spinner-down {
  bottom: 1px;
}
.checkout-cart-index .cart .ui-spinner .ui-widget.ui-widget-content.ui-corner-all {
  border: 1px solid #ccc;
}
.checkout-cart-index .page-wrapper .form-cart table tbody div.qty input.input-text.qty {
  width: 3.6em;
  font-size: 14px;
}
.checkout-cart-index #block-shipping {
  display: none;
}
/**
 * @copyright Copyright (c) 2018 www.tigren.com
 */
.catalog-category-view .compare-modal .product-shop-row li,
.catalogsearch-result-index .compare-modal .product-shop-row li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0;
  min-height: 31px;
  padding-left: 8px;
}
.catalog-category-view .compare-modal .product-shop-row li:nth-child(odd),
.catalogsearch-result-index .compare-modal .product-shop-row li:nth-child(odd) {
  background: #eaf3f8;
}
.catalog-category-view .compare-modal .product-shop-row li:first-of-type,
.catalogsearch-result-index .compare-modal .product-shop-row li:first-of-type {
  background: #f9f9f9 !important;
}
.catalog-category-view .compare-modal .product-shop-row ul,
.catalogsearch-result-index .compare-modal .product-shop-row ul {
  padding-right: 10px;
}
.catalog-category-view .compare-modal .product-shop-row img,
.catalogsearch-result-index .compare-modal .product-shop-row img {
  margin: 0 auto;
}
.catalog-category-view .compare-modal .product-shop-row .product-name a,
.catalogsearch-result-index .compare-modal .product-shop-row .product-name a {
  font-weight: 400;
  color: #636363;
}
.catalog-category-view .compare-modal li button.button,
.catalogsearch-result-index .compare-modal li button.button {
  font-size: 12px;
  padding: 7px;
}
.catalog-category-view .compare-modal .product-name a,
.catalogsearch-result-index .compare-modal .product-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.5;
}
.catalog-category-view .compare-modal .product-name a:hover,
.catalogsearch-result-index .compare-modal .product-name a:hover {
  overflow: visible;
}
.catalog-category-view .compare-modal h2.product-name,
.catalogsearch-result-index .compare-modal h2.product-name {
  margin: 0;
}
.catalog-category-view .compare-modal button.button.btn-cart:hover,
.catalogsearch-result-index .compare-modal button.button.btn-cart:hover {
  background-color: #fbd67d;
}
.catalog-category-view .compare-modal .compare-popup button.button,
.catalogsearch-result-index .compare-modal .compare-popup button.button {
  float: right;
}
.catalog-category-view .compare-modal .compare-popup button.button:first-of-type,
.catalogsearch-result-index .compare-modal .compare-popup button.button:first-of-type {
  margin-left: 17px;
}
.catalog-category-view .compare-modal .compare-popup.actions,
.catalogsearch-result-index .compare-modal .compare-popup.actions {
  margin-top: 20px;
}
.catalog-category-view .compare-modal .compare-popup.actions button,
.catalogsearch-result-index .compare-modal .compare-popup.actions button {
  font-size: 12px;
  font-weight: 500;
  padding: 7px;
}
.catalog-category-view .compare-modal #inline1 .block-title span,
.catalogsearch-result-index .compare-modal #inline1 .block-title span {
  color: #2a3c56;
  font-weight: 700;
}
.catalog-category-view .compare-modal .tooltip .tooltiptext,
.catalogsearch-result-index .compare-modal .tooltip .tooltiptext {
  visibility: hidden;
  background-color: #2a2c83;
  color: #f4f4f4;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  margin-left: -135px;
  margin-top: 30px;
  transition: opacity 0.3s;
}
.catalog-category-view .compare-modal .tooltip .tooltiptext::after,
.catalogsearch-result-index .compare-modal .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  bottom: 100%;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.catalog-category-view .compare-modal tr.product-shop-row.top td:last-of-type .tooltiptext,
.catalogsearch-result-index .compare-modal tr.product-shop-row.top td:last-of-type .tooltiptext {
  margin-left: -255px;
}
.catalog-category-view .compare-modal .compareButton,
.catalogsearch-result-index .compare-modal .compareButton {
  -moz-box-shadow: inset 0 1px 3px 0 #2a3c56;
  -webkit-box-shadow: inset 0 1px 3px 0 #2a3c56;
  box-shadow: inset 0 1px 3px 0 #2a3c56;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2a3c56), color-stop(1, #2a3c56));
  background: -moz-linear-gradient(top, #2a3c56 5%, #2a3c56 100%);
  background: -webkit-linear-gradient(top, #2a3c56 5%, #2a3c56 100%);
  background: -o-linear-gradient(top, #2a3c56 5%, #2a3c56 100%);
  background: -ms-linear-gradient(top, #2a3c56 5%, #2a3c56 100%);
  background: linear-gradient(to bottom, #2a3c56 5%, #2a3c56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d893', endColorstr='#fcdd96', GradientType=0);
  background-color: #2a3c56;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #2a3c56;
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  font-weight: 700;
  padding: 11px 23px;
  text-decoration: none;
  text-shadow: 0 2px 0 #2a3c56;
}
.catalog-category-view .compare-modal .compareButton:hover,
.catalogsearch-result-index .compare-modal .compareButton:hover {
  background-color: #2a3c56;
}
.catalog-category-view .compare-modal tr td,
.catalogsearch-result-index .compare-modal tr td {
  border-bottom: none;
}
.catalog-category-view .tooltip:hover .tooltiptext,
.catalogsearch-result-index .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.catalog-category-view #mb-ajaxsuite-popup-wrapper,
.catalogsearch-result-index #mb-ajaxsuite-popup-wrapper {
  background: #f9f9f9 !important;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.catalog-category-view #mb-ajaxsuite-popup-wrapper .product-shop-row ul p,
.catalogsearch-result-index #mb-ajaxsuite-popup-wrapper .product-shop-row ul p {
  text-align: center;
}
.catalog-category-view #various1,
.catalogsearch-result-index #various1 {
  padding: 10px 15px;
}
.catalog-category-view #various1 a.product-image,
.catalogsearch-result-index #various1 a.product-image {
  width: 125px;
  height: 125px;
  display: inline-block;
  position: relative;
}
.catalog-category-view #various1 a.product-image img,
.catalogsearch-result-index #various1 a.product-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.catalog-category-view #various1 table > tbody > tr > td,
.catalogsearch-result-index #various1 table > tbody > tr > td {
  padding: 0;
}
.catalog-category-view #various1 .product-shop-row .button,
.catalogsearch-result-index #various1 .product-shop-row .button {
  background-color: #2a3c56 !important;
  border-radius: 3px;
  border-color: transparent !important;
  padding: 0 7px;
  border: 0;
}
.catalog-category-view #various1 .product-shop-row .tooltip a,
.catalogsearch-result-index #various1 .product-shop-row .tooltip a {
  font-weight: 400;
  color: #636363;
}
.catalog-category-view #various1 .product-shop-row .tooltiptext,
.catalogsearch-result-index #various1 .product-shop-row .tooltiptext {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  box-sizing: border-box;
}
.catalog-category-view #various1 button.compareButton,
.catalogsearch-result-index #various1 button.compareButton {
  color: #FFF !important;
  background-color: #2a3c56 !important;
  border-color: transparent !important;
  padding: 0 7px;
}
.catalog-category-view #mb-ajaxcompare-wrapper div.ajaxcompare-success-box ul,
.catalogsearch-result-index #mb-ajaxcompare-wrapper div.ajaxcompare-success-box ul {
  text-align: left;
}
.catalog-category-view #mb-ajaxcompare-wrapper div.ajaxcompare-success-box .block-title,
.catalogsearch-result-index #mb-ajaxcompare-wrapper div.ajaxcompare-success-box .block-title {
  text-align: left;
  transform: scale(1, 1.2);
  -webkit-transform: scale(1, 1.2);
  font-size: 13.5px;
}
.catalog-category-view #mb-ajaxcompare-wrapper div.ajaxcompare-success-box div.compare-popup,
.catalogsearch-result-index #mb-ajaxcompare-wrapper div.ajaxcompare-success-box div.compare-popup {
  text-align: left;
}
.catalog-category-view #various1.compare-modal .tooltip .tooltiptext::after,
.catalogsearch-result-index #various1.compare-modal .tooltip .tooltiptext::after {
  top: -5px;
}
.catalog-category-view #mb-ajaxsuite-close.mb-ajaxsuite-close,
.catalogsearch-result-index #mb-ajaxsuite-close.mb-ajaxsuite-close {
  background-image: url("../Smartwave_Porto/images/fancybox_sprite.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@media screen and (max-width: 413px) {
  .catalog-category-view .compare-btn,
  .catalogsearch-result-index .compare-btn {
    margin-top: 0;
  }
}
.catalog-product_compare-index .data-table {
  width: 100%;
}
.catalog-product_compare-index .data-table td {
  padding: 10px;
  vertical-align: top;
}
.catalog-product_compare-index .data-table th {
  padding: 10px;
  vertical-align: top;
  background: #f4f4f4;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
.catalog-product_compare-index .data-table thead th {
  border-bottom: 1px solid silver;
}
.catalog-product_compare-index .data-table tbody td {
  border-bottom: 1px solid silver;
}
.catalog-product_compare-index td.a-right {
  text-align: right;
}
.catalog-product_compare-index .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.catalog-product_compare-index .compare-table .product-image {
  display: inline-block;
}
.catalog-product_compare-index .compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.catalog-product_compare-index .compare-table .product-shop-row.bottom td {
  padding-top: 0;
}
.catalog-product_compare-index .compare-table .product-shop-row th {
  background: #fff;
}
.catalog-product_compare-index .compare-table td {
  border-right: 10px solid #fff;
}
.catalog-product_compare-index .compare-table tr.odd th {
  background: #eaf3f8;
  border-bottom: 1px solid silver;
}
.catalog-product_compare-index .compare-table tr.odd td {
  background: #eaf3f8;
  border-bottom: 1px solid silver;
}
.catalog-product_compare-index .compare-table span#msrp-linethrough {
  display: none;
}
.catalog-product_compare-index .compare-table span.label.our-price {
  display: none;
  padding-right: 4px;
}
.catalog-product_compare-index .compare-table tr.product-shop-row.top.first.odd th {
  background: #fff;
  border: none;
}
.catalog-product_compare-index .compare-table tr.product-shop-row.top.first.odd td {
  background: #fff;
  border: none;
}
.catalog-product_compare-index .compare-table tr th {
  border-bottom: 1px solid silver;
}
.catalog-product_compare-index .compare-table tr td {
  border-bottom: 1px solid silver;
}
.catalog-product_compare-index .compare-table th span {
  font-weight: 700;
  color: #292885;
}
.catalog-product_compare-index .compare-table .btn-remove {
  color: #636363;
  background: #f4f2f2;
  padding: 10px;
}
.catalog-product_compare-index .compare-table .btn-remove:after {
  color: #292885;
  content: 'X';
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
}
.catalog-product_compare-index .compare-table .btn-remove:hover {
  color: inherit;
}
.catalog-product_compare-index .compare-table thead.removeitem td {
  border: none;
  background: 0 0;
}
.catalog-product_compare-index .compare-table thead.removeitem th {
  border: none;
  background: 0 0;
}
.catalog-product_compare-index .compare-table .tooltip .tooltiptext {
  visibility: hidden;
  width: 244px;
  background-color: #2a2c83;
  color: #f4f4f4;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  margin-left: -211px;
  margin-top: 30px;
  transition: opacity 0.3s;
}
.catalog-product_compare-index .compare-table .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  bottom: 100%;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.catalog-product_compare-index .compare-table .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.catalog-product_compare-index .compare-table .regular-price span.price {
  padding-left: 1px;
  color: #647F7B;
}
.catalog-product_compare-index .compare-table button.button.button-cart {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background: url("../Smartwave_Porto/images/add-to-cart.png") no-repeat;
  background-size: 100% 100%;
}
.catalog-product_compare-index .compare-table a.product-image {
  display: block !important;
}
.catalog-product_compare-index .compare-table img.img-center {
  margin: auto;
}
.catalog-product_compare-index .compare-table .removeitem .a-right {
  text-align: center;
}
.catalog-product_compare-index .compare-table .text-center {
  text-align: center;
}
.catalog-product_compare-index .compare-table tbody tr:nth-child(odd):not(.product-shop-row) th {
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  background: #eaf3f8;
}
.catalog-product_compare-index .compare-table tbody tr:nth-child(odd):not(.product-shop-row) td {
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  background: #eaf3f8;
}
.catalog-product_compare-index .compare-table tr.product-shop-row.top:first-child th {
  background: #fff;
  border: none;
}
.catalog-product_compare-index .compare-table tr.product-shop-row.top:first-child td {
  background: #fff;
  border: none;
}
.catalog-product_compare-index .compare-data {
  overflow-x: visible;
}
.catalog-product_compare-index button.compareButton {
  touch-action: manipulation;
  outline: none;
  padding: 7px 15px;
  border: 0;
  color: #2a2c83;
  line-height: 19px;
  float: right;
  margin-left: 5px;
  min-width: 140px;
  background: #fcde96;
}
.catalog-product_compare-index .buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
.catalog-product_compare-index button.go-back {
  float: right;
  border-radius: 3px;
  border: 1px solid #767676;
  padding: 0;
  background-color: #efefef;
  touch-action: manipulation;
  outline: none;
  color: #636363;
  line-height: 1.5;
  height: auto;
}
.catalog-product_compare-index #product_comparison .product-image.center img.img-center {
  font-size: 14px;
  line-height: 1.5;
  height: 125px;
  box-sizing: border-box;
  display: block;
}
.catalog-product_compare-index #product_comparison .actions-primary .button-cart {
  border: none;
}
.catalog-product_compare-index #product_comparison .actions-primary a .more-finish-options {
  text-transform: none;
  color: #4C7F93;
}
.catalog-product_compare-index #product_comparison .actions-primary p {
  text-align: center;
}
.catalog-product_compare-index #product_comparison .actions-secondary.secondary-addto-links {
  margin-top: 5px;
}
.catalog-product_compare-index #product_comparison .table-comparison .actions-primary button.btn-cart {
  touch-action: manipulation;
  outline: none;
  padding: 7px 15px;
  color: #fff;
  border: 0;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  background: url("../Smartwave_Porto/images/add-to-cart.png") no-repeat;
  background-size: 100% 100%;
}
.catalog-product_compare-index .main button.go-back {
  padding: 3px 15px;
  border: 0;
  background: #fcde96;
  color: #2a2c83;
  border-radius: 0;
}
@media only screen and (max-width: 1224px) {
  .catalog-product_compare-index .compare-data {
    overflow-x: auto;
  }
}
@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: transparent;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f7f7f7;
    top: 1px;
  }
}
/**
 * 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.
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cms-rewards-program- .page-main .accordion .handle {
  width: 100%;
}
.cms-rewards-program- .page-main img {
  margin: 0 auto;
}
/* Grid
     ********************************************************************* */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .cms-content-readable .column {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74.0%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
}
.typcn-device-desktop:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #000;
  content: '\e924';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
}
.typcn-pen:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #000;
  content: '\e902';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
}
.typcn-large:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #000;
  content: '\e906';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.hidden {
  display: none;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 8px 4px 0;
  }
  .abs-product-options-list-desktop dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd {
    display: inline-block;
    float: left;
    margin: 0 0 4px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .storecredit .block,
  .paypal-review-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop {
    margin-bottom: 48px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .column.main .paypal-review .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title {
    display: none;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    clear: both;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 16px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop .legend {
    display: none;
  }
  .abs-forms-general-desktop .legend + br {
    display: none;
  }
  .abs-revert-side-paddings {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-balance-giftcard .block-content {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -12px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-family: 'azkarra';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .abs-action-print:hover:before,
  .order-actions-toolbar .action.print:hover:before {
    color: #404040;
  }
  .abs-action-print:active:before,
  .order-actions-toolbar .action.print:active:before {
    color: #404040;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none !important;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 4px 8px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -11px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #bbbbbb;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 16px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title {
    border: 0;
    padding: 0 0 8px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content {
    padding: 0 0 16px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 2rem;
  }
  .navigation,
  .breadcrumbs,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .colums,
  .page-layout-2columns-right .colums {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-layout-2columns-left .colums:after,
  .page-layout-2columns-right .colums:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar > .block:last-of-type {
    margin-bottom: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .tabs {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .tabs:before,
  .tabs:after {
    content: '';
    display: table;
  }
  .tabs:after {
    clear: both;
  }
  .tabs > .item-title {
    float: left;
    width: auto;
  }
  .tabs > .item-title > .switch {
    height: 24px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .tabs > .item-content {
    margin-top: 24px;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .tabs > .item-content:before,
  .tabs > .item-content:after {
    content: '';
    display: table;
  }
  .tabs > .item-content:after {
    clear: both;
  }
  .tabs > .item-content.active {
    display: block;
  }
  .tabs > .item-title {
    margin: 0 -1px 0 0;
  }
  .tabs > .item-title > .switch {
    font-weight: 400;
    line-height: 32px;
    font-size: 1.6rem;
    color: #c0c0c0;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #bbbbbb;
    border-bottom: none;
    height: 32px;
    padding: 4px 32px 4px 32px;
  }
  .tabs > .item-title > .switch:visited {
    color: #c0c0c0;
    text-decoration: none;
  }
  .tabs > .item-title > .switch:hover {
    color: #c0c0c0;
    text-decoration: none;
  }
  .tabs > .item-title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .tabs > .item-title:not(.disabled) > .switch:focus,
  .tabs > .item-title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .tabs > .item-title:not(.disabled) > .switch:active,
  .tabs > .item-title.active > .switch,
  .tabs > .item-title.active > .switch:focus,
  .tabs > .item-title.active > .switch:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
  }
  .tabs > .item-title.active > .switch,
  .tabs > .item-title.active > .switch:focus,
  .tabs > .item-title.active > .switch:hover {
    padding-bottom: 5px;
  }
  .tabs > .item-content {
    background: #ffffff;
    margin-top: 41px;
    padding: 16px 16px 16px 16px;
    border: 1px solid #bbbbbb;
  }
  .tabs .item-title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 16px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .amcorder-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amcompany-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .amcompany-paycard-block {
    min-height: 230px;
    max-width: 370px;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amcard-codes-list .table .actions {
    width: 20px;
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar {
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar .primary {
    float: none;
  }
  .amcard-field-container.-code .actions-toolbar .primary .action {
    margin: 0;
  }
  .amcard-field-container.-code .actions-toolbar .secondary .action {
    margin: 0 0 0 7px;
  }
  #checkout .amcard-codes-list,
  #checkout .amcard-field-container {
    padding-left: 22px;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .amquote-addto-button {
    width: 49%;
  }
  .amquote-action-wrap .action.tocart {
    width: 48%;
  }
  .amquote-cart-wrapper.minicart-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    margin: 0 5px 0 20px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 390px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
    transform: none;
  }
  .quote-details {
    padding: 0;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    flex-basis: auto;
  }
  .amasty_quote-cart-index .cart.main.actions .action:not(:last-child):not(:first-child) {
    margin: 0 5px 0 0;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:not(:first-child):last-of-type {
    margin: 0;
  }
  .amrewards-pointsleft,
  .amrewards-info-table .amrewards-table-header .col.left {
    text-align: right;
  }
  .amrewards-qty-info {
    display: inline-flex;
  }
  .amrewards-general,
  .amrewards-description {
    margin-bottom: 0;
  }
  .amrewards-qty-info .amrewards-general {
    padding-bottom: 15px;
    min-width: 460px;
  }
  .amrewards-balance-container {
    padding: 0 5px;
  }
  .amrewards-balance-container .amrewards-amount {
    display: inherit;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 24px;
    min-height: 16px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 16px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amstorecredit-pager .limiter {
    float: right;
  }
  #mb-ajaxcart-wrapper {
    max-width: 720px;
    min-width: 580px;
    overflow: hidden;
  }
  #mb-ajaxcart-wrapper .popup-content {
    padding: 20px;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
    overflow-y: auto;
    height: 420px;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .error-content {
    overflow-y: auto;
    height: 360px;
  }
  #mb-ajaxcart-wrapper img.image {
    max-width: 100%;
    float: left;
    width: 30%;
    margin: 0;
  }
  #mb-ajaxcart-wrapper .product-add-form {
    float: right;
    width: 60%;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login,
  .mb-ajaxsuite-popup-wrapper .block-new-customer {
    margin: 0;
    width: 50%;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login .block-title,
  .mb-ajaxsuite-popup-wrapper .block-new-customer .block-title {
    margin-bottom: 15px;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login .block-title strong,
  .mb-ajaxsuite-popup-wrapper .block-new-customer .block-title strong {
    font-size: 2rem;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login {
    float: left;
    padding-right: 20px;
    position: relative;
    width: 50%;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login .form.form-login .fieldset {
    margin: 0 0 20px;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .mb-ajaxsuite-popup-wrapper .block-new-customer {
    padding-right: 0px;
    float: right;
    width: 46%;
  }
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.info,
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account {
    float: left;
    width: 50%;
  }
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.info {
    padding-right: 30px;
    position: relative;
    float: left;
    width: 41%;
  }
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account {
    position: relative;
    float: left;
    width: 50%;
  }
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account:before {
    content: "";
    margin: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register .mb-style-actions {
    clear: both;
  }
  #mb-ajaxcompare-wrapper .ajaxcompare-success-box img.image {
    max-width: 30%;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .page-products .products-list .product-item-info .product-image-list {
    position: relative;
  }
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    bottom: 30px;
    height: auto;
    z-index: 9;
    width: calc(100% - 30px);
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1 span:before,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v2,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    bottom: 30px;
    right: 30px;
  }
  .products-grid .product-items {
    width: calc(100% + 15px);
  }
  .products-grid .product-item {
    width: calc(33.33% - 16px);
    border: 1px solid transparent;
  }
  .products-grid .product-item:not(.item-unavailable):hover {
    border: 1px solid #ff5501;
  }
  .page-layout-2columns-left .products-grid .product-item,
  .page-layout-2columns-right .products-grid .product-item {
    width: calc(50% - 16px);
  }
  .page-layout-3columns .products-grid .product-item {
    width: calc(50% - 16px);
  }
  .grid .product-item-inner {
    height: 0;
    overflow: hidden;
    position: absolute;
    background-color: #f7f7f7;
    left: -1px;
    right: -1px;
    z-index: 3;
  }
  .grid .product-item:hover .product-item-inner {
    display: block;
    height: auto;
    overflow: auto;
    padding: 0 16px 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ff5501;
    border-top: 0;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 22px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 8px 8px 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: auto;
    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: ')';
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 22px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -16px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 16px;
    padding: 0 12px 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
    line-height: 1;
    font-size: 1.2rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #f7f7f7;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    font-size: 16px;
    height: auto;
    line-height: 24px;
    padding: 11px 12px;
    vertical-align: baseline;
    width: 100%;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:focus,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:focus {
    border: 1px solid #000000;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.4;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c0c0c0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #c0c0c0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #c0c0c0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.4rem;
    margin: 0 0 0 4px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.4rem;
    margin: 8px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 14px;
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 16px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #bbbbbb;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 16px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 16px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 16px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 16px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #bbbbbb;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #bbbbbb;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 28px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #bbbbbb;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 16px 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 {
    float: left;
    padding-right: 16px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #bbbbbb;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 16px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 16px;
  }
  .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: 8px;
    padding: 4px 8px 8px;
    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: 8px;
    padding: 4px 8px 8px;
  }
  .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: 12px;
  }
  .block.newsletter .content-wrapper {
    justify-content: space-evenly;
    height: 100%;
  }
  .block.newsletter .box-left {
    padding-right: 24px;
    max-width: 60%;
  }
  .block.newsletter .box-right {
    width: auto;
    max-width: 40%;
  }
  .block.newsletter .field.newsletter {
    max-width: 300px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #bbbbbb;
  }
  .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 {
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #bbbbbb;
  }
  .paypal-review-discount .block {
    margin-bottom: 12px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 48px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 8px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 4px 16px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 4px 16px 5px 16px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 8px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 8px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 16px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .block-search {
    margin-left: unset;
    position: relative;
    width: 450px;
  }
  .block-search .label.active + .control {
    position: static;
    box-shadow: unset;
  }
  .block-search .block-content .control {
    position: static;
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    padding-right: 40px;
    border-color: transparent;
    border-bottom-color: inherit;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c0c0c0;
  }
  .block-search input:-moz-placeholder {
    color: #c0c0c0;
  }
  .block-search input::-moz-placeholder {
    color: #c0c0c0;
  }
  .block-search input:-ms-input-placeholder {
    color: #c0c0c0;
  }
  .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: 0;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    display: none;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 48px;
    color: #000000;
    content: '\e925';
    font-family: 'azkarra';
    margin: 0 4px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #404040;
  }
  .block-search .action.search:active:before {
    color: #404040;
  }
  .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.4;
  }
  .block-search .action.search:before {
    width: 48px;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cms-content-readable:not(.cms-index-index) .page.messages,
  .cms-content-readable:not(.cms-index-index) .column.main {
    max-width: 100%;
  }
  .cms-content-readable .page-main form {
    max-width: calc(100% - 20%);
    margin: 0 auto;
  }
  .cms-content-readable .page-main form .primary {
    width: 100%;
  }
  .text-two-columns {
    display: flex;
  }
  .text-two-columns > .column-one,
  .text-two-columns > .column-two {
    width: 50%;
  }
  .text-two-columns > .column-one {
    padding-right: 1%;
  }
  .text-two-columns > .column-two {
    padding-left: 1%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 975px;
  }
  .item-action.link-mobile-call {
    display: none;
  }
  .footer .footer-cms {
    display: flex;
    padding-top: 16px;
  }
  .footer .column-footer {
    flex-basis: 25%;
    border-top: 0;
  }
  .footer .column-footer:not(:first-of-type) {
    padding-left: 24px;
  }
  .footer .column-title:after {
    display: none !important;
  }
  .pagebuilder-enabled .footer .footer-cms {
    display: flex;
    padding-top: 16px;
  }
  .pagebuilder-enabled .footer .footer-cms > div[data-content-type="html"] {
    display: flex;
    flex-basis: 100%;
  }
  .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -8px;
    left: 100%;
    margin: 0 0 0 16px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 9px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 16px;
  }
  .page-title-wrapper {
    text-align: center;
  }
  .page-title-wrapper > .page-title > span {
    padding: 0 8px;
  }
  .block-title {
    text-align: center;
  }
  .block-title > [role="heading"] {
    padding: 0 8px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    display: none;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e909';
    font-family: 'azkarra';
    margin: 0 4px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    display: none;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e90c';
    font-family: 'azkarra';
    margin: 0 4px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome .customer-menu > ul {
    display: none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    padding: 8px;
    margin-top: 8px;
    min-width: 160px;
    z-index: 101;
    position: absolute;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    right: 0;
  }
  .customer-welcome .customer-menu > ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .customer-welcome .customer-menu > ul li > a {
    color: #000000;
  }
  .customer-welcome .customer-menu > ul li:hover {
    background: #f7f7f7;
    cursor: pointer;
  }
  .customer-welcome .customer-menu > ul:before,
  .customer-welcome .customer-menu > ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome .customer-menu > ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome .customer-menu > ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome .customer-menu > ul:before {
    right: 24px;
    top: -12px;
  }
  .customer-welcome .customer-menu > ul:after {
    right: 23px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active .customer-menu > ul {
    display: block;
  }
  .customer-welcome li a {
    color: #000000;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #ff5501;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #ff5501;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome + .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.4;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e90c';
  }
  .customer-welcome.active + .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .catalogsearch-result-index .product.data.items > .item.title > .switch {
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 43px;
    padding: 1px 35px 1px 35px;
  }
  .catalogsearch-result-index .product.data.items > .item.title.active > .switch {
    background: #fff;
    color: #333;
  }
  .catalogsearch-result-index .amsearch-result-tabs .data.title {
    position: relative;
    float: left;
    width: auto;
    margin: 0 -1px 0 0;
  }
  .catalogsearch-result-index .product.data.items > .item.content {
    color: #333;
    float: right;
    width: 100%;
    background: #fff;
    margin: 43px 0 0 -100%;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .contact-index-index .page-wrapper .page-main {
    background: url("../Smartwave_Porto/images/page-row-bg_1.png") no-repeat;
    background-size: 100% auto;
    background-position: 0px 0;
    padding-top: 10px;
  }
  .contact-index-index .contact-left {
    width: calc(100% - 310px);
    float: left;
    padding-right: 10px;
  }
  .contact-index-index .contact-right {
    width: 310px;
    float: right;
    padding-left: 10px;
  }
  .contact-index-index .contact-content {
    width: calc(100% - 310px);
    float: left;
  }
  .contact-index-index .form.contact .left,
  .contact-index-index .form.contact .right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .contact-index-index .form.contact textarea[name="comment"] {
    height: 115px;
  }
  .footer .block-title {
    text-align: left;
  }
  .pagebuilder-enabled .footer .footer-cms {
    padding-left: 12px;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 8px 4px 0;
  }
  .abs-product-options-list-desktop dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd {
    display: inline-block;
    float: left;
    margin: 0 0 4px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .storecredit .block,
  .paypal-review-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop {
    margin-bottom: 48px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .column.main .paypal-review .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title {
    display: none;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    clear: both;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 16px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop .legend {
    display: none;
  }
  .abs-forms-general-desktop .legend + br {
    display: none;
  }
  .abs-revert-side-paddings {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-balance-giftcard .block-content {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -12px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-family: 'azkarra';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .abs-action-print:hover:before,
  .order-actions-toolbar .action.print:hover:before {
    color: #404040;
  }
  .abs-action-print:active:before,
  .order-actions-toolbar .action.print:active:before {
    color: #404040;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none !important;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 4px 8px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -11px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #bbbbbb;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 16px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title {
    border: 0;
    padding: 0 0 8px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content {
    padding: 0 0 16px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 2rem;
  }
  .navigation,
  .breadcrumbs,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .colums,
  .page-layout-2columns-right .colums {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-layout-2columns-left .colums:after,
  .page-layout-2columns-right .colums:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar > .block:last-of-type {
    margin-bottom: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .tabs {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .tabs:before,
  .tabs:after {
    content: '';
    display: table;
  }
  .tabs:after {
    clear: both;
  }
  .tabs > .item-title {
    float: left;
    width: auto;
  }
  .tabs > .item-title > .switch {
    height: 24px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .tabs > .item-content {
    margin-top: 24px;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .tabs > .item-content:before,
  .tabs > .item-content:after {
    content: '';
    display: table;
  }
  .tabs > .item-content:after {
    clear: both;
  }
  .tabs > .item-content.active {
    display: block;
  }
  .tabs > .item-title {
    margin: 0 -1px 0 0;
  }
  .tabs > .item-title > .switch {
    font-weight: 400;
    line-height: 32px;
    font-size: 1.6rem;
    color: #c0c0c0;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #bbbbbb;
    border-bottom: none;
    height: 32px;
    padding: 4px 32px 4px 32px;
  }
  .tabs > .item-title > .switch:visited {
    color: #c0c0c0;
    text-decoration: none;
  }
  .tabs > .item-title > .switch:hover {
    color: #c0c0c0;
    text-decoration: none;
  }
  .tabs > .item-title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .tabs > .item-title:not(.disabled) > .switch:focus,
  .tabs > .item-title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .tabs > .item-title:not(.disabled) > .switch:active,
  .tabs > .item-title.active > .switch,
  .tabs > .item-title.active > .switch:focus,
  .tabs > .item-title.active > .switch:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
  }
  .tabs > .item-title.active > .switch,
  .tabs > .item-title.active > .switch:focus,
  .tabs > .item-title.active > .switch:hover {
    padding-bottom: 5px;
  }
  .tabs > .item-content {
    background: #ffffff;
    margin-top: 41px;
    padding: 16px 16px 16px 16px;
    border: 1px solid #bbbbbb;
  }
  .tabs .item-title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 16px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .amcorder-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amcompany-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .amcompany-paycard-block {
    min-height: 230px;
    max-width: 370px;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amcard-codes-list .table .actions {
    width: 20px;
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar {
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar .primary {
    float: none;
  }
  .amcard-field-container.-code .actions-toolbar .primary .action {
    margin: 0;
  }
  .amcard-field-container.-code .actions-toolbar .secondary .action {
    margin: 0 0 0 7px;
  }
  #checkout .amcard-codes-list,
  #checkout .amcard-field-container {
    padding-left: 22px;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .amquote-addto-button {
    width: 49%;
  }
  .amquote-action-wrap .action.tocart {
    width: 48%;
  }
  .amquote-cart-wrapper.minicart-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    margin: 0 5px 0 20px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 390px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
    transform: none;
  }
  .quote-details {
    padding: 0;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    flex-basis: auto;
  }
  .amasty_quote-cart-index .cart.main.actions .action:not(:last-child):not(:first-child) {
    margin: 0 5px 0 0;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:not(:first-child):last-of-type {
    margin: 0;
  }
  .amrewards-pointsleft,
  .amrewards-info-table .amrewards-table-header .col.left {
    text-align: right;
  }
  .amrewards-qty-info {
    display: inline-flex;
  }
  .amrewards-general,
  .amrewards-description {
    margin-bottom: 0;
  }
  .amrewards-qty-info .amrewards-general {
    padding-bottom: 15px;
    min-width: 460px;
  }
  .amrewards-balance-container {
    padding: 0 5px;
  }
  .amrewards-balance-container .amrewards-amount {
    display: inherit;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 24px;
    min-height: 16px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 16px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amstorecredit-pager .limiter {
    float: right;
  }
  #mb-ajaxcart-wrapper {
    max-width: 720px;
    min-width: 580px;
    overflow: hidden;
  }
  #mb-ajaxcart-wrapper .popup-content {
    padding: 20px;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
    overflow-y: auto;
    height: 420px;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .error-content {
    overflow-y: auto;
    height: 360px;
  }
  #mb-ajaxcart-wrapper img.image {
    max-width: 100%;
    float: left;
    width: 30%;
    margin: 0;
  }
  #mb-ajaxcart-wrapper .product-add-form {
    float: right;
    width: 60%;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login,
  .mb-ajaxsuite-popup-wrapper .block-new-customer {
    margin: 0;
    width: 50%;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login .block-title,
  .mb-ajaxsuite-popup-wrapper .block-new-customer .block-title {
    margin-bottom: 15px;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login .block-title strong,
  .mb-ajaxsuite-popup-wrapper .block-new-customer .block-title strong {
    font-size: 2rem;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login {
    float: left;
    padding-right: 20px;
    position: relative;
    width: 50%;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login .form.form-login .fieldset {
    margin: 0 0 20px;
  }
  .mb-ajaxsuite-popup-wrapper .block-customer-login:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .mb-ajaxsuite-popup-wrapper .block-new-customer {
    padding-right: 0px;
    float: right;
    width: 46%;
  }
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.info,
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account {
    float: left;
    width: 50%;
  }
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.info {
    padding-right: 30px;
    position: relative;
    float: left;
    width: 41%;
  }
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account {
    position: relative;
    float: left;
    width: 50%;
  }
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account:before {
    content: "";
    margin: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .mb-ajaxsuite-popup-wrapper form.mb-login-form-register .mb-style-actions {
    clear: both;
  }
  #mb-ajaxcompare-wrapper .ajaxcompare-success-box img.image {
    max-width: 30%;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .page-products .products-list .product-item-info .product-image-list {
    position: relative;
  }
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    bottom: 30px;
    height: auto;
    z-index: 9;
    width: calc(100% - 30px);
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1 span:before,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v2,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    bottom: 30px;
    right: 30px;
  }
  .products-grid .product-items {
    width: calc(100% + 15px);
  }
  .products-grid .product-item {
    width: calc(33.33% - 16px);
    border: 1px solid transparent;
  }
  .products-grid .product-item:not(.item-unavailable):hover {
    border: 1px solid #ff5501;
  }
  .page-layout-2columns-left .products-grid .product-item,
  .page-layout-2columns-right .products-grid .product-item {
    width: calc(50% - 16px);
  }
  .page-layout-3columns .products-grid .product-item {
    width: calc(50% - 16px);
  }
  .grid .product-item-inner {
    height: 0;
    overflow: hidden;
    position: absolute;
    background-color: #f7f7f7;
    left: -1px;
    right: -1px;
    z-index: 3;
  }
  .grid .product-item:hover .product-item-inner {
    display: block;
    height: auto;
    overflow: auto;
    padding: 0 16px 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ff5501;
    border-top: 0;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 22px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 8px 8px 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: auto;
    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: ')';
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 22px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -16px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 16px;
    padding: 0 12px 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
    line-height: 1;
    font-size: 1.2rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #f7f7f7;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    font-size: 16px;
    height: auto;
    line-height: 24px;
    padding: 11px 12px;
    vertical-align: baseline;
    width: 100%;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:focus,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:focus {
    border: 1px solid #000000;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.4;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c0c0c0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #c0c0c0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #c0c0c0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.4rem;
    margin: 0 0 0 4px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.4rem;
    margin: 8px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 14px;
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 16px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #bbbbbb;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 16px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 16px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 16px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 16px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #bbbbbb;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #bbbbbb;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 28px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #bbbbbb;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 16px 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 {
    float: left;
    padding-right: 16px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #bbbbbb;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 16px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 16px;
  }
  .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: 8px;
    padding: 4px 8px 8px;
    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: 8px;
    padding: 4px 8px 8px;
  }
  .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: 12px;
  }
  .block.newsletter .content-wrapper {
    justify-content: space-evenly;
    height: 100%;
  }
  .block.newsletter .box-left {
    padding-right: 24px;
    max-width: 60%;
  }
  .block.newsletter .box-right {
    width: auto;
    max-width: 40%;
  }
  .block.newsletter .field.newsletter {
    max-width: 300px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #bbbbbb;
  }
  .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 {
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #bbbbbb;
  }
  .paypal-review-discount .block {
    margin-bottom: 12px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 48px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 8px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 4px 16px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 4px 16px 5px 16px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 8px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 8px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 16px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .block-search {
    margin-left: unset;
    position: relative;
    width: 450px;
  }
  .block-search .label.active + .control {
    position: static;
    box-shadow: unset;
  }
  .block-search .block-content .control {
    position: static;
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    padding-right: 40px;
    border-color: transparent;
    border-bottom-color: inherit;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c0c0c0;
  }
  .block-search input:-moz-placeholder {
    color: #c0c0c0;
  }
  .block-search input::-moz-placeholder {
    color: #c0c0c0;
  }
  .block-search input:-ms-input-placeholder {
    color: #c0c0c0;
  }
  .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: 0;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    display: none;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 48px;
    color: #000000;
    content: '\e925';
    font-family: 'azkarra';
    margin: 0 4px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #404040;
  }
  .block-search .action.search:active:before {
    color: #404040;
  }
  .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.4;
  }
  .block-search .action.search:before {
    width: 48px;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cms-content-readable:not(.cms-index-index) .page.messages,
  .cms-content-readable:not(.cms-index-index) .column.main {
    max-width: 100%;
  }
  .cms-content-readable .page-main form {
    max-width: calc(100% - 20%);
    margin: 0 auto;
  }
  .cms-content-readable .page-main form .primary {
    width: 100%;
  }
  .text-two-columns {
    display: flex;
  }
  .text-two-columns > .column-one,
  .text-two-columns > .column-two {
    width: 50%;
  }
  .text-two-columns > .column-one {
    padding-right: 1%;
  }
  .text-two-columns > .column-two {
    padding-left: 1%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 975px;
  }
  .item-action.link-mobile-call {
    display: none;
  }
  .footer .footer-cms {
    display: flex;
    padding-top: 16px;
  }
  .footer .column-footer {
    flex-basis: 25%;
    border-top: 0;
  }
  .footer .column-footer:not(:first-of-type) {
    padding-left: 24px;
  }
  .footer .column-title:after {
    display: none !important;
  }
  .pagebuilder-enabled .footer .footer-cms {
    display: flex;
    padding-top: 16px;
  }
  .pagebuilder-enabled .footer .footer-cms > div[data-content-type="html"] {
    display: flex;
    flex-basis: 100%;
  }
  .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -8px;
    left: 100%;
    margin: 0 0 0 16px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 9px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 16px;
  }
  .page-title-wrapper {
    text-align: center;
  }
  .page-title-wrapper > .page-title > span {
    padding: 0 8px;
  }
  .block-title {
    text-align: center;
  }
  .block-title > [role="heading"] {
    padding: 0 8px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    display: none;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e909';
    font-family: 'azkarra';
    margin: 0 4px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    display: none;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e90c';
    font-family: 'azkarra';
    margin: 0 4px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome .customer-menu > ul {
    display: none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    padding: 8px;
    margin-top: 8px;
    min-width: 160px;
    z-index: 101;
    position: absolute;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    right: 0;
  }
  .customer-welcome .customer-menu > ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .customer-welcome .customer-menu > ul li > a {
    color: #000000;
  }
  .customer-welcome .customer-menu > ul li:hover {
    background: #f7f7f7;
    cursor: pointer;
  }
  .customer-welcome .customer-menu > ul:before,
  .customer-welcome .customer-menu > ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome .customer-menu > ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome .customer-menu > ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome .customer-menu > ul:before {
    right: 24px;
    top: -12px;
  }
  .customer-welcome .customer-menu > ul:after {
    right: 23px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active .customer-menu > ul {
    display: block;
  }
  .customer-welcome li a {
    color: #000000;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #ff5501;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #ff5501;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome + .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.4;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e90c';
  }
  .customer-welcome.active + .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .catalogsearch-result-index .product.data.items > .item.title > .switch {
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 43px;
    padding: 1px 35px 1px 35px;
  }
  .catalogsearch-result-index .product.data.items > .item.title.active > .switch {
    background: #fff;
    color: #333;
  }
  .catalogsearch-result-index .amsearch-result-tabs .data.title {
    position: relative;
    float: left;
    width: auto;
    margin: 0 -1px 0 0;
  }
  .catalogsearch-result-index .product.data.items > .item.content {
    color: #333;
    float: right;
    width: 100%;
    background: #fff;
    margin: 43px 0 0 -100%;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .contact-index-index .page-wrapper .page-main {
    background: url("../Smartwave_Porto/images/page-row-bg_1.png") no-repeat;
    background-size: 100% auto;
    background-position: 0px 0;
    padding-top: 10px;
  }
  .contact-index-index .contact-left {
    width: calc(100% - 310px);
    float: left;
    padding-right: 10px;
  }
  .contact-index-index .contact-right {
    width: 310px;
    float: right;
    padding-left: 10px;
  }
  .contact-index-index .contact-content {
    width: calc(100% - 310px);
    float: left;
  }
  .contact-index-index .form.contact .left,
  .contact-index-index .form.contact .right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .contact-index-index .form.contact textarea[name="comment"] {
    height: 115px;
  }
  .footer .block-title {
    text-align: left;
  }
  .pagebuilder-enabled .footer .footer-cms {
    padding-left: 12px;
  }
}
@media all and (min-width: 1024px), print {
  html:not(.force-mobile) .nav-toggle,
  html:not(.force-mobile) .nav-mobile-close {
    display: none !important;
  }
  html:not(.force-mobile) .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  html:not(.force-mobile) .nav-sections-item-title {
    display: none;
  }
  html:not(.force-mobile) .nav-sections-item-content > * {
    display: none;
  }
  html:not(.force-mobile) .nav-sections-item-content > .navigation {
    display: block;
  }
  html:not(.force-mobile) .navigation {
    font-size: 16px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  html:not(.force-mobile) .navigation:empty {
    display: none;
  }
  html:not(.force-mobile) .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  html:not(.force-mobile) .navigation li.level0 {
    border-top: none;
  }
  html:not(.force-mobile) .navigation li.level1 {
    position: relative;
  }
  html:not(.force-mobile) .navigation .level0 {
    margin: 0;
    display: inline-block;
    position: relative;
  }
  html:not(.force-mobile) .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  html:not(.force-mobile) .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  html:not(.force-mobile) .navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 56px;
    padding: 0 24px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: padding 0.4s ease-in-out;
  }
  html:not(.force-mobile) .navigation .level0 > .level-top:hover,
  html:not(.force-mobile) .navigation .level0 > .level-top.ui-state-focus {
    background: #c91f1f;
    color: #ffffff;
    text-decoration: none;
  }
  html:not(.force-mobile) .navigation .level0.active,
  html:not(.force-mobile) .navigation .level0.has-active {
    position: relative;
  }
  html:not(.force-mobile) .navigation .level0.active > .level-top,
  html:not(.force-mobile) .navigation .level0.has-active > .level-top {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }
  html:not(.force-mobile) .navigation .level0.active > .level-top:before,
  html:not(.force-mobile) .navigation .level0.has-active > .level-top:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 8px solid;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
  }
  html:not(.force-mobile) .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  html:not(.force-mobile) .navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    font-size: 14px;
    font-weight: 400;
    min-width: 230px;
    padding: 8px;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu > ul {
    margin-top: 11px;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu > ul:before,
  html:not(.force-mobile) .navigation .level0 > .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  html:not(.force-mobile) .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;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #bbbbbb;
    color: #bbbbbb;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu a {
    display: block;
    line-height: inherit;
    color: #000000;
    padding: 8px 16px;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu a:hover,
  html:not(.force-mobile) .navigation .level0 > .submenu a.ui-state-focus {
    background: #f7f7f7;
    color: #000000;
    text-decoration: none;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #ff5501;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu .submenu {
    display: block !important;
    position: static;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu > li {
    display: inline-block;
    min-width: 230px;
  }
  html:not(.force-mobile) .navigation .level0 > .submenu li {
    margin: 0;
  }
  html:not(.force-mobile) .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  html:not(.force-mobile) .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: #000000;
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  html:not(.force-mobile) .navigation .level0.more:hover:after {
    color: #404040;
  }
  html:not(.force-mobile) .navigation .level0.more:active:after {
    color: #404040;
  }
  html:not(.force-mobile) .navigation .level0.more:before {
    display: none;
  }
  html:not(.force-mobile) .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  html:not(.force-mobile) .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  html:not(.force-mobile) .navigation .level0.more li {
    display: block;
  }
  html:not(.force-mobile) .navigation ul {
    padding: 0 15px;
  }
  html:not(.force-mobile) .panel.header .switcher {
    display: inline-block;
    margin-left: 8px;
  }
  html:not(.force-mobile) .panel.header .switcher:first-of-type {
    margin-left: auto;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .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;
  }
  .checkout-index-index:not(.amasty-jet-theme) .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;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amcompany-tree-block .jstree-checkbox:hover {
    border-color: #4776f0;
    background: #4776f0;
  }
  .amgroupassign-groupcode {
    max-width: 105px;
    margin: 0 16px 0 0;
  }
  .amgroupassign-li-nav {
    align-items: center;
    flex-direction: row;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .ampromo-popup-wrapper {
    max-width: 960px;
    width: 100%;
  }
  .ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  html.force-mobile .navigation .ui-menu-item {
    display: block;
  }
  html.force-mobile .navigation .submenu:not(:first-child) {
    overflow-x: visible;
    line-height: 1.5;
  }
  html.force-mobile .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 5px;
  }
  html.force-mobile .navigation .submenu:not(:first-child) ul > li a {
    line-height: 1.5;
  }
  html.force-mobile .navigation li.ui-menu-item:last-child {
    border-bottom: 1px solid transparent;
  }
  html:not(.force-mobile) body .page-wrapper nav.navigation .level2 a {
    padding: 0 16px !important;
  }
  html:not(.force-mobile) body .page-wrapper nav.navigation a.menu-item.subitem2 {
    margin-top: -15px;
  }
  .products-grid .product-item {
    width: calc(25% - 16px);
  }
  .page-layout-2columns-left .products-grid .product-item,
  .page-layout-2columns-right .products-grid .product-item {
    width: calc(33.33% - 16px);
  }
  .page-layout-3columns .products-grid .product-item {
    width: calc(50% - 16px);
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 12px;
  }
  .cart.table-wrapper .cart .product-item-photo {
    max-width: 165px;
  }
  .cart.table-wrapper .cart td.col.item {
    padding: 16px 8px 16px 0;
  }
  .cart.table-wrapper .cart td.col.item .product-item-photo {
    margin: 0 16px 0 0;
    line-height: 0;
  }
  .cart.table-wrapper .product-item-details {
    padding: 0;
    justify-content: center;
  }
  .cart-summary {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    float: right;
    overflow: hidden;
    padding: 24px;
    position: relative;
    width: 30%;
  }
  .cart-container .form-cart {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: left;
    width: calc(70% - 24px);
  }
  .block.crosssell {
    clear: both;
    max-width: 100%;
    width: 100%;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 4px 32px;
  }
  .order-links .item strong {
    padding: 4px 32px 5px 32px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 16px;
    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;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    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 {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .cms-content-readable .page.messages,
  .cms-content-readable .column.main {
    margin: 0 auto;
  }
  .header.panel {
    display: flex;
    justify-content: flex-end;
  }
  .header .logo {
    margin-left: 0;
  }
  .header .switcher {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sticky-header .block-header-actions > .item-action > .action {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 0;
  }
  .block-header-actions > .item-action {
    margin-left: 16px;
  }
  .block-header-actions > .item-action > .action {
    padding: 24px 8px;
    min-width: 65px;
  }
  .block-header-actions > .item-action.active > div.action {
    color: #ffffff;
    background-color: #c91f1f;
  }
  .block-header-actions > .item-action.active > div.action:before {
    color: #ffffff;
  }
  .block-header-actions > .item-action .text {
    display: block;
  }
  .block-header-actions > .item-action.link-customer-new > .action:after {
    top: 42px;
    right: 30px;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    background: none;
  }
  html:not(.force-mobile) .nav-sections {
    background-color: #2a3c56;
    border-top: 4px solid #c0c0c0;
  }
  .no-display-large {
    display: none;
  }
  .contact-index-index .contact-left {
    width: calc(100% - 360px);
  }
  .contact-index-index .contact-right {
    width: 360px;
  }
  .contact-index-index .contact-content {
    width: calc(100% - 360px);
  }
  .contact-index-index .form.contact .row:after {
    content: '';
    display: table;
    clear: both;
  }
  .contact-index-index .form.contact .left {
    padding-right: 15px;
    width: 45%;
    float: left;
  }
  .contact-index-index .form.contact .right {
    padding-left: 15px;
    width: 55%;
    float: left;
  }
  .navigation .level0 > .level-top.active:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 8px solid;
    border-color: #252525 transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
  }
  .header > .block-header-actions {
    min-width: 207px;
    justify-content: flex-end;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .products-grid .product-item {
    width: calc(20% - 16px);
  }
  .page-layout-2columns-left .products-grid .product-item,
  .page-layout-2columns-right .products-grid .product-item {
    width: calc(25% - 16px);
  }
  .page-layout-3columns .products-grid .product-item {
    width: calc(33.33% - 16px);
  }
  .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;
  }
}
.toolbar-products .pager .pages li.current span {
  color: #ffffff;
}
.review-toolbar .pager .pages li .page,
.toolbar-products .pager .pages li .page,
.review-toolbar .pager .pages li .next,
.toolbar-products .pager .pages li .next,
.review-toolbar .pager .pages li .previous,
.toolbar-products .pager .pages li .previous {
  color: #647f7b;
  background: 0 0;
  font-size: 13px;
  line-height: 30px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  transform: translate(-50%, -50%);
}
.pages .item {
  font-size: 1em;
  line-height: 2.4rem;
  letter-spacing: normal;
  margin: 0 5px 0 0;
  display: inline-block;
}
.review-toolbar .pager .pages li,
.toolbar-products .pager .pages li {
  background: #ebebeb;
  border-radius: 50%;
  margin: 0;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.review-toolbar .pager .pages li.current,
.toolbar-products .pager .pages li.current {
  background: #647f7b;
}
.catalog-category-view .modes,
.catalogsearch-result-index .modes {
  display: none;
}
.page-main .toolbar-products .pager .pages {
  padding-left: 10px;
}
.page-main .toolbar-products .pager .pages {
  display: block;
}
.page-main .toolbar-products .pager .pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.review-toolbar .pager .pages,
.page-main .toolbar-products .pager .pages {
  padding: 0;
  border: 0;
  float: right;
  overflow: hidden;
  margin-left: 15px;
  margin-bottom: 5px;
}
.page-main .toolbar-products .sorter {
  float: left;
  position: static;
  display: flex;
  align-items: center;
  margin: 0 7px 0 0;
  vertical-align: middle;
  line-height: 26px;
}
.page-main .toolbar-products .sorter .sorter-action {
  background-image: url(../images/icon_sprite.webp);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: 4px -542px;
}
.page-main .toolbar-products .sorter .sorter-action span {
  display: none;
}
p#toolbar-amount {
  clear: both;
  display: inline-block;
  float: left;
  display: none;
}
.page-main .toolbar-products .pager {
  float: right;
  font-size: 12px;
  line-height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.page-main .toolbar-products .sorter select {
  width: 105px;
  padding-left: 5px;
  margin: 0;
  height: 30px;
  background-color: #f8f8f8;
  border-radius: 0;
  font-size: 1em;
  padding: 0 25px 0 8px;
  box-shadow: none;
  border: 1px solid #e4e4e4;
}
.page-main .toolbar-products .sorter label {
  margin-right: 3px;
  font-weight: 400;
  text-transform: uppercase;
}
.page-main .toolbar-products {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}
.button {
  text-transform: uppercase;
  background: #fcde96;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #2a3c56;
  font-size: 16px;
  font-weight: 400;
  font-family: roboto, helvetica neue, Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: .25px;
}
@media screen and (min-width: 654px) {
  .amblog-index-index .column.main,
  .amblog-index-category .column.main,
  .amblog-index-post .column.main {
    width: calc(100% - 315px) !important;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .amblog-index-post .sidebar.sidebar-additional {
    margin-top: -104px;
  }
}
@media screen and (max-width: 767px) {
  .amblog-post-container {
    box-shadow: 0 4px 2px -2px #808080b3;
  }
  .amblog-post-container .amblog-content {
    padding: 0 10px;
  }
  .amblog-features .amblog-wrap {
    margin: 0;
  }
}
.recommended-products {
  max-width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
}
.recommended-products h2 {
  background-color: transparent;
  color: #647f7b;
  display: block;
  padding: 10px 0;
  font-family: Roboto, 'Helvetica Neue', Verdana, Arial, sans-serif;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.recommended-products .horizontal-scroll-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}
.recommended-products .products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25%;
}
.recommended-products .product-item {
  width: 18%;
  margin: 0 1.25% 30px;
  position: relative;
  list-style: none;
  background: #ffffff;
  border: 1px solid transparent;
}
.recommended-products .product-item:nth-child(5n+1) {
  margin-left: 0;
  clear: left;
}
.recommended-products .product-item:nth-child(5n) {
  margin-right: 0;
}
.recommended-products .product-item-info {
  text-align: center;
}
.recommended-products .product-item-photo {
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
}
.recommended-products .product-image-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.recommended-products .more-options {
  text-transform: none;
  color: #4c7f93;
  font-size: 13px;
  font-weight: 500;
  height: 20px;
  display: block;
  letter-spacing: 0.4px;
  line-height: 22px;
  text-align: center;
}
.recommended-products .more-options a:hover {
  text-decoration: underline;
}
.recommended-products .product-item-details {
  min-height: 145px;
  text-align: center;
  padding: 10px 0;
}
.recommended-products .product-item-name {
  letter-spacing: 0.4px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  min-height: 20px;
  display: block;
}
.recommended-products .product-item-name a {
  color: #666666;
  text-decoration: none;
}
.recommended-products .product-item-name a:hover {
  text-decoration: underline;
}
.recommended-products .product-brand {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #636363;
  margin-bottom: 5px;
}
.recommended-products .price-box {
  text-align: center;
  font-family: Roboto, 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #647f7b;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.recommended-products .old-price {
  text-decoration: line-through;
  display: block;
  color: #929292;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
@media (max-width: 940px) and (min-width: 510px) {
  .recommended-products .product-item {
    width: 30%;
    margin: 0 2.5% 30px;
  }
  .recommended-products .product-item:nth-child(5n+1) {
    margin-left: inherit;
    clear: none;
  }
  .recommended-products .product-item:nth-child(5n) {
    margin-right: inherit;
  }
  .recommended-products .product-item:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .recommended-products .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 509px) {
  .recommended-products .product-item {
    width: 46%;
    margin: 0 4% 30px;
  }
  .recommended-products .product-item:nth-child(5n+1),
  .recommended-products .product-item:nth-child(3n+1) {
    margin-left: inherit;
    clear: none;
  }
  .recommended-products .product-item:nth-child(5n),
  .recommended-products .product-item:nth-child(3n) {
    margin-right: inherit;
  }
  .recommended-products .product-item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .recommended-products .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .recommended-products .product-item:nth-child(n+5) {
    display: none;
  }
}
.recommended-products .ribbon {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 2px 5px 1px 15px;
  z-index: 1;
  background: url(../../../../../frontend/jq-dev/my_azkarra/default/Smartwave_Porto/images/badge.png) no-repeat;
  background-size: 100% 100%;
  font-size: 12px;
  font-weight: 300;
}
.recommended-products .price-from {
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-family: Roboto, 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #636363;
  line-height: 1.5;
}
.recommended-products {
  max-width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
}
.recommended-products h2 {
  background-color: transparent;
  color: #647f7b;
  display: block;
  padding: 10px 0;
  font-family: Roboto, 'Helvetica Neue', Verdana, Arial, sans-serif;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.recommended-products .products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25%;
}
.recommended-products .product-item {
  width: 18%;
  margin: 0 1.25% 30px;
  position: relative;
  list-style: none;
  background: #ffffff;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
}
.recommended-products .product-item:nth-child(5n+1) {
  margin-left: 0;
  clear: left;
}
.recommended-products .product-item:nth-child(5n) {
  margin-right: 0;
}
.recommended-products .product-image-container {
  order: 1;
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.recommended-products .product-image-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.recommended-products .product-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.recommended-products .product-info {
  order: 2;
  text-align: center;
  padding: 0 10px;
}
.recommended-products .product-name {
  letter-spacing: 0.4px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  min-height: 20px;
  display: block;
}
.recommended-products .product-name a {
  color: #666666;
  text-decoration: none;
}
.recommended-products .product-name a:hover {
  text-decoration: underline;
}
.recommended-products .product-brand {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #636363;
  margin-bottom: 5px;
}
.recommended-products .more-options {
  order: 3;
  text-transform: none;
  color: #4c7f93;
  font-size: 13px;
  font-weight: 500;
  height: 20px;
  display: block;
  letter-spacing: 0.4px;
  line-height: 22px;
  text-align: center;
  margin: 5px 0;
}
.recommended-products .more-options:hover {
  text-decoration: underline;
  cursor: pointer;
}
.recommended-products .price-box {
  order: 4;
  width: 100%;
  text-align: center;
  font-family: Roboto, 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #647f7b;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 0 10px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.recommended-products .price-box .price {
  display: block;
  width: 100%;
  text-align: center;
}
.recommended-products .price-box .old-price {
  text-decoration: line-through;
  display: block;
  width: 100%;
  text-align: center;
  color: #929292;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
.recommended-products .price-box .special-price {
  display: block;
  width: 100%;
  text-align: center;
}
.recommended-products .price-box .price-from {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  font-family: Roboto, 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #636363;
  line-height: 1.5;
}
@media screen and (max-width: 940px) and (min-width: 510px) {
  .recommended-products .product-item {
    width: 30%;
    margin: 0 2.5% 30px;
  }
  .recommended-products .product-item:nth-child(5n+1) {
    margin-left: inherit;
    clear: none;
  }
  .recommended-products .product-item:nth-child(5n) {
    margin-right: inherit;
  }
  .recommended-products .product-item:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .recommended-products .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 509px) {
  .recommended-products .product-item {
    width: 46%;
    margin: 0 4% 30px;
  }
  .recommended-products .product-item:nth-child(5n+1),
  .recommended-products .product-item:nth-child(3n+1) {
    margin-left: inherit;
    clear: none;
  }
  .recommended-products .product-item:nth-child(5n),
  .recommended-products .product-item:nth-child(3n) {
    margin-right: inherit;
  }
  .recommended-products .product-item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .recommended-products .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .recommended-products .product-item:nth-child(n+5) {
    display: none;
  }
  .recommended-products .product-name {
    font-size: 13px;
  }
  .recommended-products .price-box {
    font-size: 16px;
  }
}
