/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.navigation {
  font-weight: 700;
  height: inherit;
  left: auto;
  overflow: inherit;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}
.navigation:empty {
  display: none;
}
.navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.navigation li.level0 {
  border-top: none;
}
.navigation .level0 {
  margin: 0;
  display: inline-block;
  position: relative;
}
.navigation .level0:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navigation .level0 > .level-top {
  color: #333333;
  line-height: 47px;
  padding: 0 12px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-color: #6e645e;
  border-style: solid;
  border-width: 0 0 3px;
  color: #333333;
  text-decoration: none;
  display: inline-block;
}
.navigation .level0.parent:hover > .submenu {
  overflow: visible !important;
}
.navigation .level0 .submenu {
  margin-top: 11px;
}
.navigation .level0 .submenu > ul {
  margin-top: 11px;
}
.navigation .level0 .submenu > ul:before,
.navigation .level0 .submenu > ul:after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
}
.navigation .level0 .submenu > ul:before {
  color: #ffffff;
  left: 20px;
  top: -20px;
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-bottom-color: #ffffff;
  z-index: 4;
}
.navigation .level0 .submenu > ul:after {
  border: 11px solid transparent;
  height: 0;
  width: 0;
  border-bottom-color: #cccccc;
  color: #cccccc;
  left: 19px;
  top: -22px;
  z-index: 3;
}
.navigation .level0 .submenu .active > a {
  border-color: #6e645e;
  border-style: solid;
  border-width: 0 0 0 3px;
  color: #333333;
}
.navigation .level0 .submenu .submenu-reverse {
  left: auto !important;
  right: 100%;
}
.navigation .level0.more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.navigation .level0.more:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: '\e607';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.navigation .level0.more:before {
  display: none;
}
.navigation .level0.more:after {
  cursor: pointer;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
}
.navigation .level0.more:hover > .submenu {
  overflow: visible !important;
}
.navigation .level0.more li {
  display: block;
}
.panel.header .links,
.panel.header .switcher {
  display: inline-block;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.cms-newsletter .newsletter_right,
.cms-newsletter .newsletter_float {
  display: none !important;
}
.newsletter_right .img-content {
  max-width: 200px;
  overflow: hidden;
}
.newsletter_right {
  top: 25% !important;
  position: fixed;
  left: auto;
  background: #6e645e;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 900;
  max-width: 200px;
  right: -200px;
}
.newsletter_right .title {
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 20px;
}
button.btn-close {
  position: absolute;
  right: 0;
  top: -41px;
  background: #6e645e;
  border: none;
  padding: 10px;
  border-radius: 0;
  color: #fff;
}
.newsletter_float {
  top: 25% !important;
  position: fixed;
  left: auto;
  background: #6e645e;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 900;
  width: 48px;
}
span.nl-float-text {
  font-weight: 700;
  color: #fff;
  padding: 10px 10px 10px 35px;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 2px;
  writing-mode: tb;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1600px) {
  .newletter-page .ct-right .ct-right-1 .img-right4 {
    top: -15px;
    z-index: 1;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .newletter-page .ct-right .ct-right-1 .img-right4 {
    left: 0;
    z-index: 1;
  }
  .newletter-page .ct-right .ct-right-2 .img-right2 {
    right: -45px;
  }
  .newletter-page .ct-right {
    overflow-x: hidden;
  }
}
@media (max-width: 991px) {
  .newletter-page .page-left {
    width: 100%;
  }
  .newletter-page .ct-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newletter-page .page-left {
    width: 100%;
  }
  .newletter-page .ct-right {
    width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 639px) {
  .newletter-page .ct-right .ct-right-1,
  .newletter-page .ct-right .ct-right-2 {
    width: 100%;
  }
}
.am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ticket__table-wrapper table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}
.ticket__table-wrapper td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.guest-ticket-view {
  width: 90%;
}
.guest-ticket-view-head {
  float: left;
  width: 40%;
}
.widget-ticket-title {
  cursor: pointer;
  padding: 15px;
}
.widget-ticket-title .title {
  padding-right: 15px;
}
.widget-ticket-content {
  background: #f5f4f1;
  padding: 15px !important;
}
.widget-ticket-content .accordion-widget-content {
  padding-left: 30px;
}
.widget-ticket-content .accordion-widget-content .replies,
.reply-time {
  padding-right: 15px;
}
.guest-ticket-view-head .accordion-widget {
  font-size: 14px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.guest-ticket-form {
  float: left;
  width: 60%;
}
.ticket-form {
  float: left;
  width: 40%;
  padding-left: 40px;
}
.ticket-form .name {
  font-weight: 700;
}
.ticket-form p.title-colum {
  font-weight: 700;
  font-style: italic;
}
.button-close-ticket {
  border: 2px solid #e0921d;
  border-radius: 5px;
  height: 39px;
  background: #e0921d;
}
.home-side-menu {
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
}
h2.side-menu-title {
  margin: 0;
  background-color: #f5f5f5;
  color: #a39f9c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 15px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #ddd;
}
.shariff-popup .shariff ul {
  display: block;
}
.shariff-popup .shariff ul li {
  margin-bottom: 10px;
}
.shariff-more {
  width: 100%;
  display: block;
  height: 30px;
  background: #d8d8d8;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 30px;
  text-align: center;
}
.show-shariff,
.hide-shariff {
  background: #262b30 none repeat scroll 0 0;
  color: #888;
  cursor: pointer;
  font-size: 15px;
  min-height: 15px;
}
.hide-shariff {
  padding-right: 10px;
  text-align: right;
  display: none;
}
.hide-shariff.show {
  display: block;
}
.show-shariff {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  position: relative;
}
.shariff-content,
.hide-shariff,
.show-shariff {
  transition: all .4s ease 0s;
}
.show-shariff.active {
  transform: inherit;
}
.nav-open .shariff-content,
.nav-open .show-shariff.active,
.nav-open .hide-shariff.show {
  display: none;
}
.shariff-postion.postion-left.button-style-standard .shariff-button:hover,
.shariff-postion.postion-right.button-style-standard .shariff-button:hover {
  width: calc(105%);
  text-align: center;
}
.shariff-postion.postion-right.button-style-standard .shariff-button:hover {
  right: 5%;
  position: relative;
}
.shariff-postion.postion-left.button-style-icon .shariff-button:hover,
.shariff-postion.postion-right.button-style-icon .shariff-button:hover {
  width: calc(130%);
  text-align: center;
}
.shariff-postion.postion-right.button-style-icon .shariff-button:hover {
  right: 30%;
  position: relative;
}
.shariff .button-style-icon li a {
  text-align: center;
}
.button-shape-circle .shariff li,
.button-shape-circle .shariff li a {
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  width: 50px;
}
.shariff-postion.postion-left.button-style-icon.button-shape-circle .shariff-button:hover,
.shariff-postion.postion-right.button-style-icon.button-shape-circle .shariff-button:hover {
  width: 100%;
  right: 0;
}
.shariff-postion.postion-right.button-style-icon.button-shape-circle .shariff-button:hover {
  right: 0;
}
.button-shape-circle .shariff li a span {
  display: block;
  width: 50px;
  line-height: 50px;
}
.button-shape-circle .shariff-content ul {
  margin: 5px;
}
.button-shape-circle .shariff .theme-custom.orientation-vertical {
  min-width: 50px;
}
.postion-below.button-shape-circle .shariff ul li {
  width: 50px;
}
.postion-below.button-style-icon.button-shape-circle a.shariff-more {
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
  margin: 5px 0;
}
.button-shape-circle a.shariff-more {
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  width: 50px;
  margin: auto;
}
.shariff-popup .shariff.button-shape-circle ul li {
  height: 50px;
  line-height: 45px;
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
}
.shariff-popup .shariff.button-shape-circle ul li a {
  height: 50px;
}
.shariff-popup .button-shape-circle li.shariff-button a,
.shariff-popup .button-shape-circle li.shariff-button a:hover {
  border: unset;
}
@media (max-width: 992px) {
  .jajuma-slider .slick-active .slide-caption .caption1 {
    font-size: 250px;
    left: 50%;
    line-height: 225px;
    margin-left: -280px;
  }
  .jajuma-slider .slick-active .slide-caption .caption2 {
    font-size: 45px;
  }
  .jajuma-slider .slick-active .slide-caption .caption3 {
    font-size: 60px;
    letter-spacing: 10px;
  }
  .jajuma-slider .slick-active .slide-caption .caption4 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .jajuma-slider .btn-shop {
    font-size: 15px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .jajuma-slider .slick-active .slide-caption .caption1 {
    font-size: 200px;
    line-height: 180px;
    margin-left: -225px;
  }
  .jajuma-slider .slick-active .slide-caption .caption2 {
    font-size: 35px;
    line-height: 1;
  }
  .jajuma-slider .slick-active .slide-caption .caption3 {
    font-size: 45px;
    letter-spacing: 8px;
  }
  .jajuma-slider .slick-active .slide-caption .caption4 {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
@media (max-width: 480px) {
  .jajuma-slider .slick-dots {
    bottom: 10px;
  }
  .jajuma-slider .slick-active .slide-caption .caption1 {
    font-size: 90px;
    line-height: 85px;
    margin-left: -100px;
  }
  .jajuma-slider .slick-active .slide-caption .caption2 {
    font-size: 20px;
  }
  .jajuma-slider .slick-active .slide-caption .caption3 {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 2px 0;
  }
  .jajuma-slider .slick-active .slide-caption .caption4 {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .jajuma-slider .slick-active .slide-caption .caption5 {
    margin: 5px 0 0;
  }
  .jajuma-slider .btn-shop {
    border-width: 1px;
    font-size: 11px;
    line-height: 25px;
    padding: 0 12px;
  }
}
@media (max-width: 1023px) {
  .shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap {
    flex-wrap: wrap;
  }
  .shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .screenshot-landing-page {
    width: 80%;
    margin: auto;
  }
  .shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .left-content {
    text-align: center;
    width: 100%;
  }
  .shops-view-index .page-wrapper .page-bottom .section-right {
    display: none;
  }
  .shops-view-index .page-wrapper .page-bottom .footer-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .shops-view-index .page-wrapper .page-bottom .footer-links a {
    font-size: 24px;
    font-weight: bold;
  }
}
@media (max-width: 471px) {
  .shops-view-index .page-wrapper .header-content .container .vendor-logo img,
  .shops-view-index .page-wrapper .header-content .container .header-logo img {
    max-height: 70px;
    max-width: 40vw;
  }
}
.author {
  /*background: whitesmoke;*/
  padding: 20px 0 20px 0;
  display: block;
}
.author .block-img {
  width: 10%;
  float: left;
  margin-right: 15px;
}
.author .block-img img {
  height: auto;
  width: 94px;
}
.author .block-description {
  width: 88%;
  float: left;
}
.author .block-description .h3 {
  margin: 0;
}
.author .block-description .h4 {
  margin: 5px 0;
}
.author .block-description .social-icons {
  display: flex;
}
.author .block-description .social-icons .icon {
  padding: 5px;
}
.author .block-description .social-icons .icon:nth-child(1) {
  padding-left: 0;
}
.author .a-right {
  text-align: right;
}
.author .readmore {
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .author .block-img {
    width: 12%;
  }
  .author .block-description {
    width: 84%;
  }
}
@media (max-width: 768px) {
  .author .block-img {
    width: 17%;
  }
  .author .block-description {
    width: 75%;
  }
}
@media (max-width: 420px) {
  .author .block-img {
    width: 28%;
  }
  .author .block-description {
    width: 65%;
  }
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
@media only screen and (max-width: 1023px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.amgdprcookie-bar-template .actions {
  text-align: right;
  padding-right: 50px;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow,
.amgdprcookie-bar-container .amgdprcookie-button.-allow {
  background-color: #e8d319 !important;
  border-color: #e8d319 !important;
  color: #555555 !important;
}
@media (max-width: 1023px) {
  .amgdprcookie-bar-container {
    padding-bottom: 60px;
  }
  .amgdprcookie-bar-template .action.primary {
    padding: 10px 10px;
  }
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #343434;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #e5e5e5;
  /*padding: @selectize-padding-y @selectize-padding-x;*/
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 16px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input input {
  display: inline-block !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
}
.selectize-input input::-ms-clear {
  display: none;
}
.selectize-input input:focus {
  outline: none !important;
}
.selectize-input .item + input {
  display: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
/*.selectize-input.dropdown-active::before {
	content: ' ';
	display: block;
	position: absolute;
	background: @selectize-color-dropdown-border-top;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}*/
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 8px 16px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #343434;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(52, 52, 52, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  position: absolute;
  color: #343434;
  font-size: 14px;
  right: 16px;
  line-height: 1;
  top: calc(35%);
}
.selectize-control.single .selectize-input.dropdown-active:after {
  /*margin-top: @selectize-arrow-size * -0.8;
		border-width: 0 @selectize-arrow-size @selectize-arrow-size @selectize-arrow-size;
		border-color: transparent transparent @selectize-arrow-color transparent;*/
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.iwd_main_wrapper .field .input-text._has-datepicker {
  width: 53%;
}
._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -3rem;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 13px;
  padding-right: 13px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.single .selectize-input {
  min-height: 35px;
  padding-right: 20px;
}
.selectize-control.single .selectize-input input {
  min-height: 37px;
}
.selectize-control.single .selectize-input input:focus {
  outline: none;
  box-shadow: none;
}
.selectize-control.single .selectize-input.has-items input {
  padding-left: 0;
}
.selectize-control.single .selectize-input:not(.has-items) input {
  width: 100% !important;
}
.selectize-control.single .item {
  min-height: 37px;
  padding: 8px 0 8px 16px;
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #e5e5e5;
}
._error .selectize-control.single .selectize-input,
._error .selectize-dropdown.single {
  border-color: #e02b27;
}
.selectize-dropdown .optgroup-header {
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.selectize_hide_input {
  opacity: 0 !important;
  position: absolute !important;
  left: -10000px !important;
}
.form.methods-shipping input.input-text {
  height: 37px !important;
}
#iwd_opc_shipping_method {
  width: 100%;
  min-height: 37px;
}
.iwd_main_wrapper .selectize-control + .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip {
  right: -25px;
}
.padding-default {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.iwd_main_wrapper {
  width: 100%;
  position: relative;
  margin: 48px 0 0 0;
  display: inline-block;
  color: #6e645e;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.iwd_main_wrapper * {
  box-sizing: border-box;
}
.iwd_main_wrapper .iwd_opc_column_name {
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #6e645e;
  margin-bottom: 24px;
}
.iwd_main_wrapper .iwd_opc_column_name.summary-title {
  margin-bottom: 0;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper {
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:first-child {
  padding-right: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child {
  float: right;
  padding-left: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child .iwd_opc_alternative_column {
  float: right;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column {
  max-width: 368px;
  min-width: 288px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column_content,
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column {
  outline: none;
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_collapsible_container {
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title {
  color: #6e645e;
  cursor: pointer;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  padding-left: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:hover {
  color: #333333;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable {
  border: 1px solid #6e645e;
  overflow-wrap: break-word;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  max-height: 140px;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.iwd_main_wrapper .iwd_opc_clear {
  clear: both;
}
.iwd_main_wrapper .iwd_opc_section_delimiter {
  height: 1px;
  background: #6e645e;
  width: calc(100% -  120px );
  margin: 24px auto 24px auto;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message {
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  padding: 0 16px 0 16px;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_success {
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_error {
  color: #e02b27;
}
.iwd_main_wrapper .iwd_opc_short_fields {
  display: flex;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper {
  display: block;
  margin: 0;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:first-child {
  padding-right: calc(8px);
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:last-child {
  padding-left: calc(8px);
}
.iwd_main_wrapper .iwd_opc_field select,
.iwd_main_wrapper .field select {
  /*margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 1px;
      opacity: 0;
      z-index: -1;*/
}
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .iwd_opc_select_container,
.iwd_main_wrapper .field select.mage-error ~ .iwd_opc_select_container {
  border-color: #e02b27;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .scroll-content,
.iwd_main_wrapper .field .scroll-wrapper .scroll-content {
  border: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper,
.iwd_main_wrapper .field .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container,
.iwd_main_wrapper .field .iwd_opc_select_container {
  border: 1px solid #6e645e;
  outline: none;
  border-radius: 4px;
  width: 100%;
  max-height: 184px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"] {
  max-height: 368px;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option {
  display: none;
  border-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected {
  display: block;
  background-color: inherit;
  padding-right: calc(34px);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''] {
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  position: absolute;
  color: #6e645e;
  font-size: 14px;
  right: 16px;
  line-height: 1;
  top: calc(50% - 7px);
  font-weight: 900;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:hover {
  background-color: inherit;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled,
.iwd_main_wrapper .field .scroll-wrapper.disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled {
  cursor: default;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected {
  opacity: 0.8;
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''] {
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled:focus,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled:focus {
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  color: #6e645e;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid rgba(110, 100, 94, 0.4);
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:hover {
  background-color: rgba(110, 100, 94, 0.4);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:last-child {
  border-bottom: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper:focus,
.iwd_main_wrapper .field .scroll-wrapper:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container:focus,
.iwd_main_wrapper .field .iwd_opc_select_container:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.iwd_main_wrapper .iwd_opc_field:not(.choice) label,
.iwd_main_wrapper .field:not(.choice) label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) label.label,
.iwd_main_wrapper .field:not(.choice) label.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) legend.label,
.iwd_main_wrapper .field:not(.choice) legend.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) .label,
.iwd_main_wrapper .field:not(.choice) .label {
  display: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input,
.iwd_main_wrapper .field.iwd_opc_input,
.iwd_main_wrapper .iwd_opc_field .input-text,
.iwd_main_wrapper .field .input-text,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea {
  background: inherit;
  border-radius: 4px;
  border: 1px solid #6e645e;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  height: 37px;
  width: 100%;
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:focus,
.iwd_main_wrapper .field.iwd_opc_input:focus,
.iwd_main_wrapper .iwd_opc_field .input-text:focus,
.iwd_main_wrapper .field .input-text:focus,
.iwd_main_wrapper .iwd_opc_field textarea:focus,
.iwd_main_wrapper .field textarea:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:focus,
.iwd_main_wrapper .field.iwd_opc_textarea:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:invalid,
.iwd_main_wrapper .field.iwd_opc_input:invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:invalid,
.iwd_main_wrapper .field .input-text:invalid,
.iwd_main_wrapper .iwd_opc_field textarea:invalid,
.iwd_main_wrapper .field textarea:invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-ui-invalid,
.iwd_main_wrapper .field textarea:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-ui-invalid {
  outline: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-moz-placeholder,
.iwd_main_wrapper .field .input-text::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-moz-placeholder,
.iwd_main_wrapper .field textarea::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-moz-placeholder {
  color: #6e645e;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-placeholder,
.iwd_main_wrapper .field .input-text:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-placeholder,
.iwd_main_wrapper .field textarea:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-placeholder {
  color: #6e645e;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-ms-input-placeholder,
.iwd_main_wrapper .field textarea:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-ms-input-placeholder {
  color: #6e645e;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:disabled,
.iwd_main_wrapper .field.iwd_opc_input:disabled,
.iwd_main_wrapper .iwd_opc_field .input-text:disabled,
.iwd_main_wrapper .field .input-text:disabled,
.iwd_main_wrapper .iwd_opc_field textarea:disabled,
.iwd_main_wrapper .field textarea:disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input[readonly],
.iwd_main_wrapper .field.iwd_opc_input[readonly],
.iwd_main_wrapper .iwd_opc_field .input-text[readonly],
.iwd_main_wrapper .field .input-text[readonly],
.iwd_main_wrapper .iwd_opc_field textarea[readonly],
.iwd_main_wrapper .field textarea[readonly],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea[readonly],
.iwd_main_wrapper .field.iwd_opc_textarea[readonly] {
  opacity: 0.8;
  pointer-events: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input.mage-error,
.iwd_main_wrapper .field.iwd_opc_input.mage-error,
.iwd_main_wrapper .iwd_opc_field .input-text.mage-error,
.iwd_main_wrapper .field .input-text.mage-error,
.iwd_main_wrapper .iwd_opc_field textarea.mage-error,
.iwd_main_wrapper .field textarea.mage-error,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea.mage-error,
.iwd_main_wrapper .field.iwd_opc_textarea.mage-error {
  border-color: #e02b27;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field {
  height: 37px;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-focused,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-focused {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-invalid {
  border-color: #e02b27;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea {
  max-width: 100%;
  overflow: hidden;
  resize: none;
  vertical-align: top;
}
.iwd_main_wrapper .iwd_opc_field[type="password"]:not(:placeholder-shown),
.iwd_main_wrapper .field[type="password"]:not(:placeholder-shown) {
  font-size: 34px;
  line-height: 19px;
  height: 37px;
  letter-spacing: -1px;
}
.iwd_main_wrapper .fieldset {
  margin: 0;
  padding: 0;
}
.iwd_main_wrapper .fieldset .field {
  padding: 0;
  margin: 0 0 20px 0;
}
.iwd_main_wrapper .fieldset .field.choice {
  position: relative;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"].mage-error ~ label:before {
  border-color: #e02b27;
}
.iwd_main_wrapper .fieldset .field .control {
  position: relative;
}
.iwd_main_wrapper .fieldset .field .control .message.warning {
  display: none;
}
.iwd_main_wrapper .fieldset .field ._with-tooltip .input-text {
  width: 100%;
  margin: 0;
}
.iwd_main_wrapper .fieldset .field .field-tooltip {
  display: none;
}
.iwd_main_wrapper .fieldset .field._error .control input,
.iwd_main_wrapper .fieldset .field._warn .control input,
.iwd_main_wrapper .fieldset .field._error .control textarea,
.iwd_main_wrapper .fieldset .field._warn .control textarea,
.iwd_main_wrapper .fieldset .field._error .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._warn .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._error .control .iwd_opc_select_container,
.iwd_main_wrapper .fieldset .field._warn .control .iwd_opc_select_container {
  border-color: #e02b27;
}
.iwd_main_wrapper .fieldset .field.additional {
  margin-bottom: 10px;
}
.iwd_main_wrapper .fieldset .field.additional:last-child {
  margin-bottom: 0;
}
.iwd_main_wrapper div.mage-error[generated] {
  display: none !important;
}
.iwd_main_wrapper .iwd_opc_show_hide_password {
  font-family: 'Font Awesome 5 Free';
  color: #6e645e;
  font-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  right: 18px;
  top: 11px;
  line-height: 1;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_show_hide_password.active:after {
  content: "\f070";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\f06e";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:hover {
  color: #333333;
}
.iwd_main_wrapper .iwd_opc_collapsible_opened .with_angle:after {
  content: '\f106' !important;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_button,
.iwd_main_wrapper div.iwd_opc_button,
.iwd_main_wrapper button.iwd_opc_button {
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  line-height: 22px;
  box-shadow: none;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  padding: 10px 20px;
  outline: none;
  margin: 0;
  background: #fff;
  border: 1px solid #6e645e;
  color: #6e645e;
  cursor: pointer;
  position: relative;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: 16px;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle.opened:after {
  content: '\f106';
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  content: '\f107';
}
.iwd_main_wrapper button.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_small_button:focus,
.iwd_main_wrapper div.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_button:focus,
.iwd_main_wrapper div.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_small_button:active,
.iwd_main_wrapper div.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_button:active,
.iwd_main_wrapper div.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_small_button:hover,
.iwd_main_wrapper div.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_button:hover,
.iwd_main_wrapper div.iwd_opc_button:hover,
.iwd_main_wrapper button.iwd_opc_button:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  color: #6e645e;
  border-color: #6e645e;
  text-decoration: none;
}
.iwd_main_wrapper button.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_small_button:disabled,
.iwd_main_wrapper div.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_button:disabled,
.iwd_main_wrapper div.iwd_opc_button:disabled,
.iwd_main_wrapper button.iwd_opc_button:disabled {
  opacity: 0.8;
  cursor: default;
}
.iwd_main_wrapper button.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_small_button.active,
.iwd_main_wrapper div.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_button.active,
.iwd_main_wrapper div.iwd_opc_button.active,
.iwd_main_wrapper button.iwd_opc_button.active {
  color: #6e645e;
  border-color: #6e645e;
}
.iwd_main_wrapper button.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_small_button.active:hover,
.iwd_main_wrapper div.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_button.active:hover,
.iwd_main_wrapper div.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_small_button.active:focus,
.iwd_main_wrapper div.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_button.active:focus,
.iwd_main_wrapper div.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_small_button.active:active,
.iwd_main_wrapper div.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_button.active:active,
.iwd_main_wrapper div.iwd_opc_button.active:active,
.iwd_main_wrapper button.iwd_opc_button.active:active {
  color: #333333;
  border-color: #333333;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button {
  padding-right: 8px;
  padding-left: 8px;
  display: block;
  box-sizing: border-box;
  width: 48%;
  overflow: hidden;
}
.iwd_main_wrapper button.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child,
.iwd_main_wrapper a.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child {
  float: left;
}
.iwd_main_wrapper button.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child,
.iwd_main_wrapper a.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child {
  float: right;
}
.iwd_main_wrapper .iwd_opc_small_button_container {
  overflow: hidden;
}
.iwd_main_wrapper .loading-mask .loader {
  width: 71px !important;
  height: 71px !important;
}
.iwd_main_wrapper .iwd_opc_field_tooltip {
  position: absolute;
  cursor: pointer;
  top: 9px;
  right: 17px;
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:hover .iwd_opc_field_tooltip_content {
  display: block;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:after {
  content: attr(data-icon);
  font-size: 14px;
  line-height: 14px;
  font-family: 'Font Awesome 5 Free';
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content {
  box-shadow: 0 4px 8px 0 rgba(110, 100, 94, 0.2);
  background: #fff;
  width: 197px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  right: 100%;
  margin-right: 14px;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:after {
  left: calc(100% - 12px);
  top: calc(50% - 6px);
  content: " ";
  height: 24px;
  width: 12px;
  position: absolute;
  background: #fff;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:before {
  box-shadow: 1px 1px 8px 0 rgba(110, 100, 94, 0.2);
  content: '';
  position: absolute;
  left: calc(100% - 6px);
  top: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
.iwd_main_wrapper .scroll-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  outline: none;
  margin: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content {
  outline: none;
  height: auto;
  left: 0;
  max-width: none !important;
  overflow-y: scroll !important;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content.scroll-scrolly_visible:not(.selected) ~ .scroll-y.scroll-scrolly_visible {
  display: block;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element {
  display: none;
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element div {
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer {
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  top: 8px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_size {
  top: -16px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_track {
  display: none;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar {
  left: -16px;
  min-height: 80px;
  width: 8px;
  cursor: default;
  background-color: #6e645e;
  opacity: 0.4;
  display: block;
  border-radius: 4px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:hover,
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:active {
  background-color: #6e645e;
}
.iwd_main_wrapper .iwd-group {
  width: 100%;
}
.onepage-index-index .loading-mask,
.iwd_opc_success_page .loading-mask {
  background: rgba(255, 255, 255, 0.4);
}
.onepage-index-index .loading-mask .loader,
.iwd_opc_success_page .loading-mask .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  margin: auto;
  border-top: 11px solid rgba(110, 100, 94, 0.4);
  border-right: 11px solid rgba(110, 100, 94, 0.4);
  border-bottom: 11px solid rgba(110, 100, 94, 0.4);
  border-left: 11px solid #6e645e;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 49px;
  height: 49px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.onepage-index-index .loading-mask .loader img,
.iwd_opc_success_page .loading-mask .loader img {
  display: none;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a {
  color: #6e645e;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a:hover,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a:hover {
  color: #333333;
  text-decoration: none;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column.info-delivery {
  margin-top: 25px;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_opc_empty_cart_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by {
  text-align: center;
  margin-bottom: 0;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a {
  color: #6e645e;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a:hover {
  color: #333333;
  text-decoration: none;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo {
  overflow: hidden;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a {
  float: right;
  display: inline-block;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a img {
  width: 69px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column {
  width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
  max-width: 590px;
}
@media (max-width: 368px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
    max-width: 288px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column {
  width: 100%;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column {
  margin: 0 auto;
  max-width: 590px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name {
  color: #6e645e;
  line-height: 18px;
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:hover {
  color: #333333;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:before {
  font-family: 'Font Awesome 5 Free';
  color: #6e645e;
  content: '\f104';
  margin-right: 10px;
  font-weight: 900;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_content {
  text-align: center;
  margin: 0 auto;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column.info-delivery {
  margin-top: 30px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column .loading-mask {
  overflow: hidden;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .checkout-agreement div.mage-error[generated] {
  display: block !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors {
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.error,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.success {
  margin-bottom: 20px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  width: 32.6881%;
  position: relative;
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
  max-width: inherit;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
  width: 34.6233%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .vendor-shipping-method-item .item .title-shipping {
  position: relative;
  margin-left: 40px;
  padding-left: 25px;
  display: block;
  margin-top: -25px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .vendor-shipping-method-item .item .title-shipping:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 40px;
  background-size: cover;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -46px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .vendor-shipping-method-item .item .title-shipping.delivery:before {
  position: absolute;
  left: -22px;
  top: -5px;
  background-image: url('../Magento_Catalog/images/icon-delivery.svg');
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .vendor-shipping-method-item .item .title-shipping.pickup:before {
  position: absolute;
  left: -22px;
  top: -5px;
  background-image: url('../Magento_Catalog/images/icon-pickup.svg');
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
@media (max-width: 1008px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 48px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    margin: 0 auto !important;
    float: none !important;
    max-width: 368px;
  }
}
@media (max-width: 368px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    max-width: 288px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info {
  font-size: 12px;
  line-height: 21px;
  padding-left: 16px;
  padding-right: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_label {
  display: inline;
  padding-right: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_value {
  display: inline;
  font-weight: bold;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content {
  top: -30px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(34px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:before {
  top: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content {
  top: -7px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:after {
  top: calc(11px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:before {
  top: 11px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content {
  top: -24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(28px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:before {
  top: 28px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content {
  top: -38px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(42px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:before {
  top: 42px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
  margin-bottom: 48px;
  display: inline-block;
}
@media (max-width: 1008px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
    margin-bottom: 24px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top .iwd_opc_column {
    margin-bottom: 24px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review .iwd_opc_review_grand_total_tax {
  color: #6e645e;
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals {
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 101;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  padding: 8px 0 8px 0;
  color: #6e645e;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_top_review_items_wrapper {
  max-height: 500px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item:first-child .iwd_opc_review_item_cell {
  padding-top: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell {
  display: table-cell;
  text-align: right;
  line-height: 21px;
  width: 40%;
  padding-bottom: 8px;
  border-bottom: 1px solid #6e645e;
  padding-top: 16px;
  padding-left: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell:first-child {
  text-align: left;
  width: 60%;
  padding-right: 12px;
  padding-left: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_name {
  padding-bottom: 8px;
  font-weight: 600;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:before {
  padding-right: 8px;
  color: #6e645e;
  content: attr(data-item-tax);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:first-child:before {
  content: attr(data-item-qty);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options {
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_label {
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value {
  color: #6e645e;
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value a {
  color: #6e645e;
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: 600;
  margin-top: 16px;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_review_total_tax {
  color: #6e645e;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell {
  padding-bottom: 8px;
  display: table-cell;
  width: 68%;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell:last-child {
  width: 38%;
  text-align: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_grand_total .iwd_opc_review_total_cell {
  color: #6e645e;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals td.amount {
  padding: 0px;
  text-align: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper {
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
  position: absolute;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  width: 42px;
  height: 26px;
  background-image: url('../IWD_Opc/images/icons1x.png');
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
  content: '';
  background-position: -199px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
  content: '';
  background-position: -19px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
  content: '';
  background-position: -79px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
  content: '';
  background-position: -139px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
  content: '';
  background-position: -139px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
  content: '';
  background-position: -199px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
  content: '';
  background-position: -139px -107px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
  content: '';
  background-position: -19px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
  content: '';
  background-position: -259px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
  content: '';
  background-position: -79px -107px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
    background-image: url('../IWD_Opc/images/icons2x.png');
    background-size: 258px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
    content: '';
    background-position: -158px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
    content: '';
    background-position: -9px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
    content: '';
    background-position: -58px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
    content: '';
    background-position: -108px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
    content: '';
    background-position: -108px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
    content: '';
    background-position: -158px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
    content: '';
    background-position: -108px 69px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
    content: '';
    background-position: -9px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
    content: '';
    background-position: -207px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
    content: '';
    background-position: -58px 69px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 79px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  display: none;
  right: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 61px;
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  width: 40px;
  height: 24px;
  right: 17px;
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long {
  padding-right: 135px;
  position: relative;
  overflow: visible;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper {
  width: 42px;
  height: 26px;
  float: left;
  margin-left: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview {
  display: inline-block;
  position: absolute;
  top: 5px;
  height: 26px;
  right: 45px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #6e645e;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content {
  width: 215px;
  position: fixed;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before {
  top: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after {
  top: calc(16px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before {
  top: 31px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after {
  top: calc(31px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n) {
  margin-right: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4) {
  margin-top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before {
  background: #333333;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  background: #6e645e;
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after {
  top: 10px;
  left: 5px;
  width: 12px;
  height: 2px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  top: 5px;
  left: 10px;
  content: '';
  position: absolute;
  height: 12px;
  width: 2px;
  background: #6e645e;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short {
  padding-right: 106px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview {
  right: 17px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method._active {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-title {
  display: none;
  padding: 11px 10px;
  margin: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper:before {
  right: 16px;
  top: 5.5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper[data-https="1"]:before {
  right: 40px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content iframe {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_gateway_payment {
  height: 190px;
  background: url('../IWD_Opc/images/redirect.png') center center no-repeat;
  background-size: contain;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions {
  color: #6e645e;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_title {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_small {
  color: #6e645e;
  text-align: left;
  max-width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .actions-toolbar {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .iwd_opc_hosted_label {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_image {
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_case_sensitive_captcha {
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button {
  display: inline;
  cursor: pointer;
  color: #6e645e;
  text-transform: capitalize;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button:hover {
  color: #333333;
  text-decoration: underline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  border: 1px solid #6e645e;
  margin-left: 16px;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active {
  color: #fff;
  background: #6e645e;
  font-weight: 400;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:hover,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:focus,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:active {
  color: #fff;
  background: #333333;
}
.iwd_opc_wrapper #payment_form_iwd_authcim #iwd_authcim_cc_cid {
  max-width: inherit;
}
.onepage-index-index .nav-sections,
.onepage-index-index .nav-toggle {
  display: none;
}
.onepage-index-index .logo {
  margin-left: 0;
}
.iwd_opc_popup_wrapper {
  display: none;
  position: fixed;
  top: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
}
.iwd_opc_popup_wrapper.active {
  display: block;
}
.iwd_opc_popup_wrapper .iwd_opc_popup {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 34.6233%;
  padding: 0 24px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
  max-height: 85%;
}
@media (max-width: 1008px) {
  .iwd_opc_popup_wrapper .iwd_opc_popup {
    width: 100%;
    padding: 0;
    max-width: 368px;
    min-width: 288px;
  }
}
.iwd_opc_popup_wrapper .iwd_opc_popup .iwd_opc_popup_content {
  background: #fff;
  border-radius: 4px;
  outline: none;
  padding: 16px;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  max-width: 368px;
  margin: 0 auto;
}
.iwd_opc_popup_wrapper .iwd_opc_popup_mask {
  position: relative;
  padding: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.iwd_main_wrapper .field .input-text._has-datepicker {
  width: 53%;
}
._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -3rem;
}
#checkout-payment-method-load .selectize-control.single .selectize-dropdown.single {
  z-index: 9999;
}
@-moz-document url-prefix() {
  .iwd_main_wrapper .iwd_opc_field[type="password"]:not(:placeholder-shown) {
    font-size: 14px;
  }
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  .page-layout-vendor_view .vendor-general-information .vendor-roles-service .role-item > .role-icon {
    width: 90px;
    height: 90px;
  }
  .page-layout-vendor_view .vendor-general-information .vendor-roles-service .role-item {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1023px) and (max-width: 1201px) {
  .vendor-list-page #maincontent .vendor-roles {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .vendor-list-page #maincontent .vendor-roles .vendor-roles-filter {
    width: 32.5%;
  }
}
@media (min-width: 1023px) and (max-width: 1600px) {
  .vendor-list-page #maincontent .vendor-roles {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .vendor-list-page #maincontent .vendor-roles {
    max-width: 530px;
  }
}
@media (max-width: 425px) {
  .general-gift-card-info .gm-style .gm-style-iw-c {
    max-height: 220px !important;
  }
  .general-gift-card-info .gm-style .gm-style-iw-d {
    min-width: 150px !important;
    max-width: 150px !important;
    max-height: 220px !important;
  }
  .general-gift-card-info .gm-style .marker-content h3 {
    font-size: 12px;
  }
  .general-gift-card-info .marker-content img {
    max-width: 85px;
    max-height: 56px;
    width: auto;
    height: auto;
  }
  .general-gift-card-info span.infowindow-address {
    font-size: 12px;
  }
}
.gm-style .gm-style-iw-d {
  min-width: 150px;
}
.gm-style .gm-style-iw-c {
  min-width: 150px;
}
.gm-style .marker-content {
  min-width: 150px;
}
div#fancy {
  max-width: 100%;
}
div#map-direction-single {
  max-width: 100%;
}
div#map-direction {
  max-width: 100%;
}
.catalog-category-view #maincontent {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.category-description {
  margin-bottom: 0px;
}
.page-products .cat-map.products-grid {
  margin-bottom: 0px;
}
.logo img {
  display: block;
  height: auto;
  width: 100%;
}
body.page-product-giftcard #maincontent {
  background-color: unset !important;
}
.breadcrumbs .items {
  max-width: 75%;
}
.price-box {
  margin: 5px 0;
}
.price-box .price {
  font-weight: bold;
}
.price-box .price-label {
  font-size: 12px;
  color: #7d7d7d;
  display: none;
}
.old-price {
  margin: 5px 0;
}
.old-price .price {
  font-weight: normal;
}
.minimal-price .price-container {
  display: block;
}
.minimal-price-link {
  margin-top: 5px;
}
.price-from,
.price-to {
  margin: 0;
}
.price-container .price {
  font-size: 1.5rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.teaser-bottom .product-item-description-inner {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: 0;
  padding: 0;
  height: auto;
  max-height: 70px;
}
.price-box .old-price .price {
  color: #999999;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #ff0000;
}
.price-box .price {
  font-weight: 600;
  color: #989400;
  font-size: 1.8rem;
}
.price-details {
  display: none;
}
.page-layout-custom_iframe .teaser-content .teaser-item:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1201px) {
  .page-wrapper .navigation,
  .page-wrapper .breadcrumbs,
  .page-wrapper .footer.content,
  body .page-wrapper > .widget,
  body .page-wrapper > .page-bottom,
  .page-wrapper .block.category.event,
  .page-wrapper .top-container,
  .page-wrapper .page-main {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .cms-index-index .content-teasers .teaser-items .teaser-content {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .jajuma-megamenu.navigation .submenu.level0 {
    display: inherit;
  }
}
@media (min-width: 1024px), print {
  .page-layout-2columns-right .sidebar-additional {
    margin-top: 52px;
  }
}
.post-description.clearfix {
  margin-top: 10px;
}
span.blogpost-options {
  font-size: 15px;
  margin: 0px 0px 0px 10px;
}
i.far.blogpost-options,
i.fas.blogpost-options {
  font-size: 18px;
  margin-left: 30px;
}
i.far.fa-file-pdf.blogpost-options {
  font-size: 18px;
  margin-left: 0;
}
@media (max-width: 479px) {
  i.fa.fa-print.blogpost-options.pdf,
  i.fa.fa-print.blogpost-options.print {
    /* display: none; */
  }
  span.blogpost-options {
    display: none;
  }
  span#remain-time {
    display: unset;
  }
}
#author-information-print {
  display: none;
}
.page-layout-1column .categories .category-filter {
  z-index: 1;
}
.page-layout-1column .filter-category .filter-action button#apply-filter {
  z-index: 2;
}
.accordion-widget div[data-role=content] .accordion-widget-content div[data-role=collapsible] > div {
  padding-right: 40px;
}
@media print {
  body.blog-page.blog-post-view {
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  body.blog-page.blog-post-view * {
    visibility: hidden;
  }
  #post-view #post-content * {
    visibility: visible;
    color: #6e645e;
  }
  #author-information-print * {
    visibility: visible;
    color: #6e645e;
  }
  #post-view {
    position: absolute;
    left: 0;
    top: 0;
  }
  .post-view #author-information-print {
    display: flex;
    background: #f8f8f8;
    padding: 20px;
    width: 100%;
  }
  #author-information-print .author-feature-img {
    width: 100px;
    margin-right: 20px;
  }
  #author-information-print .author-feature-img img {
    max-width: 100%;
  }
  .post-title {
    margin: 20px 0 20px 0;
  }
  .author-info {
    width: calc(40% - 170px);
    margin-right: 20px;
  }
  .author-info h3 {
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
  }
  .personal-questions {
    width: 60%;
  }
  .post-view .author-information .personal-questions {
    width: 40%;
  }
  .personal-questions .personal-item {
    display: flex;
    margin-bottom: 10px;
  }
  .personal-questions .persional-question {
    width: 40%;
    padding-right: 10px;
  }
  .personal-questions .persional-answer {
    width: 60%;
  }
  .post-title {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .post-content .post-description .post-ftimg-hld {
    margin: 0 0 10px 0;
  }
  .post-content .post-description .post-ftimg-hld img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 10px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 15px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__thumb-border {
  display: none;
}
.fotorama__active .fotorama__thumb.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
  border: 1px solid #6e645e;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 0.7;
}
.fotorama__nav.fotorama__nav--thumbs {
  height: 230px !important;
}
.fotorama__thumb__arr {
  height: 225px;
}
@media screen and (max-width: 1599px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 180px !important;
    height: 180px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    height: 180px;
  }
  .fotorama__thumb__arr {
    height: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 145px !important;
    height: 145px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    height: 145px;
  }
  .fotorama__thumb__arr {
    height: 145px;
  }
}
@media screen and (max-width: 1023px) {
  .gmnoprint {
    display: none;
  }
  .gm-control-active.gm-fullscreen-control {
    display: none;
  }
  .modal-map-popup {
    z-index: 999;
  }
  .vendor-list-page .vendor-roles .vendor-roles-filter input[type=checkbox],
  .vendor-roles .vendor-roles-filter input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .vendor-list-page .vendor-roles .vendor-roles-filter label {
    margin-left: 20px;
    font-size: 16px;
  }
  .vendor-list-page .vendor-roles .vendor-roles-filter,
  .teaser-left .vendor-roles .vendor-roles-filter {
    padding-left: 30px;
    position: relative;
  }
  .vendor-list-page .wrap-filter .vendor-roles .vendor-roles-filter input[type=checkbox] ~ label:before,
  .cms-index-index .vendor-roles .vendor-roles-filter input[type=checkbox] ~ label:before {
    top: 50%;
    background: transparent;
  }
}
@media (max-width: 478px) {
  body.catalog-category-view #amasty-shopby-product-list div.products-grid.cat-map .product-items .product-item {
    width: 100% !important;
  }
}
@media (min-width: 479px) and (max-width: 766px) {
  body.catalog-category-view #amasty-shopby-product-list div.products-grid.cat-map .product-items .product-item {
    width: 50% !important;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  body.catalog-category-view #amasty-shopby-product-list div.products-grid.cat-map .product-items .product-item {
    width: 33.3333333% !important;
  }
}
@media (max-width: 1023px) {
  .catalog-category-view.page-with-filter .column.main {
    padding-bottom: 40px;
  }
  .cms-index-index main#maincontent {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .product.data.items > .item.title > .switch {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .normal-product .page-main .product-view > .container:first-child .product-view-content,
  .normal-product .product-tab-bg .product-details-tab .product.data.items,
  .normal-product .related-information {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .normal-product .page-main .product-view > .container:first-child .product-view-content,
  .normal-product .product-tab-bg .product-details-tab .product.data.items,
  .normal-product .related-information {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .normal-product .page-main .product-view > .container:first-child .product-view-content,
  .normal-product .product-tab-bg .product-details-tab .product.data.items,
  .normal-product .related-information {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .normal-product .page-main .product-view > .container:first-child .product-view-content,
  .normal-product .product-tab-bg .product-details-tab .product.data.items,
  .normal-product .related-information {
    max-width: 1440px;
    margin: 0 auto;
  }
  .normal-product .product-view-content .product-infobar .column.right i.fas.fa-image {
    font-size: 63pt;
    margin-right: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-view-content .product-infobar .column.right i.fas.fa-image {
    font-size: 57pt;
    margin-right: 15px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    height: 50px;
  }
}
.amshopby-filter-current .amshopby-remove {
  top: 12px;
}
a.action.clear.filter-clear {
  font-weight: 700;
}
a.action.clear.filter-clear::before {
  content: "\f1f8";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  padding-right: 10px;
}
#amasty-shopby-product-list .item label {
  cursor: pointer;
}
#amasty-shopby-product-list .item:hover > label.am-checkbox-filter-item:after,
#amasty-shopby-product-list .item:focus > label.am-checkbox-filter-item:after,
#amasty-shopby-product-list .item > label.am-checkbox-filter-item.checked:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: -0.5px;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content > .filter-content-inner > .filter-options > .filter-options-item:last-child > .filter-options-content {
  padding-bottom: 1000px !important;
}
.page-layout-1column #am-shopby-container .filter-current-subtitle {
  font-size: 16px;
}
@media (max-width: 1023px) {
  body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content {
    background: #fff;
  }
  body.catalog-category-view #amasty-shopby-product-list .more-filter div.block-title.filter-title {
    padding-top: 15px;
  }
  body.catalog-category-view #amasty-shopby-product-list .more-filter #narrow-by-list {
    margin: 20px auto;
  }
  .filter .filter-current {
    margin: 5px 10px 0;
    border-top: none;
  }
  a.action.clear.filter-clear {
    font-weight: 700;
    margin: 15px 0;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    max-height: 100vh;
  }
  body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content,
  body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content ul,
  body.catalog-category-view #amasty-shopby-product-list .more-filter #narrow-by-list {
    background: #fff;
  }
  body.catalog-category-view #amasty-shopby-product-list .more-filter .close-filter {
    right: 10px;
    top: -8px;
  }
  .modal-popup .action-close,
  .modal-slide .action-close {
    top: 5px;
  }
  .catalog-category-view .modal-toolbar-products.modal-popup.modal-slide .modal-header .modal-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-info-main .product-add-form .box-tocart .section-actions {
    flex-direction: column;
    text-align: left;
    gap: 10px;
  }
  .product-info-main .product-add-form .box-tocart .section-actions .actions {
    margin: 0;
  }
  .product-info-main .product-add-form .box-tocart .field.qty .label {
    text-align: left;
  }
}
@media (max-width: 350px) {
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available {
    margin: 0 10px 0 0 !important;
  }
}
@media (max-width: 480px) {
  .page-product-giftcard .box-tocart .field.note {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.control-wrap {
    max-width: 200px;
    margin-top: 10px;
  }
  .page-product-giftcard .product-shop .product.gift-card-image {
    margin-bottom: 10px;
  }
  .page-product-giftcard .product-shop .gift-card-name,
  .page-product-giftcard .product-shop .product.attribute.overview {
    margin-bottom: 15px;
  }
}
@media (min-width: 481px) and (max-width: 599px) {
  .page-product-giftcard .box-tocart .field.note {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .page-product-giftcard .product-shop .product.gift-card-image {
    margin-bottom: 10px;
  }
  .page-product-giftcard .product-shop .gift-card-name,
  .page-product-giftcard .product-shop .product.attribute.overview {
    margin-bottom: 15px;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.control-wrap {
    max-width: 200px;
    margin-top: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .page-product-giftcard .box-tocart .actions.login-msg {
    max-width: 170px;
  }
  .page-product-giftcard .box-tocart {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
  }
  .page-product-giftcard .box-tocart .addcart-fieldset {
    align-content: center;
    align-items: center;
    display: grid;
    grid-template-areas: 'primary secondary third';
    grid-template-columns: 35fr 50fr 35fr;
    grid-template-rows: 3rem;
    min-height: 60px;
  }
  .page-product-giftcard .box-tocart .field.control-wrap {
    position: relative;
    grid-area: third;
    width: 100%;
    text-align: right;
  }
  .page-product-giftcard .box-tocart .field.note {
    position: relative;
    grid-area: primary;
    width: 100%;
    text-align: left;
  }
  .page-product-giftcard .box-tocart .field:not(.text).qty {
    width: 142px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  #map-view-canvas,
  .page-product-giftcard .product-add-form .box-tocart .field.control-wrap {
    float: right;
    text-align: left !important;
    width: 100%;
  }
  .product.giftcard-general-information .additional-information-items {
    clear: both;
    margin: 20px auto 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item {
    float: left;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available {
    text-align: center;
    margin: 0 10px 0 0 !important;
    float: none !important;
    display: inline-block;
    position: relative;
    padding-top: 40px;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-label,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value {
    background: #6e645e;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value:before,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/oowv_icons.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 250px auto;
    text-indent: -9999px;
    content: "";
    display: block;
    width: 37px;
    height: 15px;
    background-position: -181px -140px;
    top: 50%;
    left: 50%;
    margin-top: -8.5px;
    margin-left: -18.5px;
    /* margin: 0; */
    position: absolute;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-sub-title,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-sub-title {
    display: block;
    color: #6e645e;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule,
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-period {
    text-align: left;
    float: none !important;
    display: inline-block;
    position: relative;
    padding-top: 40px;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-label,
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value,
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value {
    display: block;
    padding-left: 45px;
    position: relative;
    text-align: left;
    font-size: 13px !important;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value:before,
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/oowv_icons.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 250px auto;
    text-indent: -9999px;
    content: "";
    position: absolute;
    width: 35px;
    height: 40px;
    left: 0;
    top: 0;
    margin-top: -23px;
    background-position: -181px -91px;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item .additional-label {
    color: #6e645e;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  .vendor-logo {
    text-align: center;
  }
  .page-product-giftcard .product-add-form .box-tocart .addcart-fieldset {
    grid-template-columns: 40fr 50fr 35fr !important;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.note {
    width: 100% !important;
    line-height: normal !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text).qty {
    width: 142px;
    margin: 0 auto;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.control-wrap {
    width: auto;
  }
}
@media (min-width: 769px) and (max-width: 1199px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 769px) and (max-width: 1199px) and only screen and (min-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (min-resolution: 192dpi), (min-width: 769px) and (max-width: 1199px) and only screen and (min-resolution: 2dppx) {
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value:before,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value:before {
    background-image: url('../images/oowv_icons.png');
    background-size: 250px auto;
  }
}
@media (min-width: 769px) and (max-width: 1199px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 769px) and (max-width: 1199px) and only screen and (min-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (min-resolution: 192dpi), (min-width: 769px) and (max-width: 1199px) and only screen and (min-resolution: 2dppx) {
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value:before,
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value:before {
    background-image: url('../images/oowv_icons.png');
    background-size: 250px auto;
  }
}
@media (min-width: 1200px) {
  .page-product-giftcard .product-add-form .box-tocart {
    position: relative;
    margin: 50px 0;
  }
  .page-product-giftcard .product-add-form .box-tocart .field:not(.text).qty {
    width: 142px;
    margin: 0 auto;
  }
}
.jajuma-vw-container.two_videos .jajuma-video-row .jajuma-vw-wrapper {
  box-sizing: content-box;
}
.jajuma-vw-container.three_videos .jajuma-video-row .jajuma-vw-wrapper {
  box-sizing: content-box;
}
@media (max-width: 1200px) {
  .customer-account-create .newsletter_right_create {
    max-width: 240px;
  }
}
@media (max-width: 640px) {
  .customer-account-create .newsletter_right_create {
    width: 100%;
    max-width: 300px;
  }
}
.customer-account-create input[type=checkbox] ~ label:before {
  background: #fff;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 10px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 15px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__thumb-border {
  display: none;
}
.fotorama__active .fotorama__thumb.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
  border: 1px solid #6e645e;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 0.7;
}
.fotorama__nav.fotorama__nav--thumbs {
  height: 240px !important;
}
.fotorama__thumb__arr {
  height: 225px;
}
.normal-product .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .product-item-name .product-item-link {
  font-weight: 700;
  font-size: 1.6rem;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .price-box .old-price .price {
  color: #bbbbbb;
  font-size: 19px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 15px;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .price-box .price {
  color: #989400;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .price-box .special-price .price-container .price {
  color: #ff0000;
}
.normal-product .box-tocart .field.qty {
  margin: 0px 0 15px;
}
.normal-product .box-tocart .field.qty .control {
  float: left;
}
.normal-product .box-tocart .actions {
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  width: 180px;
}
.normal-product .box-tocart .product-addto-links {
  text-align: center;
}
.normal-product .page-main .product-view > .container:first-child {
  box-shadow: unset;
}
a#back-to-filter-desktop {
  font-size: 1.4rem;
}
.product-details-tab {
  max-width: 1170px;
  max-width: 1440px;
  margin: auto;
}
.product-tab-bg .product-details-tab {
  border-top: 1px solid rgba(131, 119, 111, 0.5);
}
.product-tab-bg .product-details-tab .product.data.items:before {
  height: 1px;
}
.product-add-form .swatch-option.text {
  line-height: 28px;
}
.product-info-main .product-info-price .price-box .price-container .price {
  color: #989400;
}
.product-info-main .product-info-price .price-box .special-price .price-container .price {
  color: #ff0000;
}
.product-info-main .product-info-price .old-price .price-container .price-wrapper .price {
  color: #bbbbbb;
}
.product-info-main .stock.available {
  border-top: none;
  margin-top: 0px;
}
.product-info-main .stock.unavailable {
  border-top: none;
  margin-top: 0px;
}
.product-addto-links .action {
  margin-right: 75px;
}
.rating-summary .rating-result > span:before {
  color: #f4c800;
}
.product.related-information .separator h3 {
  font-size: 29px;
  line-height: 29px;
  color: #725E53;
}
.product-infobar {
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 1599px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    height: 195px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 180px !important;
    height: 180px;
  }
  .fotorama__thumb__arr {
    height: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    height: 145px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 145px !important;
    height: 145px;
  }
  .fotorama__thumb__arr {
    height: 145px;
  }
}
@media (min-width: 1200px) {
  .product-details-tab {
    max-width: 1170px;
  }
}
@media (min-width: 1024px) {
  .product-add-form .swatch-attribute .swatch-option.text {
    font-size: 16px;
  }
}
@media print {
  .product-add-form .swatch-attribute .swatch-option.text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-tab-bg .product-details-tab .product.data.items .data.item.content {
    margin-left: 0;
  }
  .product.data.items {
    border-bottom: 0px;
  }
}
@media only screen and (max-width: 639px) {
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before {
    color: #6e645e;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    color: #6e645e;
  }
}
.product-view-content .product-infobar {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.product-view-content .product-infobar h2 {
  font-weight: bold;
  font-size: 16px;
  color: #6e645e;
  margin: 0 0 35px 0;
}
.product-view-content .product-infobar .column.left {
  display: flex;
  width: 50%;
  justify-content: space-between;
}
.product-view-content .product-infobar .column.left .vendor-image {
  width: 60%;
}
.product-view-content .product-infobar .column.left .vendor-information {
  width: 32%;
  width: 100%;
  text-align: center;
}
.product-view-content .product-infobar .column.right {
  display: flex;
  justify-content: space-between;
  width: 47%;
}
.product-view-content .product-infobar .column.right .product-infobar-label {
  text-align: left;
  width: 100%;
}
.product-view-content .product-infobar .column.right .product-infobar-label .product-label-content {
  display: flex;
}
.product-view-content .product-infobar .column.right .eh_label {
  width: 100%;
}
.product-view-content .product-infobar .column.right .certifications {
  width: 100%;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content {
  width: 100%;
  display: inline-block;
  justify-content: space-between;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content .certifications-image {
  max-width: 18%;
  float: left;
  height: 90px;
  margin-right: 2%;
  position: relative;
  margin-left: 0;
  margin-bottom: 2%;
  display: flex;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content .certifications-image img {
  display: block;
  position: absolute;
  max-width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content .certifications-image span {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  color: #fff;
  background-color: #6e645e;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  margin-top: 30px;
  top: 100%;
  white-space: nowrap;
  width: unset;
  height: unset;
  color: #FFFFFF;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content .certifications-image:hover span {
  opacity: 1;
  margin-top: 15px;
  z-index: 1;
  display: flex;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content .certifications-image:hover span:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 100%;
  border-bottom: solid 8px #6e645e;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.product-infobar .vendor-image img {
  max-height: 150px;
}
.rating-summary .rating-result:before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
.rating-summary .rating-result > span:before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
}
@media (min-width: 1600px) {
  .product-details-tab {
    max-width: 1440px;
  }
}
@media (max-width: 1599px) {
  .product-details-tab {
    max-width: 1170px;
  }
}
@media (max-width: 480px) {
  .product-view-content .product-infobar .column.left {
    width: 100%;
    display: inline-block;
  }
  .product-view-content .product-infobar .column.left .vendor-image {
    width: 100%;
    text-align: center;
  }
}
body.catalog-category-view #amasty-shopby-product-list .category-product-wrap {
  position: relative;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div {
  width: calc(33.33333333%);
  float: left;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.more-filter {
  display: none;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.location {
  padding: 0 70px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.location .fa-map-marker {
  position: absolute;
  top: 10px;
  left: 6px;
  color: #6e645e;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.location #input_address {
  height: 35px;
  padding-left: 35px;
  border-radius: 3px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter {
  padding-left: 70px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper {
  margin: 0 0 10px 0;
  width: 100%;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper input {
  padding: 0 20px 0 40px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions {
  position: absolute;
  left: 12px;
  right: auto;
  top: -2px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions button {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #6e645e;
  line-height: 18px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions button span {
  font-size: 0;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions button:hover {
  background: unset !important;
  color: #6e645e !important;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions2 {
  position: absolute;
  right: 0;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions2 button.search2 {
  color: white;
  border: 0;
  position: absolute;
  top: -35px;
  height: 35px;
  background: #6e645e none repeat scroll 0 0;
  right: 0;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 0 3px 3px 0;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .more-filter-toolbar {
  float: left;
  width: 100%;
  background-color: #6e645e;
  border-radius: 3px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .more-filter-toolbar:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .more-filter-toolbar a {
  color: white !important;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px 0px;
  text-decoration: none;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .more-filter-toolbar a.active:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: 3px;
  font-weight: 900;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category {
  text-align: left;
  font-weight: 700;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul {
  list-style: none;
  padding: 0;
  -webkit-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li {
  padding-right: 20px;
  position: relative;
  width: 50%;
  float: left;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li a {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li a:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #6e645e;
  left: 0;
  position: absolute;
  top: 1px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li a.active:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: 3px;
  font-weight: 900;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li ul.subs-child-cat {
  display: none;
  position: absolute;
  padding-top: 10px;
  padding-left: 25px;
  left: 0;
  top: 30px;
  z-index: 990;
  background: white;
  width: 100%;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li ul.subs-child-cat::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 10px;
  background: transparent;
  top: -10px;
  left: 0;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li ul.subs-child-cat li {
  padding-left: 0;
  width: 100%;
  font-weight: 400;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li ul.subs-child-cat li a {
  white-space: nowrap;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li ul.subs-child-cat li:hover {
  font-weight: 700;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li:hover .subs-child-cat {
  display: block;
  width: fit-content;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter {
  width: 30%;
  float: left;
  display: none;
  height: 100%;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter #layered-filter-block {
  width: 100%;
  display: inline-block;
  height: 100%;
  position: relative;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .close-filter {
  font-size: 46px;
  position: absolute;
  top: 0px;
  right: 12px;
  color: #6e645e !important;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .close-filter:hover {
  cursor: pointer;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .block-title.filter-title {
  border: none;
  background: #eeedeb;
  color: #6e645e;
  padding: 8px 40px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content {
  padding: 20px 30px;
  background: #eeedeb;
  min-height: calc(100% - 32px);
  margin-bottom: 0;
  overflow: auto;
  height: calc(100% - 32px);
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .product-filters .merged-filter-options-title,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .category-filter .merged-filter-options-title {
  color: #ffffff !important;
  background: #6e645e;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .product-filters .filter-options-content {
  padding: 15px 0 !important;
  border: none !important;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .product-filters .filter-options-content.filter-product-options-content {
  border: 2px solid #6e645e !important;
  border-top: none !important;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .product-filters .filter-options-item {
  margin-bottom: 10px !important;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item {
  width: 100%;
  margin-right: 0;
  border: none;
  padding: 0;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f077";
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.active .filter-product-options-title[aria-selected="true"]:after {
  content: "\f077";
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.active .filter-product-options-title:after {
  content: "\f078";
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-title {
  color: #6e645e;
  border: 2px solid #6e645e;
  padding: 10px 20px 10px 10px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-title:after {
  content: "\f078";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  top: 11px;
  right: 15px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content {
  width: 100%;
  height: auto;
  background: #eeedeb;
  border: 2px solid #6e645e;
  border-top: none;
  overflow: unset;
  padding: 10px 10px 10px 10px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content form {
  overflow: hidden;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li {
  position: relative;
  border: none;
  margin-bottom: 5px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li:hover {
  background: transparent;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="radio"] + a,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="checkbox"] + a {
  position: relative;
  padding: 0 7px 0 25px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="radio"] + a:before,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="checkbox"] + a:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #6e645e;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="radio"]:checked + a:after,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="checkbox"]:checked + a:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: 1px;
  font-weight: 900;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content ol.items li.item {
  display: flex;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content ol.items li.item > label {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content ol.items li.item > label .label {
  width: 65%;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.active:before,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.active:after {
  display: none;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-title {
  display: block;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content {
  position: static;
  visibility: visible;
  border: none;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content ul {
  background: #eeedeb;
  padding-left: 0;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content ul li ul {
  display: block !important;
  position: static !important;
  margin-left: 25px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content ul .sub-category {
  margin-left: 25px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .count {
  display: none;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .items-children .count {
  display: block !important;
  margin-right: 30px;
  position: absolute;
  right: 35px;
  width: 35px;
  text-align: center;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .am-filter-items-category_ids .item .accordion-category-title[aria-expanded="true"] .parent-category-expanded-arrow:after {
  content: "\f077";
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .am-filter-items-category_ids .item .accordion-category-title[aria-expanded="false"] .parent-category-expanded-arrow:after {
  content: "\f078";
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .am-filter-items-category_ids .item .accordion-category-title .parent-category-expanded-arrow:after {
  content: "\f078";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  top: -2px;
  padding: 0 7px;
  right: 5px;
  position: absolute;
  border: 1px solid #6e645e;
  cursor: pointer;
  font-size: 10px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .am-filter-items-category_ids .item .accordion-category-children-items {
  display: none;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .am-filter-items-category_ids .item .accordion-category-children-items.active {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-width: 1559px) {
  body.catalog-category-view #amasty-shopby-product-list .more-filter {
    width: 40%;
  }
}
body.catalog-category-view #amasty-shopby-product-list .products-grid.cat-map .product-items .product-item {
  width: 50%;
}
body.catalog-category-view #amasty-shopby-product-list .products-grid.cat-map .product-items.nomap {
  width: 100%;
}
body.catalog-category-view #amasty-shopby-product-list .products-grid.cat-map .product-items.nomap .product-item {
  width: 25%;
}
body.catalog-category-view .close-filter {
  color: #FFF !important;
  float: right;
}
body.catalog-category-view.filter-active #amasty-shopby-product-list .more-filter {
  display: block;
  position: absolute;
  z-index: 100;
}
body.catalog-category-view.filter-active #amasty-shopby-product-list .more-filter.sticky {
  position: fixed;
  z-index: 100;
  width: 40%;
}
@media only screen and (min-width: 1180px) {
  body.catalog-category-view.filter-active #amasty-shopby-product-list .more-filter.sticky {
    width: 472px;
  }
}
@media only screen and (min-width: 1600px) {
  body.catalog-category-view.filter-active #amasty-shopby-product-list .more-filter.sticky {
    width: 432px;
  }
}
body.catalog-category-view.filter-active #amasty-shopby-product-list .more-filter.stickybottom {
  bottom: 0;
}
body.catalog-category-view .open-map {
  display: none;
  align-content: center;
  align-items: center;
  width: 25px;
  justify-content: center;
  font-size: 24px;
  background: #6e645e;
  position: absolute;
  z-index: 9;
  color: #FFF !important;
  bottom: 0;
  height: 100%;
}
body.catalog-category-view .open-map.show {
  display: flex !important;
}
body.catalog-category-view .open-map.sticky {
  position: fixed;
}
body.catalog-category-view .open-map.sticky:hover {
  text-decoration: none;
}
body.catalog-category-view .open-map.sticky:active {
  text-decoration: none;
}
body.catalog-category-view .open-map .text-open-map {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 13px;
  font-weight: 300;
  position: relative;
}
body.catalog-category-view .open-map .text-open-map .fa-map-marker-alt {
  transform: rotate(90deg);
  position: absolute;
  top: -18px;
  left: 2px;
}
/* Category Page */
.catalog-category-view .cat-map.products-grid .product-item-info .product-item-description-inner {
  height: 60px;
  font-size: 1.4rem;
  line-height: unset;
}
.catalog-category-view .toolbar-products .pages {
  display: none;
}
.catalog-category-view .toolbar-products .toolbar-sorter.location .ui-slider-horizontal {
  margin-top: 15px;
}
.catalog-product-view .cat-map.products-grid .product-item-info .product-item-description-inner {
  height: 60px;
  font-size: 1.4rem;
  line-height: unset;
}
.filter-category-content ul {
  margin-bottom: 0px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.location {
  padding: 0px 0px 0px 70px;
  height: 85px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper {
  margin: 0 0 10px 0;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner input[type="text"] {
  height: 35px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .block-title.filter-title {
  padding: 25px 8px 8px 35px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-title {
  border: 1px solid #6e645e;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  background: #6e645e;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover {
  background-color: #6e645e;
}
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  background-color: #6e645e;
}
.filter-options-content .item {
  line-height: 25px;
}
ul.items.items-children.level-2.-folding {
  margin-left: 25px;
}
.page-layout-1column .filter-actions {
  display: grid;
  border-bottom: 1px solid #6e645e;
  padding: 5px;
}
.am-shopby-item {
  display: contents;
}
.filter-current .action.remove {
  left: -4px;
  top: 9px;
}
@media (min-width: 1024px) {
  .distance-slider {
    height: 55px;
    width: 80%;
    margin: auto;
    padding-right: 15px;
    display: inline-block;
  }
  .distance-slider span#min {
    top: 25px;
  }
  span.distance-slider-value {
    bottom: 15px;
  }
  .page-layout-1column .filter-current {
    display: grid;
  }
  .page-layout-1column .filter-current .item {
    display: inline-block;
  }
  .page-layout-1column .filter-current .items {
    display: inline-block;
  }
  .page-layout-1column .filter-current-subtitle {
    padding-left: 5px;
  }
  body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content {
    min-height: calc(100% - 49px);
    height: calc(100% - 49px);
  }
}
.toolbar-products.sticky {
  padding: 0;
  opacity: 1;
}
.toolbar-products.sticky .toolbar-products-inner {
  padding-left: 20px;
  padding-right: 20px;
}
#layered-filter-block-category .filter-options-content {
  border: none;
  padding: 0;
}
#layered-filter-block-category .item {
  display: inline-block;
  line-height: 20px;
  width: 100%;
  position: relative;
  padding: 5px;
}
#layered-filter-block-category .item .items-children {
  background: #fff;
  position: absolute;
  /*top: 0 !important;*/
  /*right: 0 !important;*/
}
#layered-filter-block-category input[type="checkbox"],
#layered-filter-block-category input[type="radio"] {
  float: left;
}
#layered-filter-block-category .amshopby-filter-parent {
  /*float: left;*/
  padding: 0;
  display: block;
  text-align: left;
}
#layered-filter-block-category .filter-options-content .count {
  float: none;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li label.am-checkbox-filter-item,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li label.am-checkbox-filter-item {
  position: relative;
  padding: 0 27px 0 25px;
  display: flex;
  flex-wrap: wrap;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li label.am-checkbox-filter-item .label {
  margin-right: 65px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li label.am-checkbox-filter-item:before,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li label.am-checkbox-filter-item:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #6e645e;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[checked] + label:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
}
.filter-options-content .am-filter-items-category_ids .count:after {
  margin-left: -4px;
}
.vendor-list-page #maincontent .toolbar-products.sticky .page-main {
  padding-left: 15px;
  padding-right: 15px;
}
.vendor-list-page #maincontent .toolbar-products .wrap-filter > div {
  width: calc(33.33333333%);
}
.vendor-list-page #maincontent .toolbar-products .wrap-filter #apply-filter {
  background: #6e645e;
}
.vendor-list-page #maincontent .toolbar-sorter.location {
  padding-left: 70px;
}
.vendor-list-page #maincontent .toolbar-sorter.location > div {
  float: left;
  width: 100%;
}
.vendor-list-page #maincontent .toolbar-sorter.location > div .distance-slider {
  height: auto;
}
.vendor-list-page #maincontent .toolbar-sorter.location > div .distance-slider .distance-slider-value {
  top: 0;
}
.vendor-list-page #maincontent .toolbar-sorter.location .map-vendor-list {
  z-index: 9;
  margin-bottom: 20px;
}
.vendor-list-page #maincontent .toolbar-sorter.location .fa-map-marker {
  position: absolute;
  top: 10px;
  left: 6px;
  color: #6e645e;
}
.vendor-list-page #maincontent .toolbar-sorter.location #input_address {
  height: 35px;
  padding-left: 35px;
  border-radius: 3px;
}
.vendor-list-page #maincontent .toolbar-search-wrapper {
  padding-left: 70px;
  margin: 0;
}
.vendor-list-page #maincontent .toolbar-search-wrapper input {
  padding: 0 20px 0 40px;
  height: 35px;
}
.vendor-list-page #maincontent .toolbar-search-wrapper .actions {
  position: absolute;
  left: 12px;
  right: auto;
  top: 0;
}
.vendor-list-page #maincontent .toolbar-search-wrapper .actions button {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #6e645e;
  line-height: 18px;
}
.vendor-list-page #maincontent .toolbar-search-wrapper .actions button span {
  font-size: 0;
}
.vendor-list-page #maincontent .toolbar-search-wrapper .actions2 button.search2 {
  color: white;
  border: 0;
  position: absolute;
  top: 0px;
  height: 35px;
  background: #6e645e none repeat scroll 0 0;
  right: 0;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 0 3px 3px 0;
}
.vendor-roles .vendor-roles-filter input[type="checkbox"] ~ label {
  cursor: pointer;
}
.vendor-roles .vendor-roles-filter input[type="checkbox"] ~ label:before {
  border: 2px solid #6e645e;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.vendor-roles .vendor-roles-filter input[type="checkbox"]:checked ~ label:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: 5px;
  font-weight: 900;
}
.vendor-roles .vendor-roles-filter.sub-vendor {
  padding-left: 44px !important;
}
.vendor-roles .vendor-roles-filter.sub-vendor input[type="checkbox"] ~ label:before {
  left: 24px;
}
.vendor-roles .vendor-roles-filter.sub-vendor input[type="checkbox"]:checked ~ label:after {
  left: 27px;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
@media (min-width: 1024px) {
  .logo {
    float: left;
    margin: 0 0 0 23px;
    max-width: 100%;
    z-index: 5;
  }
  .page-header.header-type2 .menu-toggle {
    display: none;
  }
  .page-header.header-type2:not(.header-container-fixed) .header-menu {
    display: block !important;
  }
  .page-header.header-type2.header-sticky.header-container-fixed {
    height: 70px;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .logo {
    margin: 6px 0 0 40px;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .menu-toggle {
    display: block;
    position: absolute;
    cursor: pointer;
    left: 10px;
    top: 22px;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu .block-custom-header {
    position: static;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu nav.navigation {
    text-align: left;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu nav.navigation li.level0 {
    padding: 0;
    display: block;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu nav.navigation li.level0.parent > a:before {
    content: none;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu nav.navigation li.level0.parent .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    min-width: 0;
    border: none;
    padding: 0;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu nav.navigation li.level0.parent .submenu .subchildmenu li {
    text-align: left;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-right {
    position: relative;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-content-right {
    padding-top: 20px;
    padding-right: 50px;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-logo {
    position: static;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-logo img {
    max-width: 50%;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .block-custom-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header.header-type2 .header-content-custom.sticky-menu-open nav.navigation li.level0 {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .teaser-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .container,
  .header-content .container {
    max-width: 1440px;
  }
  .col-lg-3.header-content-left {
    width: 20%;
  }
  .cms-index-index.layout-1170 .teaser-items .teaser-content {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-index-index.layout-1280 .teaser-items .teaser-content {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
#amasty-shopby-product-list .accordion-category-title:hover > label.am-checkbox-filter-item:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: -0.5px;
  font-weight: 900;
}
#amasty-shopby-product-list .accordion-category-title > label.checked.am-checkbox-filter-item:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: -0.5px;
  font-weight: 900;
}
@media only screen and (max-width: 1023px) {
  .catalog-category-view .left-toolbar-filter {
    overflow: unset;
  }
  .catalog-category-view .modal-filter-popup .mst-searchautocomplete__autocomplete._active {
    width: 320px !important;
    left: -20px !important;
  }
}
@media all and (min-width: 1024px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 0;
    text-align: right;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content {
    max-width: 300px;
    left: 0;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after,
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
    left: 15px;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content .tooltip-content-inner {
    max-width: 300px;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:first-child {
    width: 17%;
  }
  .teaser-content .teaser-category-desc-left {
    float: left;
  }
  .teaser-content .teaser-category-desc-right {
    float: right;
  }
  .teaser-content .teaser-category-image {
    width: 66.66666667%;
    box-sizing: border-box;
  }
  .teaser-content .teaser-category-content {
    width: 33.33333333%;
  }
  .page-layout-vendor_view .vendor-roles-service .role-item .role-icon {
    width: 70px;
    height: 70px;
  }
  .page-layout-vendor_view .vendor-roles-service .role-item {
    margin: 0 10px 0 0;
  }
  .blog-index-index .owl-carousel .owl-nav div.owl-next {
    right: -65px;
  }
  .blog-index-index .owl-carousel .owl-nav div.owl-prev {
    left: -65px;
  }
  .page-products .cat-map.products-grid .product-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-products .cat-map.products-grid .product-items .product-item-info {
    height: 100%;
  }
  .page-products .products-grid .product-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-products .products-grid .product-item:nth-child(3n+1) {
    clear: left;
  }
  #products-grid-with-map .message.info.empty {
    width: 50%;
    float: right;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .catalog-product-view .gift-card-back-link.top-container {
    text-align: right;
    margin-top: -45px;
    margin-bottom: 25px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .cms-kundenportal-oowv .servicewelt-registration-widget-tabs .tabs-horiz li,
  .cms-kundenportal-oowv .servicewelt-registered-widget-tabs .tabs-horiz li {
    padding: 20px 32px;
  }
  .cms-kundenportal-oowv .content-images-slider .flag-content {
    width: 300px;
  }
  .cms-kundenportal-oowv .teaser-items {
    padding-top: 64px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item .widget-item-teaser .teaser-bottom {
    padding: 32px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-type-blog .teaser-desc .post-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-type-blog .teaser-desc .post-short-content {
    height: 92px;
    font-size: 18px;
    line-height: 32px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item .teaser-link-detail {
    margin-top: 20px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout {
    padding: 48px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content picture,
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content .service-logo {
    max-width: 256px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content span {
    font-size: 24px;
    margin-top: 24px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content p {
    font-size: 18px;
    line-height: 32px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    padding-top: 35px;
  }
  .desktop-hidden {
    display: none;
  }
  .page-header.header-type2:not(.header-container-fixed) .navigation.jajuma-megamenu .footer-middle-links,
  .page-header.header-type2:not(.header-container-fixed) .only-side-menu {
    display: none !important;
  }
  .page-header.header-type2:not(.header-container-fixed) .only-desktop-menu-dropdown {
    display: inline !important;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu .bg-service li.ui-menu-item.level1 {
    background-color: transparent;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu li.ui-menu-item.level0 > a {
    line-height: 26px !important;
    font-size: 20px !important;
    font-weight: 600;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu {
    background-color: #e1f0f5;
    border-radius: 8px 8px 0 0;
    padding: 15px 15px 15px 15px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .container {
    background-color: #E0EFF5;
    padding: 0;
    width: 329px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .container > .row {
    margin: 0;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu {
    padding: 0 20px;
    font-weight: 700;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu .redirect-register {
    padding: 15px 0 0;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu .redirect-register * {
    font-size: 18px;
    line-height: 26px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu .ui-menu-item.level1 {
    padding: 32px 0 20px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu .ui-menu-item.level1 a {
    font-size: 18px;
    padding: 0;
    font-weight: 700;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element {
    border: 1px solid #534A41;
    border-width: 1px 0;
    padding: 24px 0 20px 22px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element .mit-servicekonto {
    font-weight: 700;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element .childmenu-custom {
    padding: 0 20px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 {
    display: block;
    position: relative;
    padding-left: 10px;
    background-color: transparent;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 a,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 span {
    border: none !important;
    font-size: 18px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 svg {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 .nur-vorteilskonto {
    padding-left: 12px;
    display: block;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 .mit-servicekonto {
    color: #534a41 !important;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element > #item-level2 a {
    font-weight: 700;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element-ablesung {
    padding: 0;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element-ablesung .redirect-register {
    padding: 0;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu #menu_ablesung a {
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: -0.25px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu #show-sub-element .redirect-register li:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu #show-sub-element-ablesung li:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu #show-sub-element-ablesung a:hover {
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -0.25px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) {
    border-radius: 8px 8px 0 0;
    padding: 15px 15px 15px 15px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) .container {
    padding: 15px 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) .subchildmenu {
    padding: 0 20px;
    min-width: 280px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) .subchildmenu > li > a {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) .subchildmenu > li ul li > a {
    font-size: 18px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) .subchildmenu > .ui-menu-item > ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-red:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-red .container {
    background: #EED7CF;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-green:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-green .container {
    background: #B8DBAF;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-blue:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-blue .container {
    background: #B6DFF4;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-orange:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-orange .container {
    background: #F7D0A3;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-yellow:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-yellow .container {
    background: #FBF4CD;
  }
  .page-header.header-type2:not(.header-container-fixed) #show-sub-element-ablesung .subchildmenu-ablesung {
    background-color: transparent;
  }
  .page-footer .container {
    max-width: 1500px;
    margin: auto;
  }
  .page-footer .footer-middle-links {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding: 0 20px;
  }
  .page-footer .footer-middle-links .block-footer-left {
    grid-column: 1 / 3;
  }
  .page-footer .footer-middle-links .block-footer-left img {
    margin-left: -22px;
    max-width: 160px;
    margin-top: -18px;
  }
  .page-footer .footer-middle-links .block-footer-left .social-footer-links {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    margin-top: -5px;
  }
  .page-footer .footer-middle-links .block-footer-left .social-footer-links li a {
    display: inline-block;
    border: 1px solid #6e645e;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 27px;
    border-radius: 40px;
    padding-left: 4px;
    cursor: pointer;
  }
  .page-footer .footer-middle-links .block-footer-left .social-footer-links a[href*="//"]:not([href*="google.com"])[href*="//"]:not([href*="testkundenportal"])[href*="//"]:not([href*="heimat"]) {
    color: #6e645e !important;
  }
  .page-footer .footer-middle-links .block-footer-center {
    grid-column: 3 / 11;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    color: #534A41;
  }
  .page-footer .footer-middle-links .block-footer-center .block-footer-col:not(:first-child) {
    padding-left: 32px;
    border-left: 1px solid #BBB9B9;
  }
  .page-footer .footer-middle-links .block-footer-center ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 0;
    margin: 0;
  }
  .page-footer .footer-middle-links .block-footer-center ul:before,
  .page-footer .footer-middle-links .block-footer-center ul:after {
    display: none;
  }
  .page-footer .footer-middle-links .block-footer-center ul a {
    white-space: nowrap;
    font-size: 14px;
    color: #534A41 !important;
  }
  .page-footer .footer-middle-links .block-footer-right {
    grid-column: 11 / 13;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
  }
  .page-footer .footer-middle-links .block-footer-right strong {
    margin: 0 30px 20px 0;
  }
  .vorteile-ihres-kontos-nutzen {
    margin: 64px auto;
  }
  .vorteile-ihres-kontos-nutzen h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .vorteile-ihres-kontos-nutzen > p {
    margin-top: 30px;
  }
  .vorteile-ihres-kontos-nutzen .vorteile-ihres-box {
    padding: 32px;
    width: 50%;
  }
  .vorteile-ihres-kontos-nutzen .vorteile-ihres-content {
    flex-direction: row;
    margin-top: 64px;
    gap: 32px;
  }
  .vorteile-ihres-kontos-nutzen .vorteile-ihres-box .box-title {
    font-size: 24px;
  }
  .vorteile-ihres-kontos-nutzen .vorteile-ihres-box p {
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  body.account .sidebar-main {
    display: block;
  }
  body.account .sidebar-main .block {
    margin-left: 15px;
    margin-bottom: 20px;
  }
  body.account .sidebar-main .block.block-collapsible-nav:first-child {
    padding-left: 0;
    margin-top: 35px;
  }
  body.account .sidebar-main .block.teaser {
    margin-left: 0;
  }
  body.account .sidebar-main .block.teaser .title {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 35px;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser {
    flex-direction: row;
    padding: 16px;
    gap: 12px;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser picture,
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser img {
    width: 64px;
    max-width: 64px;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser .title-teaser {
    text-align: left;
    font-size: 16px;
    line-height: 20.48px !important;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser .intro-teaser {
    display: block;
    font-size: 14px;
    line-height: 17.92px;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser.trinkwasser-mobil .intro-teaser {
    max-width: 180px;
  }
  body.account .sidebar-main #block-collapsible-nav .nav.items li a,
  body.account .sidebar-main #block-collapsible-nav .nav.items li strong {
    font-size: 16px;
    line-height: 26px;
    padding: 6px 14px;
    white-space: wrap;
  }
  body.account .sidebar-main #block-collapsible-nav .nav.items .nav.item:first-child {
    font-size: 18px;
    padding-left: 18px;
    margin-left: 10px;
  }
  body.account .sidebar-main #block-collapsible-nav .nav.items .nav.item:first-child a {
    font-size: 18px;
    line-height: 22.5px;
  }
  body.account .sidebar-main #block-collapsible-nav .nav.items .nav.item:first-child:after {
    top: 12px;
  }
  body.account .sidebar-main #show-sub-element {
    padding: 5px 0;
    border-radius: 4px;
  }
  body.account .sidebar-main #show-sub-element #item-level2 {
    padding-left: 0;
    gap: 14px;
    padding-top: 5px !important;
    font-size: 18px;
  }
  body.account .sidebar-main #show-sub-element #item-level2 svg {
    width: 16px;
  }
  body.account .sidebar-main #show-sub-element .nur-vorteilskonto {
    font-size: 18px;
    margin-top: -6px;
  }
  body.account .sidebar-main #show-sub-element .nur-vorteilskonto .only-side-menu {
    display: none;
  }
  body.account .sidebar-main #show-sub-element .nur-vorteilskonto .only-desktop-menu-dropdown {
    display: inline !important;
    max-width: 180px;
    font-size: 18px;
  }
  body.account .sidebar-main #show-sub-element .mit-servicekonto {
    padding-left: 0;
  }
  body.account .sidebar-main #show-sub-element .subchildmenu {
    margin-bottom: 10px;
    padding-left: 17px;
    padding-bottom: 0;
    padding-top: 0;
    margin-left: 0px;
    margin-top: 15px;
  }
  body.account .sidebar-main #show-sub-element .subchildmenu .redirect-register li a {
    font-size: 16px;
  }
  body.account.waterprovider-serviceaccount-register .page-title {
    font-size: 32px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper {
    max-width: 760px;
    margin-top: 28px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 {
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 28px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 strong {
    font-size: 18px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 p {
    margin-bottom: 0px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 a {
    font-size: 16px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form {
    font-size: 16px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form .customer-form-checkbox {
    margin-top: 22px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form .customer-form-checkbox .field {
    margin-bottom: 38px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .bottom-actions {
    flex-direction: row;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .bottom-actions button {
    width: auto;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .service-logo {
    top: 40px;
    right: 0;
    max-width: 180px;
  }
  body.account.waterprovider-serviceaccount-register .column.main {
    padding-top: 10px;
  }
  body.account.waterprovider-serviceaccount-register .service-logo {
    max-width: 250px;
  }
  body.account.waterprovider-serviceaccount-register .service-logo.hidden-desktop {
    display: none;
  }
  body.account.waterprovider-serviceaccount-register .service-logo.hidden-mobile {
    display: inline-block;
  }
  body.account .page-main {
    max-width: 1440px;
    padding-bottom: 50px;
  }
  .customer-account-create .page-wrapper .page-main .columns,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .columns {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    margin-top: 64px;
  }
  .customer-account-create .page-wrapper .page-main .columns .actions-toolbar > .primary,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .actions-toolbar > .primary {
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
  .customer-account-create .page-wrapper .page-main .columns .newsletter_right_create,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create {
    width: 326px;
    max-width: 326px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account {
    padding: 32px 40px;
    max-width: 950px;
    min-width: unset;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account h2,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account h2 {
    font-size: 32px;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account h2 .fa,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account h2 .fa {
    font-size: 24px;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account .title-header,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .title-header {
    padding-bottom: 30px;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset.create,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset.create {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .customer-account-create .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset.create.account .field:first-child,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset.create.account .field:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account .fieldset.create.water,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .fieldset.create.water {
    padding-top: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .customer-account-create .page-wrapper .page-main .mochte-servicekonto-customer .show-tooltip,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .mochte-servicekonto-customer .show-tooltip {
    left: 40%;
  }
}
@media all and (min-width: 1024px) and (min-width: 1280px), print and (min-width: 1280px) {
  .page-footer .footer-middle-links .block-footer-center ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) and (min-width: 1200px), print and (min-width: 1200px) {
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .service-logo {
    max-width: 280px;
  }
}
@media all and (min-width: 1024px) and (min-width: 1680px), print and (min-width: 1680px) {
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .service-logo {
    top: 40px;
    max-width: 338px;
    right: -130px;
  }
}
@media all and (min-width: 1024px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  .magento-payments-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses > .item:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses > .item:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses > .item:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-add-invitations .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    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,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 2%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item.title {
    display: inline-block;
    float: none;
    margin: 0 1px 0 0;
    padding: 12px 25px 11px;
    position: relative;
    width: auto;
  }
  .product.data.items > .item.title::after {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -1px;
    position: absolute;
    top: 10px;
    width: 1px;
  }
  .product.data.items > .item.title:first-child::after {
    display: none;
  }
  .product.data.items > .item.title > .switch {
    border: 0 none;
    font-size: 18px;
    font-weight: 600;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    padding: 1px 0;
    position: relative;
  }
  .product.data.items > .item.title > .switch::after {
    content: "";
  }
  .product.data.items > .item.title > .switch:hover::after {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6e645e;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #6e645e;
  }
  .product.data.items > .item.title.active > .switch::after {
    opacity: 1;
    display: block;
    visibility: visible;
    content: "";
  }
  .product.data.items > .item.title.active > .switch::before {
    border: 1px solid;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
  .product.data.items > .item.content {
    float: right;
    margin-left: -100%;
    margin-top: 40px;
    padding: 20px 0;
    text-align: left;
    width: 100%;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .aw-pquestion__question-listing.product.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .aw-pquestion__question-listing.product.header .product-details {
    width: 30%;
    min-width: 300px;
  }
  .aw-pquestion__question-listing.product.header .aw-pq__question-form {
    width: 70%;
    padding-left: 30px;
  }
  .aw-pquestion__question-listing.product.header .explanatory-message {
    margin-left: auto;
  }
  .aw-pquestion__question-listing.product.header > .back-link-wrapper {
    margin-left: 10px;
  }
  .aw-pquestion__question-listing.product.header > .back-link-wrapper + .aw-pq__question-form {
    display: none;
  }
  .aw-pquestion__product-question.container .aw-pq-question-form .label,
  .aw-pquestion__question-listing.container .aw-pq-question-form .label,
  .aw-pquestion__product-question.container .aw-pq-question-answer-form .label,
  .aw-pquestion__question-listing.container .aw-pq-question-answer-form .label {
    margin: 0 0 5px 0;
    padding: 0;
    text-align: left;
    width: auto;
    float: none;
  }
  .aw-pquestion__product-question.container .aw-pq-question-form .control,
  .aw-pquestion__question-listing.container .aw-pq-question-form .control,
  .aw-pquestion__product-question.container .aw-pq-question-answer-form .control,
  .aw-pquestion__question-listing.container .aw-pq-question-answer-form .control {
    width: auto;
    float: none;
  }
  .aw-pquestion__product-question.container .aw-pq__question-form {
    padding: 0 35px;
  }
  .aw-pq__email-subscriber-notification-form form .aw-pq-wrapper-fieldset .actions-toolbar,
  .aw-pq__question-form form .aw-pq-wrapper-fieldset .actions-toolbar,
  .aw-pq__question-answer-form form .aw-pq-wrapper-fieldset .actions-toolbar {
    margin: 0;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content {
    max-width: 250px;
    left: -40%;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after,
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
    left: 30%;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content .tooltip-content-inner {
    max-height: 350px;
    max-width: 250px;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .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;
  }
  .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 {
    z-index: 1001;
    min-width: 200px;
  }
  .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 {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
    transform: translateY(-2px);
  }
  .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'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #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%);
  }
  .content-report {
    flex-direction: row;
  }
  .content-report div[class*="modal-identification-customer-result"] .content-popup,
  .content-report .modal-reason .content-popup {
    width: 35%;
  }
  .content-report div[class*="modal-identification-customer-result"] .modal-header p,
  .content-report .modal-reason .modal-header p {
    font-size: 18px;
  }
  .content-report div[class*="modal-identification-customer-result"] .modal-body strong,
  .content-report .modal-reason .modal-body strong {
    font-size: 18px;
  }
  .content-report div[class*="modal-identification-customer-result"] .modal-body .modal-water-report-content p,
  .content-report .modal-reason .modal-body .modal-water-report-content p,
  .content-report div[class*="modal-identification-customer-result"] .modal-body .modal-water-report-content strong,
  .content-report .modal-reason .modal-body .modal-water-report-content strong {
    font-size: 16px;
  }
  .content-report div[class*="modal-identification-customer-result"] .actions-toolbar .action,
  .content-report .modal-reason .actions-toolbar .action {
    min-width: 150px;
  }
  .content-report div[class*="modal-identification-customer-result"] .actions-toolbar .action:first-child,
  .content-report .modal-reason .actions-toolbar .action:first-child {
    margin-right: 20px;
  }
  .content-report .water-condition-popup .content-popup .modal-header p {
    font-size: 24px;
  }
  .content-report .water-condition-popup .content-popup .modal-header #close-popup-condition {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 20px;
    font-size: 22px;
  }
  .content-report .section-left {
    width: 50%;
  }
  .content-report .section-right {
    width: 50%;
  }
  .water-consumption-report-left .title {
    font-size: 24px;
  }
  .water-consumption-report-left .condition-two-columns {
    flex-direction: row;
  }
  .water-consumption-report-left .condition-col {
    margin-left: 30px;
  }
  .water-consumption-report-left .condition-col .condition-box {
    padding-left: 25px;
  }
  .water-consumption-report-left .gewinne-image {
    margin-top: -60px;
  }
  .mobile-only {
    display: none;
  }
  .jajuma-megamenu.navigation > ul {
    position: relative;
  }
  .jajuma-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .jajuma-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .jajuma-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .jajuma-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .jajuma-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .jajuma-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .jajuma-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .jajuma-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .jajuma-megamenu.navigation li .menu-thumb-img {
    display: inline-block;
  }
  .jajuma-megamenu.navigation li .menu-thumb-img + a {
    display: inline-block;
  }
  .jajuma-megamenu.navigation li .menu-thumb-icon {
    max-width: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .jajuma-megamenu.navigation li > a > span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
  }
  .jajuma-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .jajuma-megamenu.navigation li.level0 > a > span.cat-label {
    top: -13px;
    right: 14px;
  }
  .jajuma-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -6px;
  }
  .jajuma-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .jajuma-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .jajuma-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .jajuma-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .jajuma-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .jajuma-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .jajuma-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .jajuma-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    /*width: 25%;*/
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .jajuma-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .jajuma-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
    padding: 0 15px;
  }
  .jajuma-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .jajuma-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .jajuma-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .jajuma-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
  }
  .jajuma-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .jajuma-megamenu.navigation li.level0 .submenu > ul:before,
  .jajuma-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .jajuma-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .jajuma-megamenu.navigation li.level0 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .jajuma-megamenu.navigation li.level0 .col-md-1,
  .jajuma-megamenu.navigation li.level0 .col-md-2,
  .jajuma-megamenu.navigation li.level0 .col-md-3,
  .jajuma-megamenu.navigation li.level0 .col-md-4,
  .jajuma-megamenu.navigation li.level0 .col-md-5,
  .jajuma-megamenu.navigation li.level0 .col-md-6,
  .jajuma-megamenu.navigation li.level0 .col-md-7,
  .jajuma-megamenu.navigation li.level0 .col-md-8,
  .jajuma-megamenu.navigation li.level0 .col-md-9,
  .jajuma-megamenu.navigation li.level0 .col-md-10,
  .jajuma-megamenu.navigation li.level0 .col-md-11,
  .jajuma-megamenu.navigation li.level0 .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth {
    /*position: static;*/
  }
  .jajuma-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth > .submenu,
  .jajuma-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 11px 0px 10px;
    left: 40px;
    background: none;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .jajuma-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .jajuma-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth .subchildmenu .subchildmenu,
  .jajuma-megamenu.navigation li.level0.staticwidth .subchildmenu .subchildmenu {
    padding: 5px 0;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth a:hover,
  .jajuma-megamenu.navigation li.level0.staticwidth a:hover {
    background: none;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth a:hover > span,
  .jajuma-megamenu.navigation li.level0.staticwidth a:hover > span {
    text-decoration: underline;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-top-block a,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-top-block a,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-left-block a,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-left-block a,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-right-block a,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-right-block a,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-bottom-block a,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-bottom-block a {
    display: inline;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-top-block a:hover,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-top-block a:hover,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-left-block a:hover,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-left-block a:hover,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-right-block a:hover,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-right-block a:hover,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-bottom-block a:hover,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-bottom-block a:hover {
    text-decoration: underline;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-top-block a.btn-default,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-top-block a.btn-default,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-left-block a.btn-default,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-left-block a.btn-default,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-right-block a.btn-default,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-right-block a.btn-default,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-bottom-block a.btn-default,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-bottom-block a.btn-default {
    background-color: #08c;
    color: #fff;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-top-block a.btn-default:hover,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-top-block a.btn-default:hover,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-left-block a.btn-default:hover,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-left-block a.btn-default:hover,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-right-block a.btn-default:hover,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-right-block a.btn-default:hover,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-bottom-block a.btn-default:hover,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-bottom-block a.btn-default:hover,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-top-block a.btn-default:focus,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-top-block a.btn-default:focus,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-left-block a.btn-default:focus,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-left-block a.btn-default:focus,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-right-block a.btn-default:focus,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-right-block a.btn-default:focus,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-bottom-block a.btn-default:focus,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-bottom-block a.btn-default:focus {
    background-color: #08c;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
  .jajuma-megamenu.navigation.classic .submenu > .row {
    margin: 0;
  }
  .jajuma-megamenu.navigation.classic .subchildmenu {
    min-width: 230px;
  }
  .jajuma-megamenu.navigation.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 6px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
    position: absolute;
    left: 0;
    top: -6px;
    background: #fff;
    z-index: 1;
  }
  .jajuma-megamenu.navigation.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .jajuma-megamenu.navigation.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 6px 0 6px 6px;
  }
  .jajuma-megamenu.navigation.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 6px 0 6px 6px;
  }
  .jajuma-megamenu.navigation.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .jajuma-megamenu.navigation.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .jajuma-megamenu.navigation.classic .submenu,
  .jajuma-megamenu.navigation.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .jajuma-megamenu.navigation.staticwidth .submenu {
    left: 0;
  }
  .side-megamenu li {
    margin: 0;
    position: relative;
  }
  .side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
  }
  .side-megamenu li.level0.fullwidth > .submenu,
  .side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
  }
  .side-megamenu li.level0.fullwidth > .submenu {
    width: 871px;
  }
  .side-megamenu li.level0 > a {
    display: block;
    padding: 0 5px;
    margin: 0 10px;
    border-top: 1px solid #ddd;
    line-height: 41px;
    font-weight: 400;
    font-size: 14px;
  }
  .side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .side-megamenu li.level0 > a > span.cat-label:before {
    left: -6px;
    top: 3px;
    bottom: auto;
    border-top-color: transparent;
  }
  .side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .side-megamenu li.level0:hover > a {
    color: #fff;
    border-top-color: #08c;
  }
  .side-megamenu li.level0 > .submenu {
    border-left-width: 5px;
    border-top-width: 0;
    padding: 5px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
  }
  .shariff ul li.threema,
  .shariff ul li.whatsapp {
    display: none !important;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .checkout-cart-index .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .shipping span.value {
    display: none;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .block.crosssell {
    float: left;
    order: 1;
    padding: 0;
    width: 100%;
  }
  .minicart-wrapper {
    margin-left: 35px;
  }
  .minicart-wrapper .block-minicart {
    right: 0px;
    width: 340px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
    width: 66%;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #333333;
  }
  .opc-progress-bar-item._complete > span:after {
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #6e645e;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
  }
  .opc-progress-bar-item._active > span:before {
    background: #6e645e;
  }
  .opc-progress-bar-item._active > span:after {
    content: '\e610';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 1023px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #6e645e;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .block.newsletter {
    width: 100%;
  }
  #newsletter-popup .block-popup-subscribe .newsletter-popup-content .form-subscribe-header h3 {
    color: #ffffff;
  }
  #newsletter-popup .block-popup-subscribe .newsletter-popup-content .description-popup {
    color: #ffffff;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    float: left;
    width: 50%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    padding: 17px 46px;
    font-size: 20px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-header {
    display: flex;
    justify-content: flex-start;
    padding: 0 25px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    margin: 0 64px 10px 0;
    font-size: 20px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    padding: 0 25px;
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    display: inline-block;
    margin-top: 22px;
    padding: 0 25px;
    font-size: 14px;
    color: #8a837f;
    background: inherit;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options:hover {
    color: #1787e0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options:before,
  .amgdprcookie-cookie-container .amgdprcookie-options:after {
    content: '';
    position: absolute;
    top: 10px;
    height: 2px;
    width: 10px;
    background: #8a837f;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options:before {
    right: 6px;
    transform: rotate(45deg);
  }
  .amgdprcookie-cookie-container .amgdprcookie-options:after {
    right: 0;
    transform: rotate(-45deg);
  }
  .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options {
    color: #6e645e;
  }
  .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:hover {
    color: #1787e0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:before,
  .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:after {
    background: #6e645e;
  }
  .amgdprcookie-content-wrapper {
    margin: 25px 25px 0;
    padding: 0 15px;
    font-size: 14px;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-title {
    padding: 15px 15px 0 0;
    vertical-align: top;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row {
    border-bottom: 1px solid #ccc;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
    border-bottom: 0;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell {
    padding: 15px 15px 15px 0;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell:first-child {
    width: 20%;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell:last-child {
    padding-right: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    right: unset;
    min-width: 400px;
    width: 21%;
    background: #fff;
  }
  .page-layout-vendor_view .vendor-roles-service .role-item .role-icon {
    width: 45px;
    height: 45px;
  }
  .page-layout-vendor_view .vendor-roles-service .role-item {
    margin: 0 10px 0 0;
  }
  .teaser-title.mobile-title {
    display: none;
  }
  .vendor-list-page #maincontent .vendor-roles .vendor-roles-filter.filter-action {
    margin-left: 0px;
  }
  .product-info-main .product-info-price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-info-main .product-info-price .price-box.price-final_price {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .product-info-main .product-info-price .baseprice {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .product-info-main .product-info-price .price-details {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .product-info-main .product-info-price .product-info-stock-sku {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .product-info-main .stock {
    margin: 0 0 3px;
  }
  .product-info-main .stock.available .label-available,
  .product-info-main .stock.unavailable .label-available {
    color: #6e645e;
  }
  .product-info-main .product-info-price .price-details {
    display: block;
  }
  .teaser-left {
    float: left;
    width: 40%;
  }
  .teaser-left .vendor-roles {
    padding: 30px 30px 20px;
    border: 1px solid #6e645e;
  }
  .teaser-left .vendor-roles .vendor-roles-filter {
    display: inline-block;
    width: 49%;
    margin: 0 0 5px;
    position: relative;
    padding-left: 30px;
  }
  .teaser-left .vendor-roles .vendor-roles-filter input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .teaser-right {
    float: right;
    width: 55%;
    overflow: hidden;
  }
  .teaser-category-image,
  .widget-item-teaser {
    overflow: hidden;
  }
  .teaser-content .teaser-item {
    float: left;
    width: 30%;
  }
  .teaser-content .teaser-item:nth-child(3n + 2) {
    margin: 0 5% 2%;
  }
  .teaser-content .teaser-item:nth-child(3n) {
    float: right;
  }
  .teaser-content .teaser-item:nth-child(3n + 1) {
    clear: left;
  }
  .page-layout-custom_iframe .teaser-item {
    float: left;
    width: 23%;
    margin-right: 2%;
  }
  .page-layout-custom_iframe .teaser-item:nth-child(3n) {
    float: left;
  }
  .page-layout-custom_iframe .teaser-item:nth-child(3n + 1) {
    clear: unset;
  }
  .page-layout-custom_iframe .teaser-item:hover {
    margin-right: 2%;
  }
  .page-layout-custom_iframe .content-teasers .teaser-bottom {
    padding: 20px 15px;
  }
  .page-layout-custom_iframe .teaser-content .teaser-item:nth-child(3n + 2) {
    margin: 0;
    margin-right: 2%;
  }
  .catalog-category-view .teaser-content .teaser-item {
    width: 40%;
    margin: 0;
  }
  .catalog-category-view .teaser-content .teaser-item:nth-child(2n) {
    width: 60%;
  }
  .catalog-category-view .cat-map {
    position: relative;
  }
  .catalog-category-view .cat-map .product-items {
    width: 50%;
    float: right;
    min-height: 900px;
  }
  .catalog-category-view .cat-map .product-items .product-item {
    width: 50%;
    padding: 0 15px;
  }
  .catalog-category-view .cat-map .product-items.nomap {
    width: 100%;
  }
  .catalog-category-view .cat-map .product-items.nomap .product-item {
    width: 25%;
  }
  .catalog-category-view .cat-map.toolbar-sticky {
    padding-top: 112px;
  }
  .catalog-category-view #map-direction-toolbar {
    display: block;
    width: 49%;
    float: left;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 182px);
  }
  .catalog-category-view #map-direction-toolbar.sticky {
    position: fixed !important;
  }
  .catalog-category-view #map-direction-toolbar.stickybottom {
    position: absolute;
    bottom: 0;
    height: 100%;
  }
  .catalog-category-view #map-direction-toolbar.stickybottom .gm-style .marker-content img {
    max-width: 85px;
    max-height: 56px;
    width: auto;
    height: auto;
  }
  .catalog-category-view.page-layout-1column .page-title-wrapper {
    display: none;
  }
  .catalog-category-view.page-layout-1column .filter.block .filter-title {
    position: static;
  }
  .catalog-category-view.page-layout-1column .filter-content .filter-options-item {
    width: 200px;
  }
  .catalog-category-view .filter-content .filter-options-item {
    margin-bottom: 20px;
  }
  .catalog-category-view .filter-content .filter-options-item .filter-options-title {
    padding: 0;
    border: 0;
    font-size: 13px;
  }
  .catalog-category-view .toolbar-products {
    animation-direction: reverse;
    animation-duration: 500ms;
  }
  .catalog-category-view .toolbar-products .more-filter {
    float: left;
    margin-left: 23%;
    margin-top: 20px;
  }
  .catalog-category-view .toolbar-products .more-filter .filter .filter-content {
    position: absolute;
    left: 0;
    top: 90%;
    z-index: 0;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 12px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
    opacity: 0;
    width: 100%;
    pointer-events: none;
  }
  .catalog-category-view .toolbar-products .more-filter .filter .filter-title {
    border: 0;
  }
  .catalog-category-view .toolbar-products .more-filter .filter .filter-title strong {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .catalog-category-view .toolbar-products .more-filter .filter .filter-title strong:before {
    content: "\f055";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #004364;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .catalog-category-view .toolbar-products .more-filter .filter .filter-title:hover {
    background: transparent;
    color: #6e645e;
    border: 0;
  }
  .catalog-category-view .toolbar-products .more-filter .filter.active .filter-content {
    opacity: 1;
    z-index: 100;
    pointer-events: inherit;
  }
  .catalog-category-view .toolbar-products .more-filter .filter.active .filter-title {
    background: transparent;
    border: 0;
    color: #6e645e;
  }
  .catalog-category-view .toolbar-products .more-filter .filter.active .filter-title strong:before {
    content: "\f056";
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    position: absolute;
    left: 35px;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category:before,
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category:after {
    content: '';
    display: table;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category:after {
    clear: both;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle:hover:after {
    color: inherit;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle:active:after {
    color: inherit;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle.active {
    display: inline-block;
    text-decoration: none;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle.active:hover:after {
    color: inherit;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle.active:active:after {
    color: inherit;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown li {
    margin: 0;
    padding: 3px 5px;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown:before,
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown:before {
    left: 10px;
    top: -12px;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown:after {
    left: 9px;
    top: -14px;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category.active {
    overflow: visible;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category.active ul.dropdown {
    display: block;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle {
    line-height: 80px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6e645e;
    font-size: 15px;
    padding-left: 60px;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown {
    border: 0;
    width: 240px;
    text-align: left;
    padding: 10px 15px;
    top: 146%;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown:before,
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown:after {
    display: none;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown li {
    font-size: 16px;
    color: #6e645e;
    padding: 5px 0;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown li input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #6e645e;
    border-radius: 2px;
    margin-right: 5px;
  }
  .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown li:hover {
    background: transparent;
  }
  .catalog-category-view .toolbar-products-inner.has-cat-child {
    padding-left: 250px;
  }
  .catalog-category-view .toolbar-products-inner.has-cat-child .more-filter {
    margin-left: 11%;
  }
  .catalog-category-view .toolbar-products.sticky {
    position: fixed !important;
    margin: 0;
    width: 100%;
    left: 0;
    z-index: 101;
    padding: 0;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    animation-direction: normal;
    animation-duration: 0.5s;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .catalog-category-view .toolbar-products.sticky .toolbar-products-inner {
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    background: #ffffff;
  }
  .catalog-category-view .toolbar-products.sticky .toolbar-products-inner.has-cat-child {
    padding-left: 310px;
  }
  .catalog-category-view .toolbar-products.sticky .toolbar-products-inner.has-cat-child .more-filter {
    margin-left: 16%;
  }
  .catalog-category-view .toolbar-products.sticky .filter-content-inner {
    max-width: 1170px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
  .catalog-category-view .toolbar-products.sticky #layered-filter-block-category {
    top: 25px;
    left: 45px;
  }
  .catalog-category-view .toolbar-products.sticky #layered-filter-block-category .action.toggle {
    line-height: 113px;
  }
  .catalog-category-view .toolbar-products.sticky #layered-filter-block-category ul.dropdown {
    top: 96%;
  }
  .catalog-category-view .open-map {
    display: none;
    align-content: center;
    align-items: center;
    width: 25px;
    justify-content: center;
    font-size: 24px;
    background: #6e645e;
    position: absolute;
    z-index: 9;
    color: #FFF !important;
    bottom: 0;
    height: 100%;
  }
  .catalog-category-view .open-map.show {
    display: flex !important;
  }
  .catalog-category-view .open-map.sticky {
    position: fixed;
  }
  .catalog-category-view .open-map.sticky:hover {
    text-decoration: none;
  }
  .catalog-category-view .open-map.sticky:active {
    text-decoration: none;
  }
  .catalog-category-view .open-map .text-open-map {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-size: 13px;
    font-weight: 300;
    position: relative;
  }
  .catalog-category-view .open-map .text-open-map .fa-map-marker-alt {
    transform: rotate(90deg);
    position: absolute;
    top: -18px;
    left: 2px;
  }
  body.toolbar-sticky .header-sticky {
    box-shadow: none;
  }
  #category-product-mobile-nav,
  .mobile-nav-bottom {
    display: none;
  }
  #location-search {
    position: relative;
  }
  #location-search .location-search-tooltip {
    display: none;
    position: absolute;
    width: 100%;
    /* height: 90px; */
    z-index: 100;
    background-color: white;
    color: black;
    padding: 10px;
    text-align: left;
    border: 1px solid #dddddd;
    font-size: 13px;
    top: 10px;
  }
  #location-search .location-search-tooltip.active {
    display: block;
  }
  #location-search .location-search-tooltip.active:before {
    background: linear-gradient(45deg, #ffffff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: 2px;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 15px;
  }
  .distance-slider {
    height: 80px;
    position: relative;
  }
  .distance-slider span#min {
    left: -60%;
    position: relative;
    top: 30px;
  }
  .distance-slider span#max {
    right: -60%;
    position: relative;
    bottom: 42px;
  }
  span.distance-slider-value {
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vendor-list-page #maincontent .column.main {
    padding-bottom: 0;
  }
  .vendor-list-page #maincontent .vendor-roles {
    text-align: left;
    display: inline-block;
    max-width: 500px;
    position: relative;
  }
  .vendor-list-page #maincontent .vendor-roles .vendor-roles-filter {
    display: inline-block;
    width: 49%;
    margin: 0 0 5px;
    position: relative;
    padding-left: 30px;
  }
  .vendor-list-page #maincontent .vendor-roles .vendor-roles-filter input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .vendor-list-page #maincontent .vendor-roles .vendor-roles-filter.filter-action {
    padding: 0;
    position: absolute;
    bottom: -18px;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: none;
    float: right;
    position: static;
    padding: 7px 0 0;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: right;
    margin-left: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 10px 10px 6px;
    text-align: center;
    color: #333333;
  }
  .modes-mode:hover {
    color: #6e645e;
  }
  .modes-mode.active {
    color: #6e645e;
  }
  .modes-mode span {
    display: inline-block;
    font-size: 13px;
  }
  .modes-mode::before {
    content: "\f00a";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: "\f00b";
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #6e645e;
    letter-spacing: 0;
  }
  .product-info-main .product.attribute.delivery_time {
    padding: 0px;
  }
  .product-info-main .product.attribute.delivery_time .value:before {
    content: "Lieferzeit:";
    margin-right: 5px;
  }
  .product-info-main .attribute.overview {
    padding-bottom: 20px;
  }
  .product-info-main .attribute.overview .value {
    color: #725E53;
    word-wrap: break-word;
    display: -webkit-box;
  }
  .product-info-main .product.attribute.sku .value:before {
    content: "Artikelnummer:";
    margin-right: 5px;
  }
  .product-info-main .product-add-form {
    padding-top: 0;
  }
  .product.info.detailed.accordion .product.data.items > .item.title {
    background: #f8f8f8 none repeat scroll 0 0;
    display: block;
    float: none;
    margin-top: 8px;
  }
  .product.info.detailed.accordion .product.data.items > .item.title > .switch::after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    display: block;
  }
  .product.info.detailed.accordion .product.data.items > .item.title.active > .switch::after {
    content: "\f0d8";
  }
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
    background: #f8f8f8 none repeat scroll 0 0;
    border-top: 1px solid #6e645e;
  }
  .product.info.detailed.vertical {
    position: relative;
  }
  .product.info.detailed.vertical .items-tabs {
    float: left;
    width: 20%;
  }
  .product.info.detailed.vertical .items-tabs .item a {
    background-color: #ffffff;
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px 0 0 1px;
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  .product.info.detailed.vertical .items-tabs .item.active a,
  .product.info.detailed.vertical .items-tabs .item:hover a {
    background-color: #6e645e;
    border-color: #e8e8e8;
    color: #ffffff;
  }
  .product.info.detailed.vertical .data-tabs-content {
    border: 1px solid #e8e8e8;
    float: left;
    margin-top: 0;
    min-height: 200px;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 80%;
    z-index: 1;
  }
  .box-tocart .action.tocart {
    width: auto;
    margin-bottom: 0;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 25px;
    line-height: 45px;
    color: #ff0000;
  }
  .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.6rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
    overflow: inherit;
  }
  .page-layout-1column .product-info-main {
    width: 48%;
  }
  .page-layout-1column .product.media {
    width: 50%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 80%;
  }
  .product-add-form .swatch-attribute {
    margin-top: 25px;
  }
  .product-add-form .swatch-attribute .swatch-option.text {
    font-size: 13px;
  }
  .product-add-form .swatch-attribute:first-child {
    margin-top: 15px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  i.fas.fa-image {
    font-size: 51pt;
    margin-right: 15px;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .product.data.items > .item.title {
    padding: 20px 45px 20px;
  }
  .product.data.items > .item.title > .switch {
    padding: 2px 5px;
    border: 0 none;
    font-weight: 500;
    height: auto;
    letter-spacing: 0;
    line-height: 25px;
    display: inline-block !important;
    color: #6e645e;
    font-style: normal;
    font-size: 20px;
    position: relative;
    font-family: Lora;
  }
  .product.data.items > .item.title.active > .switch {
    font-weight: bold;
  }
  .product.data.items > .item.title.active > .switch::before {
    border-color: #c4390f;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .aw-gc-product-form-description {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .page-product-giftcard .product-add-form .box-tocart {
    position: relative;
    margin: 50px 0;
    overflow: hidden;
  }
  .page-product-giftcard .product-add-form .box-tocart .addcart-fieldset {
    align-content: center;
    align-items: center;
    display: grid;
    grid-template-areas: 'primary secondary third';
    grid-template-columns: 35fr 50fr 35fr;
    grid-template-rows: 3rem;
    min-height: 60px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).note {
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.note {
    font-size: 1.8rem;
    font-weight: 400;
    color: #6e645e;
    padding: 0;
    margin: 0;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.control-wrap {
    position: relative;
    grid-area: third;
    width: 100%;
    text-align: right;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.qty .control {
    border: 1px solid #C3390F;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 40px;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.qty .items.increase {
    right: 0;
    top: 0;
    height: 58px;
    width: 40px;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.qty .items.reduced {
    left: 0;
    top: 0;
    height: 58px;
    width: 40px;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.qty .input-text.qty {
    text-align: center;
    border: none;
    padding: 0;
    height: 58px;
    width: 60px;
    border-left: 1px solid #C3390F;
    border-right: 1px solid #C3390F;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
  }
  .page-product-giftcard .product-add-form .box-tocart .action.tocart {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 16px;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .page-product-giftcard .product.giftcard-related-information {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items {
    clear: both;
    margin: 20px 0 0;
    overflow: hidden;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item {
    float: left;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available {
    margin: 0 30px 0 0;
    text-align: center;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value {
    background: #6e645e;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value:before,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/oowv_icons.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 250px auto;
    text-indent: -9999px;
    content: "";
    display: block;
    width: 37px;
    height: 15px;
    background-position: -181px -140px;
    top: 50%;
    left: 50%;
    margin-top: -8.5px;
    margin-left: -18.5px;
    /* margin: 0; */
    position: absolute;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-sub-title,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-sub-title {
    display: block;
    color: #6e645e;
    font-size: 1.5rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period {
    text-align: left;
    float: left;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value {
    color: #6e645e;
    padding-left: 45px;
    position: relative;
    min-height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    max-width: 170px;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value .break,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value .break {
    flex-basis: 100%;
    height: 0;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value:before,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/oowv_icons.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 250px auto;
    text-indent: -9999px;
    content: "";
    position: absolute;
    width: 35px;
    height: 40px;
    left: 0;
    top: 50%;
    margin-top: -23px;
    background-position: -181px -91px;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item .additional-label {
    color: #6e645e;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  .page-product-giftcard .gm-style .marker-content img {
    max-width: 220px;
    max-height: 150px;
    width: 100%;
    height: auto;
  }
  .filter.block {
    margin-bottom: 20px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column.catalog-category-view .page-title-wrapper {
    display: block;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .categories {
    text-align: left;
    display: inline-block;
    float: left;
  }
  .page-layout-1column .categories .category-filter {
    display: inline-block;
    width: 50%;
    margin: 0 0 5px;
    position: relative;
    padding-left: 30px;
  }
  .page-layout-1column .categories .category-filter input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .page-layout-1column .categories .category-filter.filter-action {
    padding-left: 0;
  }
  .page-layout-1column #layered-filter-block-category .filter-action {
    display: block;
    text-align: left;
    padding-left: 190px;
    position: absolute;
    top: 60px;
  }
  .page-layout-1column .filter.active .filter-content {
    display: block;
  }
  .page-layout-1column .filter.block {
    margin-bottom: 0;
  }
  .page-layout-1column .filter.block.active .filter-title {
    background: #6e645e none repeat scroll 0 0;
    border: 1px solid #6e645e;
    color: #ffffff;
  }
  .page-layout-1column .filter.block .filter-title {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #333333;
    cursor: pointer;
    line-height: 1;
    margin: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    top: -58px;
  }
  .page-layout-1column .filter.block .filter-title:hover {
    background: #6e645e none repeat scroll 0 0;
    border: 1px solid #6e645e;
    color: #ffffff;
  }
  .page-layout-1column .filter.block .filter-title::before {
    display: none;
  }
  .page-layout-1column .filter-content {
    display: none;
    margin-bottom: 15px;
  }
  .page-layout-1column .filter-content .filter-options-item {
    border: 1px solid #dddddd;
    display: inline-block;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 154px;
  }
  .page-layout-1column .filter-content .filter-options-item .filter-options-title {
    color: #333333;
    font-size: 15px;
  }
  .page-layout-1column .filter-content .filter-options-item .filter-options-title::after {
    display: inline-block;
  }
  .page-layout-1column .filter-content .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-content .filter-options-item.active .filter-options-content {
    visibility: visible;
    padding-left: 10px;
    padding-right: 8px;
  }
  .page-layout-1column .filter-content .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-content .filter-options-item.active:after,
  .page-layout-1column .filter-content .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 172px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-content .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    left: 0;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 220px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  html,
  body {
    height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main .page-title-wrapper .page-title {
    display: inline-block;
    color: #6e645e;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0 20px;
  }
  .page-main .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 24px;
    color: inherit;
    content: '\e622';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 24px;
    color: inherit;
    content: '\e621';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    text-shadow: none;
    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;
    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.8;
  }
  .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 {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
  }
  .customer-welcome .header.links {
    min-width: 175px;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    position: relative;
    overflow: hidden;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .sticky-menu-body-open .page-wrapper {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
  }
  .page-header.header-type2 .header-search {
    display: block;
    margin: 0;
    max-width: 660px;
    float: right;
  }
  .page-header.header-type2 .header-search .search-switcher {
    overflow: hidden;
  }
  .page-header.header-type2 .header-search .search-switcher .dropdown-toggle {
    display: block;
    line-height: normal;
  }
  .page-header.header-type2 .header-search .search-switcher .mage-dropdown-dialog {
    position: absolute;
    top: -8px;
    right: -600px;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    display: none;
  }
  .page-header.header-type2 .header-search .search-switcher .action.search {
    color: #ffffff;
  }
  .page-header.header-type2 .header-search .search-switcher.active {
    overflow: visible;
  }
  .page-header.header-type2 .header-search .search-switcher.active .mage-dropdown-dialog {
    right: 30px;
    display: block;
  }
  .page-header.header-type2 .minicart-wrapper {
    float: right;
    margin-left: 25px;
  }
  .page-header.header-type2 .switcher {
    float: right;
    margin-left: 25px;
  }
  .page-header.header-type2 .fa {
    color: #6e645e;
    font-size: 25px;
  }
  .page-header.header-type2 .header-content-right {
    margin: 0;
    padding-top: 30px;
    padding-right: 230px;
    position: relative;
  }
  .page-header.header-type2 .header-content-right .header-menu {
    padding: 10px 0 0;
  }
  .page-header.header-type2 .header-content-right .block-custom-header {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 25px;
    text-decoration: none !important;
  }
  .page-header.header-type2 .header-content-right a,
  .page-header.header-type2 .header-content-right strong {
    color: #534A41 !important;
  }
  .cms-index-index .banner-widget {
    position: relative;
  }
  .cms-index-index .banner-widget .cms-content-head {
    position: absolute;
    top: 50%;
    left: 10%;
  }
  .cms-index-index .banner-widget .cms-content-head h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #6e645e;
    margin: 20px 0 30px;
  }
  .cms-index-index .banner-widget .cms-content-head ul {
    list-style: none;
    padding: 0;
  }
  .cms-index-index .banner-widget .cms-content-head ul li {
    color: #6e645e;
    list-style: none;
  }
  .cms-index-index .banner-widget .cms-content-head ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    content: "\f00c";
    margin-right: 5px;
    font-weight: 900;
  }
  .cms-index-index .banner-widget .cms-content-head .block-custom-header {
    display: none;
  }
  nav.navigation {
    text-align: left;
  }
  nav.navigation li.level0.parent .submenu .subchildmenu li {
    text-align: left !important;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px) and (min-width: 1600px), print and (min-width: 1600px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .teaser-content {
    max-width: 1440px;
  }
}
@media all and (min-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 1024px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 1024px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value:before,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value:before {
    background-image: url('../images/oowv_icons.png');
    background-size: 250px auto;
  }
}
@media all and (min-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 1024px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 1024px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value:before,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value:before {
    background-image: url('../images/oowv_icons.png');
    background-size: 250px auto;
  }
}
@media all and (min-width: 1024px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 0;
    text-align: right;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content {
    max-width: 300px;
    left: 0;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after,
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
    left: 15px;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content .tooltip-content-inner {
    max-width: 300px;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:first-child {
    width: 17%;
  }
  .teaser-content .teaser-category-desc-left {
    float: left;
  }
  .teaser-content .teaser-category-desc-right {
    float: right;
  }
  .teaser-content .teaser-category-image {
    width: 66.66666667%;
    box-sizing: border-box;
  }
  .teaser-content .teaser-category-content {
    width: 33.33333333%;
  }
  .page-layout-vendor_view .vendor-roles-service .role-item .role-icon {
    width: 70px;
    height: 70px;
  }
  .page-layout-vendor_view .vendor-roles-service .role-item {
    margin: 0 10px 0 0;
  }
  .blog-index-index .owl-carousel .owl-nav div.owl-next {
    right: -65px;
  }
  .blog-index-index .owl-carousel .owl-nav div.owl-prev {
    left: -65px;
  }
  .page-products .cat-map.products-grid .product-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-products .cat-map.products-grid .product-items .product-item-info {
    height: 100%;
  }
  .page-products .products-grid .product-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-products .products-grid .product-item:nth-child(3n+1) {
    clear: left;
  }
  #products-grid-with-map .message.info.empty {
    width: 50%;
    float: right;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .catalog-product-view .gift-card-back-link.top-container {
    text-align: right;
    margin-top: -45px;
    margin-bottom: 25px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .cms-kundenportal-oowv .servicewelt-registration-widget-tabs .tabs-horiz li,
  .cms-kundenportal-oowv .servicewelt-registered-widget-tabs .tabs-horiz li {
    padding: 20px 32px;
  }
  .cms-kundenportal-oowv .content-images-slider .flag-content {
    width: 300px;
  }
  .cms-kundenportal-oowv .teaser-items {
    padding-top: 64px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item .widget-item-teaser .teaser-bottom {
    padding: 32px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-type-blog .teaser-desc .post-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-type-blog .teaser-desc .post-short-content {
    height: 92px;
    font-size: 18px;
    line-height: 32px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item .teaser-link-detail {
    margin-top: 20px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout {
    padding: 48px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content picture,
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content .service-logo {
    max-width: 256px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content span {
    font-size: 24px;
    margin-top: 24px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content p {
    font-size: 18px;
    line-height: 32px;
  }
  .cms-kundenportal-oowv .teaser-items .teaser-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    padding-top: 35px;
  }
  .desktop-hidden {
    display: none;
  }
  .page-header.header-type2:not(.header-container-fixed) .navigation.jajuma-megamenu .footer-middle-links,
  .page-header.header-type2:not(.header-container-fixed) .only-side-menu {
    display: none !important;
  }
  .page-header.header-type2:not(.header-container-fixed) .only-desktop-menu-dropdown {
    display: inline !important;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu .bg-service li.ui-menu-item.level1 {
    background-color: transparent;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu li.ui-menu-item.level0 > a {
    line-height: 26px !important;
    font-size: 20px !important;
    font-weight: 600;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu {
    background-color: #e1f0f5;
    border-radius: 8px 8px 0 0;
    padding: 15px 15px 15px 15px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .container {
    background-color: #E0EFF5;
    padding: 0;
    width: 329px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .container > .row {
    margin: 0;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu {
    padding: 0 20px;
    font-weight: 700;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu .redirect-register {
    padding: 15px 0 0;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu .redirect-register * {
    font-size: 18px;
    line-height: 26px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu .ui-menu-item.level1 {
    padding: 32px 0 20px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu .ui-menu-item.level1 a {
    font-size: 18px;
    padding: 0;
    font-weight: 700;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element {
    border: 1px solid #534A41;
    border-width: 1px 0;
    padding: 24px 0 20px 22px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element .mit-servicekonto {
    font-weight: 700;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element .childmenu-custom {
    padding: 0 20px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 {
    display: block;
    position: relative;
    padding-left: 10px;
    background-color: transparent;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 a,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 span {
    border: none !important;
    font-size: 18px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 svg {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 .nur-vorteilskonto {
    padding-left: 12px;
    display: block;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element #item-level2 .mit-servicekonto {
    color: #534a41 !important;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element > #item-level2 a {
    font-weight: 700;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element-ablesung {
    padding: 0;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu .subchildmenu #show-sub-element-ablesung .redirect-register {
    padding: 0;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu #menu_ablesung a {
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: -0.25px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu #show-sub-element .redirect-register li:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu #show-sub-element-ablesung li:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu #service_menu #show-sub-element-ablesung a:hover {
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -0.25px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) {
    border-radius: 8px 8px 0 0;
    padding: 15px 15px 15px 15px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) .container {
    padding: 15px 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) .subchildmenu {
    padding: 0 20px;
    min-width: 280px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) .subchildmenu > li > a {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) .subchildmenu > li ul li > a {
    font-size: 18px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service) .subchildmenu > .ui-menu-item > ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-red:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-red .container {
    background: #EED7CF;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-green:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-green .container {
    background: #B8DBAF;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-blue:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-blue .container {
    background: #B6DFF4;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-orange:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-orange .container {
    background: #F7D0A3;
  }
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-yellow:hover,
  .page-header.header-type2:not(.header-container-fixed) .nav-sections nav.navigation .oowv-main-menu > .ui-menu-item:not(.bg-service).bg-yellow .container {
    background: #FBF4CD;
  }
  .page-header.header-type2:not(.header-container-fixed) #show-sub-element-ablesung .subchildmenu-ablesung {
    background-color: transparent;
  }
  .page-footer .container {
    max-width: 1500px;
    margin: auto;
  }
  .page-footer .footer-middle-links {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding: 0 20px;
  }
  .page-footer .footer-middle-links .block-footer-left {
    grid-column: 1 / 3;
  }
  .page-footer .footer-middle-links .block-footer-left img {
    margin-left: -22px;
    max-width: 160px;
    margin-top: -18px;
  }
  .page-footer .footer-middle-links .block-footer-left .social-footer-links {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    margin-top: -5px;
  }
  .page-footer .footer-middle-links .block-footer-left .social-footer-links li a {
    display: inline-block;
    border: 1px solid #6e645e;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 27px;
    border-radius: 40px;
    padding-left: 4px;
    cursor: pointer;
  }
  .page-footer .footer-middle-links .block-footer-left .social-footer-links a[href*="//"]:not([href*="google.com"])[href*="//"]:not([href*="testkundenportal"])[href*="//"]:not([href*="heimat"]) {
    color: #6e645e !important;
  }
  .page-footer .footer-middle-links .block-footer-center {
    grid-column: 3 / 11;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    color: #534A41;
  }
  .page-footer .footer-middle-links .block-footer-center .block-footer-col:not(:first-child) {
    padding-left: 32px;
    border-left: 1px solid #BBB9B9;
  }
  .page-footer .footer-middle-links .block-footer-center ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 0;
    margin: 0;
  }
  .page-footer .footer-middle-links .block-footer-center ul:before,
  .page-footer .footer-middle-links .block-footer-center ul:after {
    display: none;
  }
  .page-footer .footer-middle-links .block-footer-center ul a {
    white-space: nowrap;
    font-size: 14px;
    color: #534A41 !important;
  }
  .page-footer .footer-middle-links .block-footer-right {
    grid-column: 11 / 13;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
  }
  .page-footer .footer-middle-links .block-footer-right strong {
    margin: 0 30px 20px 0;
  }
  .vorteile-ihres-kontos-nutzen {
    margin: 64px auto;
  }
  .vorteile-ihres-kontos-nutzen h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .vorteile-ihres-kontos-nutzen > p {
    margin-top: 30px;
  }
  .vorteile-ihres-kontos-nutzen .vorteile-ihres-box {
    padding: 32px;
    width: 50%;
  }
  .vorteile-ihres-kontos-nutzen .vorteile-ihres-content {
    flex-direction: row;
    margin-top: 64px;
    gap: 32px;
  }
  .vorteile-ihres-kontos-nutzen .vorteile-ihres-box .box-title {
    font-size: 24px;
  }
  .vorteile-ihres-kontos-nutzen .vorteile-ihres-box p {
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  body.account .sidebar-main {
    display: block;
  }
  body.account .sidebar-main .block {
    margin-left: 15px;
    margin-bottom: 20px;
  }
  body.account .sidebar-main .block.block-collapsible-nav:first-child {
    padding-left: 0;
    margin-top: 35px;
  }
  body.account .sidebar-main .block.teaser {
    margin-left: 0;
  }
  body.account .sidebar-main .block.teaser .title {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 35px;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser {
    flex-direction: row;
    padding: 16px;
    gap: 12px;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser picture,
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser img {
    width: 64px;
    max-width: 64px;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser .title-teaser {
    text-align: left;
    font-size: 16px;
    line-height: 20.48px !important;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser .intro-teaser {
    display: block;
    font-size: 14px;
    line-height: 17.92px;
  }
  body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser.trinkwasser-mobil .intro-teaser {
    max-width: 180px;
  }
  body.account .sidebar-main #block-collapsible-nav .nav.items li a,
  body.account .sidebar-main #block-collapsible-nav .nav.items li strong {
    font-size: 16px;
    line-height: 26px;
    padding: 6px 14px;
    white-space: wrap;
  }
  body.account .sidebar-main #block-collapsible-nav .nav.items .nav.item:first-child {
    font-size: 18px;
    padding-left: 18px;
    margin-left: 10px;
  }
  body.account .sidebar-main #block-collapsible-nav .nav.items .nav.item:first-child a {
    font-size: 18px;
    line-height: 22.5px;
  }
  body.account .sidebar-main #block-collapsible-nav .nav.items .nav.item:first-child:after {
    top: 12px;
  }
  body.account .sidebar-main #show-sub-element {
    padding: 5px 0;
    border-radius: 4px;
  }
  body.account .sidebar-main #show-sub-element #item-level2 {
    padding-left: 0;
    gap: 14px;
    padding-top: 5px !important;
    font-size: 18px;
  }
  body.account .sidebar-main #show-sub-element #item-level2 svg {
    width: 16px;
  }
  body.account .sidebar-main #show-sub-element .nur-vorteilskonto {
    font-size: 18px;
    margin-top: -6px;
  }
  body.account .sidebar-main #show-sub-element .nur-vorteilskonto .only-side-menu {
    display: none;
  }
  body.account .sidebar-main #show-sub-element .nur-vorteilskonto .only-desktop-menu-dropdown {
    display: inline !important;
    max-width: 180px;
    font-size: 18px;
  }
  body.account .sidebar-main #show-sub-element .mit-servicekonto {
    padding-left: 0;
  }
  body.account .sidebar-main #show-sub-element .subchildmenu {
    margin-bottom: 10px;
    padding-left: 17px;
    padding-bottom: 0;
    padding-top: 0;
    margin-left: 0px;
    margin-top: 15px;
  }
  body.account .sidebar-main #show-sub-element .subchildmenu .redirect-register li a {
    font-size: 16px;
  }
  body.account.waterprovider-serviceaccount-register .page-title {
    font-size: 32px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper {
    max-width: 760px;
    margin-top: 28px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 {
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 28px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 strong {
    font-size: 18px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 p {
    margin-bottom: 0px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 a {
    font-size: 16px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form {
    font-size: 16px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form .customer-form-checkbox {
    margin-top: 22px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form .customer-form-checkbox .field {
    margin-bottom: 38px;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .bottom-actions {
    flex-direction: row;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .bottom-actions button {
    width: auto;
  }
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .service-logo {
    top: 40px;
    right: 0;
    max-width: 180px;
  }
  body.account.waterprovider-serviceaccount-register .column.main {
    padding-top: 10px;
  }
  body.account.waterprovider-serviceaccount-register .service-logo {
    max-width: 250px;
  }
  body.account.waterprovider-serviceaccount-register .service-logo.hidden-desktop {
    display: none;
  }
  body.account.waterprovider-serviceaccount-register .service-logo.hidden-mobile {
    display: inline-block;
  }
  body.account .page-main {
    max-width: 1440px;
    padding-bottom: 50px;
  }
  .customer-account-create .page-wrapper .page-main .columns,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .columns {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    margin-top: 64px;
  }
  .customer-account-create .page-wrapper .page-main .columns .actions-toolbar > .primary,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .actions-toolbar > .primary {
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
  .customer-account-create .page-wrapper .page-main .columns .newsletter_right_create,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create {
    width: 326px;
    max-width: 326px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account {
    padding: 32px 40px;
    max-width: 950px;
    min-width: unset;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account h2,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account h2 {
    font-size: 32px;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account h2 .fa,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account h2 .fa {
    font-size: 24px;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account .title-header,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .title-header {
    padding-bottom: 30px;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset.create,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset.create {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .customer-account-create .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset.create.account .field:first-child,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset.create.account .field:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account .fieldset.create.water,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .fieldset.create.water {
    padding-top: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .customer-account-create .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .customer-account-create .page-wrapper .page-main .mochte-servicekonto-customer .show-tooltip,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .mochte-servicekonto-customer .show-tooltip {
    left: 40%;
  }
}
@media all and (min-width: 1024px) and (min-width: 1280px), print and (min-width: 1280px) {
  .page-footer .footer-middle-links .block-footer-center ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) and (min-width: 1200px), print and (min-width: 1200px) {
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .service-logo {
    max-width: 280px;
  }
}
@media all and (min-width: 1024px) and (min-width: 1680px), print and (min-width: 1680px) {
  body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .service-logo {
    top: 40px;
    max-width: 338px;
    right: -130px;
  }
}
@media all and (min-width: 1440px), print {
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content {
    max-width: 350px;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content .tooltip-content-inner {
    max-width: 350px;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: static;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 0;
  }
}
