/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 0.6rem;
  padding: 14px 17px;
  font-size: 2rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 1rem 0 0;
}
.location-details .location-name {
  font-size: 2rem;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  border-bottom: 0.25rem;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 2rem;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 1rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 0.6rem;
  font-size: 2rem;
  line-height: 1.5rem;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #00578a;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 500;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #00578a;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #00578a;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #00578a;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #00578a;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid #1979c3;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 0.5rem 1.25rem;
  font-size: false;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 0.6rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 0.25rem;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid #006bb4;
  color: rgba(var(--button-color), var(--button-alpha, 1));
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid #006bb4;
  color: rgba(var(--button-color), var(--button-alpha, 1));
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  color: rgba(var(--button-color), var(--button-alpha, 1));
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 0.5rem 1.25rem;
  font-size: false;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 0.6rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 0.25rem;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  color: rgba(var(--button-color), var(--button-alpha, 1));
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1260px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 0.25rem;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 2rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  font-weight: 500;
  line-height: 2rem;
  font-size: 2rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #111827;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #111827;
  text-decoration: none;
  padding-bottom: 0.25rem;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0 0 0.25rem;
  padding: 1rem 1rem 1rem 1rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 1.5rem;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 0.25rem;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0.25rem;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amcorder-label {
  display: flex;
  margin: 25px 0 10px;
  position: relative;
}
.amcorder-label.-required:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amcorder-popup-block {
  box-sizing: border-box;
}
.amcorder-popup-block .modal-title {
  border: none;
  padding: 0;
}
.amcorder-popup-block .modal-inner-wrap {
  border: 1px solid #ffffff;
  border-radius: 4px;
  max-width: 520px;
  width: 100%;
}
.amcorder-popup-block .modal-header {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 40px 10px 10px;
  text-align: center;
  width: 100%;
}
.amcorder-popup-block .modal-title {
  font-size: 18px;
  font-weight: 700;
}
.amcorder-popup-block .amcorder-notice {
  border-bottom: 1px solid #c1c1c1;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
  width: 100%;
  word-break: break-word;
}
.amcorder-popup-block .modal-footer {
  padding: 15px 15px 25px;
}
.amcorder-popup-block .amcorder-button {
  margin: 0 10px 0 0;
}
.amcorder-popup-block .modal-header .action-close:focus-visible {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcorder-button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  background: transparent;
  border: 1px solid #367aa9;
  box-shadow: none;
  color: #367aa9;
  cursor: pointer;
  display: inline-flex;
  font-style: normal;
  font-weight: 400;
  min-width: 85px;
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.amcorder-button:hover,
.amcorder-button:active,
.amcorder-button:focus {
  background: none;
  border-color: #026bb3;
  box-shadow: 0 0 3px 1px #68a8e0;
  color: #026bb3;
}
.amcorder-button.-link {
  color: #026bb3;
  margin-top: 1.2rem;
  vertical-align: baseline;
}
.amcorder-button.-link:hover {
  text-decoration: underline;
}
.amcorder-button.-clear {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amcorder-button.-clear:active,
.amcorder-button.-clear:hover,
.amcorder-button.-clear:focus {
  background: transparent;
  border: 1px solid #367aa9;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcorder-button.-fill {
  background: #026bb3;
  border-color: #026bb3;
  color: #ffffff;
}
.amcorder-button.-fill:hover {
  background: #025c9a;
}
.amcompany-suggestion-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  min-height: 80px;
  border-radius: 10px;
  background: #dfe8f8 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI5MiIgaGVpZ2h0PSI4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwNy41NjIgNDcuNDEzdjI3LjM0YzAgOC4wODUtNi42MTggMTQuNjI3LTE0Ljc5NyAxNC42MjdoLTUwLjMxTDAgNDcuNDEzVi0yLjM3M0MwLTEwLjQ1OCA2LjYxOC0xNyAxNC43OTctMTdoMjcuNjU4bDY1LjEwNyA2NC40MTN6bTEwNy41NjIgMHYyNy4zNGMwIDguMDg1LTYuNjE4IDE0LjYyNy0xNC43OTcgMTQuNjI3aC01MC4zMWwtNDIuNDU1LTQxLjk2N1YtMi4zNzNjMC04LjA4NSA2LjYxOS0xNC42MjcgMTQuNzk3LTE0LjYyN2gyNy42NThsNjUuMTA3IDY0LjQxM3ptMTA3LjU2MyAwdjI3LjM0YzAgOC4wODUtNi42MTkgMTQuNjI3LTE0Ljc5OCAxNC42MjdoLTUwLjMxbC00Mi40NTUtNDEuOTY3Vi0yLjM3M2MwLTguMDg1IDYuNjE5LTE0LjYyNyAxNC43OTgtMTQuNjI3aDI3LjY1N2w2NS4xMDggNjQuNDEzem0xMDcuNTYyIDB2MjcuMzRjMCA4LjA4NS02LjYxOSAxNC42MjctMTQuNzk3IDE0LjYyN2gtNTAuMzExbC00Mi40NTQtNDEuOTY3Vi0yLjM3M2MwLTguMDg1IDYuNjE4LTE0LjYyNyAxNC43OTctMTQuNjI3aDI3LjY1N2w2NS4xMDggNjQuNDEzem0xMDcuNTYyIDB2MjcuMzRjMCA4LjA4NS02LjYxOCAxNC42MjctMTQuNzk3IDE0LjYyN2gtNTAuMzExbC00Mi40NTQtNDEuOTY3Vi0yLjM3M2MwLTguMDg1IDYuNjE4LTE0LjYyNyAxNC43OTctMTQuNjI3aDI3LjY1N2w2NS4xMDggNjQuNDEzem0xMDcuNTYyIDB2MjcuMzRjMCA4LjA4NS02LjYxOCAxNC42MjctMTQuNzk3IDE0LjYyN2gtNTAuMzFsLTQyLjQ1NS00MS45NjdWLTIuMzczYzAtOC4wODUgNi42MTgtMTQuNjI3IDE0Ljc5Ny0xNC42MjdoMjcuNjU4bDY1LjEwNyA2NC40MTN6bTEwNy41NjIgMHYyNy4zNGMwIDguMDg1LTYuNjE4IDE0LjYyNy0xNC43OTcgMTQuNjI3aC01MC4zMWwtNDIuNDU1LTQxLjk2N1YtMi4zNzNjMC04LjA4NSA2LjYxOS0xNC42MjcgMTQuNzk3LTE0LjYyN2gyNy42NThsNjUuMTA3IDY0LjQxM3ptMTA4LjgxNiAwdjI3LjM0YzAgOC4wODUtNi42MTggMTQuNjI3LTE0Ljc5NyAxNC42MjdINzk1LjM5bC00Mi40NTUtNDEuOTY3Vi0yLjM3M2MwLTguMDg1IDYuNjE5LTE0LjYyNyAxNC43OTgtMTQuNjI3aDI4LjkxMWw2NS4xMDcgNjQuNDEzem0xMDcuNTYyIDB2MjcuMzRjMCA4LjA4NS02LjYxOCAxNC42MjctMTQuNzk3IDE0LjYyN2gtNTAuMzFsLTQyLjQ1NS00MS45NjdWLTIuMzczYzAtOC4wODUgNi42MTktMTQuNjI3IDE0Ljc5Ny0xNC42MjdoMjcuNjU4bDY1LjEwNyA2NC40MTN6bTEwNy41NjcgMHYyNy4zNGMwIDguMDg1LTYuNjIgMTQuNjI3LTE0LjggMTQuNjI3aC01MC4zMWwtNDIuNDU3LTQxLjk2N1YtMi4zNzNjMC04LjA4NSA2LjYxOS0xNC42MjcgMTQuNzk4LTE0LjYyN2gyNy42NTlsNjUuMTEgNjQuNDEzem0xMDcuNTYgMEwxMTE5LjMzLTE3aC0yNy42NmMtOC4xOCAwLTE0Ljc5IDYuNTQyLTE0Ljc5IDE0LjYyN3Y0OS43ODZsNDIuNDUgNDEuOTY3aDUwLjMxYzguMTggMCAxNC44LTYuNTQyIDE0LjgtMTQuNjI3di0yNy4zNHptMCAwVi0yLjM3M2MwLTguMDg1IDYuNjItMTQuNjI3IDE0Ljc5LTE0LjYyN2gyNy42NkwxMjkyIDQ3LjQxM3YyNy4zNGMwIDguMDg1LTYuNjIgMTQuNjI3LTE0LjggMTQuNjI3aC01MC4zMWwtNDIuNDUtNDEuOTY3eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2YpIj48ZWxsaXBzZSBjeD0iNjQ2IiBjeT0iNDQuNSIgcng9IjM1MyIgcnk9IjQ0LjUiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMjM4IiB5MT0iMzYiIHgyPSIxMDI2LjU0IiB5Mj0iNzUuMzE1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIuMjciLz48c3RvcCBvZmZzZXQ9Ii40NjciIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0MxRDJFRiIgc3RvcC1vcGFjaXR5PSIuMjYiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZiIgeD0iMTkzIiB5PSItMTAwIiB3aWR0aD0iOTA2IiBoZWlnaHQ9IjI4OSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNTAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIvPjwvZmlsdGVyPjwvZGVmcz48L3N2Zz4=) no-repeat center / cover;
  box-shadow: 0 2px 8px rgba(166, 181, 218, 0.25), 0 10px 30px rgba(166, 181, 218, 0.25);
}
.amcompany-suggestion-block .amcompany-text {
  color: #131335;
  letter-spacing: .0025em;
  font-size: 26px;
  font-family: Roboto, sans-serif;
}
.amcompany-suggestion-block .amcompany-link {
  display: flex;
  align-items: center;
  margin-left: 50px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  line-height: 16px;
}
.amcompany-suggestion-block .amcompany-link:after {
  display: block;
  margin-left: 10px;
  width: 25px;
  height: 8px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjUuMzU0IDQuODU0YS41LjUgMCAwMDAtLjcwOEwyMi4xNzIuOTY0YS41LjUgMCAxMC0uNzA3LjcwOEwyNC4yOTMgNC41bC0yLjgyOCAyLjgyOGEuNS41IDAgMTAuNzA3LjcwOGwzLjE4Mi0zLjE4MnpNMCA1aDI1VjRIMHYxeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center / cover;
  content: '';
}
.amcompany-message-element.-warning {
  border-radius: 0.25rem;
  margin: 0 0 0.5rem;
  padding: 0.5rem 1rem;
  display: block;
  color: rgb(var(--message-color));
  line-height: 1.2em;
  font-size: false;
  background: #eff6ff;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.amcompany-message-element.-warning a {
  color: #00578a;
}
.amcompany-message-element.-warning a:hover {
  color: #00578a;
}
.amcompany-message-element.-warning a:active {
  color: #00578a;
}
.amcompany-message-element.-warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.amcompany-message-element.-error {
  border-radius: 0.25rem;
  margin: 0 0 0.5rem;
  padding: 0.5rem 1rem;
  display: block;
  color: rgb(var(--message-color));
  line-height: 1.2em;
  font-size: false;
  background: #fef2f2;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.amcompany-message-element.-error a {
  color: #00578a;
}
.amcompany-message-element.-error a:hover {
  color: #00578a;
}
.amcompany-message-element.-error a:active {
  color: #00578a;
}
.amcompany-message-element.-error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.amcompany-notification-container {
  padding: 0 30px 0 30px;
  position: relative;
}
.amcompany-tooltip-block {
  display: inline-block;
  margin: 0 0 0 8px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAwQzQuNDc3IDAgMCA0LjQ3NyAwIDEwYzAgNS41MjIgNC40NzcgMTAgMTAgMTBzMTAtNC40NzggMTAtMTBjMC01LjUyMy00LjQ3OC0xMC0xMC0xMHptLjg2NyAxNi40M2MtLjI0NS4yMzgtLjU0LjM2LS44ODMuMzYtLjE2NiAwLS4zMjYtLjAzMi0uNDc4LS4wOTVhMS4zOTcgMS4zOTcgMCAwMS0uMzk3LS4yNDggMS4xNyAxLjE3IDAgMDEtLjI3NC0uMzc1IDEuMDkzIDEuMDkzIDAgMDEtLjEwMi0uNDdjMC0uMzMzLjEyMy0uNjE5LjM2OC0uODU4LjI0NC0uMjM4LjU0LS4zNi44ODItLjM2LjMzNCAwIC42MjYuMTE3Ljg3NS4zNDMuMjUuMjMuMzczLjUxLjM3My44NDYgMCAuMzM0LS4xMjIuNjE4LS4zNjYuODU3aC4wMDJ6bTIuOTI0LTkuMDcyYTIuODIgMi44MiAwIDAxLS4zNS43NzJjLS4xNTIuMjM0LS4zMzguNDYtLjU1NC42NzYtLjIxNi4yMTYtLjQ2LjQ0MS0uNzI4LjY3NS0uMjM0LjItLjQyNS4zNzQtLjU3LjUyNy0uMTQ3LjE1LS4yNjQuMzA0LS4zNTIuNDU2YTEuNiAxLjYgMCAwMC0uMTg0LjQ5Yy0uMDM1LjE3Ny0uMDU0IDEuMDE3LS4wNTQgMS4yNzV2LjQ1Nkg4LjkyN3YtLjY2N2MwLS4yOC4wMi0xLjE1Ny4wNjItMS4zOGEyLjc0NCAyLjc0NCAwIDAxLjU0NS0xLjIxMWMuMTQ3LS4xODYuMzMyLS4zODUuNTUzLS41OTZsLjc5LS43NTRjLjIyMS0uMi40MTItLjQyMi41NzEtLjY2Ny4xNTgtLjI0Ny4yMzYtLjU0NS4yMzYtLjg5NiAwLS40NTYtLjE0My0uODQtLjQzLTEuMTQ4LS4yODgtLjMxMS0uNjkzLS40NjctMS4yMi0uNDY3YTEuNzE1IDEuNzE1IDAgMDAtMS42NDkgMS4xNDIgMi4yOCAyLjI4IDAgMDAtLjE0MS42ODRsLTIuMTU4LS4xOTNjLjA3LS41NjIuMjItMS4wNjIuNDQ4LTEuNTAxLjIyNy0uNDM5LjUyMy0uODA5Ljg4NS0xLjExNmEzLjg0MiAzLjg0MiAwIDAxMS4yNDctLjY5M2MuNDY4LS4xNTcuOTcxLS4yMzYgMS41MDktLjIzNi41MDIgMCAuOTguMDczIDEuNDMuMjJhMy41NyAzLjU3IDAgMDExLjE5NC42NDljLjM0NS4yODYuNjE4LjY0LjgxNiAxLjA2LjE5OS40MjMuMjk4LjkwOS4yOTggMS40NTcgMCAuMzc1LS4wNC43MDYtLjEyMi45ODV2LjAwMXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=') center / 20px no-repeat;
  vertical-align: bottom;
}
.amcompany-tooltip-block:hover,
.amcompany-tooltip-block:focus {
  position: relative;
  z-index: 500;
}
.amcompany-tooltip-content {
  position: absolute;
  right: -2.7rem;
  bottom: 3.2rem;
  z-index: 1;
  display: none;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  width: 32rem;
  border: 1px solid #afadac;
  border-radius: 1px;
  background: #fffbbb;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  color: #303030;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
}
.amcompany-tooltip-content:before,
.amcompany-tooltip-content:after {
  position: absolute;
  top: 100%;
  right: 2.6rem;
  z-index: 3;
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-top-color: #afadac;
  content: '';
}
.amcompany-tooltip-content:after {
  z-index: 4;
  margin-top: -1px;
  border-top-color: #fffbbb;
}
.amcompany-tooltip-block:hover .amcompany-tooltip-content,
.amcompany-tooltip-block:focus .amcompany-tooltip-content {
  display: block;
}
.checkout-index-index .amcompany-tooltip-block > .amcompany-tooltip-content {
  right: inherit;
  left: -2.7rem;
}
.checkout-index-index .amcompany-tooltip-block > .amcompany-tooltip-content:before,
.checkout-index-index .amcompany-tooltip-block > .amcompany-tooltip-content:after {
  right: inherit;
  left: 2.6rem;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amcompany-customer-action-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
.amcompany-customer-action-form > .action-save {
  margin: 10px 0 0;
  vertical-align: middle;
}
.amasty-customer-action-select {
  margin: 10px 10px 0 0;
  max-width: calc(100% - 80px);
}
.amasty-customer-action-label {
  width: 100%;
}
.amcompany_company_form_amcompany_company_form_general_parent_admin_modal .action-select-wrap .action-close,
.amcompany_company_form_amcompany_company_form_user_link_parent_modal .modal-content .action-close {
  padding: 0;
}
.amcompany_company_form_amcompany_company_form_general_parent_admin_modal .modal-popup .action-close:before,
.amcompany_company_form_amcompany_company_form_user_link_parent_modal .modal-content .action-close:before,
.modal-slide .action-select-wrap .action-close:before {
  font-size: 1rem;
}
.action-menu .action-submenu {
  top: 100%;
  margin-top: 2px;
}
.action-select-wrap .action-menu {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .action-select-wrap ul.action-menu {
    max-height: 45rem;
  }
}
.action-select-wrap .action-menu-items > .action-menu .action-submenu,
.action-select-wrap .action-menu-items > .abs-action-menu .action-submenu .action-submenu,
.action-select-wrap .action-menu-items > .action-menu .action-submenu .action-submenu,
.action-select-wrap .action-menu-items > .actions-split .dropdown-menu .action-submenu .action-submenu,
.action-select-wrap .action-menu-items > .actions-split .action-menu .action-submenu .action-submenu {
  right: initial;
  left: 0;
}
.amcompany-tree-line.-vertical,
.amcompany-tree-block .amcompany-collapsible-root .jstree-children:before {
  border-left: 1px dashed #cfcfcf;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.amcompany-tree-line.-horizontal,
.amcompany-tree-block .amcompany-collapsible-root .jstree-children[role='group'] .jstree-leaf:after,
.amcompany-tree-block .amcompany-collapsible-root .jstree-children .jstree-node .jstree-ocl:after {
  border-top: 1px dashed #cfcfcf;
  content: '';
  left: -18px;
  position: absolute;
  right: 0;
  width: 15px;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 10px 0 0 18px;
  position: relative;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children .jstree-last {
  margin: 0;
  position: relative;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children .jstree-last:before {
  background: #ffffff;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  bottom: 0;
  content: '';
  left: 0;
  margin-left: -18px;
  margin-top: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children .jstree-last.jstree-leaf:before {
  margin-top: 10px;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children[role='group'] .jstree-leaf {
  display: flex;
  padding: 0 0 0 2px;
  position: relative;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children[role='group'] .jstree-leaf:after {
  top: 11px;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children[role='group'] .jstree-leaf .jstree-ocl {
  display: none;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children .jstree-node .jstree-ocl:after {
  top: 10px;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl,
.amcompany-tree-block .jstree-open > .jstree-ocl {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  background: #ffffff;
  border: 2px solid #00578a;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  height: 22px;
  margin: 0 8px 0 0;
  position: relative;
  top: 2px;
  width: 22px;
  z-index: 3;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl:before,
.amcompany-tree-block .jstree-open > .jstree-ocl:before {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  content: '';
  height: 6px;
  left: 0;
  margin: 4px 5px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  width: 6px;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl:hover,
.amcompany-tree-block .jstree-open > .jstree-ocl:hover {
  background: #00446b;
  color: #ffffff;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl:focus,
.amcompany-tree-block .jstree-open > .jstree-ocl:focus {
  background: #003d61;
  color: #ffffff;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl:before {
  border-color: #00446b;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl:hover:before {
  border-color: #ffffff;
}
.amcompany-tree-block .jstree-open > .jstree-ocl {
  background: #00578a;
  color: #ffffff;
}
.amcompany-tree-block .jstree-container-ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.amcompany-tree-block .jstree-anchor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  display: inline-flex;
  height: 23px;
  text-decoration: none;
  transform: scale(1);
}
.amcompany-tree-block .jstree-checkbox {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  height: 16px;
  margin: 0 8px 0 0;
  position: relative;
  width: 16px;
}
.amcompany-tree-block .jstree-checkbox:after {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  bottom: 0;
  content: '';
  display: inline-flex;
  height: 4px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  width: 6px;
}
.wimakeit-inactive .amcompany-tree-block .jstree-checkbox:after {
  transition: none !important;
}
.amcompany-tree-block .jstree-checkbox:focus {
  box-shadow: 0 2px 4px rgba(71, 118, 240, 0.4);
}
.amcompany-tree-block .jstree-clicked .jstree-checkbox {
  background: #00578a;
  border-color: #00578a;
  box-shadow: 0 2px 4px rgba(71, 118, 240, 0.4);
}
.amcompany-tree-block .jstree-clicked .jstree-checkbox:after {
  opacity: 1;
}
.amcompany-tree-block > .amcompany-toolbar {
  display: flex;
  padding: 15px 0 20px;
}
.amcompany-tree-block > .amcompany-toolbar .amcompany-button:not(:last-child) {
  border-radius: 0;
  border-right: 1px solid #a6a6a6;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}
.amcompany-button:not(.-regular),
.amcompany-customer-account .page-main .action.primary,
.amcompany-customer-account .page-main .amshopby-button,
.amcompany-customer-account .page-main .am-filter-go {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 400;
  padding: 10px;
  pointer-events: auto;
  position: relative;
  user-select: none;
  width: 100%;
}
.amcompany-button:not(.-regular):hover,
.amcompany-button:not(.-regular):active {
  background: none;
  box-shadow: none;
}
.amcompany-button:not(.-regular):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcompany-button:not(.-regular):before,
.amcompany-button:not(.-regular):after {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
}
.amcompany-button:not(.-regular).-disabled {
  pointer-events: none;
}
.amcompany-button:not(.-regular).-disabled:focus {
  pointer-events: none;
}
.amcompany-button.-clear {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amcompany-button.-clear:active,
.amcompany-button.-clear:hover,
.amcompany-button.-clear:focus {
  background: transparent;
  border: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcompany-button.-link,
.amcompany-customer-account .page-main a.action.view {
  color: #00578a;
}
.amcompany-button.-link:hover,
.amcompany-customer-account .page-main a.action.view:hover {
  color: #00446b;
}
.amcompany-button.-empty:not(.-disabled) {
  background: #ffffff;
  border: 1px solid #00578a;
  border-radius: 3px;
  color: #00578a;
  height: 40px;
  min-width: 100px;
}
.amcompany-button.-empty:not(.-disabled):hover {
  background: linear-gradient(0deg, #c8d7ff, #c8d7ff);
}
.amcompany-button.-empty:not(.-disabled):focus {
  background: transparent;
  border: 1px solid #003d61;
  color: #003d61;
}
.amcompany-button.-empty.-disabled {
  background: #ffffff;
  border: 1px solid #d0d5e1;
  border-radius: 3px;
  box-sizing: border-box;
  color: #d0d5e1;
}
.amcompany-button.-fill,
.amcompany-customer-account .page-main .action.primary,
.amcompany-customer-account .page-main .amshopby-button,
.amcompany-customer-account .page-main .am-filter-go {
  background: #ffffff;
  border: 1px solid;
  border-radius: 3px;
  color: #ffffff;
  height: 40px;
  min-width: 100px;
}
.amcompany-button.-fill.-primary:not(.-disabled),
.amcompany-customer-account .page-main .action.primary,
.amcompany-customer-account .page-main .amshopby-button,
.amcompany-customer-account .page-main .am-filter-go {
  background-color: #00578a;
  border-color: #00578a;
}
.amcompany-button.-fill.-primary:not(.-disabled):hover,
.amcompany-customer-account .page-main .action.primary:hover,
.amcompany-customer-account .page-main .amshopby-button:hover,
.amcompany-customer-account .page-main .am-filter-go:hover {
  background-color: #00446b;
}
.amcompany-button.-fill.-primary:not(.-disabled):focus,
.amcompany-customer-account .page-main .action.primary:focus,
.amcompany-customer-account .page-main .amshopby-button:focus,
.amcompany-customer-account .page-main .am-filter-go:focus {
  background-color: #003d61;
}
.amcompany-button.-fill.-disabled {
  background-color: #d0d5e1;
  border-color: #d0d5e1;
}
.amcompany-popup-block {
  box-sizing: border-box;
  z-index: 99999;
}
.amcompany-popup-block .modal-title {
  border: none;
  padding: 0;
}
.amcompany-popup-block .modal-inner-wrap {
  border: 1px solid #ffffff;
  border-radius: 4px;
  max-width: 520px;
  width: 100%;
}
.amcompany-popup-block .modal-header {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 40px 10px 10px;
  text-align: center;
  width: 100%;
}
.amcompany-popup-block .modal-title {
  font-size: 18px;
  font-weight: 700;
}
.amcompany-popup-block .amcompany-notice {
  border-bottom: 1px solid #c1c1c1;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
  width: 100%;
  word-break: break-word;
}
.amcompany-popup-block .modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 15px 25px;
}
.amcompany-popup-block .amcompany-button {
  margin: 0 10px 0 0;
}
.amcompany-popup-block .amcompany-button:focus-visible {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcompany-popup-block .action-close:focus-visible {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcompany-paycard-block {
  word-break: break-word;
  word-wrap: break-word;
  align-items: flex-start;
  border: 1px solid;
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 20px;
  max-width: 350px;
  min-height: 240px;
  padding: 25px;
  width: 100%;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.amcompany-paycard-block > .amcompany-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.amcompany-paycard-block > .amcompany-content {
  color: #686e7b;
  font-size: 1.2rem;
}
.amcompany-paycard-block > .amcompany-content > .amcompany-message {
  align-items: flex-start;
  display: flex;
}
.amcompany-paycard-block.-balance-card {
  background: #f3f7fb;
  border-color: #f3f7fb;
  margin-right: 20px;
}
.amcompany-paycard-block.-bepaid-card {
  background: #ffffff;
  border-color: #d5e1ee;
}
.amcompany-paycard-block .amcompany-message .amcompany-tooltip-block {
  margin-top: -2px;
}
.amcompany-paycard-block.-bepaid-card.-exceed {
  background: #ffe9c9;
  border-color: #f0a247;
}
.amcompany-paycard-block.-bepaid-card.-exceed .amcompany-paycard-current .amcompany-value {
  color: #eb1225;
}
.amcompany-paycard-block > .amcompany-actions {
  margin-top: auto;
}
.amcompany-paycard-block > .amcompany-actions > .amcompany-button {
  color: #00578a;
  font-weight: 600;
  margin-top: 10px;
}
.amcompany-paycard-block > .amcompany-actions > .amcompany-button:focus {
  filter: brightness(0.8);
}
.amcompany-paycard-block > .amcompany-actions > .amcompany-button > .amcompany-icon {
  font-size: 2rem;
  font-style: normal;
  line-height: 1.9rem;
  margin-right: 10px;
}
.amcompany-icon-paycard {
  align-items: center;
  border-radius: 10px;
  display: flex;
  height: 58px;
  justify-content: center;
  margin-left: 10px;
  min-width: 58px;
  width: 58px;
}
.-balance-card .amcompany-icon-paycard {
  background: #00578a url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCA0NiA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMy41ODQyIDE5LjAyMTRDMzUuMzY0NCAyMS4xNDgxIDM2Ljc3MjQgMjMuNDIwMyAzNy43OTE5IDI1Ljc2NTJDMzkuMDcwNCAyOC43MTY3IDM5LjcxNzggMzEuNzk3NSAzOS43MTc4IDM0LjkxODdDMzkuNzE3OCAzOS4wNjY5IDM2LjMzNTQgNDIuNDQ2OSAzMi4xODQzIDQyLjQ0NjlIMTMuODE1OUM5LjY2NDg0IDQyLjQ0NjkgNi4yODI0NyAzOS4wNjY5IDYuMjgyNDcgMzQuOTE4N0M2LjI4MjQ3IDMxLjc5NzUgNi45Mjk4MSAyOC43MTY3IDguMjA4MzIgMjUuNzY1MkM5LjIyNzg4IDIzLjQyMDMgMTAuNjQzOSAyMS4xNDgxIDEyLjQxNiAxOS4wMjE0QzE0LjUyOCAxNi40OTA1IDE2LjYzMTkgMTQuNzc2MiAxNy43MzI0IDEzLjk1OTVMMTMuMjgxOSA3LjIzOTk5QzEzLjAzMSA2Ljg1OTk1IDEzLjA3OTYgNi4zNTA1MiAxMy4zOTUyIDYuMDI3MDhDMTQuOTA4MyA0LjQ3NDU1IDE2LjQ1MzkgMy43NDY4IDE4LjI2NjQgMy43NDY4QzE5LjY5ODcgMy43NDY4IDIxLjE3OTUgNC4xODM0NSAyMy4xMDUzIDQuODg2OTRDMjMuMjUxIDQuOTQzNTQgMjMuMzk2NiA0Ljk2NzggMjMuNTY2NSA0Ljk2NzhDMjQuMTA1NSA0Ljk2NzggMjQuNzY1MSA0LjY5NjU2IDI1LjQ2NTMgNC40MDg2M0MyNS40OTA0IDQuMzk4MjcgMjUuNTE1NyA0LjM4NzkgMjUuNTQwOSA0LjM3NzUyQzI2LjQ2MzQgMy45ODkzOCAyNy41MjM0IDMuNTUyNzMgMjguNjgwNiAzLjU1MjczQzI5Ljk0MjkgMy41NTI3MyAzMS4wNzU3IDQuMDYyMTYgMzIuMTQzOCA1LjEwNTI2QzMyLjQ1OTQgNS40MDQ0NSAzMi41MjQyIDUuODczNDQgMzIuMzIxOSA2LjI1MzQ5TDI4LjE5NSAxMy45MDI5QzI5LjI4NzQgMTQuNzAzNSAzMS40MzE4IDE2LjQzMzkgMzMuNTg0MiAxOS4wMjE0Wk0xOC4yNjY0IDUuNjcxMjlDMTcuMTkwMiA1LjY3MTI5IDE2LjI5MiA2LjAyNzA4IDE1LjM1MzQgNi44MzU2OUwxOS41ODU0IDEzLjIyMzdIMjYuMzUwMUwzMC4yMzQyIDYuMDEwOTFDMjkuNTcwNyA1LjU0MTkxIDI5LjA0NDcgNS40NzcyMyAyOC42NzI1IDUuNDc3MjNDMjcuOTA1NCA1LjQ3NzIzIDI3LjExNDIgNS44MDczIDI2LjI4MjggNi4xNTQxN0wyNi4yNzczIDYuMTU2NDZDMjUuNDExNSA2LjUyMDMzIDI0LjUwNTIgNi44OTIyOSAyMy41NTg1IDYuODkyMjlDMjMuMTcgNi44OTIyOSAyMi43ODk3IDYuODI3NiAyMi40MzM3IDYuNjk4MjNDMjAuNzEwMSA2LjA1OTQyIDE5LjQxNTUgNS42NzEyOSAxOC4yNjY0IDUuNjcxMjlaTTEzLjgxNTkgNDAuNTA2MkgzMi4xODQzQzM1LjI2NzMgNDAuNTA2MiAzNy43NzU3IDM3Ljk5OTUgMzcuNzU5NiAzNC45MTg3QzM3Ljc1OTYgMjkuNzI3NCAzNS44NjYxIDI0LjgxOTIgMzIuMTE5NiAyMC4zMDcxQzI5Ljc1NjggMTcuNDUyNyAyNy4zNjE2IDE1LjY3MzggMjYuNjI1MiAxNS4xNjQ0SDE5LjM1ODhDMTguNjMwNSAxNS42ODE5IDE2LjIyNzMgMTcuNDUyNyAxMy44NjQ1IDIwLjMwNzFDMTAuMTI2MSAyNC44MTkyIDguMjI0NSAyOS43MzU1IDguMjI0NSAzNC45MTg3QzguMjI0NSAzNy45OTk1IDEwLjczMyA0MC41MDYyIDEzLjgxNTkgNDAuNTA2MlpNMjIuMDg1NyAyNy45NjQ5SDI0LjMxMDlDMjYuMTg4MiAyNy45NjQ5IDI3LjcxNzYgMjkuNDkzMiAyNy43MTc2IDMxLjM2OTFDMjcuNzE3NiAzMy4yMjg5IDI2LjIyMDYgMzQuNzQ5MSAyNC4zNTk1IDM0Ljc3MzRIMjQuMzM1MkgyNC4xNzM0VjM2LjE1NjFDMjQuMTczNCAzNi42ODk4IDIzLjczNjQgMzcuMTI2NCAyMy4yMDIzIDM3LjEyNjRDMjIuNjY4MyAzNy4xMjY0IDIyLjIzMTMgMzYuNjg5OCAyMi4yMzEzIDM2LjE1NjFWMzQuNzczNEgyMC4zMjE3QzE5Ljc4NzYgMzQuNzczNCAxOS4zNTA2IDM0LjMzNjcgMTkuMzUwNiAzMy44MDMxQzE5LjM1MDYgMzMuMjY5NCAxOS43ODc2IDMyLjgzMjcgMjAuMzIxNyAzMi44MzI3SDI0LjMxMDlDMjUuMTIwMSAzMi44MzI3IDI1Ljc3NTUgMzIuMTc3OCAyNS43NzU1IDMxLjM2OTFDMjUuNzc1NSAzMC41NjA1IDI1LjEyMDEgMjkuOTA1NiAyNC4zMTA5IDI5LjkwNTZIMjIuMDg1N0MyMC4yMDg0IDI5LjkwNTYgMTguNjc5IDI4LjM3NzMgMTguNjc5IDI2LjUwMTNDMTguNjc5IDI0LjYyNTMgMjAuMjA4NCAyMy4wOTcxIDIyLjA4NTcgMjMuMDk3MUgyMi4yMjMyVjIxLjc0NjdDMjIuMjIzMiAyMS4yMTMgMjIuNjYwMiAyMC43NzY0IDIzLjE5NDIgMjAuNzc2NEMyMy43MjgzIDIwLjc3NjQgMjQuMTY1MyAyMS4yMTMgMjQuMTY1MyAyMS43NDY3VjIzLjA5NzFIMjYuMDAyMUMyNi41MzYyIDIzLjA5NzEgMjYuOTczMSAyMy41MzM3IDI2Ljk3MzEgMjQuMDY3NEMyNi45NzMxIDI0LjYwMTEgMjYuNTM2MiAyNS4wMzc3IDI2LjAwMjEgMjUuMDM3N0gyMi4wODU3QzIxLjI3NjUgMjUuMDM3NyAyMC42MjExIDI1LjY5MjcgMjAuNjIxMSAyNi41MDEzQzIwLjYyMTEgMjcuMzA5OSAyMS4yNzY1IDI3Ljk2NDkgMjIuMDg1NyAyNy45NjQ5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==') center / 44px no-repeat;
}
.-bepaid-card .amcompany-icon-paycard {
  background: #f0a247 url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCA0NiA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEuNTI5NCA0MC41MzY0SDExLjc0MTFDOS4wMjc3OSA0MC41MzY0IDYuODI4MTkgMzguMzM2OCA2LjgyODE5IDM1LjYyMzVWOC4zNDIwOUw3LjA0MDEyIDguNTY1NDNDOC4wMjkxOCA5LjYwNzc1IDkuNjc3MjUgOS42NDcwMiAxMC43MTQ4IDguNjUyOTdMMTMuMjM0NCA2LjIzOTA1TDE1LjU1MTMgOC42MDE5MUMxNi41NDgzIDkuNjE4NzUgMTguMTc4OCA5LjY0MTE5IDE5LjIwMzUgOC42NTIxOEwyMS42OTI3IDYuMjQ5NTNMMjMuOTg4MSA4LjYwOTg3QzI0Ljk1OCA5LjYwNzMgMjYuNTQyMyA5LjY2MTQ0IDI3LjU3ODEgOC43MzI1NkwzMC4zNjcyIDYuMjMxMzZMMzIuNDc1NCA4LjUxMDQxQzMzLjQ5MjkgOS42MTA0MiAzNS4yMjgzIDkuNjIxNDUgMzYuMjU5OCA4LjUzNDQ3TDM2LjQ0MjMgOC4zNDIwOVYxMy4zMjQzQzM1LjczNjggMTMuMTgxMSAzNS4wMDY2IDEzLjEwNTkgMzQuMjU4OCAxMy4xMDU5QzI4LjIyOTIgMTMuMTA1OSAyMy4zNDEyIDE3Ljk5MzkgMjMuMzQxMiAyNC4wMjM1QzIzLjM0MTIgMzAuMDUzMiAyOC4yMjkyIDM0Ljk0MTIgMzQuMjU4OCAzNC45NDEyQzM1LjAwNjYgMzQuOTQxMiAzNS43MzY4IDM0Ljg2NiAzNi40NDIzIDM0LjcyMjhWMzUuNjIzNUMzNi40NDIzIDM4LjMzNjggMzQuMjQyNyA0MC41MzY0IDMxLjUyOTQgNDAuNTM2NFpNMzguMzUyOSAzNC4xNDc2VjM1LjYyMzVDMzguMzUyOSAzOS4zOTIgMzUuMjk3OSA0Mi40NDcgMzEuNTI5NCA0Mi40NDdIMTEuNzQxMUM3Ljk3MjYgNDIuNDQ3IDQuOTE3NiAzOS4zOTIgNC45MTc2IDM1LjYyMzVWNS4yNjMzNEM0LjkxNzYgNC42NDY3NiA1LjY3MDUzIDQuMzQ2MzkgNi4wOTQ5MyA0Ljc5MzY1TDguNDI2MDUgNy4yNTAzMkM4LjY4NjMzIDcuNTI0NjEgOS4xMjAwNCA3LjUzNDk0IDkuMzkzMDggNy4yNzMzNUwxMi43ODk0IDQuMDE5NTNDMTMuMDU5MyAzLjc2MDk2IDEzLjQ4NyAzLjc2NzY0IDEzLjc0ODcgNC4wMzQ1MkwxNi45MTU1IDcuMjY0MjdDMTcuMTc3OSA3LjUzMTg2IDE3LjYwNyA3LjUzNzc3IDE3Ljg3NjYgNy4yNzc1TDIxLjI0NjMgNC4wMjUwM0MyMS41MTY3IDMuNzY0MDEgMjEuOTQ3MyAzLjc3MDgyIDIyLjIwOTMgNC4wNDAyOEwyNS4zNTc4IDcuMjc3ODdDMjUuNjEzIDcuNTQwMzUgMjYuMDMgNy41NTQ2IDI2LjMwMjUgNy4zMTAxNkwyOS45OTIgNC4wMDE1QzMwLjI2OTUgMy43NTI2NCAzMC42OTU0IDMuNzcyNTIgMzAuOTQ4NSA0LjA0NjE1TDMzLjg3NzkgNy4yMTMwMkMzNC4xNDU3IDcuNTAyNSAzNC42MDI0IDcuNTA1NCAzNC44NzM4IDcuMjE5MzVMMzcuMTc1NiA0Ljc5MzY1QzM3LjYgNC4zNDYzOSAzOC4zNTI5IDQuNjQ2NzYgMzguMzUyOSA1LjI2MzM0VjEzLjg5OTVDNDIuMzU0IDE1LjUxOTEgNDUuMTc2NSAxOS40NDE3IDQ1LjE3NjUgMjQuMDIzNUM0NS4xNzY1IDI4LjYwNTQgNDIuMzU0IDMyLjUyOCAzOC4zNTI5IDM0LjE0NzZaTTEzLjM2NiAxOC42MDM4SDE1LjMxODdDMTYuOTY2MiAxOC42MDM4IDE4LjMwODIgMTkuOTE3NiAxOC4zMDgyIDIxLjUzMDNDMTguMzA4MiAyMy4xMjkxIDE2Ljk5NDYgMjQuNDM1OSAxNS4zNjEzIDI0LjQ1NjdIMTUuMzRIMTUuMTk4VjI1LjY0NTRDMTUuMTk4IDI2LjEwNDIgMTQuODE0NiAyNi40Nzk1IDE0LjM0NTkgMjYuNDc5NUMxMy44NzcyIDI2LjQ3OTUgMTMuNDkzOCAyNi4xMDQyIDEzLjQ5MzggMjUuNjQ1NFYyNC40NTY3SDExLjgxOEMxMS4zNDkzIDI0LjQ1NjcgMTAuOTY1OCAyNC4wODE0IDEwLjk2NTggMjMuNjIyNkMxMC45NjU4IDIzLjE2MzggMTEuMzQ5MyAyMi43ODg0IDExLjgxOCAyMi43ODg0SDE1LjMxODdDMTYuMDI4OCAyMi43ODg0IDE2LjYwNCAyMi4yMjU0IDE2LjYwNCAyMS41MzAzQzE2LjYwNCAyMC44MzUyIDE2LjAyODggMjAuMjcyMSAxNS4zMTg3IDIwLjI3MjFIMTMuMzY2QzExLjcxODYgMjAuMjcyMSAxMC4zNzY1IDE4Ljk1ODMgMTAuMzc2NSAxNy4zNDU2QzEwLjM3NjUgMTUuNzMzIDExLjcxODYgMTQuNDE5MiAxMy4zNjYgMTQuNDE5MkgxMy40ODY3VjEzLjI1ODNDMTMuNDg2NyAxMi43OTk2IDEzLjg3MDEgMTIuNDI0MiAxNC4zMzg4IDEyLjQyNDJDMTQuODA3NSAxMi40MjQyIDE1LjE5MDkgMTIuNzk5NiAxNS4xOTA5IDEzLjI1ODNWMTQuNDE5MkgxNi44MDI4QzE3LjI3MTUgMTQuNDE5MiAxNy42NTUgMTQuNzk0NiAxNy42NTUgMTUuMjUzM0MxNy42NTUgMTUuNzEyMSAxNy4yNzE1IDE2LjA4NzUgMTYuODAyOCAxNi4wODc1SDEzLjM2NkMxMi42NTU5IDE2LjA4NzUgMTIuMDgwNyAxNi42NTA1IDEyLjA4MDcgMTcuMzQ1NkMxMi4wODA3IDE4LjA0MDggMTIuNjU1OSAxOC42MDM4IDEzLjM2NiAxOC42MDM4Wk0xMC4zNzY1IDMxLjUyOTRIMTguNTY0N1YzMy40NEgxMC4zNzY1VjMxLjUyOTRaTTIzLjM0MTIgMzEuNTI5NEgxOS45Mjk0VjMzLjQ0SDIzLjM0MTJWMzEuNTI5NFpNMTAuMzc2NSAzNS42MjM1SDIzLjM0MTJWMzcuNTM0MUgxMC4zNzY1VjM1LjYyMzVaTTM0LjI1ODggMzMuMDMwNkMzOS4yMzMzIDMzLjAzMDYgNDMuMjY1OSAyOC45OTggNDMuMjY1OSAyNC4wMjM1QzQzLjI2NTkgMTkuMDQ5MSAzOS4yMzMzIDE1LjAxNjUgMzQuMjU4OCAxNS4wMTY1QzI5LjI4NDQgMTUuMDE2NSAyNS4yNTE4IDE5LjA0OTEgMjUuMjUxOCAyNC4wMjM1QzI1LjI1MTggMjguOTk4IDI5LjI4NDQgMzMuMDMwNiAzNC4yNTg4IDMzLjAzMDZaTTQwLjA0ODIgMjAuODcxNkwzMy42Mzg1IDI4Ljc4OTRMMjguOCAyNC43NTczTDMwLjAyMzEgMjMuMjg5NkwzMy4zNzI5IDI2LjA4MUwzOC41NjMyIDE5LjY2OTVMNDAuMDQ4MiAyMC44NzE2WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSI0NC4zNTI5IiBoZWlnaHQ9IjQ0LjM1MjkiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjgyMzQ4NiAwLjgyMzczKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=') center / 44px no-repeat;
}
.amcompany-icon-warning {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAzLjVsLTEwIDE3aDIwbC0xMC0xN3ptLTEuMTA1IDEyLjkyaDIuMTE0djIuMDEyaC0yLjExNFYxNi40MnptMS41OS0uODI4aC0xLjA1M2wtLjU4Ny00Ljc4N1Y4LjIwMmgyLjIxM3YyLjYwM2wtLjU3MyA0Ljc4N3oiIGZpbGw9IiNFQjUyMDIiLz48L3N2Zz4=') center / 20px no-repeat;
  height: 24px;
  margin-right: 10px;
  min-width: 24px;
  width: 24px;
}
.amcompany-paycard-current {
  color: #303030;
  margin-bottom: 18px;
  width: calc(100% - 58px - 10px);
}
.amcompany-paycard-current .amcompany-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 0;
}
.amcompany-paycard-current .amcompany-value {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amcompany-list-block {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.amcompany-list-block > .amcompany-item {
  margin: 0;
  padding: 0;
}
.amcompany-list-block > .amcompany-item:not(:first-child) {
  margin-top: 10px;
}
.amcompany-list-block .amcompany-title {
  padding-right: 5px;
}
.amcompany-list-block .amcompany-value {
  font-weight: 700;
}
.page-main .amcompany-paycard-block {
  min-height: 200px;
}
.amcompany-customer-account .page-main .column.main > .block:last-child {
  margin-bottom: 40px;
}
.amcompany-customer-account .page-main .actions-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.amcompany-customer-account .page-main .actions-toolbar > .primary,
.amcompany-customer-account .page-main .actions-toolbar > .secondary {
  padding: 5px;
  width: 100%;
}
.amcompany-customer-account .page-main .amcompany-form-create > .amcompany-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
.amcompany-customer-account .page-main .amcompany-fieldset {
  margin: 0 0 22px 0;
}
.amasty_company-profile-index .amcompany-title {
  display: inline-block;
  padding: 0 10px 0 0;
}
.amasty_company-profile-index .page-title-wrapper {
  display: none;
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.amwishlist-wishlist-index .sidebar-main,
.amwishlist-wishlist-index .sidebar-additional {
  width: 22.3%;
}
.amwishlist-wishlist-index .column.main {
  width: 77.7%;
}
.amwishlist-overlay-block {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8;
}
.amwishlist-wishlist-index .pager {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 20px;
}
.amwishlist-wishlist-index .pager .pages {
  flex-basis: 100%;
  text-align: center;
}
.amwishlist-wishlist-index .pager .limiter {
  margin: 30px 0 0 auto;
}
.amwishlist-wishlist-index .pager .toolbar-amount {
  display: none;
}
.amwishlist-pager .toolbar-amount,
.amwishlist-pager .pages,
.amwishlist-pager .limiter {
  display: inline-block;
}
.amwishlist-pager .pages {
  left: 0;
  right: 0;
  width: auto;
}
.amwishlist-messages-list {
  color: #eb5757;
  display: block;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}
.amwishlist-messages-list .amwishlist-item {
  display: block;
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.amwishlist-qty-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.amwishlist-qty-block.-disabled {
  opacity: .8;
  pointer-events: none;
}
.amwishlist-qty-block.-disabled .amwishlist-button {
  display: none;
}
.amwishlist-qty-block.-disabled .amwishlist-input {
  opacity: .8;
  pointer-events: none;
}
.amwishlist-qty-block .amwishlist-input:not([disabled]) {
  box-sizing: border-box;
  margin: 0 15px;
  width: 54px;
  text-align: center;
}
.amwishlist-qty-block .amwishlist-input.-error {
  border-color: #eb5757;
}
.amwishlist-qty-block .amwishlist-msg.-error {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 2px 0 0;
  color: #eb5757;
  text-align: center;
  font-size: 12px;
}
.amwishlist-button.-incr,
.amwishlist-button.-decr {
  max-width: 12px;
  width: 100%;
  height: 12px;
  color: #adadad;
}
.amwishlist-button.-incr:before,
.amwishlist-button.-decr:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 0;
}
.amwishlist-button.-incr:hover,
.amwishlist-button.-decr:hover {
  color: #00446b;
}
.amwishlist-button.-incr:focus,
.amwishlist-button.-decr:focus,
.amwishlist-button.-incr:active,
.amwishlist-button.-decr:active {
  color: #003d61;
}
.amwishlist-button.-incr:before {
  content: '+';
}
.amwishlist-button.-decr:before {
  content: '-';
  transform: translateY(-2px) scaleX(1.8);
}
.amwishlist-toolbar-block.-mass-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #ffffff;
  bottom: 0;
  box-shadow: 0 -10px 30px rgba(154, 162, 181, 0.05), 0 -5px 15px rgba(154, 162, 181, 0.14);
  left: 0;
  margin: 0 -5px;
  padding: 15px;
  position: fixed;
  right: 0;
  z-index: 9;
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button.-addtolist {
  flex-basis: 100%;
  height: 40px;
  margin: 15px 5px 0 5px;
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
  flex-basis: auto;
  justify-content: flex-start;
  margin-right: auto;
  min-width: 70px;
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button {
  flex-basis: calc(100% / 3 - 10px);
  height: 32px;
  margin: 0 5px;
  min-width: 100px;
  padding: 0;
}
.amwishlist-tabs-block.-title {
  display: flex;
  border-bottom: 1px solid #d1d1d1;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.amwishlist-tabs-block.-title .amwishlist-item {
  transition: 0.1s border ease-in;
  transition: all 0.1s border;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0 10px 12px;
  text-transform: capitalize;
}
.amwishlist-tabs-block.-title .amwishlist-item:hover,
.amwishlist-tabs-block.-title .amwishlist-item.-active {
  font-weight: 600;
}
.amwishlist-tabs-block.-title .amwishlist-item.-active {
  border-bottom-color: #00578a;
}
.amwishlist-content-tab:not(.-active) {
  display: none;
}
.amwishlist-tabs-block.-block .amwishlist-list {
  list-style: none;
  padding: 0;
}
.amwishlist-tabs-block.-block .amwishlist-list.-active {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.amwishlist-product-grid > .amwishlist-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 10px 20px;
  max-width: 275px;
  padding: 15px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.amwishlist-product-grid > .amwishlist-items > .amwishlist-item.-active {
  background: #f4f5fa;
}
.amwishlist-product-grid .amwishlist-image-block {
  display: block;
  margin: 0 0 10px;
}
.amwishlist-product-grid .product-image-container {
  min-width: 100%;
}
.amwishlist-product-grid .product-item-tooltip {
  padding: 0 0 10px;
}
.amwishlist-product-grid .amwishlist-inner {
  opacity: 1;
  z-index: 4;
}
.amwishlist-product-grid .amwishlist-info {
  width: 100%;
}
.amwishlist-product-grid .amwishlist-info:hover {
  border-bottom-color: transparent;
}
.amwishlist-product-grid .amwishlist-toolbar-block {
  display: flex;
  justify-content: space-between;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
  left: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.amwishlist-product-grid .amwishlist-select-block {
  right: 45px;
}
.amwishlist-product-grid .amwishlist-name {
  color: #000000;
  display: block;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0 10px;
}
.amwishlist-product-grid .amwishlist-field {
  margin: 0 0 15px 0;
}
.amwishlist-product-grid .product-reviews-summary {
  margin-bottom: 10px;
}
.amwishlist-product-grid .amwishlist-input.-qty {
  color: #333333;
  max-width: 54px;
  text-align: center;
}
.amwishlist-product-grid .amwishlist-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 5px;
}
.amwishlist-product-grid .product-item-comment {
  color: #5f5f5f;
}
.amwishlist-product-grid .reviews-actions {
  color: #006bb4;
  line-height: normal;
  margin-left: 15px;
}
.amwishlist-product-grid .reviews-actions .action {
  font-size: 12px;
}
.amwishlist-product-grid .amwishlist-button.-tocart {
  font-size: 13px;
}
.amwishlist-product-grid .field.comment-box > .label {
  display: none;
}
.amwishlist-list-grid {
  overflow: hidden;
}
.amwishlist-list-grid .amwishlist-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.amwishlist-list-grid .amwishlist-list > .amwishlist-item {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  border-radius: 5px;
  box-sizing: border-box;
  flex-basis: 336px;
  margin: 0 8px 20px;
  padding: 15px;
}
.amwishlist-list-grid .amwishlist-title {
  display: flex;
  align-items: center;
  margin: 10px 0 5px 0;
  position: relative;
}
.amwishlist-list-grid .amwishlist-name {
  flex-basis: 100%;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0 5px 0 0;
  text-align: left;
  word-break: break-word;
}
.amwishlist-list-grid .amwishlist-select-block {
  bottom: 0;
  max-width: 160px;
  right: 20px;
}
.amwishlist-list-grid .amwishlist-desc {
  color: #757575;
  flex-basis: 100%;
  font-size: 10px;
  text-align: left;
}
.amwishlist-list-grid .amwishlist-button.-add {
  margin: 15px 0 0;
  width: 100%;
}
.amwishlist-list-grid .amwishlist-preview-block {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #e8e9ef;
  border-radius: 5px;
  box-sizing: border-box;
  margin: -4px;
  min-height: 312px;
  padding: 8px;
}
.amwishlist-list-grid .amwishlist-preview-block.-empty {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amwishlist-list-grid .amwishlist-preview-block.-empty:before {
  color: #000000;
  content: attr(data-label);
  font-size: 14px;
}
.amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
  height: 134px;
  margin: 7px;
  width: calc(50% - 7px * 2);
}
.amwishlist-button:not(.-regular) {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 400;
  height: 40px;
  padding: 0 10px;
  pointer-events: auto;
  position: relative;
  user-select: none;
}
.amwishlist-button:not(.-regular):hover,
.amwishlist-button:not(.-regular):active,
.amwishlist-button:not(.-regular):focus {
  background: none;
  box-shadow: none;
}
.amwishlist-button:not(.-regular):before,
.amwishlist-button:not(.-regular):after {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
}
.amwishlist-button:not(.-regular).-disabled {
  pointer-events: none;
}
.amwishlist-button:not(.-regular).-disabled:focus {
  pointer-events: none;
}
.amwishlist-button.-clear {
  background: transparent;
  border: none;
  box-shadow: none;
  height: initial;
  margin: 0;
  padding: 0;
  width: auto;
}
.amwishlist-button.-clear:active,
.amwishlist-button.-clear:hover,
.amwishlist-button.-clear:focus {
  background: transparent;
  border: none;
  box-shadow: none;
}
.amwishlist-button.-link {
  color: #00578a;
}
.amwishlist-button.-link:hover {
  color: #00446b;
}
.amwishlist-button.-plus {
  font-weight: 600;
}
.amwishlist-button.-plus:before {
  content: '+';
  font-size: 20px;
  margin: 0 5px 0 0;
}
.amwishlist-button.-search:after {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTkuODI5OCAxNy45ODA5QzE5LjgyOTggMTcuOTgwOSAxOS4yMTk5IDE3LjM1NzQgMTggMTYuMTEwNUMxNi43ODAxIDE0Ljg2MzYgMTUuODQ0IDEzLjkxNDMgMTUuMTkxNSAxMy4yNjI1QzE0LjkwNzggMTIuOTc5MSAxNC42NjY3IDEyLjc1MjQgMTQuNDY4MSAxMi41ODI0QzE0LjI5NzkgMTIuMzg0IDE0LjIxMjggMTIuMjg0OCAxNC4yMTI4IDEyLjI4NDhDMTQuNDM5NyAxMS45NzMxIDE0LjYzODMgMTEuNjQ3MiAxNC44MDg1IDExLjMwNzFDMTQuOTc4NyAxMC45Mzg3IDE1LjEzNDggMTAuNTcwMyAxNS4yNzY2IDEwLjIwMTlDMTUuMzkwMSA5LjgwNTE3IDE1LjQ3NTIgOS40MDg0MyAxNS41MzE5IDkuMDExNjlDMTUuNjE3IDguNjE0OTUgMTUuNjU5NiA4LjIwNDA0IDE1LjY1OTYgNy43Nzg5NkMxNS42NTk2IDcuMjQwNTIgMTUuNjAyOCA2LjczMDQzIDE1LjQ4OTQgNi4yNDg2N0MxNS4zNzU5IDUuNzM4NTggMTUuMjE5OSA1LjI0MjY1IDE1LjAyMTMgNC43NjA4OUMxNC44MjI3IDQuMjc5MTQgMTQuNTgxNiAzLjgzOTg5IDE0LjI5NzkgMy40NDMxNUMxNC4wMTQyIDMuMDE4MDcgMTMuNzAyMSAyLjYyMTMyIDEzLjM2MTcgMi4yNTI5MkMxMi45OTI5IDEuOTEyODYgMTIuNTk1NyAxLjYwMTEzIDEyLjE3MDIgMS4zMTc3NUMxMS43NzMgMS4wMzQzNiAxMS4zMzMzIDAuNzkzNDgyIDEwLjg1MTEgMC41OTUxMTJDMTAuMzY4OCAwLjM5Njc0MSA5Ljg3MjM0IDAuMjU1MDQ4IDkuMzYxNyAwLjE3MDAzMkM4Ljg3OTQzIDAuMDU2Njc3MyA4LjM2ODc5IDAgNy44Mjk3OSAwQzcuMjkwNzggMCA2Ljc2NTk2IDAuMDU2Njc3MyA2LjI1NTMyIDAuMTcwMDMyQzUuNzQ0NjggMC4yNTUwNDggNS4yNDgyMyAwLjM5Njc0MSA0Ljc2NTk2IDAuNTk1MTEyQzQuMjgzNjkgMC43OTM0ODIgMy44Mjk3OSAxLjAzNDM2IDMuNDA0MjYgMS4zMTc3NUMzLjAwNzA5IDEuNjAxMTMgMi42MzgzIDEuOTEyODYgMi4yOTc4NyAyLjI1MjkyQzEuOTU3NDUgMi42MjEzMiAxLjY0NTM5IDMuMDE4MDcgMS4zNjE3IDMuNDQzMTVDMS4wNzgwMSAzLjgzOTg5IDAuODM2ODc5IDQuMjc5MTQgMC42MzgyOTggNC43NjA4OUMwLjQxMTM0OCA1LjI0MjY1IDAuMjQxMTM1IDUuNzM4NTggMC4xMjc2NiA2LjI0ODY3QzAuMDQyNTUzMiA2LjczMDQzIDAgNy4yNDA1MiAwIDcuNzc4OTZDMCA4LjM0NTczIDAuMDQyNTUzMiA4Ljg4NDE3IDAuMTI3NjYgOS4zOTQyNkMwLjI0MTEzNSA5Ljg3NjAyIDAuNDExMzQ4IDEwLjM1NzggMC42MzgyOTggMTAuODM5NUMwLjgzNjg3OSAxMS4zMjEzIDEuMDc4MDEgMTEuNzc0NyAxLjM2MTcgMTIuMTk5OEMxLjY0NTM5IDEyLjU5NjUgMS45NTc0NSAxMi45NzkxIDIuMjk3ODcgMTMuMzQ3NUMyLjYzODMgMTMuNjg3NiAzLjAwNzA5IDEzLjk5OTMgMy40MDQyNiAxNC4yODI3QzMuODI5NzkgMTQuNTY2MSA0LjI4MzY5IDE0LjgwNjkgNC43NjU5NiAxNS4wMDUzQzUuMjQ4MjMgMTUuMjAzNyA1Ljc0NDY4IDE1LjM1OTUgNi4yNTUzMiAxNS40NzI5QzYuNzY1OTYgMTUuNTU3OSA3LjI5MDc4IDE1LjYwMDQgNy44Mjk3OSAxNS42MDA0QzguMjI2OTUgMTUuNjAwNCA4LjYyNDExIDE1LjU3MjEgOS4wMjEyOCAxNS41MTU0QzkuNDE4NDQgMTUuNDU4NyA5LjgxNTYgMTUuMzczNyAxMC4yMTI4IDE1LjI2MDRDMTAuNTgxNiAxNS4xMTg3IDEwLjkzNjIgMTQuOTYyOCAxMS4yNzY2IDE0Ljc5MjhDMTEuNjQ1NCAxNC42MjI3IDExLjk4NTggMTQuNDI0NCAxMi4yOTc5IDE0LjE5NzdDMTIuMjk3OSAxNC4xOTc3IDEyLjM4MyAxNC4yODI3IDEyLjU1MzIgMTQuNDUyN0MxMi43MjM0IDE0LjYyMjcgMTIuOTM2MiAxNC44MzUzIDEzLjE5MTUgMTUuMDkwM0MxMy45MjkxIDE1LjgyNzEgMTQuODkzNiAxNi44MTkgMTYuMDg1MSAxOC4wNjU5QzE3LjMwNSAxOS4zMTI4IDE3LjkxNDkgMTkuOTM2MiAxNy45MTQ5IDE5LjkzNjJDMTguMTQxOCAyMC4wMjEzIDE4LjQyNTUgMjAuMDIxMyAxOC43NjYgMTkuOTM2MkMxOS4xMDY0IDE5Ljg1MTIgMTkuMzc1OSAxOS43MjM3IDE5LjU3NDUgMTkuNTUzN0MxOS43NDQ3IDE5LjQxMiAxOS44NzIzIDE5LjE4NTMgMTkuOTU3NCAxOC44NzM1QzIwLjA0MjYgMTguNTYxOCAyMCAxOC4yNjQzIDE5LjgyOTggMTcuOTgwOVpNMTMuMDYzOCAxMC4wMzE5QzEyLjkyMiAxMC4zNzE5IDEyLjczNzYgMTAuNjk3OCAxMi41MTA2IDExLjAwOTZDMTIuMzEyMSAxMS4yOTMgMTIuMDg1MSAxMS41NjIyIDExLjgyOTggMTEuODE3MkMxMS41NzQ1IDEyLjA3MjMgMTEuMjkwOCAxMi4yOTkgMTAuOTc4NyAxMi40OTczQzEwLjY5NSAxMi42OTU3IDEwLjM4MyAxMi44Nzk5IDEwLjA0MjYgMTMuMDQ5OUM5LjcwMjEzIDEzLjE5MTYgOS4zNDc1MiAxMy4zMDUgOC45Nzg3MiAxMy4zOUM4LjYwOTkzIDEzLjQ0NjcgOC4yMjY5NSAxMy40NzUgNy44Mjk3OSAxMy40NzVDNy40MzI2MiAxMy40NzUgNy4wNDk2NSAxMy40NDY3IDYuNjgwODUgMTMuMzlDNi4zMTIwNiAxMy4zMDUgNS45NTc0NSAxMy4xOTE2IDUuNjE3MDIgMTMuMDQ5OUM1LjI3NjYgMTIuODc5OSA0Ljk1MDM1IDEyLjY5NTcgNC42MzgzIDEyLjQ5NzNDNC4zNTQ2MSAxMi4yOTkgNC4wODUxMSAxMi4wNzIzIDMuODI5NzkgMTEuODE3MkMzLjU3NDQ3IDExLjU2MjIgMy4zMzMzMyAxMS4yOTMgMy4xMDYzOCAxMS4wMDk2QzIuOTA3OCAxMC42OTc4IDIuNzM3NTkgMTAuMzcxOSAyLjU5NTc0IDEwLjAzMTlDMi40NTM5IDkuNjkxODIgMi4zNDA0MyA5LjMzNzU4IDIuMjU1MzIgOC45NjkxOEMyLjE3MDIxIDguNTcyNDQgMi4xMjc2NiA4LjE3NTcgMi4xMjc2NiA3Ljc3ODk2QzIuMTI3NjYgNy40MTA1NiAyLjE3MDIxIDcuMDQyMTUgMi4yNTUzMiA2LjY3Mzc1QzIuMzQwNDMgNi4zMDUzNSAyLjQ1MzkgNS45MzY5NSAyLjU5NTc0IDUuNTY4NTRDMi43Mzc1OSA1LjIyODQ4IDIuOTA3OCA0LjkxNjc1IDMuMTA2MzggNC42MzMzN0MzLjMzMzMzIDQuMzIxNjQgMy41NzQ0NyA0LjAzODI2IDMuODI5NzkgMy43ODMyMUM0LjA4NTExIDMuNTI4MTYgNC4zNTQ2MSAzLjMwMTQ1IDQuNjM4MyAzLjEwMzA4QzQuOTUwMzUgMi45MDQ3MSA1LjI3NjYgMi43MjA1MSA1LjYxNzAyIDIuNTUwNDhDNS45NTc0NSAyLjQwODc5IDYuMzEyMDYgMi4zMDk2IDYuNjgwODUgMi4yNTI5MkM3LjA0OTY1IDIuMTY3OTEgNy40MzI2MiAyLjEyNTQgNy44Mjk3OSAyLjEyNTRDOC4yMjY5NSAyLjEyNTQgOC42MDk5MyAyLjE2NzkxIDguOTc4NzIgMi4yNTI5MkM5LjM0NzUyIDIuMzA5NiA5LjcwMjEzIDIuNDA4NzkgMTAuMDQyNiAyLjU1MDQ4QzEwLjM4MyAyLjcyMDUxIDEwLjY5NSAyLjkwNDcxIDEwLjk3ODcgMy4xMDMwOEMxMS4yOTA4IDMuMzAxNDUgMTEuNTc0NSAzLjUyODE2IDExLjgyOTggMy43ODMyMUMxMi4wODUxIDQuMDM4MjYgMTIuMzEyMSA0LjMyMTY0IDEyLjUxMDYgNC42MzMzN0MxMi43Mzc2IDQuOTE2NzUgMTIuOTIyIDUuMjI4NDggMTMuMDYzOCA1LjU2ODU0QzEzLjIwNTcgNS45MzY5NSAxMy4zMDUgNi4zMDUzNSAxMy4zNjE3IDYuNjczNzVDMTMuNDQ2OCA3LjA0MjE1IDEzLjQ4OTQgNy40MTA1NiAxMy40ODk0IDcuNzc4OTZDMTMuNDg5NCA4LjE3NTcgMTMuNDQ2OCA4LjU3MjQ0IDEzLjM2MTcgOC45NjkxOEMxMy4zMDUgOS4zMzc1OCAxMy4yMDU3IDkuNjkxODIgMTMuMDYzOCAxMC4wMzE5WiIgZmlsbD0iI0MyQzJDMiIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  transition: none;
}
.wimakeit-inactive .amwishlist-button.-search:after {
  transition: none !important;
}
.amwishlist-button.-search:hover:after {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amwishlist-button.-remove:after {
  content: 'x';
  transform: scale(1.5, 1);
}
.amwishlist-button.-remove:hover:after {
  color: #00446b;
}
.amwishlist-button.-basket {
  display: flex;
  align-items: center;
  filter: invert(53%) sepia(94%) saturate(3301%) hue-rotate(332deg) brightness(108%) contrast(84%);
}
.amwishlist-button.-basket:hover {
  filter: invert(53%) sepia(94%) saturate(3301%) hue-rotate(332deg) brightness(75%) contrast(84%);
}
.amwishlist-button.-basket:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTZIMTFWNkgxVjE2Wk03LjkzNzUgNy44NDM3NUM3LjkzNzUgNy42OTc5MiA3Ljk4OTU4IDcuNTcyOTIgOC4wOTM3NSA3LjQ2ODc1QzguMjE4NzUgNy4zNjQ1OCA4LjM1NDE3IDcuMzEyNSA4LjUgNy4zMTI1QzguNjY2NjcgNy4zMTI1IDguODAyMDggNy4zNjQ1OCA4LjkwNjI1IDcuNDY4NzVDOS4wMTA0MiA3LjU3MjkyIDkuMDYyNSA3LjY5NzkyIDkuMDYyNSA3Ljg0Mzc1VjEzLjc1QzkuMDYyNSAxMy45MTY3IDkuMDEwNDIgMTQuMDUyMSA4LjkwNjI1IDE0LjE1NjNDOC44MDIwOCAxNC4yNjA0IDguNjY2NjcgMTQuMzEyNSA4LjUgMTQuMzEyNUM4LjM1NDE3IDE0LjMxMjUgOC4yMTg3NSAxNC4yNjA0IDguMDkzNzUgMTQuMTU2M0M3Ljk4OTU4IDE0LjA1MjEgNy45Mzc1IDEzLjkxNjcgNy45Mzc1IDEzLjc1VjcuODQzNzVaTTUuNDM3NSA3Ljg0Mzc1QzUuNDM3NSA3LjY5NzkyIDUuNDg5NTggNy41NzI5MiA1LjU5Mzc1IDcuNDY4NzVDNS43MTg3NSA3LjM2NDU4IDUuODU0MTcgNy4zMTI1IDYgNy4zMTI1QzYuMTQ1ODMgNy4zMTI1IDYuMjcwODMgNy4zNjQ1OCA2LjM3NSA3LjQ2ODc1QzYuNSA3LjU3MjkyIDYuNTYyNSA3LjY5NzkyIDYuNTYyNSA3Ljg0Mzc1VjEzLjc1QzYuNTYyNSAxMy45MTY3IDYuNSAxNC4wNTIxIDYuMzc1IDE0LjE1NjNDNi4yNzA4MyAxNC4yNjA0IDYuMTQ1ODMgMTQuMzEyNSA2IDE0LjMxMjVDNS44NTQxNyAxNC4zMTI1IDUuNzE4NzUgMTQuMjYwNCA1LjU5Mzc1IDE0LjE1NjNDNS40ODk1OCAxNC4wNTIxIDUuNDM3NSAxMy45MTY3IDUuNDM3NSAxMy43NVY3Ljg0Mzc1Wk0yLjkzNzUgNy44NDM3NUMyLjkzNzUgNy42OTc5MiAyLjk4OTU4IDcuNTcyOTIgMy4wOTM3NSA3LjQ2ODc1QzMuMTk3OTIgNy4zNjQ1OCAzLjMzMzMzIDcuMzEyNSAzLjUgNy4zMTI1QzMuNjQ1ODMgNy4zMTI1IDMuNzcwODMgNy4zNjQ1OCAzLjg3NSA3LjQ2ODc1QzMuOTc5MTcgNy41NzI5MiA0LjAzMTI1IDcuNjk3OTIgNC4wMzEyNSA3Ljg0Mzc1VjEzLjc1QzQuMDMxMjUgMTMuOTE2NyAzLjk3OTE3IDE0LjA1MjEgMy44NzUgMTQuMTU2M0MzLjc3MDgzIDE0LjI2MDQgMy42NDU4MyAxNC4zMTI1IDMuNSAxNC4zMTI1QzMuMzMzMzMgMTQuMzEyNSAzLjE5NzkyIDE0LjI2MDQgMy4wOTM3NSAxNC4xNTYzQzIuOTg5NTggMTQuMDUyMSAyLjkzNzUgMTMuOTE2NyAyLjkzNzUgMTMuNzVWNy44NDM3NVpNMTEuMjE4OCAxLjk2ODc1SDlWMS42NTYyNUM5IDEuMTk3OTIgOC44NTQxNyAwLjgxMjUgOC41NjI1IDAuNUM4LjI5MTY3IDAuMTY2NjY3IDcuOTI3MDggMCA3LjQ2ODc1IDBINC41QzQuMDYyNSAwIDMuNjk3OTIgMC4xNjY2NjcgMy40MDYyNSAwLjVDMy4xMzU0MiAwLjgxMjUgMyAxLjE5NzkyIDMgMS42NTYyNVYxLjk2ODc1SDAuNzgxMjVDMC41NTIwODMgMS45Njg3NSAwLjM2NDU4MyAyLjA1MjA4IDAuMjE4NzUgMi4yMTg3NUMwLjA3MjkxNjcgMi4zNjQ1OCAwIDIuNTQxNjcgMCAyLjc1VjVIMTJWMi43NUMxMiAyLjU0MTY3IDExLjkyNzEgMi4zNjQ1OCAxMS43ODEzIDIuMjE4NzVDMTEuNjM1NCAyLjA1MjA4IDExLjQ0NzkgMS45Njg3NSAxMS4yMTg4IDEuOTY4NzVaTTggMS45Njg3NUg0VjEuNTMxMjVDNCAxLjM4NTQyIDQuMDUyMDggMS4yNjA0MiA0LjE1NjI1IDEuMTU2MjVDNC4yNjA0MiAxLjA1MjA4IDQuMzc1IDEgNC41IDFINy40Njg3NUM3LjYxNDU4IDEgNy43Mzk1OCAxLjA1MjA4IDcuODQzNzUgMS4xNTYyNUM3Ljk0NzkyIDEuMjYwNDIgOCAxLjM4NTQyIDggMS41MzEyNVYxLjk2ODc1WiIgZmlsbD0iI0VCNTc1NyIvPgo8L3N2Zz4K");
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin: 0 8px 0 0;
}
.wimakeit-inactive .amwishlist-button.-basket:before {
  transition: none !important;
}
.amwishlist-button.-share {
  display: flex;
  align-items: center;
}
.amwishlist-button.-share:hover {
  color: #00578a;
}
.amwishlist-button.-share:hover {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amwishlist-button.-share:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43NSA1QzE0LjQ0MDQgNSAxNSA0LjQ0MDM2IDE1IDMuNzVDMTUgMy4wNTk2NCAxNC40NDA0IDIuNSAxMy43NSAyLjVDMTMuMDU5NiAyLjUgMTIuNSAzLjA1OTY0IDEyLjUgMy43NUMxMi41IDQuNDQwMzYgMTMuMDU5NiA1IDEzLjc1IDVaTTEzLjc1IDYuMjVDMTUuMTMwNyA2LjI1IDE2LjI1IDUuMTMwNzEgMTYuMjUgMy43NUMxNi4yNSAyLjM2OTI5IDE1LjEzMDcgMS4yNSAxMy43NSAxLjI1QzEyLjM2OTMgMS4yNSAxMS4yNSAyLjM2OTI5IDExLjI1IDMuNzVDMTEuMjUgNC4xNzgxIDExLjM1NzYgNC41ODEwNiAxMS41NDcyIDQuOTMzMzJMNy41OTg3NiA3Ljg5NDY4QzcuMjA5NjQgNy42NDQ4OCA2Ljc0Njc0IDcuNSA2LjI1IDcuNUM0Ljg2OTI5IDcuNSAzLjc1IDguNjE5MjkgMy43NSAxMEMzLjc1IDExLjM4MDcgNC44NjkyOSAxMi41IDYuMjUgMTIuNUM2Ljc0Njc0IDEyLjUgNy4yMDk2NCAxMi4zNTUxIDcuNTk4NzYgMTIuMTA1M0wxMS41NDcyIDE1LjA2NjdDMTEuMzU3NiAxNS40MTg5IDExLjI1IDE1LjgyMTkgMTEuMjUgMTYuMjVDMTEuMjUgMTcuNjMwNyAxMi4zNjkzIDE4Ljc1IDEzLjc1IDE4Ljc1QzE1LjEzMDcgMTguNzUgMTYuMjUgMTcuNjMwNyAxNi4yNSAxNi4yNUMxNi4yNSAxNC44NjkzIDE1LjEzMDcgMTMuNzUgMTMuNzUgMTMuNzVDMTMuMjUzMyAxMy43NSAxMi43OTA0IDEzLjg5NDkgMTIuNDAxMiAxNC4xNDQ3TDguNDUyNzYgMTEuMTgzM0M4LjY0MjQgMTAuODMxMSA4Ljc1IDEwLjQyODEgOC43NSAxMEM4Ljc1IDkuNTcxOSA4LjY0MjQgOS4xNjg5NCA4LjQ1Mjc3IDguODE2NjhMMTIuNDAxMiA1Ljg1NTMyQzEyLjc5MDQgNi4xMDUxMiAxMy4yNTMzIDYuMjUgMTMuNzUgNi4yNVpNMTMuNzUgMTcuNUMxNC40NDA0IDE3LjUgMTUgMTYuOTQwNCAxNSAxNi4yNUMxNSAxNS41NTk2IDE0LjQ0MDQgMTUgMTMuNzUgMTVDMTMuMDU5NiAxNSAxMi41IDE1LjU1OTYgMTIuNSAxNi4yNUMxMi41IDE2Ljk0MDQgMTMuMDU5NiAxNy41IDEzLjc1IDE3LjVaTTcuNSAxMEM3LjUgMTAuNjkwNCA2Ljk0MDM2IDExLjI1IDYuMjUgMTEuMjVDNS41NTk2NCAxMS4yNSA1IDEwLjY5MDQgNSAxMEM1IDkuMzA5NjQgNS41NTk2NCA4Ljc1IDYuMjUgOC43NUM2Ljk0MDM2IDguNzUgNy41IDkuMzA5NjQgNy41IDEwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==');
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin: 0 8px 0 0;
}
.wimakeit-inactive .amwishlist-button.-share:before {
  transition: none !important;
}
.amwishlist-button.-update {
  display: flex;
  align-items: center;
}
.amwishlist-button.-update:hover {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amwishlist-button.-update:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  width: 19px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM1OCAwLjI1QzYuNTk0MTMgMC4yNSAyLjcyMDE1IDQuMTc2NTUgMi43MjAxNSA5VjkuMDI4OTNMMS4wMDk3MiA2LjQyMDg4QzAuODQyMzQ5IDYuMTY0NjIgMC40OTk0NDcgNi4wOTQzNiAwLjI0NjM1MiA2LjI2MzgyQy0wLjAwNjc0MzA2IDYuNDMzMjggLTAuMDc2MTQgNi43ODA0NyAwLjA5MTIyOTEgNy4wMzY3M0wyLjU3MzE5IDEwLjgxODZDMi42NjMgMTAuOTU1IDIuODA1ODggMTEuMDQxOCAyLjk2NTA4IDExLjA2MjVDMi45ODk1NyAxMS4wNjY2IDMuMDA5OTggMTEuMDY2NiAzLjAzNDQ4IDExLjA2NjZDMy4xNjkxOSAxMS4wNjY2IDMuMjk5ODIgMTEuMDE3IDMuNDAxODcgMTAuOTIxOUw2Ljg1MTMxIDcuNzc2NTdDNy4wNzU4MyA3LjU2OTkxIDcuMDk2MjQgNy4yMTg1OSA2Ljg5MjEzIDYuOTg3MTNDNi42ODgwMiA2Ljc1OTggNi4zNDEwNCA2LjczOTE0IDYuMTEyNDQgNi45NDU4TDMuODIyMzQgOS4wNDEzM1Y5QzMuODIyMzQgNC43ODgyNiA3LjIwMjM4IDEuMzY1OTcgMTEuMzU4IDEuMzY1OTdDMTUuNTEzNyAxLjM2NTk3IDE4Ljg5NzggNC43ODgyNiAxOC44OTc4IDlDMTguODk3OCAxMy4yMTE3IDE1LjUxNzggMTYuNjM0IDExLjM2MjEgMTYuNjM0QzkuMzQ5NiAxNi42MzQgNy40NTU0NyAxNS44NDA1IDYuMDM0ODcgMTQuMzk4QzUuODE4NTIgMTQuMTc4OSA1LjQ3MTUzIDE0LjE3ODkgNS4yNTUxOCAxNC4zOThDNS4wMzg4MiAxNC42MTcgNS4wMzg4MiAxNC45Njg0IDUuMjU1MTggMTUuMTg3NEM2Ljg4ODA1IDE2Ljg0MDcgOS4wNTU2OCAxNy43NSAxMS4zNjIxIDE3Ljc1QzE2LjEyMTkgMTcuNzUgMjAgMTMuODI3NiAyMCA5QzIwIDQuMTcyNDEgMTYuMTIxOSAwLjI1IDExLjM1OCAwLjI1WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  background-size: contain;
  margin: 0 8px 0 0;
}
.wimakeit-inactive .amwishlist-button.-update:before {
  transition: none !important;
}
.amwishlist-button.-prev:hover {
  color: #000000;
}
.amwishlist-button.-prev:hover:before {
  transform: scaleY(2) translateX(-1px);
}
.amwishlist-button.-prev:before {
  content: '<';
  font-size: 11px;
  margin: 0 10px 0 0;
  transform: scaleY(2);
}
.amwishlist-button.-edit:hover {
  filter: invert(40%) sepia(63%) saturate(2628%) hue-rotate(210deg) brightness(98%) contrast(91%);
}
.amwishlist-button.-edit:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4zMTM3IDMuODI4MzdMMTUuODQ5MyA3LjM2MzlMOC4wNzEwOCAxNS4xNDIxTDIuNzY3NzggMTYuOTA5OEw0LjUzNTU1IDExLjYwNjVMMTIuMzEzNyAzLjgyODM3Wk03LjcxNzUzIDEwLjU0NTlMOS4xMzE3NCAxMS45NjAxTDcuMDEwNDIgMTQuMDgxNEw0LjUzNTU1IDE1LjE0MjFMNS41OTYyMSAxMi42NjcyTDcuNzE3NTMgMTAuNTQ1OVoiIGZpbGw9IiM3RDdEN0QiLz4KPHBhdGggZD0iTTEzLjcyOCAyLjQxNDIxQzE0LjUwOSAxLjYzMzE3IDE1Ljc3NTQgMS42MzMxNyAxNi41NTY0IDIuNDE0MjFMMTcuMjYzNSAzLjEyMTMyQzE4LjA0NDYgMy45MDIzNyAxOC4wNDQ2IDUuMTY4NyAxNy4yNjM1IDUuOTQ5NzVMMTYuNTU2NCA2LjY1Njg1TDEzLjAyMDkgMy4xMjEzMkwxMy43MjggMi40MTQyMVoiIGZpbGw9IiM3RDdEN0QiLz4KPC9zdmc+Cg==");
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
}
.wimakeit-inactive .amwishlist-button.-edit:before {
  transition: none !important;
}
.amwishlist-button.-more {
  font-size: 24px;
  font-weight: 700;
  height: 20px;
  min-width: 20px;
}
.amwishlist-button.-more:hover {
  color: #00578a;
}
.amwishlist-button.-more:before {
  content: '...';
  height: 100%;
  line-height: 7px;
  position: absolute;
  transform: rotate(90deg);
  width: 100%;
}
.amwishlist-button.-empty:not(.-disabled) {
  background: #ffffff;
  border: 1px solid #00578a;
  border-radius: 3px;
  color: #00578a;
  min-width: 100px;
}
.amwishlist-button.-empty:not(.-disabled):hover {
  background: linear-gradient(0deg, #c8d7ff, #c8d7ff);
}
.amwishlist-button.-empty:not(.-disabled):focus {
  background: transparent;
  border: 1px solid #003d61;
  color: #003d61;
}
.amwishlist-button.-empty.-disabled {
  background: #ffffff;
  border: 1px solid #d0d5e1;
  border-radius: 3px;
  box-sizing: border-box;
  color: #d0d5e1;
}
.amwishlist-button.-fill {
  background: #ffffff;
  border: 1px solid;
  border-radius: 3px;
  color: #ffffff;
  min-width: 100px;
  text-decoration: none;
}
.amwishlist-button.-fill.-primary:not(.-disabled) {
  background-color: #00578a;
  border-color: #00578a;
}
.amwishlist-button.-fill.-primary:not(.-disabled):hover {
  background-color: #00446b;
}
.amwishlist-button.-fill.-primary:not(.-disabled):focus {
  background-color: #003d61;
}
.amwishlist-button.-fill.-disabled {
  background-color: #d0d5e1;
  border-color: #d0d5e1;
}
.amwishlist-input:not([disabled]) {
  border-color: #949494;
  height: 32px;
  margin: 0;
  outline: 0;
  padding: 0 10px;
}
.amwishlist-input:not([disabled])::placeholder {
  color: #adadad;
}
.amwishlist-input:not([disabled]):focus {
  border: 1px solid #00578a;
  box-shadow: none;
}
.amwishlist-input:not([disabled]).-error {
  border-color: #eb5757;
}
.amwishlist-input:not([disabled]).-clear {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 0;
}
.amwishlist-input:not([disabled]).-clear:focus,
.amwishlist-input:not([disabled]).-clear:active,
.amwishlist-input:not([disabled]).-clear:hover {
  border-color: transparent;
  box-shadow: none;
  outline: 0;
}
.amwishlist-input.-textarea {
  border-color: #c2c2c2;
  padding: 5px 10px;
}
.amwishlist-checkbox-block {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 20px;
}
.amwishlist-checkbox-block .amwishlist-input {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amwishlist-checkbox-block .amwishlist-input:hover + .amwishlist-checker {
  background: #00578a;
  border-color: #00578a;
}
.amwishlist-checkbox-block .amwishlist-input:checked + .amwishlist-checker {
  background: #00578a;
  border-color: #00578a;
}
.amwishlist-checkbox-block .amwishlist-input:checked + .amwishlist-checker:before {
  opacity: 1;
}
.amwishlist-checkbox-block .amwishlist-checker {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wimakeit-inactive .amwishlist-checkbox-block .amwishlist-checker {
  transition: none !important;
}
.amwishlist-checkbox-block .amwishlist-checker:before {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  bottom: 3px;
  content: '';
  display: inline-flex;
  height: 30%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  width: 45%;
}
.wimakeit-inactive .amwishlist-checkbox-block .amwishlist-checker:before {
  transition: none !important;
}
.amwishlist-select-block {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 20px rgba(190, 198, 218, 0.19), 0 1px 7px rgba(190, 198, 218, 0.28);
  box-sizing: border-box;
  font-size: initial;
  line-height: normal;
  margin: 0;
  max-width: 100%;
  min-width: 115px;
  padding: 10px 0;
  position: absolute;
  z-index: 9;
}
.amwishlist-select-block[aria-hidden='true'] {
  display: none;
}
.amwishlist-select-block .amwishlist-item {
  cursor: pointer;
  display: block;
  font-size: 12px;
  letter-spacing: .25px;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  text-transform: capitalize;
}
.amwishlist-select-block .amwishlist-item:hover {
  background: rgba(229, 236, 253, 0.6899999999999999);
  color: #00578a;
}
.amwishlist-select-block .amwishlist-item > * {
  color: #000000;
  justify-content: flex-start;
  padding: 4px 0;
  text-align: left;
  text-decoration: none;
}
.amwishlist-select-block .amwishlist-item.-error > *,
.amwishlist-select-block .amwishlist-item.-error {
  color: #eb5757;
}
.amwishlist-field-block.-editable {
  display: flex;
  align-items: center;
  position: relative;
}
.amwishlist-field-block.-editable.-error {
  border-color: #eb5757;
}
.amwishlist-field-block.-editable .amwishlist-field {
  display: flex;
  flex-basis: 100%;
  margin: 0 10px 0 0;
  pointer-events: none;
  position: relative;
}
.amwishlist-field-block.-editable .amwishlist-input {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
}
.wimakeit-inactive .amwishlist-field-block.-editable .amwishlist-input {
  transition: none !important;
}
.amwishlist-field-block.-editable .amwishlist-button {
  transition: none;
}
.amwishlist-field-block.-editable.-active .amwishlist-input {
  border-color: #00578a;
  font-size: 12px;
  font-weight: 400;
  height: 32px;
  padding: 0 40px 0 10px;
  pointer-events: initial;
}
.amwishlist-field-block.-editable .amwishlist-button.-remove {
  padding: 8px 10px;
  position: absolute;
  right: 0;
}
.amwishlist-field-block.-editable.-active .amwishlist-button.-save {
  font-size: 14px;
  height: 32px;
  margin: 0;
  max-width: 70px;
  min-width: 70px;
}
.-popup-opened {
  overflow: hidden;
}
.amwishlist-popup-block {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(15, 15, 15, 0.24);
  bottom: 0;
  display: none;
  left: 0;
  list-style: none;
  padding: 15px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
.wimakeit-inactive .amwishlist-popup-block {
  transition: none !important;
}
.amwishlist-popup-block.-active {
  display: flex;
}
.amwishlist-popup-block .amwishlist-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  box-sizing: border-box;
  max-height: 100%;
  max-width: 542px;
  overflow: auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #5f5e5e;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-title,
.amwishlist-popup-block .amwishlist-content,
.amwishlist-popup-block .amwishlist-toolbar {
  flex-basis: 100%;
  max-width: 100%;
}
.amwishlist-popup-block .amwishlist-content {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: transparent rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  padding: 0 15px;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #5f5e5e;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  width: 0;
}
.amwishlist-popup-block .amwishlist-header {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .25px;
  margin: 0 0 25px;
  padding: 0 30px;
  text-align: center;
}
.amwishlist-popup-block .amwishlist-toolbar {
  display: flex;
  align-items: center;
}
.amwishlist-popup-block .amwishlist-toolbar.-header {
  justify-content: flex-end;
  padding: 12px;
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close {
  height: 14px;
  position: relative;
  width: 14px;
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:hover:after,
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:hover:before {
  background: #00446b;
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:after,
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:before {
  background: #e1e1e1;
  content: '';
  height: 2px;
  position: absolute;
  width: 100%;
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:after {
  transform: rotate(-45deg);
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:before {
  transform: rotate(45deg);
}
.amwishlist-popup-block .amwishlist-toolbar.-footer {
  padding: 15px;
}
.amwishlist-popup-block .amwishlist-toolbar.-footer .amwishlist-button {
  margin: 0 12px;
}
.amwishlist-search-block {
  display: flex;
  align-items: center;
  position: relative;
  flex-basis: 100%;
  margin: 0 0 40px;
  background: #fff;
}
.amwishlist-search-block .amwishlist-search {
  display: block;
  width: 100%;
}
.amwishlist-search-block .amwishlist-field {
  display: flex;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  margin: 40px 0 0 0;
  width: 100%;
}
.wimakeit-inactive .amwishlist-search-block .amwishlist-field {
  transition: none !important;
}
.amwishlist-search-block .amwishlist-field.-active {
  max-width: 100%;
}
.amwishlist-search-block .amwishlist-input.-search {
  flex-basis: 100%;
  padding: 0 40px;
  border: 1px solid #949494;
  font-size: 12px;
}
.amwishlist-search-block .amwishlist-button.-remove {
  right: 0;
  padding: 0 10px;
  height: 100%;
}
.amwishlist-search-block .amwishlist-button.-search {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 100%;
}
.amwishlist-search-block .amwishlist-button.-remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  height: 100%;
}
.amwishlist-search-block .amwishlist-button.-empty {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: 16px;
  padding: 0 15px;
  min-width: auto;
  max-width: 54px;
  height: 34px;
  font-size: 12px;
}
.amwishlist-search-block .amwishlist-message-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  padding: 50px 10px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
  color: #000;
  list-style: none;
}
.amwishlist-search-block .amwishlist-items-block {
  scrollbar-color: #181818 rgba(255, 255, 255, 0.2);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  display: block;
  margin: 0;
  padding: 0;
  max-height: 605px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
  color: #000;
  list-style: none;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  background: #5f5e5e;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #181818;
  cursor: pointer;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #5f5e5e;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  width: 4px;
}
.wimakeit-inactive .amwishlist-search-block .amwishlist-items-block {
  transition: none !important;
}
.amwishlist-search-block .amwishlist-item {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 15px;
}
.wimakeit-inactive .amwishlist-search-block .amwishlist-item {
  transition: none !important;
}
.amwishlist-search-block .amwishlist-item:not(:last-child) {
  border-bottom: 1px solid #ebeef5;
}
.amwishlist-search-block .amwishlist-item:not(.-empty):hover {
  background: #f9f9f9;
}
.amwishlist-search-block .amwishlist-name {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 15px;
  max-height: 40px;
  width: 65%;
  word-break: break-word;
}
.amwishlist-search-block .amwishlist-image {
  display: inline-block;
  float: left;
  max-width: 29%;
  width: 100px;
  height: 100px;
  background: #fff;
  object-fit: contain;
}
.amwishlist-search-block .amwishlist-sku {
  display: inline-block;
  overflow: hidden;
  margin: 5px 0 0 15px;
  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amwishlist-search-block .amwishlist-price {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 0 15px;
  text-overflow: ellipsis;
}
.amwishlist-search-block .amwishlist-qty-block {
  display: none;
}
.amwishlist-search-block .amwishlist-qty-block .amwishlist-msg.-error {
  top: 100%;
}
.amwishlist-list-block .amwishlist-list {
  margin: 0 -5px;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  border: 1px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  margin: 0 4px 20px;
  max-width: 150px;
  min-height: 196px;
  padding: 15px;
  width: 100%;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:hover {
  background: #f4f5fa;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item.-active,
.amwishlist-list-block .amwishlist-list .amwishlist-item:active {
  border-color: #00578a;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:before {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  content: attr(data-label);
  font-size: 30px;
  height: 120px;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(1n):before {
  background: #f9d484;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(2n):before {
  background: #eb785f;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(3n):before {
  background: #afe188;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(4n):before {
  background: #86d5f2;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item.-empty:before {
  background: #ffffff;
  border-color: #e8e9ef;
  color: #000000;
  font-size: 12px;
  text-transform: inherit;
}
.amwishlist-list-block .amwishlist-list .amwishlist-name {
  flex-basis: 100%;
  font-weight: 600;
  margin: 10px 0;
  text-align: left;
  word-break: break-word;
}
.amwishlist-list-block .amwishlist-list .amwishlist-desc {
  color: #757575;
  flex-basis: 100%;
  font-size: 10px;
  text-align: left;
}
.amwishlist-list-block.-recently-viewed {
  margin: 40px 0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list {
  overflow: hidden;
  overflow-x: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 -10px;
  padding: 0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #5f5e5e;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-item {
  margin: 0 10px;
  max-width: 120px;
  padding: 0;
}
.amwishlist-popup-block .amwishlist-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.amwishlist-popup-block .amwishlist-toolbar.-footer {
  z-index: 1;
  border-radius: 0 0 15px 10px;
  background: #fff;
  box-shadow: 0 -10px 30px rgba(154, 162, 181, 0.5), 0 -5px 15px rgba(154, 162, 181, 0.14);
}
.amwishlist-popup-block .amwishlist-button.-addtolist {
  max-width: 100%;
  width: 100%;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  margin: 0 -6px 0 0;
  padding-right: 6px;
  max-height: 48vh;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #5f5e5e;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-content-tab.-active {
  padding: 0 1px;
}
.amwishlist-newlist-block .amwishlist-button.-plus {
  padding: 0 0 30px;
  text-align: left;
  width: auto;
}
.amwishlist-newlist-block .amwishlist-newlist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.amwishlist-newlist-block .amwishlist-form {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.amwishlist-newlist-block .mage-error {
  flex-basis: 100%;
  order: 3;
}
.amwishlist-newlist-block .amwishlist-input {
  flex-basis: 68%;
  font-size: 12px;
  max-width: 240px;
  order: 1;
}
.amwishlist-newlist-block .amwishlist-button.-add {
  height: 32px;
  margin: 0 0 0 10px;
  max-width: 70px;
  min-width: 70px;
  order: 2;
  padding: 0 10px;
}
.amwishlist-newlist-block .amwishlist-messages-list {
  order: 3;
}
.amwishlist-page-title .amwishlist-button.-prev {
  padding: 0 0 20px;
  color: #757575;
}
.amwishlist-page-title .amwishlist-title-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.amwishlist-page-title .amwishlist-field-block.-title {
  z-index: 2;
  flex-basis: 100%;
  order: 1;
  margin: 0 auto 0 0;
  letter-spacing: .25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
}
.amwishlist-page-title .amwishlist-messages-list {
  order: 2;
}
.amwishlist-page-title .amwishlist-toolbar {
  display: flex;
  align-items: flex-start;
  flex-basis: 100%;
  order: 3;
}
.amwishlist-page-title .amwishlist-toolbar:not(.-deletable) {
  justify-content: space-between;
}
.amwishlist-page-title .amwishlist-toolbar.-deletable {
  justify-content: flex-end;
}
.amwishlist-page-title .amwishlist-toolbar.-deletable > .amwishlist-button:not(:last-child) {
  margin: 0 20px 0 0;
}
.amwishlist-page-title .amwishlist-toolbar > .amwishlist-button,
.amwishlist-page-title .amwishlist-toolbar .amwishlist-button.-share {
  height: 34px;
}
.amwishlist-page-title .amwishlist-toolbar:not(.-deletable) > .amwishlist-button:not(:last-child) {
  margin: 0 10px 0 0;
}
.amwishlist-page-title .amwishlist-counter {
  display: block;
  flex-basis: 100%;
  order: 2;
  padding: 0 0 20px 0;
  color: #757575;
  font-size: 12px;
}
.amwishlist-types-checker {
  padding: 0 0 25px;
}
.amwishlist-types-checker .amwishlist-label {
  display: flex;
  align-items: center;
  display: inline-flex;
  margin: 0;
}
.amwishlist-types-checker .amwishlist-label:not(:last-child) {
  margin: 0 20px 0 0;
}
.amwishlist-types-checker .amwishlist-input {
  margin: 0 7px 0 0;
}
.amwishlist-overlay-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.amwishlist-overlay-block.-active {
  display: block;
}
.amwishlist-toolbar:not(.-deletable) .amwishlist-sharesocials-container > .amwishlist-button {
  margin: 0 10px 0 0;
}
.amwishlist-sharesocials-container {
  position: relative;
}
.amwishlist-sharesocials-container .amwishlist-social,
.amwishlist-sharesocials-container .amwishlist-button.amwishlist-social.-mail {
  min-width: 40px;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.amwishlist-sharesocials-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  right: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(154, 162, 181, 0.2);
  transition: visibility .1s ease, opacity .1s ease;
  transform: translateX(50%);
}
.amwishlist-sharesocials-dropdown > .amwishlist-social:not(:first-child) {
  margin-left: 15px;
}
.amwishlist-sharesocials-dropdown:not(.-opened) {
  visibility: hidden;
  opacity: 0;
}
.amwishlist-toolbar.-deletable .amwishlist-sharesocials-dropdown {
  right: 0;
  transform: none;
}
.amwishlist-sharesocials-container .amwishlist-social {
  background: center / 100% no-repeat;
}
.amwishlist-sharesocials-container .amwishlist-social:hover {
  filter: brightness(1.3);
}
.amwishlist-sharesocials-container .amwishlist-social.-mail {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9IiNGRjU2MDQiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMzAuMjE0IDEyLjE0M0g5Ljc4NkwyMCAyMC41NTZsMTAuMzMtOC4zOWEuNzEuNzEgMCAwMC0uMTE2LS4wMjN6Ii8+PHBhdGggZD0iTTIwLjQ5NiAyMi4xODFhLjc4Ni43ODYgMCAwMS0uOTk2IDBMOSAxMy41MzF2MTMuNTRjMCAuNDM0LjM1Mi43ODYuNzg2Ljc4NmgyMC40MjhhLjc4Ni43ODYgMCAwMC43ODYtLjc4NlYxMy42NDdMMjAuNDk2IDIyLjE4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDkpIiBkPSJNMCAwaDIydjIySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amwishlist-sharesocials-container .amwishlist-social.-facebook {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQwIDIwQzQwIDguOTUzIDMxLjA0NyAwIDIwIDBTMCA4Ljk1MyAwIDIwYzAgOS45ODQgNy4zMTMgMTguMjU4IDE2Ljg3NSAxOS43NThWMjUuNzhoLTUuMDc4VjIwaDUuMDc4di00LjQwNmMwLTUuMDEyIDIuOTg0LTcuNzgxIDcuNTU1LTcuNzgxIDIuMTg3IDAgNC40NzYuMzkgNC40NzYuMzl2NC45MjJoLTIuNTIzYy0yLjQ4NSAwLTMuMjU4IDEuNTQzLTMuMjU4IDMuMTI1VjIwaDUuNTQ3bC0uODg3IDUuNzgxaC00LjY2djEzLjk3N0MzMi42ODggMzguMjU4IDQwIDI5Ljk4NCA0MCAyMHoiIGZpbGw9IiMxODc3RjIiLz48cGF0aCBkPSJNMjcuNzg1IDI1Ljc4MUwyOC42NzIgMjBoLTUuNTQ3di0zLjc1YzAtMS41ODIuNzczLTMuMTI1IDMuMjU4LTMuMTI1aDIuNTIzVjguMjAzcy0yLjI4OS0uMzktNC40NzYtLjM5Yy00LjU3IDAtNy41NTUgMi43NjktNy41NTUgNy43OFYyMGgtNS4wNzh2NS43ODFoNS4wNzh2MTMuOTc3YzEuMDIuMTYgMi4wNjMuMjQyIDMuMTI1LjI0MiAxLjA2MyAwIDIuMTA1LS4wODIgMy4xMjUtLjI0MlYyNS43OGg0LjY2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');
}
.amwishlist-sharesocials-container .amwishlist-social.-twitter {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjBDMCA4Ljk1NCA4Ljk1NCAwIDIwIDBzMjAgOC45NTQgMjAgMjAtOC45NTQgMjAtMjAgMjBTMCAzMS4wNDYgMCAyMHoiIGZpbGw9IiM1NUFDRUUiLz48cGF0aCBkPSJNMTkuNDAxIDE2LjI1NmwuMDQyLjY5Mi0uNy0uMDg0Yy0yLjU0Ni0uMzI1LTQuNzctMS40MjctNi42NTktMy4yNzdsLS45MjMtLjkxOC0uMjM4LjY3OGMtLjUwMyAxLjUxMS0uMTgyIDMuMTA3Ljg2OCA0LjE4LjU2LjU5My40MzMuNjc4LS41MzIuMzI1LS4zMzYtLjExMy0uNjMtLjE5OC0uNjU3LS4xNTUtLjA5OC4wOTkuMjM3IDEuMzg0LjUwMyAxLjg5Mi4zNjQuNzA3IDEuMTA1IDEuMzk5IDEuOTE3IDEuODA4bC42ODUuMzI1LS44MTEuMDE0Yy0uNzg0IDAtLjgxMi4wMTQtLjcyOC4zMS4yOC45MTkgMS4zODUgMS44OTMgMi42MTYgMi4zMTdsLjg2OC4yOTctLjc1Ni40NTJhNy44NzYgNy44NzYgMCAwMS0zLjc0OSAxLjA0NWMtLjYzLjAxNC0xLjE0Ny4wNy0xLjE0Ny4xMTMgMCAuMTQgMS43MDcuOTMyIDIuNyAxLjI0MyAyLjk4LjkxOCA2LjUyLjUyMiA5LjE3Ny0xLjA0NiAxLjg4OS0xLjExNSAzLjc3Ny0zLjMzMyA0LjY1OS01LjQ4LjQ3NS0xLjE0My45NTEtMy4yMzQuOTUxLTQuMjM2IDAtLjY1LjA0Mi0uNzM1LjgyNS0xLjUxMi40NjItLjQ1Mi44OTYtLjk0Ni45OC0xLjA4Ny4xNC0uMjY4LjEyNS0uMjY4LS41ODgtLjAyOC0xLjE4OS40MjMtMS4zNTcuMzY3LS43Ny0uMjY5LjQzNC0uNDUyLjk1Mi0xLjI3Ljk1Mi0xLjUxIDAtLjA0My0uMjEuMDI3LS40NDguMTU0LS4yNTIuMTQyLS44MTEuMzUzLTEuMjMuNDhsLS43NTYuMjQtLjY4Ni0uNDY1Yy0uMzc3LS4yNTUtLjkxLS41MzctMS4xODktLjYyMi0uNzEzLS4xOTctMS44MDUtLjE3LTIuNDQ4LjA1Ny0xLjc0OS42MzUtMi44NTQgMi4yNzQtMi43MjggNC4wNjd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+');
}
.amwishlist-sharesocials-container .amwishlist-social.-pinterest {
  background-image: url('data:image/png;base64,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');
}
.amwishlist-sharesocials-container .amwishlist-social.-linkedin {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAnsAAAIcCAYAAACOxWh1AAAACXBIWXMAAC4jAAAuIwF4pT92AAAgAElEQVR4nO3dzXEbSZ7w4ZyJvkuvBdTeFidxLBDHAITogajT1m3YFohtwbBvuA1lwVILA5qyYMgTjktZsKIF/UZSCQnCB4mPKqDqX88TgdAsyZZQBcXqF5mVmX/5888/0yENqvHLlNJxeb0sr+ODvikA6J6vKaXbmV9vJ6PhV58je4+9QTV+lVI6mXkdLfwQAFCHLyX8rlNKN5PR8N5d7Z+9xF4ZvTsrr9cLPwAA7MNdSukqv4z69UejsTeoxnk69jyl9G7hmwDAIX0s0XfjU4itkdgbVOM8PXuRUnqz8E0AoE0+53+zRV9ctcZeeR7vwkgeAHTOpzwb57m+eP5a1xUNqvF5eQhU6AFA97zN/44PqvGFzy6WnUf2ymjelSlbAAgjL+Q4NcoXw04je4NqfFpG84QeAMTxuozynfpMu2/r2CvTtv+dUnqx8E0AoOvyv+//Xf69p8O2msYdVOMrz+YBQG98nIyGZz7ubtp4ZE/oAUDvvCv//tNBG8We0AOA3hJ8HbV27A2q8aXQA4BeE3wdtNYze4NqnOfp/7XwDQCgj95PRkPR1xHPxl453/bfC98AAPrsb5PR8NbfgPZ7chp3UI1fppSuF74BAPTddekEWu7J2Cvn3B4tfBUA6LujcoIWLbdyGndQjU9SSn8sfAMA4Ie/T0bDG/ejvZ4a2VPrAMBz9ELLLY29QTU2fQsArOOodAMttTCNWx62vHfmLQCwpoeU0qvJaPjVDWufZSN750IPANjAi9IPtNCq2AMA2MS5rVja6afYKydlGNUDADaV++HUXWuf+ZG9s77fEABga2YHW+j7Ao1BNX6VUvrfvt8QAGAn/zEZDe/dwvaYHdkz9AoA7EpPtIzYAwDq5JGwlnmcxi2rZ/6v7zcDAKjF/7PnXntMR/aO+34jAIDanLiV7TGNPR8KAFAXg0gtYmQPAKibQaQWmcbeq77fCACgNrqiRaax97rvNwIAqM2RW9kef3WOHQBQt3JYAy3wV8/rAQANEHstMX82LgAAgYg9AIDAxB4AQGBiDwAgMLEHABCY2AMACEzsAQAEJvYAAAITewAAgYk9AIDAxB4AQGBiDwAgMLEHABCY2AMACEzsAQAEJvYAAAITewAAgYk9AIDAxB4AQGBiDwAgMLEHABCY2AMACEzsAQAEJvYAAAITewAAgYk9AIDAxB4AQGBiDwAgMLEHABCY2AMACEzsAQAEJvYAAAITewAAgYk9AIDAxB4AQGBiDwAgMLEHABDYLz7czvucUrqfez3lOKX0MqX0qrzePPGzAEDHib1u+ZJSuimv28loeLvFu7+Z/8KgGucAPCkheJpSerHwXwEAnST22i8H3nVK6WrLuHtW+X2//94l/s5K+B314zYDQExir70+lsBbGIlrWom/8/waVOPTEn5v+/6BAEAXib12eUgpXebXZDT82oZ3NhkN86ji9aAa5+f7LkzzAkC3iL12aF3kzZuMhnnhx9mgGr8s7/Xdwg8BAK0j9g4vT9delJhqvRKjOfryKN+V1bwA0G5i73DywouzQzyTV4cSpyflmb4rU7sA0E42VT6M3/M2J10NvVnlmb78PN+nhW8CAAdnZG+/Hspo3nWkiypTu6eDapxX8P5z4QcAgIMxsrc/d3naM1rozZqMhnnhxt9K1AIALSD29mMaeo1sitwm5RpflWsGAA5M7DXv42Q0PG7rlipNKNd6IvgA4PDEXrNy6J1FvsBVBB8AtIPYa05vQ29K8AHA4Ym9Ztz1PfSmBB8AHJbYq99diRuKmeCzShcA9kzs1Wu6j15vFmOsayb4AIA9Env1OuvD9irbKvfm126+ewDoJrFXn98jb5hcl7LxsqPVAGBPxF498nN6FxEuZE/OPL8HAPsh9upx7jm99ZV7ZbUyAOyB2Ntd3k/vpusXsW9lyvtzv64aAPZP7O0mT0Wed/kCDszoHgA0TOzt5tL07fYmo+F9XtjS1fcPAF0g9raXR/Uuu/rmW+TCYg0AaI7Y255RvRqUe3jV+QsBgJYSe9sxqlcv9xIAGiL2tnNlVK8+5dm9j1GuBwDaROxtx0hU/Zw+AgANEHubuysjUdSo7Lv3xT0FgHqJvc1ZTNAco3sAUDOxtzlB0hwhDQA1E3ubMYXboMloeGvPPQCol9jbjDNwm2fkFABqJPY2I/aa5x4DQI3E3maESPNuo18gAOyT2FvfFxspN688twcA1ETsrU+E7M/nvlwoADRN7K1P7O2PFc8AUBOxtz4Bsj/uNQDUROytT4Dsj3sNADURe7SR2AOAmoi99QkQAKBzxN6aHJMGAHSR2AMACEzsAQAEJvYAAAITe2saVOOXnXijAAAzxN76jrvyRgEApsQebfTKpwIA9RB76xMg++NeA0BNxN76BMj+uNcAUBOxtz7P7O2P2AOAmoi99QmQ/XnTlwsFgKaJvfW97sob7bJBNRbVAFAjsbeBQTU+6cyb7S73GABqJPY2I0Sa5x4DQI3E3mZOu/RmO0rsAUCNxN5mXjs2rTmDapxXPB9FvT4AOASxtzmje805i3phAHAoYm9zYq857i0A1Ezsbe6t7UHqZwoXAJoh9rZjurF+59EuCADaQOxtR5jUqCx6eRfmggCgRcTedl4MqrHRvfqIZwBoiNjb3kVX33iblFE9sQcADRF72zsyuleLHHovAlwHALSS2NvNhU2Wt2dUDwCaJ/Z2cyRWdnJpVA8AmiX2dvfBvnubG1TjEytwAaB5Yq8eVxEuYl/K9K17BgB7IPbq8WZQja3OXd+F0zIAYD/EXn0+lCO/eMKgGufzb/+x+icAgDqJvXpdW527Wolh07cAsEdir155avIm0gXVZeY5PatvAWCPxF79Xg+qsdGrRdf53ix8FQBolNhrxjvB90O5F28WvgEANE7sNUfw/Qg9++kBwIGIvWb1OviEHgAc3i8+g8bl4EuT0fAs+HV+VxZjXJu6BYDDM7K3Hzn4bvuwLUs5Ou5G6AFAO4i9/ckrUW8jb7xczru9teoWANpD7O1X3ofv3xGPVhtU48uU0h/20QOAdvHM3mF8KKNgZ5PR8L7LFzJzKobRPABoIbF3OPmZtv8dVOPfUkqXk9Hwa5fefHn+8MI5twDQbqZxD+9DeZavM6t1yzT0vdADgPYzstcO+Vm+f5WIupiMhq3bm6+M5OUgPS/vFwDoALHXLrPRl4Pv6tDP9JWtVM5L6Fl8AQAdI/ba6ahM7+aFHJ/KBsXX+3qurwTeaQk8Cy8AoMPEXvu9La884ve5bFh8MxkNb+p652WKNq+qPSmRJ/AAIAix1y1vyiuP+OU3flcWStyWXx+nfJeF4EzQZa/K67j8Ku4AICix122vy+vt7FWUEAQAsPUKAEBkYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQ2C8+XICDekgp3W7xBo5TSi8WvgowR+wBNOtzSul+7vV1MhpuE3hPGlTjVymlV+VnXpYgTOXXl+V7R0/9HkA8Yg+gPjnsbspI3e1kNLzf570tf97sn3m98EM/R+HxzK9GCiEosQewvWnc3UxGw5uu3MeZKPzpPZcInIbfSUrpzcJ/DHSO2ANY30MZLcuRdD0ZDb9GunczEfh9RHBQjafhl19vF/4joPXEHsDzPqWUriaj4dJp0cjKs4X5dZm+xV+OvtPy8vwfdIDYA1juSwmcq2gjeLso09X5dV5G/c6EH7Sb2Nvdr1tum8C3fyTeBbgPH3MQLHyVVdr+uX8sgdeZZ/AOpYz6nc+E33kJPws9oEXE3u5u/aOwnTIdFMG9vwPra+nnPn0W72LfK2ijKOGXQz5/xmcl/F73/b5AG4g9oM8eylTtpana+kxGwzzSfVXCPsoIPnSW2AP66vcykifyGjJ9vm9QjS/yvRZ9cBhiD+ibvLL23HTt/pR7fSb64DDEHtAXeXXtmecrD2cm+i7L9LlNm2EPxB4Q3UN5Ju/CJ90OZTHHyaAan5bos20LNOivbi4QWD7O7FjotVPZpPq4PD8JNMTIHhDVr5PR8NKn225lgUzep++67FdplA9qZmQPiOYupfQ3odct5VnK47KpNVAjsQdEkkPhpDwTRsfkUb7JaJj35XtfnrUEaiD2gAhyGLzPoWDfvO4rmzKflFFaYEdiD+i6hzKa53ziQKYrdsu+iMAOxB7QZXnk55Vp25jKtO6p5/hgN2IP6Krp83mmbYMrz/H92vf7ANsSe0AXffR8Xr+U1dXv+34fYBtiD+iaj2Wkh54pz2UKPtiQ2AO65Feh12+CDzYn9oCueG+jZJLgg42JPaALfre1CrPK3werdGENYg9ou/yM3rlPiXllSl/wwTPEHtBmFmPwnHMnbcDTxB7QVndCj+eU7XdOnaULq4k9oI3uylFZ8KzJaHhfgg9YQuwBbZNHaGyYzEYmo+FNSuk3dw0WiT2gbc6cdcs2JqPhhef3YJHYA9rkt8loeO0TYQee34M5Yg9oi89lZAa2Vp7f8/cIZog9oA0en9PzSVCHctLKZzcTvhF7QBuclREZqIuNuKEQe8ChffKcHnUri3yszqX3ktgDDsz0LU26tFgDxB5wWPbTozHl75bpXHpP7AGH8tn0LU2bjIZXKaUvbjR9JvaAQzF9y74Y3aPXfun7DQD2q+ylZx809iaPIA+qcd6K5Y27Th8Z2QOgDy59yvSV2AMgvPJ8qGf36CWxB0BfeHyAXhJ7APSClbn0ldgDoE+ufNr0jdgDoE8s1KB3xB4AvVFO1fjoE6dPxB4AfWMql14RewD0ymQ0vLFQgz4RewD0kWf36A2xB0AfXfvU6QuxB0DvTEbD+5TSnU+ePhB7APSVhRr0gtgDoK9M5dILYg+AXjKVS1+IPQD6zFQu4Yk9APrsxqdPdGIPgN6ajIa3NlgmOrEHQN8Z3SM0sQdA31mVS2hiD4C+M7JHaGIPgF6bjIZfbcFCZGIPAIzuEZjYAwCxR2BiDwBSunUPiErsAdB75eg0++0RktgDgG+M7hHSLz5WgEWDavwypXRcvnGy8APfvpd/5r68Zk2f/7otKz3phvy5vfVZEY3YA3pvUI2PS9DlX1+llN5scE+W/eyH6f8YVOOHMmJ0W2LiRgC2lpE9QhJ7QO8MqnEOutMSeE2P5LwoQZhf/0jf/vy8p9tVPrmhPCtGC0xGw5tBNfZREI7YA3qhTMvmwDtPKb0+8DXnP/+f+TWoxp9z+E1Gw6uFn+IQ8iKNI3eeSMQeEFoZxbsoofeihdf6OOo3qMb5PV6IvoO7FXtEYzUuEFKOvEE1zuH0vymldy0NvVk5MP41qMb3g2q8bEEI++G5PcIxsgeEUqZrz2cXSXRMjr4/BtX4U0rpzGKOvRN7hGNkDwijjIjddjj0ZuWFI/dlpTD7Y8EM4Yg9IIRBNb7MI2LBnrfKU8//HlTjs4Xv0IjJaGhkj3DEHtBpedp2UI1vp9uaBPWvsoCD/bhzn4lE7AGdVaY4b1uwlco+fCgLTmie5yQJRewBnVRC76Zn22S8M6W7FzcteA9QG7EHdM5M6LV9O5Um5Cnd03iX1SpG9ghF7AGdUjZJ7mvoTV1ZpdsoizQIRewBnVH20Lvueeilcv2e32uOkT1CEXtAl1z2ZDHGOl5bodsM268QjdgDOmFQjc/LsWf88MF0bmMegl4XPST2gNYrz+kZxVruculX2ZXRPcIQe0AXXHlOb6U35Zg4gKXEHtBqZV+5Nz6lJ1msUT8je4Qh9oDWKqtvTd8+78joXu2syCUMsQe02XnPTsjYhSiul9gjDLEHtFIZ1Tv36aztTVnIQj1M4xKG2APa6tyijI2JY2CB2APayoH/m3PP6nMf5UJA7AGtU1bgelZvcy8G1fi0a2+6jSajodgjDLEHtJERqu2JPeAnYg9olbLIwL562xN7wE/EHtA2YmU3L5yXW5vPQa6DnhN7QNuYwt2dYAa+E3tAa5Qp3Nc+kZ05TQP4TuwBbWJEqh6eeQS+E3tAm4i9mjgrtxY3Aa4BxB7QKkak6mORBvBI7AGtYCSqdmIPeCT2gLYQe/USe8AjsQe0hdirl1XNwCOxB7SF5/VqZnPlnTkflxDEHnBwoqQxL4Ne176IPUIQe0AbvPIpNMLUOCD2gFYwstcMI3uA2ANawQhUM0Q0IPaAVjACBdAQsQe0gW1CmmGFMyD2gMMaVGOLMwAaJPaAQxN7DRpUY1Pk0HNiDzg0sdcsizSg58QecGhiD6BBYg84NNOMAA0Se8ChmWZslvu7vduuvnGYJfYAYjNyuqXJaPi1k28c5og94NDECECDxB5waDZUBmiQ2AMACEzsAcRmmhx6TuwBB+N0h72wGhd6TuwBhyREABom9gAAAhN7AACBiT0AgMDEHgBAYGIPACAwsQcAEJjYAwAITOwBAAQm9gAAAhN7AACBiT0AgMDEHgBAYGIPACAwsQcAEJjYAwAITOwBAAQm9gAAAhN7AACBiT0AgMDEHgBAYGIPACAwsQcAEJjYAwAITOwBAAQm9gAAAhN7AACBiT0AgMDEHgBAYGIPACAwsQcAEJjYAwAITOwBAAQm9gAAAhN7AACBiT0AgMDEHgBAYGIPACAwsQcAEJjYAwAITOwBAAQm9gAAAhN7AACBiT0AgMDEHgBAYGIPAJYYVOOXi1+F7hF7ALDc8dKvQseIPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwMQeAEBgYg8AIDCxBwAQmNgDAAhM7AEABCb2AAACE3sAAIGJPQCAwP7yn//1PycppT98yFu7Syl97eh7P7RXKaWjANfxJaV0v/BV1vEypfTanWrUQ0rpNvD1Ncnfz938fTIa3nT5AqL4pe83oAb+HwFHQaKVmF6klN74bKG/TOMCAAQm9gAAAhN7AACBiT0AgMDEHgBAYGIPACAwsQcAEJjYAwAIzKbKAABrGlTjfPLYcTlhZfrrKl/LCTb5lKX7Q50oIvYAAFYYVOMcdGcppZMtT816O/0fg2qcf/mcUsrRdz0ZDfdylKHYAwCYMajG+ez285TSaQPHYb4prw+DapzPVr/Kr8lo2NgZ62IPAODHFO3FHs+TziH5oYTfp5TSZRNTvWIPAOi1HSLvc/n1vrymXpVX2uD3zNO9bwfVOP+e53VO8Yo9AKCXBtX4ZZlGfbvG9ecp1+vyvN3tJtOuZVr4ZOb11NRwjsN/D6rx7zlAJ6Ph14Wf2NBf/vO//if/oX/4aw4A1Ojvh1p9uo5BNT4toffiiR9v5Jm6mUUfZ8/8+Q/5Zyaj4fXCdzYg9gCAJrQy9spo3mVK6d3CN3/4XJ6f2ymy1nw/Z2UK+anRvt8no+H5wlfXJPYAgCa0LvbKdOr1E1uo3JXn5fb+vteIvvzeTraZ1nWCBgAQXpk6vV0Renm69NfJaHh8qECdjIZ5qjjH6G8L3/wmv+/bch0bEXsAQGglkG5WPB+Xp2xz5F0ufOcAJqNhHt37WxnJm5dH/W42DT6xBwCE9Uzo5WfhTprc0HgbZduV/JjdxyX/+YtNg0/sAQAhPRN673dZ9NC0/GzeZDTMz/G9X/JHTYPvqXN5vxN7AEA4JYTyYoz50Hsoi0euunDN5X3uFHxiDwCI6HrFytaTNu//t8wTwfe6bCPzJLEHAIQyqMarjj57X+cxZPv0RPC9K9u2rCT2AIAwynN6H5Zcz69dmbpdpbz/35d8+7LsIbiUs3EBgEiWBd2nTbdWGVTj/PMb72m3RB5J/Dpzpu5OZ93mRSUlaGdHLl+U6z5Z+A/EHgAQRZnOnN80+Us5g3ZT80G1renv8TjaOKjGn/LzhDuOMp6ViJxdfPImn/e77Ig307gAQOfNnHk772zX0bSavU0p/WtQjbc6DSN9G93L+wIu2zZm2fWLPQAghPMl26zk6du2rrx9vc1pGFNlZPDz3JePli3WEHsAQATLRrpau2lysfFpGHOWXd/F/Bc8swcAdFoZzZof1fvYxDFok9HwLwtfXKGskD0pr3fLf+rxfV+uWlzxlLyNzKAaf5z7vY/mn90zsgcAdN1aI1z7lmMzT7eWY8/+I6V0t+ItvNlhdG/Zc3o/TeWKPQCgs8ro2fwK3EZG9XZR3s9JWR28zMKzdusom0TPP7v3dvYYNbEHAHTZskhq5ebJZVXwqhHHXfb0W3a9p9P/IfYAgC47nXvvX1p+9u3CPnjF1nv6lZW5D3NfFnsAQLeVqcr5KdxVMdUKDe75Nx+4b6f/Q+wBAF21bAVrm0f1mrQQuYNq/Hh/xB4A0FULz7ktOy6sJ5ZF7uP9EXsAQFfNj+yt2tqkNZ7YYmX+mbuNlNW+87+H2AMAOu3V3Ju/7cDFLNsTMK0YmdvU/PU/3h+xBwB01dHc+27V3nrzykkfq07SqGP6eT4YH1f4Oi4NAOicspnyvFaO7JVVw3lE78PCN795aHIV8S8dGfIEALql6VG2ZbHX1LYm301XuK7hVXmdrLGH3kVNW7Isbbpf8m8+qMYL3wAA2Fbbjiur0R81/375aLdl59tuYyEYc5xOn9lr/eoVAKAzVp3/ys9y6C077q1W09iLWt8AwP7piqflZ/Te7yP00swCjdvZYzUAAHbQ11MsnvKl9FZeiHHd4LFp875OY+/miRUiAACbWLpQIIjfVlxGXnH7j4WvpvRpMhqeLny1GQuLViaj4e3syB4AQB32MbK3rF0WYqduk9HwYtVvWbaDmZ8pfTuoxqd7OsZt6fU/PrNXhhI/L3wXAGAzd/uYolzxZyyNnT06W3JkWXZV9tpr2vyf8bhQZvYEjb4eHAwA1Odqj/dyfjeRVefO7kUJ0GXHob3Y032Zv/7HhTJiDwCo0z57Yn7V70FjL30LvqsVs6WP07kLX63X/ObNj1Pd32OvbH647M0BAKzjbs+bKc8/t3e04hi1fdv7dO6gGi8L3Z9jb/omFn4MAGA9dZ0Esa5lC0HWPc6sMSV4l92LJqdzl133YuyVocdlJQoA8JSH0hF7MxkNWxl76ceq3WUnlDU1nTu/QXP+PBZjr1hWogAATzlUP3ya+79P97TydR2rTsiodTq3TF2/nvvy92cnV8We0T0AYF0PB4y9+QUheap0X5sYP6mMrP2+5Gfqns5ddr2rY68sGza6BwCs63LFvnf7sGz176oRtUO4mO53N6fO6dz57V4eZjdxXoi99GOeedkbAwCY9eWpUyWaViJzfir3zaAat+XZva9PxOfO07mDapx/76O5L/8UwEtjr1j1xgAA2tQLy2YkDxag88pCkvkgTTVN5y67zp++tjL2yhv7uPANAIBvPq5YEbtX5T3Mr3xtzehesWrvvbfbvs8Vo3qf5/c6XBl7xbnpXABgiS9LnhU7pGWje61Zg/DEUWppm+nc8vPPjuql52KvvLFWrGgBAFrl9ICLMhasOKbs9aAaL8TPoax4j6mMzm36Pi9WjOotjLQ+GXvpx7Lh9wvfAAD66v10w96WWRZMH1YcJXYoq6Zz/7HudG75uX8sfGPF85N/+fPPPxe+uMygGl+u+I0BgP74fTIarpqOPLhBNc6jZ+/m3kd+nu9kk5HI8jzcwjm7daw8LluuLAvQ++dOISnTt/dlcces31a9t7VjL62+gQBAP+QFGUtHj9riiRj6NBkNO/9o2qAa3y45LeNuMhoui8dHz07jziofsBW6ANA/rQ+99PR6g7dl0KqzyvufD720avp2aqPYS4IPAPqoE6E3VRYp/LbwjZTedTX4nphdffb5yY2mcef+0Dxf/8+FbwAAkfw6GQ07eYzqoBrnkyTeLnyjY/H6ROitdR1bx1768YDh1ZJ5cQCg2/KK0bPZM1a7pjy/d7Ni6jPPUp63afuYeeX95/v/ZuGbGzyDuPE07qzyF+B4xZ4xAEA35X/Xj7sceunH83snS07XSGWk7GZQjRdW3LZB2S7mZkXo3W1yTN1OI3uzyqaF50b5AKCz8mjeRVenbVd5ZoTvoYzwteZZvvKo3MWKptp4G5naYq+8uVflaJJl8+MAQHt9LKF3H/EzemZKNJXRzLNDXn8Zzbt84j1u9axhrbE3VXZ2vnjizQIA7fC5RN7CMVsRrXFIxN6jtwyWXaxYhDG1ctPk5zQSe1Ml+s6eefMAwP7lqLnqS+TNWnOBab4/l00eC7dmJz2Uc4i3/pwajb2pMnR6Vl7L5ssBgObdlci5avMq1H0oo2lXa8xCTu/ZdR2jfWWq9qSsczha+IGffSpTyzt9VnuJvVnl5p6U3a2P17hQAGA7X8rChMdX1OfxdlHOwL1Ys0em9/N2+noqxErzvCq9M428df+cs7pGXfcee/PKqN/0Jryc+RUAWN99eX1dJ0T4obTI+Y67ityVe/9qh4GsL+V5wVpXBh889tp2UN8AAABdSURBVAAA2mDmsbN1pljrdFeeD2xk+xexBwAwZ2bxxGlDewh/KVvBXDW5CCSJPQCAp5VFFaflmbvjLePvYe75yUYDb5bYAwDYwMx6g+kCjFVy0D0+Q3mw5ydTSv8foyEK3BaDSLAAAAAASUVORK5CYII=');
}
.amwishlist-sharesocials-container .amwishlist-social.-line {
  background-image: url('data:image/png;base64,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');
}
.amwishlist-sharesocials-container .amwishlist-social.-telegram {
  background-image: url('data:image/png;base64,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');
}
.-deg0,
.ammessenger-widget-container .ammessenger-widget-component.-items-2 .ammessenger-messengers-container .ammessenger-item:nth-child(3),
.ammessenger-widget-container .ammessenger-widget-component.-items-3 .ammessenger-messengers-container .ammessenger-item:nth-child(3),
.ammessenger-widget-component.-items-4 .ammessenger-messengers-container .ammessenger-item:nth-child(4),
.ammessenger-widget-component.-items-5 .ammessenger-messengers-container .ammessenger-item:nth-child(4) {
  top: 30px;
  left: 0;
}
.-deg45,
.ammessenger-widget-container .ammessenger-widget-component.-items-2 .ammessenger-messengers-container .ammessenger-item:nth-child(2),
.ammessenger-widget-container .ammessenger-widget-component.-items-3 .ammessenger-messengers-container .ammessenger-item:nth-child(2),
.ammessenger-widget-component.-items-4 .ammessenger-messengers-container .ammessenger-item:nth-child(3),
.ammessenger-widget-component.-items-5 .ammessenger-messengers-container .ammessenger-item:nth-child(3) {
  top: 8px;
  left: 8px;
}
.-deg90,
.ammessenger-widget-container .ammessenger-widget-component.-items-2 .ammessenger-messengers-container .ammessenger-item:nth-child(1),
.ammessenger-widget-container .ammessenger-widget-component.-items-3 .ammessenger-messengers-container .ammessenger-item:nth-child(1),
.ammessenger-widget-component.-items-4 .ammessenger-messengers-container .ammessenger-item:nth-child(2),
.ammessenger-widget-component.-items-5 .ammessenger-messengers-container .ammessenger-item:nth-child(2) {
  top: 0;
  left: 30px;
}
.-deg135,
.ammessenger-widget-component.-items-4 .ammessenger-messengers-container .ammessenger-item:nth-child(1),
.ammessenger-widget-component.-items-5 .ammessenger-messengers-container .ammessenger-item:nth-child(1) {
  top: 8px;
  left: 52px;
}
.-deg180 {
  top: 30px;
  left: 60px;
}
.-deg225 {
  top: 52px;
  left: 52px;
}
.-deg270 {
  top: 60px;
  left: 30px;
}
.-deg315,
.ammessenger-widget-component.-items-4 .ammessenger-messengers-container .ammessenger-item:nth-child(5),
.ammessenger-widget-component.-items-5 .ammessenger-messengers-container .ammessenger-item:nth-child(5) {
  top: 52px;
  left: 8px;
}
.ammessenger-widget-container {
  position: fixed;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 999999;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.ammessenger-widget-component {
  position: relative;
  width: 100%;
  height: 100%;
}
.ammessenger-widget-component.-items-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ammessenger-widget-component > .ammessenger-item.-single {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: transform 0.03s;
}
.ammessenger-widget-component > .ammessenger-item.-single:hover {
  transform: scale(120%);
}
.ammessenger-messengers-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ammessenger-messengers-container .ammessenger-item {
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: top 0.03s, left 0.03s, transform 0.03s;
  pointer-events: none;
}
.ammessenger-messengers-container .ammessenger-icon {
  width: 100%;
  height: 100%;
}
.ammessenger-widget-component.-opened .ammessenger-messengers-container .ammessenger-item {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  transform: scale(2);
  pointer-events: all;
}
.ammessenger-widget-component.-opened .ammessenger-messengers-container .ammessenger-item:hover {
  transform: scale(2.5);
}
.ammessenger-widget-component:not(.-opened) .ammessenger-messengers-container .ammessenger-item:nth-child(n+6) {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.ammessenger-widget-component .ammessenger-toggle {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Amasty_MessengerWidget/images/icons/chat.svg') no-repeat center / contain;
  cursor: pointer;
}
.ammessenger-widget-component .ammessenger-toggle:hover {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Amasty_MessengerWidget/images/icons/chat_hover.svg') no-repeat center / contain;
}
.ammessenger-widget-component .ammessenger-toggle:active {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Amasty_MessengerWidget/images/icons/chat_active.svg') no-repeat center / contain;
}
.ammessenger-widget-component .ammessenger-toggle.-opened {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Amasty_MessengerWidget/images/icons/close.svg') no-repeat center / contain;
}
.ammessenger-widget-component .ammessenger-toggle.-opened:hover {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Amasty_MessengerWidget/images/icons/close_hover.svg') no-repeat center / contain;
}
.ammessenger-widget-component .ammessenger-toggle.-opened:active {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Amasty_MessengerWidget/images/icons/close_active.svg') no-repeat center / contain;
}
.ammessenger-widget-container.-top {
  top: 25px;
}
.ammessenger-widget-container.-center {
  top: calc(50% - 80px / 2);
}
.ammessenger-widget-container.-bottom {
  bottom: 25px;
}
.ammessenger-widget-container.-left {
  left: 25px;
}
.ammessenger-widget-container.-right {
  right: 25px;
}
.ammessenger-widget-container.-center.-left .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container,
.ammessenger-widget-container.-top.-left .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container,
.ammessenger-widget-container.-bottom.-left .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container,
.ammessenger-widget-container.-center.-left .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container .ammessenger-item,
.ammessenger-widget-container.-top.-left .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container .ammessenger-item,
.ammessenger-widget-container.-bottom.-left .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container .ammessenger-item {
  transform: scale(-1, 1);
}
.ammessenger-widget-container.-top.-left .ammessenger-widget-component.-opened.-drop-circle .ammessenger-messengers-container .ammessenger-item,
.ammessenger-widget-container.-bottom.-left .ammessenger-widget-component.-opened.-drop-circle .ammessenger-messengers-container .ammessenger-item {
  transform: scale(-2, 2);
}
.ammessenger-widget-container.-top.-left .ammessenger-widget-component.-opened.-drop-circle .ammessenger-messengers-container .ammessenger-item:hover,
.ammessenger-widget-container.-bottom.-left .ammessenger-widget-component.-opened.-drop-circle .ammessenger-messengers-container .ammessenger-item:hover {
  transform: scale(-2.5, 2.5);
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-circle.-items-2 .ammessenger-messengers-container .ammessenger-item:nth-child(1),
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-circle.-items-3 .ammessenger-messengers-container .ammessenger-item:nth-child(1) {
  top: -41px;
  left: 35px;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-circle.-items-2 .ammessenger-messengers-container .ammessenger-item:nth-child(2),
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-circle.-items-3 .ammessenger-messengers-container .ammessenger-item:nth-child(2) {
  top: -25px;
  left: -25px;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-circle.-items-2 .ammessenger-messengers-container .ammessenger-item:nth-child(3),
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-circle.-items-3 .ammessenger-messengers-container .ammessenger-item:nth-child(3) {
  top: 35px;
  left: -41px;
}
.ammessenger-widget-component.-opened.-drop-circle.-items-4 .ammessenger-messengers-container .ammessenger-item:nth-child(1),
.ammessenger-widget-component.-opened.-drop-circle.-items-5 .ammessenger-messengers-container .ammessenger-item:nth-child(1) {
  top: -53px;
  left: 55px;
}
.ammessenger-widget-component.-opened.-drop-circle.-items-4 .ammessenger-messengers-container .ammessenger-item:nth-child(2),
.ammessenger-widget-component.-opened.-drop-circle.-items-5 .ammessenger-messengers-container .ammessenger-item:nth-child(2) {
  top: -57px;
  left: 7px;
}
.ammessenger-widget-component.-opened.-drop-circle.-items-4 .ammessenger-messengers-container .ammessenger-item:nth-child(3),
.ammessenger-widget-component.-opened.-drop-circle.-items-5 .ammessenger-messengers-container .ammessenger-item:nth-child(3) {
  top: -38px;
  left: -38px;
}
.ammessenger-widget-component.-opened.-drop-circle.-items-4 .ammessenger-messengers-container .ammessenger-item:nth-child(4),
.ammessenger-widget-component.-opened.-drop-circle.-items-5 .ammessenger-messengers-container .ammessenger-item:nth-child(4) {
  top: 7px;
  left: -57px;
}
.ammessenger-widget-component.-opened.-drop-circle.-items-4 .ammessenger-messengers-container .ammessenger-item:nth-child(5),
.ammessenger-widget-component.-opened.-drop-circle.-items-5 .ammessenger-messengers-container .ammessenger-item:nth-child(5) {
  top: 55px;
  left: -53px;
}
.ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item {
  left: 50% !important;
  transform: translateX(-50%) scale(2);
}
.ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:hover {
  transform: translateX(-50%) scale(2.5);
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(1) {
  top: -30px;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(2) {
  top: -80px;
  transition: scale 0.03s, top 0.04s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(3) {
  top: -130px;
  transition: scale 0.03s, top 0.05s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(4) {
  top: -180px;
  transition: scale 0.03s, top 0.06s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(5) {
  top: -230px;
  transition: scale 0.03s, top 0.07000000000000001s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(6) {
  top: -280px;
  transition: scale 0.03s, top 0.08s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(7) {
  top: -330px;
  transition: scale 0.03s, top 0.09s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(8) {
  top: -380px;
  transition: scale 0.03s, top 0.1s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(9) {
  top: -430px;
  transition: scale 0.03s, top 0.11s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(10) {
  top: -480px;
  transition: scale 0.03s, top 0.12s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(11) {
  top: -530px;
  transition: scale 0.03s, top 0.13s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(12) {
  top: -580px;
  transition: scale 0.03s, top 0.14s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(13) {
  top: -630px;
  transition: scale 0.03s, top 0.15s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(14) {
  top: -680px;
  transition: scale 0.03s, top 0.16s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(15) {
  top: -730px;
  transition: scale 0.03s, top 0.17s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(16) {
  top: -780px;
  transition: scale 0.03s, top 0.18s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(17) {
  top: -830px;
  transition: scale 0.03s, top 0.19s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(18) {
  top: -880px;
  transition: scale 0.03s, top 0.2s;
}
.ammessenger-widget-container .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:nth-child(19) {
  top: -930px;
  transition: scale 0.03s, top 0.21s;
}
.ammessenger-privacy-policy {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.ammessenger-privacy-policy .ammessenger-popup {
  z-index: 1;
  box-sizing: border-box;
  padding: 30px;
  width: 90%;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.ammessenger-privacy-policy .ammessenger-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .6;
}
.ammessenger-privacy-policy .ammessenger-title {
  margin: 0 0 15px;
  color: #5384ec;
  font-size: 30px;
}
.ammessenger-privacy-policy .ammessenger-content {
  overflow: auto;
  margin-bottom: 30px;
  max-height: 45vh;
}
.ammessenger-privacy-policy .ammessenger-actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ammessenger-privacy-policy .ammessenger-button {
  padding: 10px 20px;
  border: none;
  background: #ffffff;
  color: #5384ec;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: 700;
}
.ammessenger-privacy-policy .ammessenger-button:active {
  box-shadow: none;
}
.ammessenger-privacy-policy .ammessenger-button.-accept {
  margin-bottom: 15px;
  background: #5384ec;
  color: #ffffff;
}
.ammessenger-privacy-policy .ammessenger-button.-accept:hover {
  background: #81a5f1;
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 24.75px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 0.5rem;
  width: calc(100% - 24.75px);
}
.field .control select[multiple] {
  height: auto;
  background: rgba(var(--input-bg), var(--input-bg-alpha));
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.opc-block-summary .order-attributes-form .field-tooltip-content {
  left: -270px;
  top: -55px;
}
.opc-block-summary .order-attributes-form .field-tooltip-content:before {
  left: 270px;
  top: 44px;
  transform: rotate(-90deg);
}
.opc-block-summary .order-attributes-form .field-tooltip-content:after {
  border-width: 9px;
  left: 271px;
  top: 44px;
  transform: rotate(-90deg);
  width: 0;
}
.amqorder-checkbox-container.-disabled,
.amqorder-qty-block.-disabled,
.amqorder-qty-block .qty-disabled {
  opacity: .8;
  pointer-events: none;
}
.amasty_quickorder-index-index .page-main {
  padding: 0;
  max-width: 100%;
}
.amasty_quickorder-index-index .column.main {
  background: #f9f9f9;
}
.amasty_quickorder-index-index .price-including-tax {
  display: inline-block;
  font-size: 14px;
}
.amasty_quickorder-index-index .price-excluding-tax {
  display: block;
  color: #adadad;
  font-size: 14px;
}
.amasty_quickorder-index-index .price-excluding-tax .price {
  color: #adadad;
}
.amasty_quickorder-index-index .price {
  color: #41362f;
}
.amasty_quickorder-index-index .page-title-wrapper {
  padding: 0 15px;
}
.amasty_quickorder-index-index .page-title-wrapper,
.amasty_quickorder-index-index .amqorder-wrapper,
.amasty_quickorder-index-index .amqorder-search,
.amasty_quickorder-index-index .page.messages {
  margin-right: auto;
  margin-left: auto;
  max-width: 1270px;
}
.amasty_quickorder-index-index .page.messages {
  padding: 0 15px;
}
.amasty_quickorder-index-index .messages > .message {
  margin-top: 25px;
}
.amasty_quickorder-index-index .page-title {
  margin: 0;
  font-size: 26px;
}
.amasty_quickorder-index-index .field.date .control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amasty_quickorder-index-index textarea,
.amasty_quickorder-index-index .swatch-select,
.amasty_quickorder-index-index .amqorder-input,
.amasty_quickorder-index-index .input-text,
.amasty_quickorder-index-index .amqorder-textarea,
.amasty_quickorder-index-index .amqorder-select,
.amasty_quickorder-index-index .admin__control-select,
.amasty_quickorder-index-index .admin__control-multiselect {
  transition: 0.2s all ease-in;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #e2dfdf;
  border-radius: 1px;
  box-shadow: none;
  font-size: 12px;
}
.amasty_quickorder-index-index textarea:not([disabled]):focus,
.amasty_quickorder-index-index .swatch-select:not([disabled]):focus,
.amasty_quickorder-index-index .amqorder-input:not([disabled]):focus,
.amasty_quickorder-index-index .input-text:not([disabled]):focus,
.amasty_quickorder-index-index .amqorder-textarea:not([disabled]):focus,
.amasty_quickorder-index-index .amqorder-select:not([disabled]):focus,
.amasty_quickorder-index-index .admin__control-select:not([disabled]):focus,
.amasty_quickorder-index-index .admin__control-multiselect:not([disabled]):focus,
.amasty_quickorder-index-index textarea:not([disabled]):hover,
.amasty_quickorder-index-index .swatch-select:not([disabled]):hover,
.amasty_quickorder-index-index .amqorder-input:not([disabled]):hover,
.amasty_quickorder-index-index .input-text:not([disabled]):hover,
.amasty_quickorder-index-index .amqorder-textarea:not([disabled]):hover,
.amasty_quickorder-index-index .amqorder-select:not([disabled]):hover,
.amasty_quickorder-index-index .admin__control-select:not([disabled]):hover,
.amasty_quickorder-index-index .admin__control-multiselect:not([disabled]):hover {
  box-shadow: none;
}
.amasty_quickorder-index-index textarea:hover,
.amasty_quickorder-index-index .swatch-select:hover,
.amasty_quickorder-index-index .amqorder-input:hover,
.amasty_quickorder-index-index .input-text:hover,
.amasty_quickorder-index-index .amqorder-textarea:hover,
.amasty_quickorder-index-index .amqorder-select:hover,
.amasty_quickorder-index-index .admin__control-select:hover,
.amasty_quickorder-index-index .admin__control-multiselect:hover {
  border-color: #1452f2;
}
.amasty_quickorder-index-index textarea:focus,
.amasty_quickorder-index-index .swatch-select:focus,
.amasty_quickorder-index-index .amqorder-input:focus,
.amasty_quickorder-index-index .input-text:focus,
.amasty_quickorder-index-index .amqorder-textarea:focus,
.amasty_quickorder-index-index .amqorder-select:focus,
.amasty_quickorder-index-index .admin__control-select:focus,
.amasty_quickorder-index-index .admin__control-multiselect:focus,
.amasty_quickorder-index-index textarea.-active,
.amasty_quickorder-index-index .swatch-select.-active,
.amasty_quickorder-index-index .amqorder-input.-active,
.amasty_quickorder-index-index .input-text.-active,
.amasty_quickorder-index-index .amqorder-textarea.-active,
.amasty_quickorder-index-index .amqorder-select.-active,
.amasty_quickorder-index-index .admin__control-select.-active,
.amasty_quickorder-index-index .admin__control-multiselect.-active {
  border-color: #1846be;
}
.amasty_quickorder-index-index textarea.-disabled,
.amasty_quickorder-index-index .swatch-select.-disabled,
.amasty_quickorder-index-index .amqorder-input.-disabled,
.amasty_quickorder-index-index .input-text.-disabled,
.amasty_quickorder-index-index .amqorder-textarea.-disabled,
.amasty_quickorder-index-index .amqorder-select.-disabled,
.amasty_quickorder-index-index .admin__control-select.-disabled,
.amasty_quickorder-index-index .admin__control-multiselect.-disabled {
  pointer-events: none;
  opacity: .6;
}
.amasty_quickorder-index-index .amqorder-radio,
.amasty_quickorder-index-index .admin__control-radio,
.amasty_quickorder-index-index .admin__control-checkbox {
  outline: none;
}
.amasty_quickorder-index-index .amqorder-radio:focus,
.amasty_quickorder-index-index .admin__control-radio:focus,
.amasty_quickorder-index-index .admin__control-checkbox:focus,
.amasty_quickorder-index-index .amqorder-radio:hover,
.amasty_quickorder-index-index .admin__control-radio:hover,
.amasty_quickorder-index-index .admin__control-checkbox:hover {
  outline: none;
  box-shadow: none;
}
.amasty_quickorder-index-index .amqorder-label {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
}
.amasty_quickorder-index-index .amqorder-label.-required:after {
  color: #eb5757;
  content: '*';
}
.amasty_quickorder-index-index .amqorder-link {
  color: #4776f0;
}
.amasty_quickorder-index-index .amqorder-overlay-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.amqorder-messages-list {
  margin: 0;
  padding: 0;
  color: #eb5757;
  list-style: none;
  font-size: 12px;
}
.amqorder-messages-list .amqorder-item {
  margin: 5px 0 0 0;
}
.amqorder-button:not(.primary) {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amqorder-button:not(.primary):hover,
.amqorder-button:not(.primary):active,
.amqorder-button:not(.primary):focus {
  background: none;
  box-shadow: none;
}
.amqorder-button:not(.primary):before,
.amqorder-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amqorder-button:not(.primary).-disabled {
  pointer-events: none;
}
.amqorder-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amqorder-button.-clear {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amqorder-button.-clear:active,
.amqorder-button.-clear:hover,
.amqorder-button.-clear:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amqorder-button.-link {
  color: #4776f0;
}
.amqorder-button.-link:hover {
  color: #1452f2;
}
.amqorder-button.-chevron:after,
.amqorder-button.-arrow:after {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  margin: 0 0 0 10px;
  width: 15px;
  height: 15px;
  content: '>';
  transform: scaleX(1.5) rotate(90deg);
}
.amqorder-button.-chevron.-active:after,
.amqorder-button.-arrow.-active:after {
  transform: scaleX(1.5) rotate(-90deg);
}
.amqorder-button.-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
}
.amqorder-button.-arrow:after {
  margin: 0;
  width: 12px;
  height: 14px;
}
.amqorder-button.-arrow.-prev:after {
  transform: scaleY(1.5) rotate(-180deg);
}
.amqorder-button.-arrow.-next:after {
  transform: scaleY(1.5);
}
.amqorder-button.-arrow.-disabled {
  border-color: #d0d5e1;
  color: #d0d5e1;
}
.amqorder-button.-arrow.-disabled:focus {
  border-color: #d0d5e1;
  color: #d0d5e1;
}
.amqorder-button.-arrow:hover {
  border: 1px solid #4776f0;
  background: #c8d7ff;
  color: #4776f0;
}
.amqorder-button.-arrow:active,
.amqorder-button.-arrow:focus {
  border: 1px solid #1846be;
  background: transparent;
  color: #1846be;
}
.amqorder-button.-remove:after {
  content: 'x';
  transform: scale(1.5, 1);
}
.amqorder-button.-remove:hover:after {
  color: #1452f2;
}
.amqorder-button.-basket {
  display: flex;
  align-items: center;
  color: #eb5757;
}
.amqorder-button.-basket:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  display: inline-flex;
  width: 15px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTZIMTFWNkgxVjE2Wk03LjkzNzUgNy44NDM3NUM3LjkzNzUgNy42OTc5MiA3Ljk4OTU4IDcuNTcyOTIgOC4wOTM3NSA3LjQ2ODc1QzguMjE4NzUgNy4zNjQ1OCA4LjM1NDE3IDcuMzEyNSA4LjUgNy4zMTI1QzguNjY2NjcgNy4zMTI1IDguODAyMDggNy4zNjQ1OCA4LjkwNjI1IDcuNDY4NzVDOS4wMTA0MiA3LjU3MjkyIDkuMDYyNSA3LjY5NzkyIDkuMDYyNSA3Ljg0Mzc1VjEzLjc1QzkuMDYyNSAxMy45MTY3IDkuMDEwNDIgMTQuMDUyMSA4LjkwNjI1IDE0LjE1NjNDOC44MDIwOCAxNC4yNjA0IDguNjY2NjcgMTQuMzEyNSA4LjUgMTQuMzEyNUM4LjM1NDE3IDE0LjMxMjUgOC4yMTg3NSAxNC4yNjA0IDguMDkzNzUgMTQuMTU2M0M3Ljk4OTU4IDE0LjA1MjEgNy45Mzc1IDEzLjkxNjcgNy45Mzc1IDEzLjc1VjcuODQzNzVaTTUuNDM3NSA3Ljg0Mzc1QzUuNDM3NSA3LjY5NzkyIDUuNDg5NTggNy41NzI5MiA1LjU5Mzc1IDcuNDY4NzVDNS43MTg3NSA3LjM2NDU4IDUuODU0MTcgNy4zMTI1IDYgNy4zMTI1QzYuMTQ1ODMgNy4zMTI1IDYuMjcwODMgNy4zNjQ1OCA2LjM3NSA3LjQ2ODc1QzYuNSA3LjU3MjkyIDYuNTYyNSA3LjY5NzkyIDYuNTYyNSA3Ljg0Mzc1VjEzLjc1QzYuNTYyNSAxMy45MTY3IDYuNSAxNC4wNTIxIDYuMzc1IDE0LjE1NjNDNi4yNzA4MyAxNC4yNjA0IDYuMTQ1ODMgMTQuMzEyNSA2IDE0LjMxMjVDNS44NTQxNyAxNC4zMTI1IDUuNzE4NzUgMTQuMjYwNCA1LjU5Mzc1IDE0LjE1NjNDNS40ODk1OCAxNC4wNTIxIDUuNDM3NSAxMy45MTY3IDUuNDM3NSAxMy43NVY3Ljg0Mzc1Wk0yLjkzNzUgNy44NDM3NUMyLjkzNzUgNy42OTc5MiAyLjk4OTU4IDcuNTcyOTIgMy4wOTM3NSA3LjQ2ODc1QzMuMTk3OTIgNy4zNjQ1OCAzLjMzMzMzIDcuMzEyNSAzLjUgNy4zMTI1QzMuNjQ1ODMgNy4zMTI1IDMuNzcwODMgNy4zNjQ1OCAzLjg3NSA3LjQ2ODc1QzMuOTc5MTcgNy41NzI5MiA0LjAzMTI1IDcuNjk3OTIgNC4wMzEyNSA3Ljg0Mzc1VjEzLjc1QzQuMDMxMjUgMTMuOTE2NyAzLjk3OTE3IDE0LjA1MjEgMy44NzUgMTQuMTU2M0MzLjc3MDgzIDE0LjI2MDQgMy42NDU4MyAxNC4zMTI1IDMuNSAxNC4zMTI1QzMuMzMzMzMgMTQuMzEyNSAzLjE5NzkyIDE0LjI2MDQgMy4wOTM3NSAxNC4xNTYzQzIuOTg5NTggMTQuMDUyMSAyLjkzNzUgMTMuOTE2NyAyLjkzNzUgMTMuNzVWNy44NDM3NVpNMTEuMjE4OCAxLjk2ODc1SDlWMS42NTYyNUM5IDEuMTk3OTIgOC44NTQxNyAwLjgxMjUgOC41NjI1IDAuNUM4LjI5MTY3IDAuMTY2NjY3IDcuOTI3MDggMCA3LjQ2ODc1IDBINC41QzQuMDYyNSAwIDMuNjk3OTIgMC4xNjY2NjcgMy40MDYyNSAwLjVDMy4xMzU0MiAwLjgxMjUgMyAxLjE5NzkyIDMgMS42NTYyNVYxLjk2ODc1SDAuNzgxMjVDMC41NTIwODMgMS45Njg3NSAwLjM2NDU4MyAyLjA1MjA4IDAuMjE4NzUgMi4yMTg3NUMwLjA3MjkxNjcgMi4zNjQ1OCAwIDIuNTQxNjcgMCAyLjc1VjVIMTJWMi43NUMxMiAyLjU0MTY3IDExLjkyNzEgMi4zNjQ1OCAxMS43ODEzIDIuMjE4NzVDMTEuNjM1NCAyLjA1MjA4IDExLjQ0NzkgMS45Njg3NSAxMS4yMTg4IDEuOTY4NzVaTTggMS45Njg3NUg0VjEuNTMxMjVDNCAxLjM4NTQyIDQuMDUyMDggMS4yNjA0MiA0LjE1NjI1IDEuMTU2MjVDNC4yNjA0MiAxLjA1MjA4IDQuMzc1IDEgNC41IDFINy40Njg3NUM3LjYxNDU4IDEgNy43Mzk1OCAxLjA1MjA4IDcuODQzNzUgMS4xNTYyNUM3Ljk0NzkyIDEuMjYwNDIgOCAxLjM4NTQyIDggMS41MzEyNVYxLjk2ODc1WiIgZmlsbD0iI0VCNTc1NyIvPgo8L3N2Zz4K);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin: 0 8px 0 0;
  filter: invert(53%) sepia(94%) saturate(3301%) hue-rotate(332deg) brightness(108%) contrast(84%);
}
.amqorder-button.-basket:hover {
  color: #c51717;
}
.amqorder-button.-basket:hover:before {
  filter: invert(25%) sepia(63%) saturate(3758%) hue-rotate(349deg) brightness(104%) contrast(87%);
}
.amqorder-button.-basket:focus {
  color: #971212;
}
.amqorder-button.-basket:focus:before {
  filter: invert(37%) sepia(96%) saturate(2921%) hue-rotate(340deg) brightness(76%) contrast(122%);
}
.amqorder-button.-search:after {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTkuODI5OCAxNy45ODA5QzE5LjgyOTggMTcuOTgwOSAxOS4yMTk5IDE3LjM1NzQgMTggMTYuMTEwNUMxNi43ODAxIDE0Ljg2MzYgMTUuODQ0IDEzLjkxNDMgMTUuMTkxNSAxMy4yNjI1QzE0LjkwNzggMTIuOTc5MSAxNC42NjY3IDEyLjc1MjQgMTQuNDY4MSAxMi41ODI0QzE0LjI5NzkgMTIuMzg0IDE0LjIxMjggMTIuMjg0OCAxNC4yMTI4IDEyLjI4NDhDMTQuNDM5NyAxMS45NzMxIDE0LjYzODMgMTEuNjQ3MiAxNC44MDg1IDExLjMwNzFDMTQuOTc4NyAxMC45Mzg3IDE1LjEzNDggMTAuNTcwMyAxNS4yNzY2IDEwLjIwMTlDMTUuMzkwMSA5LjgwNTE3IDE1LjQ3NTIgOS40MDg0MyAxNS41MzE5IDkuMDExNjlDMTUuNjE3IDguNjE0OTUgMTUuNjU5NiA4LjIwNDA0IDE1LjY1OTYgNy43Nzg5NkMxNS42NTk2IDcuMjQwNTIgMTUuNjAyOCA2LjczMDQzIDE1LjQ4OTQgNi4yNDg2N0MxNS4zNzU5IDUuNzM4NTggMTUuMjE5OSA1LjI0MjY1IDE1LjAyMTMgNC43NjA4OUMxNC44MjI3IDQuMjc5MTQgMTQuNTgxNiAzLjgzOTg5IDE0LjI5NzkgMy40NDMxNUMxNC4wMTQyIDMuMDE4MDcgMTMuNzAyMSAyLjYyMTMyIDEzLjM2MTcgMi4yNTI5MkMxMi45OTI5IDEuOTEyODYgMTIuNTk1NyAxLjYwMTEzIDEyLjE3MDIgMS4zMTc3NUMxMS43NzMgMS4wMzQzNiAxMS4zMzMzIDAuNzkzNDgyIDEwLjg1MTEgMC41OTUxMTJDMTAuMzY4OCAwLjM5Njc0MSA5Ljg3MjM0IDAuMjU1MDQ4IDkuMzYxNyAwLjE3MDAzMkM4Ljg3OTQzIDAuMDU2Njc3MyA4LjM2ODc5IDAgNy44Mjk3OSAwQzcuMjkwNzggMCA2Ljc2NTk2IDAuMDU2Njc3MyA2LjI1NTMyIDAuMTcwMDMyQzUuNzQ0NjggMC4yNTUwNDggNS4yNDgyMyAwLjM5Njc0MSA0Ljc2NTk2IDAuNTk1MTEyQzQuMjgzNjkgMC43OTM0ODIgMy44Mjk3OSAxLjAzNDM2IDMuNDA0MjYgMS4zMTc3NUMzLjAwNzA5IDEuNjAxMTMgMi42MzgzIDEuOTEyODYgMi4yOTc4NyAyLjI1MjkyQzEuOTU3NDUgMi42MjEzMiAxLjY0NTM5IDMuMDE4MDcgMS4zNjE3IDMuNDQzMTVDMS4wNzgwMSAzLjgzOTg5IDAuODM2ODc5IDQuMjc5MTQgMC42MzgyOTggNC43NjA4OUMwLjQxMTM0OCA1LjI0MjY1IDAuMjQxMTM1IDUuNzM4NTggMC4xMjc2NiA2LjI0ODY3QzAuMDQyNTUzMiA2LjczMDQzIDAgNy4yNDA1MiAwIDcuNzc4OTZDMCA4LjM0NTczIDAuMDQyNTUzMiA4Ljg4NDE3IDAuMTI3NjYgOS4zOTQyNkMwLjI0MTEzNSA5Ljg3NjAyIDAuNDExMzQ4IDEwLjM1NzggMC42MzgyOTggMTAuODM5NUMwLjgzNjg3OSAxMS4zMjEzIDEuMDc4MDEgMTEuNzc0NyAxLjM2MTcgMTIuMTk5OEMxLjY0NTM5IDEyLjU5NjUgMS45NTc0NSAxMi45NzkxIDIuMjk3ODcgMTMuMzQ3NUMyLjYzODMgMTMuNjg3NiAzLjAwNzA5IDEzLjk5OTMgMy40MDQyNiAxNC4yODI3QzMuODI5NzkgMTQuNTY2MSA0LjI4MzY5IDE0LjgwNjkgNC43NjU5NiAxNS4wMDUzQzUuMjQ4MjMgMTUuMjAzNyA1Ljc0NDY4IDE1LjM1OTUgNi4yNTUzMiAxNS40NzI5QzYuNzY1OTYgMTUuNTU3OSA3LjI5MDc4IDE1LjYwMDQgNy44Mjk3OSAxNS42MDA0QzguMjI2OTUgMTUuNjAwNCA4LjYyNDExIDE1LjU3MjEgOS4wMjEyOCAxNS41MTU0QzkuNDE4NDQgMTUuNDU4NyA5LjgxNTYgMTUuMzczNyAxMC4yMTI4IDE1LjI2MDRDMTAuNTgxNiAxNS4xMTg3IDEwLjkzNjIgMTQuOTYyOCAxMS4yNzY2IDE0Ljc5MjhDMTEuNjQ1NCAxNC42MjI3IDExLjk4NTggMTQuNDI0NCAxMi4yOTc5IDE0LjE5NzdDMTIuMjk3OSAxNC4xOTc3IDEyLjM4MyAxNC4yODI3IDEyLjU1MzIgMTQuNDUyN0MxMi43MjM0IDE0LjYyMjcgMTIuOTM2MiAxNC44MzUzIDEzLjE5MTUgMTUuMDkwM0MxMy45MjkxIDE1LjgyNzEgMTQuODkzNiAxNi44MTkgMTYuMDg1MSAxOC4wNjU5QzE3LjMwNSAxOS4zMTI4IDE3LjkxNDkgMTkuOTM2MiAxNy45MTQ5IDE5LjkzNjJDMTguMTQxOCAyMC4wMjEzIDE4LjQyNTUgMjAuMDIxMyAxOC43NjYgMTkuOTM2MkMxOS4xMDY0IDE5Ljg1MTIgMTkuMzc1OSAxOS43MjM3IDE5LjU3NDUgMTkuNTUzN0MxOS43NDQ3IDE5LjQxMiAxOS44NzIzIDE5LjE4NTMgMTkuOTU3NCAxOC44NzM1QzIwLjA0MjYgMTguNTYxOCAyMCAxOC4yNjQzIDE5LjgyOTggMTcuOTgwOVpNMTMuMDYzOCAxMC4wMzE5QzEyLjkyMiAxMC4zNzE5IDEyLjczNzYgMTAuNjk3OCAxMi41MTA2IDExLjAwOTZDMTIuMzEyMSAxMS4yOTMgMTIuMDg1MSAxMS41NjIyIDExLjgyOTggMTEuODE3MkMxMS41NzQ1IDEyLjA3MjMgMTEuMjkwOCAxMi4yOTkgMTAuOTc4NyAxMi40OTczQzEwLjY5NSAxMi42OTU3IDEwLjM4MyAxMi44Nzk5IDEwLjA0MjYgMTMuMDQ5OUM5LjcwMjEzIDEzLjE5MTYgOS4zNDc1MiAxMy4zMDUgOC45Nzg3MiAxMy4zOUM4LjYwOTkzIDEzLjQ0NjcgOC4yMjY5NSAxMy40NzUgNy44Mjk3OSAxMy40NzVDNy40MzI2MiAxMy40NzUgNy4wNDk2NSAxMy40NDY3IDYuNjgwODUgMTMuMzlDNi4zMTIwNiAxMy4zMDUgNS45NTc0NSAxMy4xOTE2IDUuNjE3MDIgMTMuMDQ5OUM1LjI3NjYgMTIuODc5OSA0Ljk1MDM1IDEyLjY5NTcgNC42MzgzIDEyLjQ5NzNDNC4zNTQ2MSAxMi4yOTkgNC4wODUxMSAxMi4wNzIzIDMuODI5NzkgMTEuODE3MkMzLjU3NDQ3IDExLjU2MjIgMy4zMzMzMyAxMS4yOTMgMy4xMDYzOCAxMS4wMDk2QzIuOTA3OCAxMC42OTc4IDIuNzM3NTkgMTAuMzcxOSAyLjU5NTc0IDEwLjAzMTlDMi40NTM5IDkuNjkxODIgMi4zNDA0MyA5LjMzNzU4IDIuMjU1MzIgOC45NjkxOEMyLjE3MDIxIDguNTcyNDQgMi4xMjc2NiA4LjE3NTcgMi4xMjc2NiA3Ljc3ODk2QzIuMTI3NjYgNy40MTA1NiAyLjE3MDIxIDcuMDQyMTUgMi4yNTUzMiA2LjY3Mzc1QzIuMzQwNDMgNi4zMDUzNSAyLjQ1MzkgNS45MzY5NSAyLjU5NTc0IDUuNTY4NTRDMi43Mzc1OSA1LjIyODQ4IDIuOTA3OCA0LjkxNjc1IDMuMTA2MzggNC42MzMzN0MzLjMzMzMzIDQuMzIxNjQgMy41NzQ0NyA0LjAzODI2IDMuODI5NzkgMy43ODMyMUM0LjA4NTExIDMuNTI4MTYgNC4zNTQ2MSAzLjMwMTQ1IDQuNjM4MyAzLjEwMzA4QzQuOTUwMzUgMi45MDQ3MSA1LjI3NjYgMi43MjA1MSA1LjYxNzAyIDIuNTUwNDhDNS45NTc0NSAyLjQwODc5IDYuMzEyMDYgMi4zMDk2IDYuNjgwODUgMi4yNTI5MkM3LjA0OTY1IDIuMTY3OTEgNy40MzI2MiAyLjEyNTQgNy44Mjk3OSAyLjEyNTRDOC4yMjY5NSAyLjEyNTQgOC42MDk5MyAyLjE2NzkxIDguOTc4NzIgMi4yNTI5MkM5LjM0NzUyIDIuMzA5NiA5LjcwMjEzIDIuNDA4NzkgMTAuMDQyNiAyLjU1MDQ4QzEwLjM4MyAyLjcyMDUxIDEwLjY5NSAyLjkwNDcxIDEwLjk3ODcgMy4xMDMwOEMxMS4yOTA4IDMuMzAxNDUgMTEuNTc0NSAzLjUyODE2IDExLjgyOTggMy43ODMyMUMxMi4wODUxIDQuMDM4MjYgMTIuMzEyMSA0LjMyMTY0IDEyLjUxMDYgNC42MzMzN0MxMi43Mzc2IDQuOTE2NzUgMTIuOTIyIDUuMjI4NDggMTMuMDYzOCA1LjU2ODU0QzEzLjIwNTcgNS45MzY5NSAxMy4zMDUgNi4zMDUzNSAxMy4zNjE3IDYuNjczNzVDMTMuNDQ2OCA3LjA0MjE1IDEzLjQ4OTQgNy40MTA1NiAxMy40ODk0IDcuNzc4OTZDMTMuNDg5NCA4LjE3NTcgMTMuNDQ2OCA4LjU3MjQ0IDEzLjM2MTcgOC45NjkxOEMxMy4zMDUgOS4zMzc1OCAxMy4yMDU3IDkuNjkxODIgMTMuMDYzOCAxMC4wMzE5WiIgZmlsbD0iI0MyQzJDMiIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  transition: none;
}
.amqorder-button.-search:hover:after {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amqorder-button.-empty:not(.-disabled) {
  min-width: 100px;
  height: 40px;
  border: 1px solid #4776f0;
  border-radius: 3px;
  background: #fff;
  color: #4776f0;
}
.amqorder-button.-empty:not(.-disabled):hover {
  background: linear-gradient(0deg, #c8d7ff, #c8d7ff);
}
.amqorder-button.-empty:not(.-disabled):focus {
  border: 1px solid #1846be;
  background: transparent;
  color: #1846be;
}
.amqorder-button.-empty.-disabled {
  box-sizing: border-box;
  border: 1px solid #d0d5e1;
  border-radius: 3px;
  background: #fff;
  color: #d0d5e1;
}
.amqorder-button.-reverse:not(.-disabled) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  box-sizing: border-box;
  padding: 0;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 0 solid transparent;
  border-radius: 50%;
  background: #4776f0;
  color: #fff;
}
.amqorder-button.-reverse:not(.-disabled):hover {
  background: #1452f2;
}
.amqorder-button.-reverse:not(.-disabled):focus {
  background: #1846be;
}
.amqorder-button.-reverse:not(.-disabled):before,
.amqorder-button.-reverse:not(.-disabled):after {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDE1IDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjYzOTMgMy4wMDQ5MUwxMS43NDE3IDAuMTEwMzg0QzExLjU5NDYgLTAuMDM2Nzk0OCAxMS4zNTg1IC0wLjAzNjc5NDggMTEuMjExMyAwLjExMDM4NEMxMS4wNjQxIDAuMjU3NTYzIDExLjA2NDEgMC40OTM2NjMgMTEuMjExMyAwLjY0MDg0MkwxMy40NjggMi44OTc1OUgwLjYyNjY1OEMwLjQxODE1NCAyLjg5NzU5IDAuMjQ5NTEyIDMuMDY2MjMgMC4yNDk1MTIgMy4yNzQ3M0MwLjI0OTUxMiAzLjQ4MzI0IDAuNDE4MTU0IDMuNjUxODggMC42MjY2NTggMy42NTE4OEgxMy40NjhMMTEuMjExMyA1LjkwMjQ5QzExLjA2NDEgNi4wNDk2NyAxMS4wNjQxIDYuMjg1NzcgMTEuMjExMyA2LjQzMjk1QzExLjI4NDkgNi41MDY1NCAxMS4zNzk5IDYuNTQzMzQgMTEuNDc4IDYuNTQzMzRDMTEuNTc2MiA2LjU0MzM0IDExLjY3MTIgNi41MDY1NCAxMS43NDQ4IDYuNDMyOTVMMTQuNjQyNCAzLjUzNTM2QzE0Ljc4NjUgMy4zOTEyNSAxNC43ODY1IDMuMTUyMDkgMTQuNjM5MyAzLjAwNDkxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  flex-basis: 100%;
  height: 8px;
  background-size: contain;
}
.amqorder-button.-reverse:not(.-disabled):after {
  transform: rotate(180deg);
}
.amqorder-button.-fill,
.amqorder-buttons-block.-qty-1 .amqorder-button {
  min-width: 100px;
  height: 40px;
  border: 1px solid;
  border-radius: 3px;
  background: #fff;
  color: #fff;
}
.amqorder-button.-fill.-primary:not(.-disabled),
.amqorder-buttons-block.-qty-1 .amqorder-button,
.amqorder-buttons-block.-qty-1 .amqorder-button.-primary:not(.-disabled) {
  border-color: #4776f0;
  background: #4776f0;
}
.amqorder-button.-fill.-primary:not(.-disabled):hover,
.amqorder-buttons-block.-qty-1 .amqorder-button:hover,
.amqorder-buttons-block.-qty-1 .amqorder-button.-primary:not(.-disabled):hover {
  background: #1452f2;
}
.amqorder-button.-fill.-primary:not(.-disabled):focus,
.amqorder-buttons-block.-qty-1 .amqorder-button:focus,
.amqorder-buttons-block.-qty-1 .amqorder-button.-primary:not(.-disabled):focus {
  background: #1846be;
  color: #fff;
}
.amqorder-button.-fill.-secondary:not(.-disabled),
.amqorder-buttons-block.-qty-1 .amqorder-button.-secondary:not(.-disabled) {
  border-color: #55b499;
  background-color: #55b499;
}
.amqorder-button.-fill.-secondary:not(.-disabled):hover,
.amqorder-buttons-block.-qty-1 .amqorder-button.-secondary:not(.-disabled):hover {
  background-color: #00ba85;
}
.amqorder-button.-fill.-secondary:not(.-disabled):focus,
.amqorder-buttons-block.-qty-1 .amqorder-button.-secondary:not(.-disabled):focus {
  background-color: #139872;
}
.amqorder-button.-fill.-error:not(.-disabled),
.amqorder-buttons-block.-qty-1 .amqorder-button.-error:not(.-disabled) {
  border-color: #eb5757;
  color: #eb5757;
}
.amqorder-button.-fill.-error:not(.-disabled):hover,
.amqorder-buttons-block.-qty-1 .amqorder-button.-error:not(.-disabled):hover {
  background-color: #ffc8c8;
}
.amqorder-button.-fill.-error:not(.-disabled):focus,
.amqorder-buttons-block.-qty-1 .amqorder-button.-error:not(.-disabled):focus {
  background-color: #fff;
}
.amqorder-button.-fill.-disabled,
.amqorder-buttons-block.-qty-1 .amqorder-button.-disabled {
  border-color: #d0d5e1;
  background-color: #d0d5e1;
}
.amqorder-button.-download:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiIHN0cm9rZT0iIzQ3NzZGMCIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNNCA4bDQuNSAzLjVtMCAwTDEzIDhtLTQuNSAzLjVWLjVNMSAxMi41djNoMTR2LTMiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC41KSIgZD0iTTAgMGgxNnYxNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin-right: 5px;
}
.modes .mode-quick-order:before {
  width: 16px;
  height: 16px;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iIzc1NzU3NSIvPgo8cmVjdCB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iIzc1NzU3NSIvPgo8cmVjdCB5PSI2IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSIjNzU3NTc1Ii8+CjxyZWN0IHg9IjYiIHdpZHRoPSIxMCIgaGVpZ2h0PSI0IiBmaWxsPSIjNzU3NTc1Ii8+CjxyZWN0IHg9IjYiIHk9IjEyIiB3aWR0aD0iMTAiIGhlaWdodD0iNCIgZmlsbD0iIzc1NzU3NSIvPgo8cmVjdCB4PSI2IiB5PSI2IiB3aWR0aD0iMTAiIGhlaWdodD0iNCIgZmlsbD0iIzc1NzU3NSIvPgo8L3N2Zz4K);
}
.amqorder-checkbox-container .amqorder-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  height: 16px;
  justify-content: flex-start;
  margin: 0 5px;
  min-width: 16px;
  position: relative;
  width: 16px;
}
.amqorder-checkbox-container .amqorder-label:hover .amqorder-mark {
  background: #4776f0;
  border-color: #4776f0;
}
.amqorder-checkbox-container .amqorder-input:checked + .amqorder-mark {
  background: #4776f0;
  border-color: #4776f0;
  box-shadow: 0 2px 4px rgba(71, 118, 240, 0.4);
}
.amqorder-checkbox-container .amqorder-input:checked + .amqorder-mark:before {
  opacity: 1;
}
.amqorder-checkbox-container .amqorder-input {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  width: 0;
}
.amqorder-checkbox-container .amqorder-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2px;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: -1px;
  position: absolute;
  right: 0;
  top: 0;
}
.amqorder-checkbox-container .amqorder-mark:before {
  bottom: 0;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  margin: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.amqorder-checkbox-container .amqorder-mark:before {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuMDAwMUw0LjIgNy4yMDAxTDkgMS42MDAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  transition: 0.2s all ease-in;
  background-size: 9px;
  opacity: 0;
}
.amqorder-rating-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.amqorder-rating-wrapper .amqorder-text {
  margin: 0;
}
.amqorder-rating-container {
  overflow: hidden;
  margin: 0 0 2px;
  width: 135px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amqorder-rating-container.-small {
  width: 90px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSIyMCIgd2lkdGg9IjIwIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBpZD0ic3ZnXzEiIGZpbGw9IiNDN0M3QzciIGQ9Im0xNi44MjU1MjEsNy4wMjA0NjljLTAuMDIwOCwtMC4wODcyNSAtMC4wNjI0LC0wLjE0MTc5IC0wLjEyNDgsLTAuMTYzNmMtMC4wNjIzLC0wLjA0MzYzIC0wLjEyNDcsLTAuMDY1NDQgLTAuMTg3MSwtMC4wNjU0NGwtNS42NDUyLDBsLTEuNzQ2NiwtNS42Mjc4MWMtMC4wMjA3OSwtMC4wNjU0NCAtMC4wNjIzOCwtMC4xMTk5NyAtMC4xMjQ3NSwtMC4xNjM2Yy0wLjA0MTU5LC0wLjA0MzYzIC0wLjA5MzU3LC0wLjA2NTQ0IC0wLjE1NTk1LC0wLjA2NTQ0Yy0wLjA2MjM4LDAgLTAuMTI0NzYsMC4wMjE4MSAtMC4xODcxMywwLjA2NTQ0Yy0wLjA0MTU5LDAuMDQzNjMgLTAuMDcyNzgsMC4wOTgxNiAtMC4wOTM1NywwLjE2MzZsLTEuNzc3NzgsNS42Mjc4MWwtNS42MTQwMywwYy0wLjA2MjM4LDAgLTAuMTI0NzYsMC4wMjE4MSAtMC4xODcxNCwwLjA2NTQ0Yy0wLjA2MjM4LDAuMDIxODEgLTAuMTAzOTYsMC4wNzYzNSAtMC4xMjQ3NiwwLjE2MzZjLTAuMDIwNzksMC4wNjU0NCAtMC4wMjA3OSwwLjEzMDg4IDAsMC4xOTYzMmMwLjAyMDgsMC4wNjU0NCAwLjA2MjM4LDAuMTE5OTcgMC4xMjQ3NiwwLjE2MzZsNC41NTM2MSwzLjQ2ODNsLTEuNzQ2NTksNS42NjA0OWMtMC4wMjA3OSwwLjA2NTUgLTAuMDIwNzksMC4xMzA5IDAsMC4xOTY0YzAuMDIwNzksMC4wNjU0IDAuMDUxOTgsMC4xMTk5IDAuMDkzNTcsMC4xNjM2YzAuMDYyMzcsMC4wNDM2IDAuMTI0NzUsMC4wNjU0IDAuMTg3MTMsMC4wNjU0YzAuMDYyMzgsMCAwLjEyNDc2LC0wLjAyMTggMC4xODcxMywtMC4wNjU0bDQuNTg0OCwtMy41MDExbDQuNTg0OCwzLjUwMTFjMC4wMjA4LDAuMDIxOCAwLjA0MTYsMC4wMzI3IDAuMDYyNCwwLjAzMjdjMC4wNDE2LDAuMDIxOCAwLjA3MjcsMC4wMzI3IDAuMDkzNSwwLjAzMjdjMC4wNDE2LDAgMC4wNzI4LC0wLjAxMDkgMC4wOTM2LC0wLjAzMjdjMC4wNDE2LDAgMC4wNzI4LC0wLjAxMDkgMC4wOTM2LC0wLjAzMjdjMC4wNjI0LC0wLjA0MzcgMC4xMDM5LC0wLjA5ODIgMC4xMjQ3LC0wLjE2MzZjMC4wMjA4LC0wLjA2NTUgMC4wMjA4LC0wLjEzMDkgMCwtMC4xOTY0bC0xLjc0NjYsLTUuNjYwNDlsNC41NTM2LC0zLjQ2ODNjMC4wNjI0LC0wLjA0MzYzIDAuMTA0LC0wLjA5ODE2IDAuMTI0OCwtMC4xNjM2YzAuMDIwOCwtMC4wNjU0NCAwLjAyMDgsLTAuMTMwODggMCwtMC4xOTYzMnoiLz4KIDwvZz4KPC9zdmc+);
}
.amqorder-rating-container.-small .amqorder-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSIyMCIgd2lkdGg9IjIwIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBpZD0ic3ZnXzEiIGZpbGw9IiNDN0M3QzciIGQ9Im0xNi44MjU1MjEsNy4wMjA0NjljLTAuMDIwOCwtMC4wODcyNSAtMC4wNjI0LC0wLjE0MTc5IC0wLjEyNDgsLTAuMTYzNmMtMC4wNjIzLC0wLjA0MzYzIC0wLjEyNDcsLTAuMDY1NDQgLTAuMTg3MSwtMC4wNjU0NGwtNS42NDUyLDBsLTEuNzQ2NiwtNS42Mjc4MWMtMC4wMjA3OSwtMC4wNjU0NCAtMC4wNjIzOCwtMC4xMTk5NyAtMC4xMjQ3NSwtMC4xNjM2Yy0wLjA0MTU5LC0wLjA0MzYzIC0wLjA5MzU3LC0wLjA2NTQ0IC0wLjE1NTk1LC0wLjA2NTQ0Yy0wLjA2MjM4LDAgLTAuMTI0NzYsMC4wMjE4MSAtMC4xODcxMywwLjA2NTQ0Yy0wLjA0MTU5LDAuMDQzNjMgLTAuMDcyNzgsMC4wOTgxNiAtMC4wOTM1NywwLjE2MzZsLTEuNzc3NzgsNS42Mjc4MWwtNS42MTQwMywwYy0wLjA2MjM4LDAgLTAuMTI0NzYsMC4wMjE4MSAtMC4xODcxNCwwLjA2NTQ0Yy0wLjA2MjM4LDAuMDIxODEgLTAuMTAzOTYsMC4wNzYzNSAtMC4xMjQ3NiwwLjE2MzZjLTAuMDIwNzksMC4wNjU0NCAtMC4wMjA3OSwwLjEzMDg4IDAsMC4xOTYzMmMwLjAyMDgsMC4wNjU0NCAwLjA2MjM4LDAuMTE5OTcgMC4xMjQ3NiwwLjE2MzZsNC41NTM2MSwzLjQ2ODNsLTEuNzQ2NTksNS42NjA0OWMtMC4wMjA3OSwwLjA2NTUgLTAuMDIwNzksMC4xMzA5IDAsMC4xOTY0YzAuMDIwNzksMC4wNjU0IDAuMDUxOTgsMC4xMTk5IDAuMDkzNTcsMC4xNjM2YzAuMDYyMzcsMC4wNDM2IDAuMTI0NzUsMC4wNjU0IDAuMTg3MTMsMC4wNjU0YzAuMDYyMzgsMCAwLjEyNDc2LC0wLjAyMTggMC4xODcxMywtMC4wNjU0bDQuNTg0OCwtMy41MDExbDQuNTg0OCwzLjUwMTFjMC4wMjA4LDAuMDIxOCAwLjA0MTYsMC4wMzI3IDAuMDYyNCwwLjAzMjdjMC4wNDE2LDAuMDIxOCAwLjA3MjcsMC4wMzI3IDAuMDkzNSwwLjAzMjdjMC4wNDE2LDAgMC4wNzI4LC0wLjAxMDkgMC4wOTM2LC0wLjAzMjdjMC4wNDE2LDAgMC4wNzI4LC0wLjAxMDkgMC4wOTM2LC0wLjAzMjdjMC4wNjI0LC0wLjA0MzcgMC4xMDM5LC0wLjA5ODIgMC4xMjQ3LC0wLjE2MzZjMC4wMjA4LC0wLjA2NTUgMC4wMjA4LC0wLjEzMDkgMCwtMC4xOTY0bC0xLjc0NjYsLTUuNjYwNDlsNC41NTM2LC0zLjQ2ODNjMC4wNjI0LC0wLjA0MzYzIDAuMTA0LC0wLjA5ODE2IDAuMTI0OCwtMC4xNjM2YzAuMDIwOCwtMC4wNjU0NCAwLjAyMDgsLTAuMTMwODggMCwtMC4xOTYzMnoiLz4KIDwvZz4KPC9zdmc+);
}
.amqorder-rating-container .amqorder-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
  filter: invert(43%) sepia(92%) saturate(3490%) hue-rotate(358deg) brightness(99%) contrast(103%);
}
.amqorder-reviews-count {
  flex-basis: 100%;
  margin: 0;
  color: #006bb4;
  font-size: 12px;
}
.amfile-uploader-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 80px;
  border: 1px dashed #ccc;
  border-radius: 1px;
  color: #4776f0;
  font-size: 12px;
  transition: .1s all;
}
.amfile-uploader-block:hover,
.amfile-uploader-block.-active {
  border-color: #1452f2;
}
.amfile-uploader-block.-error {
  border-color: #eb5757;
  background: #fff6f6;
}
.amfile-uploader-block:after,
.amfile-uploader-block:before {
  display: flex;
  align-items: center;
  display: inline-flex;
  content: '';
  line-height: 20px;
}
.amfile-uploader-block:before {
  content: attr(data-label);
}
.amfile-uploader-block:after {
  margin: 0 0 0 5px;
  content: attr(data-file);
  font-size: 20px;
}
.amfile-uploader-block .amfile-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.amasty_quickorder-index-index .product-options-wrapper {
  flex-basis: 100%;
  margin: 0;
  padding: 0 0 25px;
}
.amasty_quickorder-index-index .product-options-wrapper .amqorder-options-list > .amqorder-item:not(.-single) {
  display: flex;
  flex-wrap: wrap;
}
.amasty_quickorder-index-index .product-options-wrapper .amqorder-options-list > .amqorder-item {
  margin: 0;
}
.amasty_quickorder-index-index .product-options-wrapper .price-container {
  font-weight: 600;
}
.amasty_quickorder-index-index .product-options-wrapper br {
  display: none;
}
.amasty_quickorder-index-index .product-options-wrapper .fieldset {
  margin: 0;
}
.amasty_quickorder-index-index .product-options-wrapper > .fieldset > p.required {
  color: #eb5757;
}
.amasty_quickorder-index-index .product-options-wrapper .multiselect {
  max-width: 450px;
}
.amasty_quickorder-index-index .product-options-wrapper .swatch-attribute-options {
  margin-bottom: 0;
}
.amasty_quickorder-index-index .product-options-wrapper .amqorder-select {
  width: auto;
}
.amasty_quickorder-index-index .product-options-wrapper .amqorder-radio,
.amasty_quickorder-index-index .product-options-wrapper .admin__control-radio {
  margin: 4px 5px 0 0;
}
.amqorder-item.-configurable .product-options-wrapper .swatch-opt {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  overflow: hidden;
  margin: 0;
}
.amqorder-item.-configurable .product-options-wrapper .swatch-attribute {
  flex-basis: 100%;
  box-sizing: border-box;
  padding-right: 2px;
  padding-left: 2px;
  max-width: 100%;
}
.amqorder-item.-configurable .product-options-wrapper .swatch-attribute:not(:last-child) {
  padding-bottom: 25px;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-label {
  flex-basis: 100%;
  margin: 0 0 8px;
  font-weight: 700;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-option-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-option-wrapper:not(:last-child) {
  border-bottom: 1px solid #ebeef5;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-option {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-options-list {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-options-list > .amqorder-item {
  flex-wrap: nowrap;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-options-list > .amqorder-item:not(:last-child) {
  margin: 0 0 10px;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-qty-block {
  margin: 10px;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-qty-block .amqorder-msg.-error {
  top: 100%;
  margin: 15px 0 0 0;
}
.amqorder-item.-downloadable .downloads .choice:last-child {
  border-bottom: 0;
}
.amqorder-item.-downloadable .legend.links-title {
  display: none;
}
.amqorder-item.-giftcard .giftcard,
.amqorder-item.-giftcard .price-box {
  flex-basis: 100%;
}
.amqorder-item.-giftcard .amqorder-price .price-box {
  padding: 0;
}
.amqorder-item.-giftcard .price-box {
  padding: 25px 0 0 0;
}
.amqorder-pager-block {
  display: flex;
}
.amqorder-pager-block .amqorder-items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.amqorder-pager-block .amqorder-item:not(.-dotted) {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.amqorder-pager-block .amqorder-item:not(.-dotted):hover {
  border: 1px solid #4776f0;
  background: #c8d7ff;
  color: #4776f0;
}
.amqorder-pager-block .amqorder-item:not(.-dotted):active {
  border-color: #1846be;
  background: #1846be;
}
.amqorder-pager-block .amqorder-item.-dotted {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 40px;
  height: 40px;
}
.amqorder-pager-block .amqorder-item.-selected {
  background: #4776f0;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  user-select: none;
}
.amqorder-qty-block {
  display: flex;
  align-items: center;
}
.amqorder-qty-block.-disabled .amqorder-input,
.amqorder-qty-block .qty-disabled .amqorder-input {
  margin: 0 27px;
}
.amqorder-qty-block.-disabled .amqorder-button,
.amqorder-qty-block .qty-disabled .amqorder-button {
  display: none;
}
.amqorder-qty-block .amqorder-qty-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 108px;
}
.amqorder-qty-block .amqorder-input {
  box-sizing: border-box;
  margin: 0 15px;
  min-width: 54px;
  width: 54px;
  text-align: center;
}
.amqorder-qty-block .amqorder-input.-error {
  border-color: #eb5757;
}
.amqorder-qty-block .amqorder-msg.-error {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 2px 0 0;
  color: #eb5757;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}
.amqorder-qty-block .amqorder-text {
  position: absolute;
  top: 100%;
  padding: 2px 0 0;
  color: #41362f;
  text-align: center;
  font-size: 12px;
}
.amqorder-button.-incr,
.amqorder-button.-decr {
  max-width: 12px;
  width: 100%;
  height: 12px;
  color: #adadad;
}
.amqorder-button.-incr:before,
.amqorder-button.-decr:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 0;
}
.amqorder-button.-incr:hover,
.amqorder-button.-decr:hover {
  color: #1452f2;
}
.amqorder-button.-incr:focus,
.amqorder-button.-decr:focus,
.amqorder-button.-incr:active,
.amqorder-button.-decr:active {
  color: #1846be;
}
.amqorder-button.-incr:before {
  content: '+';
}
.amqorder-button.-decr:before {
  content: '-';
  transform: translateY(-2px) scaleX(1.8);
}
.amqorder-search-block {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-basis: 100%;
  padding: 20px 15px 35px;
  background: #fff;
}
.amqorder-search-block .amqorder-search {
  position: relative;
  z-index: 9;
  flex-basis: 100%;
}
.amqorder-search-block .amqorder-input.-search {
  padding: 0 40px;
  border: 1px solid #949494;
}
.amqorder-search-block .amqorder-button.-remove {
  right: 0;
  padding: 0 10px;
  height: 100%;
}
.amqorder-search-block .amqorder-button.-search {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 100%;
}
.amqorder-search-block .amqorder-button.-remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  height: 100%;
}
.amqorder-search-block .amqorder-button.-empty {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: 16px;
  padding: 0 15px;
  min-width: auto;
  max-width: 54px;
  height: 34px;
  font-size: 12px;
}
.amqorder-search-block .amqorder-message-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  padding: 50px 10px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
  color: #000;
  list-style: none;
}
.amqorder-search-block .amqorder-items-block {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  display: block;
  margin: 0;
  padding: 0;
  max-height: 605px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
  color: #000;
  list-style: none;
}
.amqorder-search-block .amqorder-items-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amqorder-search-block .amqorder-items-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amqorder-search-block .amqorder-items-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amqorder-search-block .amqorder-items-block::-webkit-scrollbar {
  width: 4px;
}
.amqorder-search-block .amqorder-items-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amqorder-search-block .amqorder-items-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amqorder-search-block .amqorder-item {
  transition: 0.2s all ease-in;
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 15px;
}
.amqorder-search-block .amqorder-item:not(:last-child) {
  border-bottom: 1px solid #ebeef5;
}
.amqorder-search-block .amqorder-item:hover {
  background: #f9f9f9;
}
.amqorder-search-block .amqorder-name {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 15px;
  max-height: 40px;
  width: 65%;
  word-break: break-all;
}
.amqorder-search-block .amqorder-image {
  display: inline-block;
  float: left;
  max-width: 29%;
  width: 100px;
  height: 100px;
  background: #fff;
  object-fit: contain;
}
.amqorder-search-block .amqorder-sku {
  display: inline-block;
  overflow: hidden;
  margin: 5px 0 0 15px;
  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amqorder-search-block .amqorder-price {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 0 15px;
  text-overflow: ellipsis;
}
.amqorder-search-block .amqorder-qty-block {
  display: none;
  justify-content: center;
}
.amqorder-search-block .amqorder-qty-block .amqorder-msg.-error {
  top: 100%;
}
.amqorder-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  padding: 0 15px 40px;
}
.product-options-wrapper {
  flex-basis: 100%;
}
.amqorder-grid-block {
  transition: 0.2s all ease-in;
  flex-basis: 100%;
  order: 2;
}
.amqorder-grid-block .amqorder-content {
  margin: 0 0 35px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
}
.amqorder-grid-block .amqorder-msg.-error {
  position: inherit;
  margin: 0 0 0 10px;
}
.amqorder-grid-block .amqorder-message {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
}
.amqorder-grid-block .amqorder-price {
  flex-basis: 50%;
  font-weight: 700;
}
.amqorder-grid-block .price-box .price-as-configured {
  margin: 0;
}
.amqorder-grid-block .amqorder-sku {
  display: flex;
  box-sizing: border-box;
  margin: 0 0 5px;
}
.amqorder-grid-block .amqorder-sku:before {
  margin: 0 5px 0 0;
  content: attr(data-label) ':';
  font-weight: 700;
}
.amqorder-grid-block .amqorder-sku .amqorder-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amqorder-grid-block .amqorder-messages-list {
  padding: 0 0 5px;
}
.amqorder-grid-block .amqorder-header {
  display: flex;
  align-items: center;
  display: inline-flex;
  box-sizing: border-box;
}
.amqorder-grid-block .amqorder-header .amqorder-item {
  flex-basis: 150px;
  flex-grow: 1;
}
.amqorder-grid-block .amqorder-header .amqorder-item.-selectall {
  justify-content: flex-end;
}
.amqorder-grid-block .amqorder-items-wrapper .amqorder-button.-action {
  display: none;
}
.amqorder-grid-block .amqorder-button.-options {
  flex-basis: 100%;
  justify-content: flex-start;
  padding: 0 0 30px;
  white-space: nowrap;
}
.amqorder-grid-block .amqorder-items-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item {
  position: relative;
  margin: 0;
  padding: 15px;
  width: auto;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item:not(:last-child) {
  border-bottom: 1px solid #ebeef5;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item .amqorder-item:not(.amqorder-image) {
  flex-basis: 150px;
  flex-grow: 1;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item .amqorder-item.-name {
  align-self: stretch;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item.-smart .amqorder-item.-name {
  align-content: space-between;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item.-errors {
  border: 1px solid #eb5757;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item:not(.-smart) .amqorder-item.-name {
  align-content: center;
}
.amqorder-grid-block .amqorder-items-block .amqorder-item.-name .amqorder-title {
  color: #000;
}
.amqorder-grid-block .amqorder-items-block .amqorder-item.-name .amqorder-title.-disabled {
  pointer-events: none;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item.-weee {
  padding: 15px;
}
.amqorder-grid-block .amqorder-items-block .amqorder-image {
  position: inherit;
  z-index: 1;
  display: inline-block;
  flex-grow: inherit;
  float: left;
  margin: 0 15px 0;
  min-width: 90px;
  width: 90px;
  height: 90px;
  background: #fff;
  object-fit: contain;
}
.amqorder-grid-block .amqorder-items-wrapper {
  align-items: flex-start;
  flex-basis: 100%;
}
.amqorder-grid-block .amqorder-items-wrapper .amqorder-qty-block {
  flex-basis: 100%;
  float: none;
  clear: both;
  padding: 30px 0 20px;
}
.amqorder-grid-block .amqorder-items-wrapper .amqorder-qty-block:before {
  margin: 0 15px 0 0;
  content: attr(data-label);
  font-weight: 700;
}
.amqorder-grid-block .amqorder-items-wrapper .amqorder-price,
.amqorder-grid-block .amqorder-items-wrapper .amqorder-button.-options {
  display: none;
}
.amqorder-grid-block .amqorder-toolbar-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 15px 15px;
  border-top: 1px solid #ebeef5;
}
.amqorder-grid-block .amqorder-toolbar-block .amqorder-button.-clear-list {
  justify-content: flex-end;
}
.amqorder-grid-block .amqorder-toolbar-block .amqorder-button.-download {
  margin-right: 10px;
}
.amqorder-grid-block .amqorder-toolbar-block .amqorder-pager-block {
  flex-basis: 100%;
  justify-content: space-between;
  order: 1;
  margin: 0;
  padding: 25px 0 0 0;
}
.amqorder-item-info > .amqorder-button.-action {
  margin: 0 0 0 auto;
}
.amqorder-selected-toolbar {
  display: flex;
  align-items: center;
}
.amqorder-selected-toolbar .amqorder-button.-remove {
  margin: 0 0 0 10px;
  color: #cccccc;
}
.amqorder-massaction-toolbar {
  display: flex;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
.amqorder-massaction-toolbar:first-child {
  justify-content: flex-start;
  width: 49%;
}
.amqorder-massaction-toolbar:first-child .amqorder-buttons-block {
  display: none;
}
.amqorder-massaction-toolbar:last-child {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.amqorder-massaction-toolbar:last-child .amqorder-selected-toolbar {
  margin: 0 0 15px;
}
.amqorder-massaction-toolbar:last-child .amqorder-buttons-block {
  margin: 0;
  width: 100%;
}
.amqorder-massaction-toolbar:last-child .amqorder-button.-cart {
  margin: 0;
}
.amqorder-buttons-block {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.amqorder-buttons-block.-qty-3 .amqorder-button.-checkout {
  flex-basis: 100%;
  margin-top: 15px;
}
.amqorder-buttons-block .amqorder-button {
  flex-grow: 1;
  margin: 0 10px;
  white-space: nowrap;
}
.amqorder-options-block {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0;
  list-style: none;
}
.amqorder-error-modal .modal-inner-wrap {
  width: 600px;
}
.amqorder-multiple-block {
  transition: 0.2s all ease-in;
  position: initial;
  top: 10px;
  flex-grow: 1;
  overflow: hidden;
  box-sizing: border-box;
  margin: 30px 0 0;
  padding: 15px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
}
.amqorder-multiple-block.-active .amqorder-sku {
  margin: 0 0 40px;
}
.amqorder-multiple-block:not(.-active) .amqorder-title {
  transition: 0.2s all ease-in;
  margin: 0;
}
.amqorder-multiple-block:not(.-active) .amqorder-sku,
.amqorder-multiple-block:not(.-active) .amqorder-file {
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  clip-path: none;
}
.amqorder-multiple-block:not(.-active) .amqorder-button.-reverse {
  transform: rotate(90deg);
}
.amqorder-multiple-block .amqorder-sku,
.amqorder-multiple-block .amqorder-file {
  transition: 0.2s all ease-in;
}
.amqorder-multiple-block .amqorder-sku {
  transition: 0.4s all ease-in;
}
.amqorder-multiple-block .aqorder-file {
  transition: 0.4s all ease-in;
}
.amqorder-multiple-block .amqorder-title {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  color: #333;
  font-size: 20px;
}
.amqorder-multiple-block .amqorder-title .amqorder-text {
  padding: 0 10px;
}
.amqorder-multiple-block .amqorder-button.-addto,
.amqorder-multiple-block .amqorder-button.-upload {
  margin: 15px 0 0 auto;
}
.amqorder-multiple-block .amqorder-comment {
  display: block;
  margin: 5px 0;
  color: #949494;
  font-size: 12px;
}
.amqorder-multiple-block .amqorder-link {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
}
.amqorder-multiple-block .amqorder-textarea {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
}
.amqorder-multiple-block .amqorder-textarea::-webkit-scrollbar {
  background: #f0f0f0;
}
.amqorder-multiple-block .amqorder-textarea::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amqorder-multiple-block .amqorder-textarea ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amqorder-multiple-block .amqorder-textarea::-webkit-scrollbar {
  width: 4px;
}
.amqorder-multiple-block .amqorder-textarea::-webkit-scrollbar-thumb {
  width: 4px;
}
.amqorder-multiple-block .amqorder-textarea ::-webkit-scrollbar-track {
  width: 4px;
}
.-popup-opened {
  overflow: hidden;
}
.amqorder-popup-block {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amqorder-popup-block.-active {
  display: flex;
}
.amqorder-popup-block .amqorder-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-0: auto;
  scrollbar-color: transparent rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  z-index: 1;
  overflow: auto;
  box-sizing: border-box;
  padding: 45px 30px;
  max-width: 565px;
  max-height: 100%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar {
  background: transparent;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.amqorder-popup-block .amqorder-popup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar {
  width: 4px;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar-thumb {
  width: 4px;
}
.amqorder-popup-block .amqorder-popup ::-webkit-scrollbar-track {
  width: 4px;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar {
  height: 4px;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar-thumb {
  height: 4px;
}
.amqorder-popup-block .amqorder-popup ::-webkit-scrollbar-track {
  height: 4px;
}
.amqorder-popup-block .amqorder-title,
.amqorder-popup-block .amqorder-content,
.amqorder-popup-block .amqorder-toolbar {
  flex-basis: 100%;
  max-width: 100%;
}
.amqorder-popup-block .amqorder-content {
  padding: 30px 0 0;
}
.amqorder-popup-block .amqorder-labels-list {
  display: none;
}
.amqorder-popup-block .amqorder-title {
  font-weight: 400;
}
.amqorder-popup-block .amqorder-header {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}
.amqorder-popup-block .amqorder-desc {
  margin: 0;
  padding: 15px 0 0;
}
.amqorder-popup-block .amqorder-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0;
}
.amqorder-popup-block .amqorder-button {
  margin: 0 12px;
}
.amqorder-popup-block .amqorder-errors-list {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  margin: 0 -15px 0 0;
  padding: 0 12px 0 0;
  max-height: 355px;
  list-style: none;
}
.amqorder-popup-block .amqorder-errors-list::-webkit-scrollbar {
  background: #f0f0f0;
}
.amqorder-popup-block .amqorder-errors-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amqorder-popup-block .amqorder-errors-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amqorder-popup-block .amqorder-errors-list::-webkit-scrollbar {
  width: 4px;
}
.amqorder-popup-block .amqorder-errors-list::-webkit-scrollbar-thumb {
  width: 4px;
}
.amqorder-popup-block .amqorder-errors-list ::-webkit-scrollbar-track {
  width: 4px;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ebeef5;
  text-align: left;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-index,
.amqorder-popup-block .amqorder-errors-list .amqorder-sku,
.amqorder-popup-block .amqorder-errors-list .amqorder-reason {
  display: flex;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-index:before,
.amqorder-popup-block .amqorder-errors-list .amqorder-sku:before,
.amqorder-popup-block .amqorder-errors-list .amqorder-reason:before {
  display: inline-block;
  padding: 0 15px 0 0;
  min-width: 52px;
  color: #777;
  content: attr(data-label) ':';
  white-space: nowrap;
  font-size: 14px;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-index {
  flex-basis: 100%;
  padding: 0 0 10px 0;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-sku {
  flex-basis: 100%;
  overflow: hidden;
  padding: 0 0 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-reason {
  flex-basis: 100%;
  color: #eb5757;
  word-break: break-all;
}
.catalog-category-view .amqorder-header,
.catalogsearch-result-index .amqorder-header {
  padding: 0;
  width: 49%;
}
.catalog-category-view .amqorder-item-info .amqorder-checkbox-container,
.catalogsearch-result-index .amqorder-item-info .amqorder-checkbox-container {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
}
.catalog-category-view .amqorder-header .amqorder-item:not(.-selectall),
.catalogsearch-result-index .amqorder-header .amqorder-item:not(.-selectall) {
  display: none;
}
.catalog-category-view .toolbar,
.catalogsearch-result-index .toolbar {
  margin-bottom: 40px;
}
.amasty_quickorder-index-index .amqorder-grid-block {
  margin: 40px 0 0 0;
}
.amasty_quickorder-index-index .amqorder-grid-block .amqorder-header {
  display: none;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amquote-line-block {
  background: #f1f1f1;
  margin: 10px 0 0 0;
  padding: 10px;
}
.amquote-line-block.-total {
  text-align: right;
}
.col-total.last {
  text-align: right;
}
.amquote-approved-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 10px;
}
.amquote-approved-title .action-secondary {
  margin: 0 0 0 calc(50px);
}
.amquote-approved-title .amquote-title {
  margin: 0;
}
.amquote-order-discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.amquote-order-discount .amquote-coupons {
  display: flex;
}
.amquote-order-discount .amquote-coupons .amquote-input {
  min-width: 8rem;
}
.amquote-order-discount .action-secondary {
  margin: 0 0 0 auto;
}
.amquote-addto-button {
  background: none;
  border: 1px solid #1979c3;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c3;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 0 0 15px;
  padding: 14px 17px;
  transition-property: background-color, color;
  vertical-align: top;
  width: 100%;
}
.amquote-addto-button:hover,
.amquote-addto-button:active,
.amquote-addto-button:focus {
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: none;
  color: #ffffff;
}
.amquote-addto-button.-small {
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 0;
  transition: display .3s ease;
  white-space: nowrap;
}
.amquote-addto-button.-guest.-small {
  white-space: normal;
}
.amquote-action-wrap .action.tocart {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}
.amquote-action-wrap .actions-primary {
  display: block;
  width: 100%;
}
.amquote-action-wrap .actions-primary + .actions-secondary {
  display: block;
  padding: 0;
  text-align: center;
  width: inherit;
}
.amquote-action-wrap .swatch-input {
  display: inline-block;
}
.amquote-cart-wrapper.minicart-wrapper {
  display: inline-block;
  float: right;
  margin-bottom: 3px;
  margin-right: 4px;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart {
  position: absolute;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart {
  width: 270px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
.amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
  transform: translateX(-10px);
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iIzc1NzU3NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMjFoLTFsLS4wMTItMTEuNTEyQS40ODguNDg4IDAgMCAwIDIyLjUgOUgyMFYxLjVhLjQ4OC40ODggMCAwIDAtLjQ4OC0uNDg4SDkuNDg4QS40ODguNDg4IDAgMCAwIDkgMS41VjIwaC0uMzM3QTMuNTE1IDMuNTE1IDAgMCAwIDcgMTguMzM3VjEuMzU5QzcgLjU1MSA2LjUgMCA1LjY2NCAwSDFTMCAwIDAgMXMxIDEgMSAxaDR2MTYuMDM1QTMuNSAzLjUgMCAxIDAgOC42NjMgMjNIMjRzMSAwIDEtMWMwLTEuMDAxLTEtMS0xLTF6bS0xMy4wMDEgMGwtLjAwMS0xMEgxNGwuMDAxIDQuMjM2YS40ODguNDg4IDAgMCAwIC43ODEuMzlsMS4xMzctMS4yNDUgMS4zMDEgMS4yNDZhLjQ4OC40ODggMCAwIDAgLjc4LS4zOTF2LTQuMjM1TDIxIDExdjkuOTk5TDEwLjk5OSAyMXptMS45OS0xNS4zNThhLjQ4OC40ODggMCAwIDAgLjc1OC40MDZsLjcwNi0uNzk3Ljc4OC43OTZBLjQ4Ny40ODcgMCAwIDAgMTYgNS42NFYzaDJ2NmgtN1YzaDEuOTg4djIuNjQyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  height: 30px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  transition: opacity .3s ease;
  vertical-align: top;
  width: 23px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart:hover:before {
  opacity: .75;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart > .text,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  background: #ff5501;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart {
  padding-bottom: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .cart-item-qty {
  margin-right: 3px;
}
.amquote-cart-wrapper.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .subtitle.empty {
  padding: 30px 0 50px;
}
.cart.table-wrapper .data.table .col.price,
.cart.table-wrapper .data.table .col.qty,
.cart.table-wrapper .col.price.qty {
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item-info .col.qty {
  white-space: normal;
}
.cart.table-wrapper .col.price .control .amquotereq-input {
  padding: 0;
  text-align: center;
  width: 80px;
}
.cart.table-wrapper .amquotereq-input + .mage-error {
  font-weight: 400;
  line-height: normal;
}
.cart.table-wrapper .col.price .input-text,
.cart.table-wrapper .col.qty .input-text {
  color: #666666;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.cart.table-wrapper .textarea.add-note {
  display: none;
}
.cart.table-wrapper .add-note-quote {
  cursor: pointer;
}
.quote-details {
  padding: 0 15px;
}
.quote-details .title {
  border-bottom: 1px solid #cccccc;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
  padding-bottom: 5px;
}
.quote-details .control {
  margin-top: 10px;
}
.quote-details .form-login {
  border-bottom: 1px solid #cccccc;
}
.account-quote-buttons {
  margin-bottom: 15px;
}
.amasty-quote-account-view .table-wrapper table .quote-item-notes,
.amasty_quote-account-view .table-wrapper table .quote-item-notes {
  border-top: none;
}
.amasty-quote-account-view ul.note-list li,
.amasty_quote-account-view ul.note-list li {
  display: inline-block;
  width: 48%;
}
.amasty-quote-account-index .pages,
.amasty_quote-account-index .quote-products-toolbar .pager .pages,
.amasty-quote-account-index .limiter,
.amasty_quote-account-index .quote-products-toolbar .pager .limiter {
  display: inline-block;
  position: relative;
  width: auto;
}
.amasty-quote-update .control.price {
  line-height: 22px;
  min-width: 95px;
  position: relative;
}
.amasty-quote-update .amquote-price-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
.update-quote-cart {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}
.quote-interest-message {
  font-weight: 700;
}
.cart-summary._sticky {
  margin-bottom: 20vh;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-decoration: none;
  width: 100%;
}
.amquote-cell-container {
  font-weight: 700;
  width: 50%;
}
.amquote-cell-container .amquote-note {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-cell-container:before {
  content: none !important;
}
.amquote-summary-details {
  margin-top: 20px;
}
.amquote-report-container,
.amquote-custom-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.amquote-report-container .amquote-item,
.amquote-custom-fields .amquote-item {
  font-weight: 700;
  margin-right: 20px;
  min-width: 200px;
}
.amquote-report-container .amquote-item:last-child,
.amquote-custom-fields .amquote-item:last-child {
  margin-right: 0;
}
.amquote-report-container .amquote-comment,
.amquote-custom-fields .amquote-comment {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-custom-fields .amquote-item {
  margin-bottom: 40px;
  margin-right: 0;
}
.am-quotes-head {
  white-space: nowrap;
}
.amquote-field-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0 0;
  position: relative;
}
.amquote-field-block .amquote-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.amquote-field-block .amquote-label {
  margin-right: 10px;
  max-width: 100px;
}
.amquote-field-block .mage-error {
  position: absolute;
  top: 100%;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#product_composite_configure_form_fields .amasty-composite-fieldset .admin__field.required .admin__field-label:after {
  content: '';
  margin: 0;
}
.quote-shipping-method .admin__page-section-title > span:after {
  color: #e22626;
  content: '*';
  font-weight: 400;
  margin-left: 3px;
}
.admin__fieldset .quote-choose-address .admin__field-shipping-same-as-billing .admin__field-label {
  width: 100%;
}
.amquote-order-table.-additional,
.amquote-order-view .amquote-order-table {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.customer-account-fields .admin__field {
  max-width: 50%;
}
.quote-custom-shipping-fee {
  padding: 0 10px;
}
.amquote-shipping-choose .amquote-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.amquote-shipping-choose .amquote-label {
  margin-right: 10px;
}
.amquote-shipping-choose .amquote-options-list .amquote-option .amquote-label {
  display: flex;
}
.amquote-shipping-choose .amquote-inner {
  font-weight: 600;
  margin-left: calc(5px);
}
.amquote-customfee-block {
  bottom: 2px;
  position: relative;
}
.amasty_quote-cart-index .cart.actions .action {
  flex-basis: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Wimakeit/pharmamed/nl_NL/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Poppins';
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Poppins';
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #ffffff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #ffffff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #ffffff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #ffffff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #68a8e0;
}
.amsl-separator {
  border: 1px solid #dbdbdb;
  display: none;
  margin: 0;
  position: relative;
}
.amsl-separator .amsl-icon {
  background: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  box-sizing: border-box;
  color: #dbdbdb;
  display: block;
  font-size: 14px;
  height: 33px;
  left: 50%;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
}
.amsl-cart-page .-labeled-buttons > .amsl-title,
.amsl-registration-page .-labeled-buttons > .amsl-title,
.amsl-login-page .-labeled-buttons > .amsl-title {
  display: none;
}
.amsl-cart-page .-labeled-buttons .amsl-buttons,
.amsl-registration-page .-labeled-buttons .amsl-buttons,
.amsl-login-page .-labeled-buttons .amsl-buttons {
  justify-content: flex-start;
  width: 100%;
}
.amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
  margin: 0 0 15px;
}
.amsl-error {
  background: #f69b98;
  display: none;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  text-align: left;
  word-break: break-word;
}
.amsl-error.-default {
  margin-bottom: 10px;
}
.amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-error.-info {
  background: none;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  text-align: center;
}
.amsl-content {
  min-width: 300px;
}
.amsl-social-wrapper {
  display: flex;
  flex-direction: column;
}
.amsl-cart-page,
.amsl-login-page,
.amsl-registration-page {
  margin: 10px 0;
}
.amsl-cart-page .amsl-error,
.amsl-login-page .amsl-error,
.amsl-registration-page .amsl-error {
  margin: 0 0 10px;
}
.amsl-form .field input[type='checkbox'] {
  top: -1px;
}
.amsl-register-content .form.create.account,
.amsl-forgot-content .form.password.forget {
  max-width: 100%;
  min-width: inherit;
  width: 100%;
}
.amsl-popup-observed .modal-custom.authentication-dropdown,
.amsl-popup-observed .modal-popup.popup-authentication,
.amsl-popup-observed .modal-popup.authentication-dropdown,
.amsl-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none !important;
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button {
  transition: 0.2s ease ease-in;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  border-radius: 100px;
  display: block;
}
.amsl-button .amsl-social-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.amsl-button.-clear {
  background: none;
  border: none;
  box-shadow: none;
  color: initial;
  margin: 0;
  outline: none;
  padding: 0;
}
.amsl-button.-clear:hover,
.amsl-button.-clear:active {
  background: none;
  box-shadow: none;
  color: inherit;
  outline: none;
  text-decoration: none;
}
.amsl-button.-google {
  background: #ffffff;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==);
}
.amsl-button.-twitter {
  background: #137ab9;
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amsl-button.-facebook {
  background: #3c5a99;
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.amsl-button.-apple {
  background: #ffffff;
}
.amsl-button.-apple .amsl-social-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.amsl-button.-linkedin {
  background: #0077b7;
}
.amsl-button.-linkedin .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==);
}
.amsl-button.-instagram {
  background: linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4);
}
.amsl-button.-instagram .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=);
}
.amsl-button.-amazon {
  background: #ffffff;
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=);
}
.amsl-button.-paypal {
  background: #ffffff;
}
.amsl-button.-paypal .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+);
}
.amsl-button.-twitch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6441a5;
}
.amsl-button.-twitch .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);
  background-size: 50%;
  border: 1px solid #000000;
  border-radius: 5px;
  filter: invert(1);
  height: 50%;
  width: 50%;
}
.amsl-button-wrapper .amsl-button:focus,
.amsl-button-wrapper .amsl-button:hover:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 4px;
}
.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon {
  background-size: 100%;
  border: none;
}
.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon {
  background-size: 70%;
}
.amsl-button-wrapper.with-label.-rectangular {
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 2px solid #f6f6f6;
  box-shadow: none;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google {
  background: #3672ce;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google:hover {
  background: #5f8fd8;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal {
  background: #007eb3;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal:hover {
  background: #00a2e6;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon {
  background: #232f3e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon:hover {
  background: #35485f;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover {
  background: #f2f2f7;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text {
  color: #1c1c1e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
  background-color: #ffffff;
  border-radius: 4px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
  background-size: 70%;
  height: 30px;
  margin: 0 10px;
  min-width: 30px;
  transform: none;
  width: 30px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-text {
  color: #ffffff;
  margin-right: 5px;
}
.amsl-showmore-wrapper {
  color: #006bb4;
  display: block;
  height: 1px;
  margin: 25px 0;
  position: relative;
  width: 100%;
}
.amsl-showmore-wrapper:before {
  background: #dbdbdb;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button {
  box-shadow: none;
  height: auto;
  width: auto;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:focus {
  transform: translateY(-50%);
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:hover {
  box-shadow: none;
}
.amsl-showmore-wrapper > .amsl-showmore-button {
  transition: 0.3s ease-in-out ease-in;
  transition: all 0.3s ease-in-out;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 5px 15px;
  transform: translateY(-50%);
}
.amsl-showmore-wrapper > .amsl-showmore-button:focus {
  border: 1px solid;
}
.amsl-showmore-wrapper > .amsl-showmore-button:hover {
  background: #f6f6f6;
  opacity: .8;
}
.amsl-showmore-wrapper .amsl-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: center;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-tablist {
  list-style: none;
  margin: 20px 20px 30px;
  padding: 0;
}
.amsl-tablist > li:only-child {
  pointer-events: none;
  user-select: none;
}
.amsl-tablist > li:only-child a {
  cursor: default;
}
.amsl-tablist .amsl-title {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.amsl-tablist .amsl-title:hover {
  background: #f0f0f0;
}
.amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #006bb4;
  color: #006bb4;
}
.amsl-tablist .amsl-title .amsl-link {
  color: #757575;
  display: block;
  padding: 7px 20px;
}
.amsl-tablist .amsl-title .amsl-link:hover {
  text-decoration: none;
}
.amsl-login-content {
  flex-direction: row;
  width: 100%;
}
.amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-login-content .fieldset > .field > .label:not(.show-password) {
  display: none;
}
.amsl-login-content .primary,
.amsl-login-content .action.primary.login,
.amsl-login-content .amshopby-button.login,
.amsl-login-content .am-filter-go.login {
  width: 100%;
}
.amsl-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.amsl-login-content .secondary .action.remind {
  color: #006bb4;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label {
  color: #000000;
}
.amsl-register-content .field {
  margin-bottom: 25px;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .field.newsletter .label {
  color: #757575;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #ffffff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset > .legend + br {
  display: none;
}
.amsl-register-content .amsl-form .fullname .fields {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-firstname,
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-lastname {
  flex-grow: 1;
}
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-middlename {
  padding: 0;
  width: 100%;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-prefix,
.amsl-register-content .amsl-form .fullname .fields > .field-name-suffix {
  flex-basis: 100%;
}
.amsl-login-success {
  color: #407740;
  padding: 50px;
}
.amsl-popup-overlay {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amsl-popup-block {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 10px auto auto;
  max-width: 95vw;
  min-width: 300px;
  position: relative;
}
.amsl-popup-block .amsl-social-login {
  min-height: 180px;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 10px 15px;
}
.amsl-popup-block .amsl-form {
  margin: 0 20px 65px;
  min-width: 250px;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amsl-popup-block .control.captcha-image .captcha-img {
  display: block;
  max-height: 50px;
}
.amsl-popup-block .amsl-dialog-title {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.amsl-popup-block.-social-top .amsl-login-content {
  display: flex;
  flex-direction: column-reverse;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
  display: block;
  margin: 45px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-form {
  margin-bottom: 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
  align-items: center;
  border-radius: 4px;
  justify-content: space-around;
  margin: 0 20px;
  min-height: inherit;
  padding: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title {
  display: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  margin: 20px 0;
  padding: 0;
  width: 60%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper {
  margin: 5px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
  height: 40px;
  width: 40px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon {
  transform: scale(0.6);
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error {
  margin: 5px 20px;
  order: 1;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-info {
  margin-bottom: 20px;
  margin-top: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social {
  margin: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  flex-direction: column;
  padding: 20px 0 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social {
  box-sizing: border-box;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 15px;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button {
  width: auto;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon {
  margin: auto 5px;
  transform: none;
}
.amsl-popup-block .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.amsl-popup-block .actions-toolbar:before,
.amsl-popup-block .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .actions-toolbar .action.primary,
.amsl-popup-block .actions-toolbar .amshopby-button,
.amsl-popup-block .actions-toolbar .am-filter-go {
  background: #006bb4;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  padding: 14px 45px;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .action.primary:hover:focus,
.amsl-popup-block .actions-toolbar .amshopby-button:hover,
.amsl-popup-block .actions-toolbar .amshopby-button:hover:focus,
.amsl-popup-block .actions-toolbar .am-filter-go:hover,
.amsl-popup-block .actions-toolbar .am-filter-go:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus,
.amsl-popup-block .actions-toolbar .amshopby-button:focus,
.amsl-popup-block .actions-toolbar .am-filter-go:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-popup-block .fieldset {
  margin-bottom: 25px;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset > .field > .label,
.amsl-popup-block .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amsl-popup-block .checkbox {
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
}
.amsl-popup-block .input-text {
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  color: #585858;
  height: 45px;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .amsl-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) center / 15px no-repeat;
  border-radius: 8px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: none;
  width: 30px;
}
.amsl-popup-block .amsl-close:hover,
.amsl-popup-block .amsl-close:active {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) center / 15px no-repeat;
}
.amsl-popup-block .amsl-close:focus {
  outline: 1px solid;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
.amsl-popup-block.-social-top .amsl-showmore-wrapper {
  margin: 25px 0 7px;
}
.amsl-accounts {
  flex-direction: column;
}
.amsl-accounts,
.amsl-accounts .amsl-linked {
  display: flex;
  justify-content: space-between;
}
.amsl-accounts .amsl-accounts-block {
  margin-bottom: 20px;
  width: 100%;
}
.amsl-accounts .amsl-button {
  height: 45px;
  width: 45px;
}
.amsl-accounts .amsl-button.-amazon,
.amsl-accounts .amsl-button.-paypal {
  border: 1px solid #ececec;
}
.amsl-accounts .amsl-linked {
  align-items: center;
  background: #ececec;
  box-sizing: border-box;
  height: 45px;
  margin: 0 0 15px 23px;
  padding: 8px 8px 8px 0;
}
.amsl-accounts .amsl-linked:last-of-type {
  margin-bottom: 0;
}
.amsl-accounts .amsl-linked .amsl-button {
  position: absolute;
  transform: translateX(-50%);
}
.amsl-accounts .amsl-name {
  margin: 0 2px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsl-accounts .amsl-social-icon {
  transform: scale(0.7);
}
.amsl-accounts .amsl-unlink {
  display: flex;
  align-items: center;
  background: #006bb4;
  border-radius: 4px;
  height: 100%;
  line-height: 1;
  padding: 1px 15px;
}
.amsl-accounts .amsl-unlink,
.amsl-accounts .amsl-unlink:hover,
.amsl-accounts .amsl-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.amsl-accounts .amsl-unlink:hover {
  background: #5891e6;
}
.amsl-accounts .amsl-social-login {
  height: inherit;
}
.amsl-accounts .amsl-social-login .amsl-buttons {
  padding: 25px 15px;
}
.amsl-accounts .amsl-button-wrapper {
  margin: 7.5px 15px;
}
.amsl-accounts .amsl-accounts-block > .legend {
  box-sizing: border-box;
  width: 100%;
}
.amsl-social-login {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
  height: 100%;
  position: relative;
  text-align: center;
}
.amsl-social-login .amsl-title {
  background: #dbdbdb;
  border-radius: 4px;
  box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 55px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.amsl-social-login .amsl-title.-short {
  display: none;
  width: inherit;
}
.amsl-social-login .amsl-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
  width: 100%;
}
.amsl-social-login .amsl-buttons.-flex-center {
  justify-content: center;
}
.amsl-social-login .amsl-button {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 65px;
  width: 65px;
}
.amsl-social-login .amsl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.amsl-social-login .amsl-button:focus {
  box-shadow: none;
  transform: translateY(-1px);
}
.amsl-social-login .amsl-button.-google:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitter:hover {
  background: #1898e7;
}
.amsl-social-login .amsl-button.-facebook:hover {
  background: #4e71ba;
}
.amsl-social-login .amsl-button.-apple:hover {
  background: #fff;
}
.amsl-social-login .amsl-button.-linkedin:hover {
  background: #0098ea;
}
.amsl-social-login .amsl-button.-amazon:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-paypal:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitch:hover {
  background: #7e5bbe;
}
.amsl-socials-checkout {
  margin-bottom: 28px;
  margin-top: 38px;
}
.amsl-socials-checkout .amsl-social-login {
  border-radius: 0;
}
.amsl-socials-checkout .amsl-social-login .amsl-buttons {
  padding: 30px 15px 15px;
}
.amsl-socials-checkout .amsl-buttons > .amsl-button-wrapper {
  align-items: center;
  display: flex;
  height: calc(500px / 5 - ((15px * 2) / 5));
  justify-content: center;
  width: calc(500px / 5 - ((15px * 2) / 5));
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}
.amsl-cart-page .amsl-social-login .amsl-title,
.amsl-login-page .amsl-social-login .amsl-title,
.amsl-registration-page .amsl-social-login .amsl-title {
  background: none;
  color: #000;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-align: center;
  transform: none;
}
.amsl-cart-page .amsl-social-login .amsl-buttons,
.amsl-login-page .amsl-social-login .amsl-buttons,
.amsl-registration-page .amsl-social-login .amsl-buttons {
  margin: 0;
  padding: 0;
  width: inherit;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin: 0 10px 10px;
}
.amstockstatus-status-container {
  display: inline-block;
}
.amstockstatus-category {
  margin-bottom: 20px;
}
.amstockstatus-cart {
  padding: 12px;
  background: #fdf0d5 none repeat scroll 0 0;
}
.swatch-option.am-stockstatus-disabled:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
}
.amstock-button.-clear,
.amstock-button.-link {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
._keyfocus .amstock-button.-clear:focus,
.amstock-button.-clear:not([disabled]):focus {
  box-shadow: none;
}
.amstock-button.-clear:hover,
.amstock-button.-clear:focus,
.amstock-button.-clear:active {
  background: transparent;
  box-shadow: none;
}
.amstock-button.-link {
  vertical-align: inherit;
  font-weight: 400;
  line-height: 1.9rem;
}
.amstock-button.-link:focus {
  text-decoration: underline;
}
.product-info-stock-sku > .amstock-button.-link {
  text-align: right;
}
.amstockstatus-info-link {
  display: block;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amstock-popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.24);
  transition: visibility .2s, opacity .2s;
}
.amstock-popup-wrapper:not(.-active) {
  visibility: hidden;
  opacity: 0;
}
.amstock-popup-block {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 25px 15px;
  padding: 30px 15px 45px;
  width: 100%;
  height: calc(100% - 25px * 2);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 7px rgba(139, 144, 154, 0.25), 0 6px 25px rgba(139, 144, 154, 0.5);
  text-align: left;
  transition: transform .4s, opacity .4s;
}
.amstock-popup-wrapper:not(.-active) .amstock-popup-block {
  opacity: 0;
  transform: translateY(20px);
}
.amstock-popup-block > .amstock-button.-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  padding: 25px;
  width: 10px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNDMkMyQzIiIGQ9Ik04LjMyODQ0IDcuNTAwNzZsNi40OTk2Ni02LjQ5OTc0Yy4yMjg5LS4yMjg4MzYuMjI4OS0uNTk5ODUxIDAtLjgyODY1OS0uMjI4OC0uMjI4ODA4Ny0uNTk5OC0uMjI4ODM4LS44Mjg2IDBMNy40OTk3NSA2LjY3MjA5IDEuMDAwMDQuMTcyMzYxYy0uMjI4ODMzLS4yMjg4MzgtLjU5OTg0OC0uMjI4ODM4LS44Mjg2NTYgMC0uMjI4ODA4Mi4yMjg4MzctLjIyODgzNzUuNTk5ODUyIDAgLjgyODY1OUw2LjY3MTA5IDcuNTAwNzMuMTcxMzg0IDE0LjAwMDVjLS4yMjg4Mzc1LjIyODgtLjIyODgzNzUuNTk5OCAwIC44Mjg2LjExNDQwNC4xMTQ0LjI2NDM3NC4xNzE2LjQxNDM0NS4xNzE2LjE0OTk3IDAgLjI5OTkxMi0uMDU3Mi40MTQzNDEtLjE3MTZsNi40OTk2OC02LjQ5OTY4IDYuNDk5NzUgNi40OTk2OGMuMTE0NC4xMTQ0LjI2NDMuMTcxNi40MTQzLjE3MTYuMTUgMCAuMjk5OS0uMDU3Mi40MTQzLS4xNzE2LjIyODktLjIyODguMjI4OS0uNTk5OCAwLS44Mjg2TDguMzI4NDQgNy41MDA3NnoiLz4KPC9zdmc+Cg==) center / 10px no-repeat;
  font-size: 0;
  transition: filter .2s;
}
.amstock-popup-block > .amstock-button.-close:hover,
.amstock-popup-block > .amstock-button.-close:focus,
.amstock-popup-block > .amstock-button.-close:active {
  filter: brightness(0.5);
}
.ie11 .amstock-popup-block > .amstock-button.-close {
  transition: opacity .2s;
}
.ie11 .amstock-popup-block > .amstock-button.-close:hover,
.ie11 .amstock-popup-block > .amstock-button.-close:focus,
.ie11 .amstock-popup-block > .amstock-button.-close:active {
  opacity: .6;
}
.amstock-popup-block > .amstock-header {
  word-break: break-word;
  word-wrap: break-word;
  margin: 20px 15px 40px;
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.3rem;
}
.ie11 .amstock-popup-block > .amstock-header {
  word-break: break-all;
}
.ie11 .amstock-popup-block > .amstock-header {
  word-break: break-all;
}
.ie11 .amstock-popup-block > .amstock-header {
  word-break: break-all;
}
.ie11 .amstock-popup-block > .amstock-header {
  word-break: break-all;
}
.ie11 .amstock-popup-block > .amstock-header {
  word-break: break-all;
}
.amstock-popup-block > .amstock-content {
  scrollbar-color: #181818 rgba(255, 255, 255, 0.2);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  overflow: auto;
  margin-top: 40px;
  max-height: calc(100% - 100px);
  height: 100%;
  color: #333;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar {
  background: #f0f0f0;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amstock-popup-block > .amstock-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar {
  width: 4px;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar-thumb {
  width: 4px;
}
.amstock-popup-block > .amstock-content ::-webkit-scrollbar-track {
  width: 4px;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar {
  background: #f0f0f0;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amstock-popup-block > .amstock-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar {
  width: 4px;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar-thumb {
  width: 4px;
}
.amstock-popup-block > .amstock-content ::-webkit-scrollbar-track {
  width: 4px;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar {
  background: #5f5e5e;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #181818;
  cursor: pointer;
}
.amstock-popup-block > .amstock-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #5f5e5e;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar {
  width: 4px;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar-thumb {
  width: 4px;
}
.amstock-popup-block > .amstock-content ::-webkit-scrollbar-track {
  width: 4px;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar {
  background: #f0f0f0;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amstock-popup-block > .amstock-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar {
  width: 4px;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar-thumb {
  width: 4px;
}
.amstock-popup-block > .amstock-content ::-webkit-scrollbar-track {
  width: 4px;
}
.amstock-popup-block .amstock-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 10px 0;
  min-height: 35px;
  border-top: 1px solid transparent;
}
.amstock-popup-block .amstock-item:not(:first-child) {
  border-color: #ebeef5;
}
.amstock-popup-block .amstock-item > .amstock-title {
  word-break: break-word;
  word-wrap: break-word;
  flex-basis: calc(100% / 3);
  margin-bottom: 5px;
  padding: 0;
  min-width: calc(100% / 3);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-title {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-title {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-title {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-title {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-title {
  word-break: break-all;
}
.amstock-popup-block .amstock-item > .amstock-value {
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-value {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-value {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-value {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-value {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-value {
  word-break: break-all;
}
.amstock-popup-block .amstock-image {
  display: flex;
  margin-right: 10px;
  max-width: 50%;
}
body.-amstock-popup-active {
  overflow: hidden;
}
.amstockstatus-tooltip-block {
  display: inline-block;
  margin-left: 8px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAwQzQuNDc3IDAgMCA0LjQ3NyAwIDEwYzAgNS41MjIgNC40NzcgMTAgMTAgMTBzMTAtNC40NzggMTAtMTBjMC01LjUyMy00LjQ3OC0xMC0xMC0xMHptLjg2NyAxNi40M2MtLjI0NS4yMzgtLjU0LjM2LS44ODMuMzYtLjE2NiAwLS4zMjYtLjAzMi0uNDc4LS4wOTVhMS4zOTcgMS4zOTcgMCAwMS0uMzk3LS4yNDggMS4xNyAxLjE3IDAgMDEtLjI3NC0uMzc1IDEuMDkzIDEuMDkzIDAgMDEtLjEwMi0uNDdjMC0uMzMzLjEyMy0uNjE5LjM2OC0uODU4LjI0NC0uMjM4LjU0LS4zNi44ODItLjM2LjMzNCAwIC42MjYuMTE3Ljg3NS4zNDMuMjUuMjMuMzczLjUxLjM3My44NDYgMCAuMzM0LS4xMjIuNjE4LS4zNjYuODU3aC4wMDJ6bTIuOTI0LTkuMDcyYTIuODIgMi44MiAwIDAxLS4zNS43NzJjLS4xNTIuMjM0LS4zMzguNDYtLjU1NC42NzYtLjIxNi4yMTYtLjQ2LjQ0MS0uNzI4LjY3NS0uMjM0LjItLjQyNS4zNzQtLjU3LjUyNy0uMTQ3LjE1LS4yNjQuMzA0LS4zNTIuNDU2YTEuNiAxLjYgMCAwMC0uMTg0LjQ5Yy0uMDM1LjE3Ny0uMDU0IDEuMDE3LS4wNTQgMS4yNzV2LjQ1Nkg4LjkyN3YtLjY2N2MwLS4yOC4wMi0xLjE1Ny4wNjItMS4zOGEyLjc0NCAyLjc0NCAwIDAxLjU0NS0xLjIxMWMuMTQ3LS4xODYuMzMyLS4zODUuNTUzLS41OTZsLjc5LS43NTRjLjIyMS0uMi40MTItLjQyMi41NzEtLjY2Ny4xNTgtLjI0Ny4yMzYtLjU0NS4yMzYtLjg5NiAwLS40NTYtLjE0My0uODQtLjQzLTEuMTQ4LS4yODgtLjMxMS0uNjkzLS40NjctMS4yMi0uNDY3YTEuNzE1IDEuNzE1IDAgMDAtMS42NDkgMS4xNDIgMi4yOCAyLjI4IDAgMDAtLjE0MS42ODRsLTIuMTU4LS4xOTNjLjA3LS41NjIuMjItMS4wNjIuNDQ4LTEuNTAxLjIyNy0uNDM5LjUyMy0uODA5Ljg4NS0xLjExNmEzLjg0MiAzLjg0MiAwIDAxMS4yNDctLjY5M2MuNDY4LS4xNTcuOTcxLS4yMzYgMS41MDktLjIzNi41MDIgMCAuOTguMDczIDEuNDMuMjJhMy41NyAzLjU3IDAgMDExLjE5NC42NDljLjM0NS4yODYuNjE4LjY0LjgxNiAxLjA2LjE5OS40MjMuMjk4LjkwOS4yOTggMS40NTcgMCAuMzc1LS4wNC43MDYtLjEyMi45ODV2LjAwMXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=') center / 20px no-repeat;
  vertical-align: bottom;
  cursor: pointer;
}
.amstockstatus-tooltip-block:hover,
.amstockstatus-tooltip-block:focus {
  position: relative;
  z-index: 500;
}
.amstockstatus-status-container .amstockstatus-tooltip-block {
  vertical-align: text-bottom;
}
.amstockstatus-tooltip-content {
  position: absolute;
  right: -1rem;
  bottom: 3rem;
  z-index: 1;
  display: none;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  border: 1px solid #383838;
  border-radius: 5px;
  background: #383838;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  color: #ececec;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  cursor: default;
}
.amstockstatus-tooltip-content:before {
  position: absolute;
  top: 100%;
  right: 1.2rem;
  z-index: 3;
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #383838;
  content: '';
}
.amstockstatus-tooltip-content:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 10px;
  content: '';
}
.amstockstatus-tooltip-block:hover .amstockstatus-tooltip-content,
.amstockstatus-tooltip-block:focus .amstockstatus-tooltip-content {
  display: block;
}
.amstockstatus-tooltip-content > .amstockstatus-inner {
  scrollbar-color: #181818 rgba(255, 255, 255, 0.2);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  display: block;
  overflow: hidden auto;
  min-width: 230px;
  max-width: 320px;
  max-height: 140px;
  text-align: left;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar {
  background: #f0f0f0;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amstockstatus-tooltip-content > .amstockstatus-inner ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar-thumb {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner ::-webkit-scrollbar-track {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar {
  background: #f0f0f0;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amstockstatus-tooltip-content > .amstockstatus-inner ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar-thumb {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner ::-webkit-scrollbar-track {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar {
  background: #5f5e5e;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #181818;
  cursor: pointer;
}
.amstockstatus-tooltip-content > .amstockstatus-inner ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #5f5e5e;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar-thumb {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner ::-webkit-scrollbar-track {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar {
  background: #f0f0f0;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amstockstatus-tooltip-content > .amstockstatus-inner ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar-thumb {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner ::-webkit-scrollbar-track {
  width: 4px;
}
.product-info-stock-sku > .amstockstatus-tooltip-block {
  margin-bottom: 3px;
}
.amstockstatus-status-container.-checkout {
  padding-left: 88px;
}
.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block,
.am-checkout .amstockstatus-tooltip-block {
  position: static;
}
.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content,
.am-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content {
  right: 0;
  bottom: 30px;
  left: 88px;
}
.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content:before,
.am-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content:before {
  content: none;
}
.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content > .amstockstatus-inner,
.am-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content > .amstockstatus-inner {
  max-height: 65px;
}
.opc-block-summary .amstockstatus-status-container.-checkout {
  padding-left: 118px;
}
.am-checkout .amstockstatus-tooltip-block .amstockstatus-tooltip-content {
  bottom: 70px;
}
.store-credit-add .store-credit-container {
  max-width: 500px;
}
.store-credit-add .store-credit-left {
  margin-bottom: 10px;
}
.store-credit-add .store-credit-left .field-tooltip {
  display: inline-block;
  position: relative;
  right: unset;
  top: unset;
}
.checkout-payment-method .payment-option._collapsible.store-credit-add .payment-option-content {
  display: unset;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .product-item-description,
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .product-item-description {
  color: #999999;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  scrollbar-color: #181818 rgba(255, 255, 255, 0.2);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #5f5e5e;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #181818;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #5f5e5e;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #3ac39c);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.bfb-element-datepicker {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.bfb-element-datepicker .ui-datepicker-buttonpane button,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 1px;
  box-sizing: border-box;
  color: #007dbd;
  float: left;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 49%;
  font-weight: 500;
  box-shadow: none;
}
.bfb-element-datepicker .ui-datepicker-buttonpane button:hover,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add:hover {
  background: #007dbd;
  border-color: #007dbd;
  color: #FFF;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr {
  background: transparent;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr th {
  background: transparent;
  border: 0;
  padding: 0;
}
.bfb-element-datepicker table.ui-datepicker-calendar span,
.bfb-element-datepicker table.ui-datepicker-calendar a {
  box-sizing: border-box;
  color: #514943;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  width: 38px;
  padding: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  float: right;
}
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-year,
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin: 0;
}
.bfb-element-datepicker .ui-datepicker-title > select:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-title > .ui-datepicker-year:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-calendar {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #f5f5f5;
}
.bfb-element-datepicker .ui-slider .ui-slider-handle {
  cursor: pointer;
}
.bfb-animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bfb-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.bfb-spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}
.bfb-spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.bfb-spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.bfb-spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.bfb-spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bfb-spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.bfb-spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bfb-spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bfb-spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.bfb-spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #ffffff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.ie9 .bfb-spinner {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/images/ajax-loader.gif') no-repeat center;
}
.ie9 .bfb-spinner > span {
  display: none;
}
.bfb-popup-overlay {
  display: none;
}
.bfb-popup-show .bfb-popup-overlay {
  z-index: 998;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.bfb-popup:before,
.bfb-popup:after {
  content: '';
  display: table;
  clear: both;
}
.bfb-popup .bfb-popup-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 20px;
  cursor: pointer;
  opacity: .5;
  z-index: 4;
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/BlueFormBuilder_Core/images/close-icon.png') center center no-repeat;
  background-size: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.bfb-popup .bfb-popup-close:hover {
  opacity: 1;
  background-size: 22px;
}
.bfb-popup .block.bfb {
  box-shadow: none;
}
.bfb-popup-slidein .bfb-popup {
  opacity: 0;
}
.bfb-popup-slidein.bfb-popup-align-bottom-right .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left .bfb-popup {
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
}
.bfb-popup-slidein.bfb-popup-align-bottom-right.popup-show .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-slidein.popup-show .bfb-popup {
  opacity: 1;
}
.bfb-popup-container {
  position: fixed;
  box-shadow: none;
  z-index: 999;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.bfb-popup-container.bfb-popup-align-inline {
  position: static;
}
.bfb-popup-container .bfb-popup {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: fixed;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container .block.bfb {
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bfb-popup-container .bfb-popup-link {
  cursor: pointer;
  padding: 6px 15px 12px 15px;
  letter-spacing: .5px;
  display: inline-block;
  position: relative;
  transition: transform .3s;
  -webkit-transition: -webkit-transform 0.3s;
  background: #007dbd;
  color: #FFF;
}
.bfb-popup-container .bfb-popup-link:hover {
  text-decoration: none;
}
.bfb-popup-container.bfb-popup-align-left {
  left: 0;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(-200%, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-200%, 0, 0) rotate(90deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link {
  transform: translate3d(-4px, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-4px, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup {
  left: -1px;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-right {
  right: 0;
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link {
  transform: translate3d(4px, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(200%, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup {
  right: -1px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left,
.bfb-popup-container.bfb-popup-align-right {
  top: 50%;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  top: -40px;
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup,
.bfb-popup-container.bfb-popup-align-right.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-left {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-right {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right,
.bfb-popup-container.bfb-popup-align-bottom-left {
  bottom: 0;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(0, 6px, 0);
  -webkit-transform: translate3d(0, 6px, 0);
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-magnific .bfb-popup {
  position: relative;
  border-radius: 3px;
}
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  transition: transform 0.35s ease-out, opacity 0.2s linear;
  -moz-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.2s linear;
  -ms-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -o-transition: transform 0.35s ease-out, opacity 0.2s linear;
}
.bfb-popup-animate-left.mfp-bg,
.bfb-popup-animate-right.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup-animate-left.mfp-ready .mfp-with-anim,
.bfb-popup-animate-right.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.bfb-popup-animate-left.mfp-ready.mfp-bg,
.bfb-popup-animate-right.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.bfb-popup-animate-left.mfp-removing.mfp-bg,
.bfb-popup-animate-right.mfp-removing.mfp-bg {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -moz-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -o-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -ms-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
}
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -moz-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -o-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -ms-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
}
.bfb-popup-align-inline .bfb-popup-link {
  padding: 5px 12px;
}
.bfbAnimation {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
}
.bfb-element .bfb-element-control-inner {
  position: relative;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .iti {
  width: 100%;
}
.bfb-element .intl-tel-input,
.bfb-element .admin__control-text {
  width: 100%;
}
.bfb-element .g-recaptcha {
  display: inline-block;
}
.bfb-element .bfb-element-input-limit {
  text-align: right;
}
.bfb-element .bfb-element-label {
  position: relative;
}
.bfb-element.required .bfb-element-label label {
  padding-right: 15px;
}
.bfb-element.required .bfb-element-label label > span:after {
  color: #e22626;
  content: '*';
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  margin-left: 5px;
}
.bfb-element.bfb-element-hidden {
  display: none;
}
.bfb-element.bfb-element-label-hidden .bfb-element-label {
  display: none;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content {
  left: -18px;
  right: auto;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:before {
  left: 15px;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:after {
  left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content {
  left: auto;
  right: -18px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:before {
  right: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:after {
  right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  text-align: center;
}
.bfb-element.bfb-element-label-right .bfb-element-label {
  width: 25%;
  float: right;
  padding-left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-right .bfb-element-control-inner {
  float: right;
  width: 100%;
}
.bfb-element.bfb-element-icon-left .bfb-control {
  padding-left: 30px;
}
.bfb-element.bfb-element-icon-left .bfb-element-icon {
  left: 0;
}
.bfb-element.bfb-element-icon-right .bfb-control {
  padding-right: 30px;
}
.bfb-element.bfb-element-icon-right .bfb-element-icon {
  right: 0;
}
.bfb-element.bfb-element-label-align-left .bfb-element-label {
  text-align: left;
}
.bfb-element.bfb-element-label-align-right .bfb-element-label {
  text-align: right;
}
.bfb-element.mgz-element-bfb_textarea .admin__control-textarea {
  height: auto;
}
.bfb-element.mgz-element-bfb_date .ui-datepicker-trigger {
  display: none;
}
.bfb-element.mgz-element-bfb_date .bfb-element-icon {
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control select {
  width: auto;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control span {
  margin: 0 5px;
}
.bfb-element.mgz-element-bfb_address .addressfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.bfb-element.mgz-element-bfb_address .subfield {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 20px;
}
.bfb-element.mgz-element-bfb_address .subfield select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_starratings .bfb-element-stars {
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote {
  height: 32px;
  width: auto;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  color: #c7c7c7;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"] {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:hover + label:before,
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label span {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:before {
  color: #00578a;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-10:before {
  content: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-9:before {
  content: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-8:before {
  content: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-7:before {
  content: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-6:before {
  content: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-5:before {
  content: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-4:before {
  content: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-3:before {
  content: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-2:before {
  content: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>' '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-1:before {
  content: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z" /></svg>';
}
.bfb-element.mgz-element-control-inner {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert {
  padding: 30px 0;
  text-align: center;
  border: 2px dashed #848484;
  background: #FAFAFA;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert:hover i {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 28px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i.bfb-element-icon {
  position: static;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert h3 {
  font-weight: 500;
  margin: 10px 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-spinner {
  background-image: url(../../frontend/Wimakeit/pharmamed/nl_NL/BlueFormBuilder_Core/images/loader.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  display: none;
  height: 20px;
  margin-left: 1rem;
  vertical-align: top;
  width: 20px;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .file-uploader-spinner {
  display: inline-block;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .bfb-element-icon {
  display: none;
}
.bfb-element.mgz-element-bfb_file input[data-role='values'] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  height: 0;
  border: 0;
  outline: none;
  z-index: -1;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px 7px 15px;
  background: #e3e3e3;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button:hover {
  background: #ebebeb;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row {
  float: left;
  width: 100%;
  color: #007dbd;
  cursor: pointer;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row:last-child {
  margin-bottom: 0;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #e22626;
  margin-top: 5px;
  margin-left: 4px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-row-inner {
  -webkit-border-radius: 0.33333rem;
  -moz-border-radius: 0.33333rem;
  border-radius: 0.33333rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f8f8f8;
  border: .09167rem solid #dadada;
  color: #999;
  padding: 8px;
  line-height: 14px;
  position: relative;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info img {
  height: 25px;
  float: left;
  margin-right: 10px;
  width: auto;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .bfb-file-info-name {
  float: left;
  padding-top: 5px;
  color: #333;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .fa.fa-file {
  float: left;
  font-size: 25px;
  margin-right: 10px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-meta {
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #007dbd;
  color: #ffffff;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:hover,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:hover {
  background: #0077b3;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:before {
  content: '-';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  left: auto;
  right: 0;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:before {
  content: '+';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number input {
  padding-left: 38px;
  padding-right: 38px;
}
.bfb-element.mgz-element-bfb_select select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select {
  height: auto;
  max-width: 100%;
  min-width: 15rem;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select option,
.bfb-element.mgz-element-bfb_multiselect select optgroup {
  padding: .5rem 1rem;
}
.bfb-element.mgz-element-bfb_choicematrix table {
  width: 100%;
}
.bfb-element.mgz-element-bfb_choicematrix tbody label span {
  display: none;
}
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > td {
  padding: 11px 10px;
  position: relative;
}
.bfb-element.mgz-element-bfb_recaptcha .captcha-logo,
.bfb-element.mgz-element-bfb_magento2_captcha .captcha-logo {
  max-height: 80px;
}
.bfb-element .bfb-element-label > label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 32px;
  font-weight: 600;
  cursor: pointer;
}
.bfb-element .bfb-element-icon {
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 32px;
  width: 32px;
  font-size: 16px;
  color: #333;
}
.bfb-element .bfb-element-description {
  margin-top: 5px;
  float: left;
  width: 100%;
}
.bfb-element .bfb-element-description p:first-child {
  margin-top: 0;
}
.bfb-element .bfb-element-tooltip {
  position: absolute;
  width: 18px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-action {
  position: relative;
  z-index: 5;
  text-align: center;
  line-height: 32px;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  cursor: text;
  bottom: 3.2rem;
  background: #FFF;
  border: 1px solid #d9d9d9;
  position: absolute;
  width: 32rem;
  z-index: 1;
  display: none;
  right: -2.3rem;
  padding: 17px 20px 20px;
  border-top: 3px solid #0077b3;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border: 1.6rem solid transparent;
  height: 0;
  width: 0;
  border-top-color: #d9d9d9;
  content: '';
  display: block;
  position: absolute;
  right: 2rem;
  top: 100%;
  z-index: 2;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before {
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border-top-color: #FFF;
  margin-top: -1px;
  z-index: 3;
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip:hover .bfb-element-tooltip-content {
  display: block;
}
.bfb-element .bfb-autocomplete-wrapper {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  background: #FFF;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete {
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  float: left;
  max-height: 500px;
  overflow: scroll;
  border: 0;
  margin: 0;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li {
  margin: 0;
  padding: 8px 10px 8px 15px;
  display: block;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li:hover {
  text-decoration: none;
  background: #F0F0F0;
}
.bfb-element .bfb-choices-item {
  margin-bottom: 15px;
  padding-right: 20px;
  margin-top: 0;
}
.bfb-element .bfb-choices-item label {
  display: inline-block;
}
.bfb-element .bfb-choices-item .bfb-choices-image {
  margin-bottom: 8px;
  position: relative;
}
.bfb-element .bfb-choices-item > label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.bfb-element .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label {
  background-color: #fff;
  padding: 15px;
  border: 1px solid transparent;
  background-color: #FFF;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected .bfb-choices-image:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "\e5ca";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: #72b239;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected > label {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label:hover {
  border-color: #666;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item.option-selected > label {
  border-color: #666;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading {
  background-color: #007dbd;
  color: #FFF;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading .title {
  margin: 0;
  font-weight: 500;
}
.bfb-element.mgz-element-bfb_starratings ul {
  list-style: none;
}
.bfb-element.mgz-element-bfb_starratings ul li {
  display: inline-block;
  font-size: 34px;
  margin-right: 6px;
}
.bfb-pages {
  position: relative;
  z-index: 1;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav {
  padding: 0 15px;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #069;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-pages > .mgz-tabs-nav {
  margin: 0;
  list-style: none;
  background: #007dbd;
  float: none;
  overflow: hidden;
  width: auto;
  position: relative;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page-number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  color: #666;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page {
  margin: 0 25px 0 0;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-number {
  display: block;
  text-indent: -9999px;
  height: 6px;
  background-color: #ddd;
  margin: 0 0 16px 0;
  position: relative;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: transparent transparent transparent transparent;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page {
  text-align: center;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-triangle {
  border-top-color: #72b239;
}
.bfb-pages.bfb-pages-indicator-tabs {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content {
  padding: 20px;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav {
  display: block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title {
  display: inline-block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  padding: 18px 20px;
  color: #333;
  font-size: 1.5rem;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a {
  color: #FFF;
  background: transparent;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
  background: #FFF;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFF;
  border: 0;
}
.bfb-pages.bfb-pages-indicator-progress > .bfb-page-indicator {
  font-size: 1.8rem;
}
.bfb-pages.bfb-pages-indicator-cirles > .bfb-page-indicator,
.bfb-pages.bfb-pages-indicator-connector > .bfb-page-indicator {
  font-size: 1.6rem;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages .bfb-page-indicator {
  margin-bottom: 20px;
  display: none;
}
.bfb-pages .bfb-page-indicator .bfb-page-indicator-page {
  float: left;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background-color: #ddd;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap .bfb-page-indicator-page-progress {
  background-color: #72b239;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.bfb-pages .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
  color: #FFF;
}
.bfb-pages.bfb-pages-nav-left .bfb-nav-buttons {
  text-align: left;
}
.bfb-pages.bfb-pages-nav-right .bfb-nav-buttons {
  text-align: right;
}
.bfb-pages.bfb-pages-nav-center .bfb-nav-buttons {
  text-align: center;
}
.bfb-pages.bfb-pages-nav-split .action.action-prev {
  float: left;
}
.bfb-pages.bfb-pages-nav-split .action.action-next {
  float: right;
}
.bfb-pages .bfb-nav-buttons {
  padding: 15px 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action {
  box-shadow: none;
  font-weight: normal;
  display: inline-block;
  border: 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action:last-child {
  margin-left: 5px;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #575757;
  border-color: #575757;
  color: #FFF;
  width: auto;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next:hover {
  background: #333;
}
.bfb-form-success {
  max-width: 1240px;
}
.bfb-form-success.bfb-form-success-style1 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title {
  background-color: #007dbd;
  font-weight: 500;
  padding: 15px 20px;
  color: #FFF;
  position: relative;
  margin: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #006699;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-footer {
  background: #f5f5f5;
  padding: 15px 0;
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 {
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 .bfb-form-success-content {
  font-size: 1.25em;
}
.bfb-form-success .bfb-form-success-content {
  padding: 30px 20px;
}
.bfb-form-success .bfb-form-success-content a {
  color: #95ff00;
}
.bfb-form-success svg {
  width: 100px;
  display: block;
  margin: 20px auto 0;
}
.bfb-form-success .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.bfb-form-success .path.circle {
  -webkit-animation: bfbdash 0.9s ease-in-out;
  animation: bfbdash 0.9s ease-in-out;
}
.bfb-form-success .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: bfbdash 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash 0.9s 0.35s ease-in-out forwards;
}
.bfb-form-success .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
mark.im-caret {
  animation: 1s blink step-end infinite !important;
}
mark.im-caret-select {
  background-color: rgba(0, 0, 0, 0.25);
}
@keyframes blink {
  from,
  to {
    border-right-color: black;
  }
  50% {
    border-right-color: transparent;
  }
}
span.im-static {
  color: grey;
}
div.im-colormask {
  display: inline-block;
  border-style: inset;
  border-width: 2px;
  appearance: textfield;
  cursor: text;
}
div.im-colormask > input,
div.im-colormask > input:-webkit-autofill {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  appearance: caret;
  border-style: none;
  left: 0;
  /*calculated*/
}
div.im-colormask > input:focus {
  outline: none;
}
div.im-colormask > input::selection {
  background: none;
}
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: #faffbd;
}
div.im-colormask > div {
  color: black;
  display: inline-block;
  width: 100px;
  /*calculated*/
}
[im-insert="false"] {
  caret-color: red;
  caret-shape: block;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bfb-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bfb-state-hidden {
  display: none;
}
.bfb-state-shown {
  display: block;
}
.bfb-form-js {
  display: none;
}
.bfb-others {
  display: none;
  margin-top: 5px;
}
.bfb-column {
  float: left;
  width: 100%;
}
.bfb-columnauto > div {
  width: auto;
  display: inline-block;
}
.bfb-column1 > div {
  width: 100%;
}
.bfb-column2 > div {
  width: 50%;
  float: left;
}
.bfb-column2 > div:nth-child(2n+1) {
  clear: left;
}
.bfb-column3 > div {
  width: 33.333%;
  float: left;
}
.bfb-column3 > div:nth-child(3n+1) {
  clear: left;
}
.bfb-column4 > div {
  width: 25%;
  float: left;
}
.bfb-column4 > div:nth-child(4n+1) {
  clear: left;
}
.bfb-column5 > div {
  width: 20%;
  float: left;
}
.bfb-column5 > div:nth-child(5n+1) {
  clear: left;
}
.bfb-column6 > div {
  width: 16.666%;
  float: left;
}
.bfb-column6 > div:nth-child(6n+1) {
  clear: left;
}
.bfb-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: none;
}
.block.bfb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.block.bfb.bfb-loading .bfb-loading-mask {
  display: block;
}
.bfb-submission-confirmed .bfb-submission-title {
  font-weight: 500;
}
.bfb-submission-confirmed .bfb-submission-summary {
  margin-bottom: 40px;
}
.bfb-submission-confirmed table {
  border: 1px solid #d6d6d6;
}
.bfb-submission-confirmed table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.bfb-submission-confirmed table tr td {
  padding: 1.2rem 1.2rem;
}
.bfb-submission-confirmed table tr td:first-child {
  width: 20%;
}
.bfb-submission-confirmed table tr td:last-child {
  border-left: 1px dashed #d6d6d6;
}
.bfb-widget .bfb {
  margin: 0;
}
.iti--allow-dropdown {
  display: block;
}
/**
     * Describe spinner
     */
@keyframes easytabs-spin {
  to {
    transform: rotate(360deg);
  }
}
.product.data.items .item.content::before {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.product.data.items .item.content[aria-busy=true] {
  position: relative;
  min-height: 75px;
}
.product.data.items .item.content[aria-busy=true]::before {
  opacity: 1;
  animation: easytabs-spin 0.6s linear infinite;
  position: absolute;
  border: 3px solid #98aad2;
  border-top-color: #111827;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 15px;
  left: calc(50% - 30px / 2);
}
.product.data.items .item.content > .loading-mask {
  display: none;
}
.data.expanded .title .counter::before,
.tabs-toolbar-item .counter::before {
  content: '(';
}
.data.expanded .title .counter::after,
.tabs-toolbar-item .counter::after {
  content: ')';
}
.product.data.items .item.content {
  display: none;
}
.product.data.items .item.content:nth-child(2) {
  display: block;
}
.product.data.items .fieldset .review-legend.legend strong {
  display: inline;
  margin-left: .5em;
}
.product.data.items .block.crosssell {
  width: auto;
  float: none;
  padding: 0;
  margin: 0;
}
.product.data.items .block.crosssell .block-title {
  display: none;
}
.product.data.items .block.crosssell .products {
  margin: 0;
}
.product.data.items.collapsed {
  border: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.product.data.items.collapsed > [role=tablist] {
  display: flex;
  margin-bottom: -1px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}
.product.data.items.collapsed > [role=tablist]::-webkit-scrollbar {
  display: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title {
  flex-shrink: 0;
}
.product.data.items.collapsed > [role=tablist] > .item.title a::after {
  display: none;
}
.product.data.items.collapsed > [role=tablist]:before,
.product.data.items.collapsed > [role=tablist]:after {
  content: '';
  display: table;
}
.product.data.items.collapsed > [role=tablist]:after {
  clear: both;
}
.product.data.items.collapsed > [role=tablist] > .item.title {
  float: left;
  width: auto;
}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch {
  height: 1rem;
  display: block;
  position: relative;
  z-index: 2;
}
.product.data.items.collapsed > [role=tablist] > .item.content {
  margin-top: 1rem;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
}
.product.data.items.collapsed > [role=tablist] > .item.content:before,
.product.data.items.collapsed > [role=tablist] > .item.content:after {
  content: '';
  display: table;
}
.product.data.items.collapsed > [role=tablist] > .item.content:after {
  clear: both;
}
.product.data.items.collapsed > [role=tablist] > .item.content.active {
  display: block;
}
.product.data.items.collapsed > [role=tablist] > .item.title {
  margin: 0 0.25rem 0 0;
}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch {
  font-weight: 500;
  line-height: 1rem;
  font-size: 1rem;
  color: #7d7d7d;
  text-decoration: none;
  background: #f0f0f0;
  border-bottom: none;
  height: 1rem;
  padding: 0.25rem 1.5rem 0.25rem 1.5rem;
}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch:active {
  color: #111827;
  text-decoration: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title:not(.disabled) > .switch:focus,
.product.data.items.collapsed > [role=tablist] > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items.collapsed > [role=tablist] > .item.title:not(.disabled) > .switch:active,
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch,
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch:focus,
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #111827;
  text-decoration: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch,
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch:focus,
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch:hover {
  padding-bottom: 1.25rem;
}
.product.data.items.collapsed > [role=tablist] > .item.content {
  background: #ffffff;
  margin-top: 2.5rem;
  padding: 1rem 1rem 1rem 1rem;
}
.product.data.items.collapsed > .item.content {
  background: #ffffff;
  padding: 1rem 1rem 1rem 1rem;
}
.product.data.items.collapsed > [name=prev],
.product.data.items.collapsed > [name=next] {
  height: 1rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  top: 0;
  border-radius: 0;
  border-width: 0;
  box-sizing: content-box;
  position: absolute;
  z-index: 99;
}
.product.data.items.collapsed > [name=prev] {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(-90deg, transparent 0%, #f0f0f0 1rem);
  left: 0;
}
.product.data.items.collapsed > [name=prev] > span {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.product.data.items.collapsed > [name=prev]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items.collapsed > [name=next] {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(90deg, transparent 0%, #f0f0f0 1rem);
  right: 0;
}
.product.data.items.collapsed > [name=next] > span {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.product.data.items.collapsed > [name=next]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items.expanded {
  border-bottom: 1px solid #d1d1d1;
}
.product.data.items.expanded > .item.title,
.product.data.items.expanded > .item.content {
  border: none;
  float: none;
  margin: 0;
}
.product.data.items.expanded > .item.content {
  display: block;
}
.product.data.items.expanded > .item.title {
  border-top: 1px solid #d1d1d1;
}
.product.info.detailed .tabs-toolbar {
  display: none;
}
.fieldset > .field.consent {
  margin-bottom: 5px;
}
.fieldset > .field.consent ~ .captcha,
.fieldset > .field.consent ~ .g-recaptcha,
.fieldset > .field.consent ~ .field-recaptcha {
  margin-top: 20px;
}
.field.consent {
  transition: all 300ms linear;
}
.hidden-consents .field.consent {
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  transform: translateY(-5px);
}
.block.newsletter .field.consent {
  text-align: left;
  margin: 10px 0 15px;
  order: 10;
}
.block.newsletter .field.consent label {
  opacity: .8;
  clip: auto;
  height: auto;
  width: auto;
  position: static;
  display: inline;
}
.block.newsletter .field.consent label::after {
  content: '';
  display: block;
}
.block.newsletter .field.consent input[type="checkbox"] {
  margin-right: 5px;
}
body:not(:has(footer, .footer, .page-footer)) .message.global.cookie,
body:has(.cookie-bar) .message.global.cookie {
  display: none !important;
}
.cookie-bar {
  z-index: 899;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  box-sizing: border-box;
  color: rgba(var(--base-color, 34, 34, 34), var(--base-alpha, 1));
  background: rgba(var(--z-layer-bg, 255, 255, 255), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transform: translateY(100%);
}
.cookie-bar.shown {
  visibility: visible;
}
.cookie-bar p:last-child {
  margin: 0;
}
.cookie-bar .cookie-bar-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 15px;
  max-width: 1260px;
  margin: 0 auto;
}
.cookie-bar .cookie-bar-text {
  max-width: 800px;
}
.cookie-bar .cookie-bar-text > h3 {
  margin-top: 0;
}
.cookie-bar .cookie-bar-buttons {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 15px;
  row-gap: 12px;
}
.cookie-bar .cookie-bar-buttons a {
  color: rgba(var(--link-color, 136, 136, 136), var(--link-alpha, 1));
  text-decoration: underline;
}
.cookie-bar .cookie-bar-buttons a:hover {
  text-decoration: none;
}
.cookie-bar-mode-full {
  top: 0;
  bottom: 0;
  left: 0;
  width: 420px;
  max-width: 92%;
  padding: 15px 10px 15px 20px;
}
.cookie-bar-mode-full .cookie-bar-text {
  padding-right: 10px;
  max-height: calc(100vh - 35px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.cookie-bar-mode-full .cookie-bar-buttons {
  justify-content: flex-end;
}
.cookie-bar-mode-full .cookie-bar-buttons > * {
  margin-left: 12px;
}
@keyframes gdpr-slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes gdpr-slide-start {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cookie-bar.shown {
  animation: gdpr-slide-up 400ms forwards;
}
.cookie-bar-mode-full {
  transform: translateX(-100%);
}
.cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 6px;
}
.cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar-thumb {
  background-color: rgba(var(--scrollbar-bg, 170, 170, 170));
  border-radius: 6px;
}
.cookie-bar-mode-full.shown {
  animation: gdpr-slide-start 400ms forwards;
}
.cookie-bar ~ .cookie-wall {
  z-index: 898;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(var(--z-overlay-bg, 0, 0, 0), var(--z-overlay-bg-alpha, .8));
}
.cookie-bar.shown ~ .cookie-wall {
  transition-duration: 0ms;
  opacity: 1;
  pointer-events: all;
  transition: opacity 400ms ease-in-out 0ms, visibility 0ms linear 400ms;
}
@keyframes gdpr-loading {
  50% {
    opacity: .8;
  }
}
.cookie-buttons {
  margin: 15px 0 15px;
  text-align: right;
}
.cookie-buttons button {
  margin-left: 10px;
  margin-bottom: 5px;
}
.cookie-buttons button.gdpr-loading {
  animation: gdpr-loading 0.7s infinite;
}
.cookie-group {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 5px 12px 12px;
  border: 1px solid rgba(var(--base-color, 238, 238, 238), var(--divider-alpha, .1));
  border-radius: 4px;
}
.cookie-groups {
  clear: both;
  width: 100%;
}
.cookie-group:last-child {
  margin-bottom: 0;
}
.cookie-group-heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.cookie-group .h3 {
  font-weight: normal;
  margin: 0;
  flex-grow: 1;
}
.cookie-group-description {
  margin-bottom: 10px;
}
.cookie-group-toggler {
  box-sizing: content-box;
  margin: 0 10px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 9999px;
  background: rgba(var(--brand-color, 150, 150, 150), .3);
  height: 20px;
  width: 40px;
  transition: 200ms background ease-in-out;
}
.cookie-group-toggler span:first-child {
  display: block;
  background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1));
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transform: translateX(0);
  transition: 200ms transform ease-in-out;
}
.cookie-group-toggler.active {
  background: rgba(var(--brand-color, 150, 150, 150), var(--brand-alpha, 1));
}
.cookie-group-toggler.active span:first-child {
  transform: translateX(20px);
}
.cookie-group-toggler-message {
  font-size: .9em;
  color: rgba(var(--base-color, 119, 119, 119), var(--muted-alpha, .6));
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  right: 65px;
  background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1));
  padding: 4px 6px;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.cookie-group-toggler-message:empty {
  display: none;
}
.cookie-list-caption {
  color: rgba(var(--link-color, 119, 119, 119), var(--link-alpha, 1));
  cursor: pointer;
}
.cookie-list-caption.hide {
  display: none;
}
.cookie-list-caption:hover {
  text-decoration: underline;
}
.cookie-list-toggler {
  display: none !important;
}
.cookie-list-toggler:checked ~ .show {
  display: none !important;
}
.cookie-list-toggler:checked ~ .hide {
  display: block !important;
}
.cookie-list-toggler:checked ~ table {
  display: table;
}
.cookie-list table {
  display: none;
  table-layout: fixed;
  word-wrap: break-word;
  margin-top: 10px !important;
  font-size: .9em;
}
.cookie-list table .cookie-name {
  width: 27%;
}
.cookie-list table .cookie-description {
  width: 73%;
}
.block-accepted-consents .consent-form-title {
  font-weight: bold;
  display: block;
  margin: 12px 0 6px;
}
.block-accepted-consents .grouped-consents {
  margin-bottom: 20px;
}
.block-accepted-consents .list-consents {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-accepted-consents .list-consents li {
  margin: 0;
}
.block-accepted-consents .list-consents li + li {
  margin-top: 3px;
}
.block-accepted-consents .list-consents svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-top: -3px;
  margin-inline-end: 1px;
}
.block-accepted-consents .privacy-note {
  padding: 5px 12px;
  opacity: .7;
  border: 1px solid #eee;
  border-radius: 4px;
}
.block-accepted-consents .privacy-note p {
  margin-bottom: 3px;
}
.block-delete-data p {
  margin-bottom: 10px;
}
.block-delete-data button.delete-data {
  box-shadow: none;
  background: #ec4236;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: none;
}
.block-delete-data button.delete-data:hover {
  box-shadow: none;
  color: #fff;
  background: #d43b31;
}
.block-delete-data button.delete-data:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(225, 66, 66, 0.5);
}
.delete-data-modal .modal-inner-wrap {
  max-width: 600px;
}
.delete-data-modal h2 {
  margin-top: 0;
}
.delete-data-modal .form.delete-data {
  margin-top: 35px;
}
.delete-data-modal button.delete-data {
  box-shadow: none;
  background: #ec4236;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: none;
}
.delete-data-modal button.delete-data:hover {
  box-shadow: none;
  color: #fff;
  background: #d43b31;
}
.delete-data-modal button.delete-data:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(225, 66, 66, 0.5);
}
.easyslide-wrapper .swiper-container {
  text-align: center;
}
.easyslide-wrapper .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.4em;
}
.easyslide-link {
  display: block;
}
.columns .column.main {
  min-width: 0;
}
.easyslide-description {
  position: absolute;
  overflow: hidden;
  padding: 15px 20px;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
.easyslide-description * {
  pointer-events: auto;
}
.easyslide-description-top,
.easyslide-description-bottom {
  left: 0;
  width: 100%;
}
.easyslide-description-left,
.easyslide-description-right {
  top: 0;
  bottom: 0;
}
@media (min-width: 640px) {
  .easyslide-description-left,
  .easyslide-description-right {
    width: 45%;
  }
}
.easyslide-description-top {
  top: 0;
}
.easyslide-description-bottom {
  bottom: 0;
}
.easyslide-description-right {
  right: 0;
}
.easyslide-description-left {
  left: 0;
}
.easyslide-description-center {
  inset: 0;
  align-items: center;
  text-align: center;
}
.easyslide-description a {
  text-decoration: none;
  color: #5a5a5a;
}
.easyslide-description a:hover {
  text-decoration: underline;
}
.easyslide-description p {
  line-height: 20px;
  text-align: center;
}
.easyslide-background-light {
  background: rgba(255, 255, 255, 0.65);
  color: #000;
}
.easyslide-background-dark {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}
.easyslide-background-transparent {
  color: #000;
}
.easyslide-thumbs.swiper-container {
  padding: 0.5rem 0;
  text-align: inherit;
}
.easyslide-thumbs:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.easyslide-thumbs .swiper-slide {
  cursor: pointer;
  margin-right: 0.5rem;
  width: auto;
}
.easyslide-thumbs .swiper-slide:not(:has(img)) {
  width: 10rem;
  max-width: 100%;
  background: currentColor;
  opacity: .1;
}
.easyslide-thumbs .swiper-slide:last-child {
  margin-right: 0;
}
.easyslide-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #007aff;
}
.easyslide-thumbs-black.easyslide-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  border-color: #000;
}
.easyslide-thumbs-white.easyslide-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  border-color: #fff;
}
.easyslide-wrapper-thumbs-above {
  display: flex;
  flex-direction: column-reverse;
}
.easyslide-wrapper-thumbs-above .swiper-container {
  max-width: 100%;
}
.easyslide-wrapper-thumbs-above .easyslide-thumbs {
  margin: 0;
}
.easyslide-wrapper-thumbs-above .easyslide-thumbs.swiper-container {
  padding: 0 0 0.5rem;
}
.easyslide-wrapper-thumbs-right,
.easyslide-wrapper-thumbs-left {
  display: flex;
  align-items: flex-start;
}
.easyslide-wrapper-thumbs-right .easyslide-thumbs,
.easyslide-wrapper-thumbs-left .easyslide-thumbs {
  flex-shrink: 0;
}
.easyslide-wrapper-thumbs-right .easyslide-thumbs.swiper-container,
.easyslide-wrapper-thumbs-left .easyslide-thumbs.swiper-container {
  padding: 0 0 0 0.5rem;
}
.easyslide-wrapper-thumbs-right .easyslide-thumbs .swiper-slide,
.easyslide-wrapper-thumbs-left .easyslide-thumbs .swiper-slide {
  margin: 0 0 0.5rem;
}
.easyslide-wrapper-thumbs-right .easyslide-thumbs .swiper-slide:last-child,
.easyslide-wrapper-thumbs-left .easyslide-thumbs .swiper-slide:last-child {
  margin: 0;
}
.easyslide-wrapper-thumbs-left {
  flex-direction: row-reverse;
}
.easyslide-wrapper-thumbs-left .easyslide-thumbs.swiper-container {
  padding: 0 0.5rem 0 0;
}
.navpro.navpro .text-left {
  text-align: left;
}
.navpro.navpro .text-center {
  text-align: center;
}
.navpro.navpro .text-right {
  text-align: right;
}
.navpro.navpro .text-justify {
  text-align: justify;
}
.navpro.navpro .nowrap {
  white-space: nowrap;
}
.navpro.navpro .break-word {
  word-wrap: break-word;
}
.navpro.navpro .va-middle {
  vertical-align: middle;
}
.navpro.navpro .va-top {
  vertical-align: top;
}
.navpro.navpro .va-bottom {
  vertical-align: bottom;
}
.navpro.navpro .va-baseline {
  vertical-align: baseline;
}
.navpro.navpro .inline {
  display: inline;
}
.navpro.navpro .block {
  display: block;
}
.navpro.navpro .inline-block {
  display: inline-block;
}
.navpro.navpro .float-left {
  float: left;
}
.navpro.navpro .float-right {
  float: right;
}
.navpro.navpro .m0 {
  margin: 0;
}
.navpro.navpro .mt0 {
  margin-top: 0;
}
.navpro.navpro .mr0 {
  margin-right: 0;
}
.navpro.navpro .mb0 {
  margin-bottom: 0;
}
.navpro.navpro .ml0 {
  margin-left: 0;
}
.navpro.navpro .m1 {
  margin: 0.5rem;
}
.navpro.navpro .mt1 {
  margin-top: 0.5rem;
}
.navpro.navpro .mr1 {
  margin-right: 0.5rem;
}
.navpro.navpro .mb1 {
  margin-bottom: 0.5rem;
}
.navpro.navpro .ml1 {
  margin-left: 0.5rem;
}
.navpro.navpro .m2 {
  margin: 1rem;
}
.navpro.navpro .mt2 {
  margin-top: 1rem;
}
.navpro.navpro .mr2 {
  margin-right: 1rem;
}
.navpro.navpro .mb2 {
  margin-bottom: 1rem;
}
.navpro.navpro .ml2 {
  margin-left: 1rem;
}
.navpro.navpro .m3 {
  margin: 2rem;
}
.navpro.navpro .mt3 {
  margin-top: 2rem;
}
.navpro.navpro .mr3 {
  margin-right: 2rem;
}
.navpro.navpro .mb3 {
  margin-bottom: 2rem;
}
.navpro.navpro .ml3 {
  margin-left: 2rem;
}
.navpro.navpro .m4 {
  margin: 4rem;
}
.navpro.navpro .mt4 {
  margin-top: 4rem;
}
.navpro.navpro .mr4 {
  margin-right: 4rem;
}
.navpro.navpro .mb4 {
  margin-bottom: 4rem;
}
.navpro.navpro .ml4 {
  margin-left: 4rem;
}
.navpro.navpro .ml-auto {
  margin-left: auto;
}
.navpro.navpro .mr-auto {
  margin-right: auto;
}
@media (max-width: 480px) {
  .navpro.navpro .xs-m0 {
    margin: 0;
  }
  .navpro.navpro .xs-mt0 {
    margin-top: 0;
  }
  .navpro.navpro .xs-mr0 {
    margin-right: 0;
  }
  .navpro.navpro .xs-mb0 {
    margin-bottom: 0;
  }
  .navpro.navpro .xs-ml0 {
    margin-left: 0;
  }
  .navpro.navpro .xs-m1 {
    margin: 0.5rem;
  }
  .navpro.navpro .xs-mt1 {
    margin-top: 0.5rem;
  }
  .navpro.navpro .xs-mr1 {
    margin-right: 0.5rem;
  }
  .navpro.navpro .xs-mb1 {
    margin-bottom: 0.5rem;
  }
  .navpro.navpro .xs-ml1 {
    margin-left: 0.5rem;
  }
  .navpro.navpro .xs-m2 {
    margin: 1rem;
  }
  .navpro.navpro .xs-mt2 {
    margin-top: 1rem;
  }
  .navpro.navpro .xs-mr2 {
    margin-right: 1rem;
  }
  .navpro.navpro .xs-mb2 {
    margin-bottom: 1rem;
  }
  .navpro.navpro .xs-ml2 {
    margin-left: 1rem;
  }
  .navpro.navpro .xs-m3 {
    margin: 2rem;
  }
  .navpro.navpro .xs-mt3 {
    margin-top: 2rem;
  }
  .navpro.navpro .xs-mr3 {
    margin-right: 2rem;
  }
  .navpro.navpro .xs-mb3 {
    margin-bottom: 2rem;
  }
  .navpro.navpro .xs-ml3 {
    margin-left: 2rem;
  }
  .navpro.navpro .xs-m4 {
    margin: 4rem;
  }
  .navpro.navpro .xs-mt4 {
    margin-top: 4rem;
  }
  .navpro.navpro .xs-mr4 {
    margin-right: 4rem;
  }
  .navpro.navpro .xs-mb4 {
    margin-bottom: 4rem;
  }
  .navpro.navpro .xs-ml4 {
    margin-left: 4rem;
  }
  .navpro.navpro .xs-ml-auto {
    margin-left: auto;
  }
  .navpro.navpro .xs-mr-auto {
    margin-right: auto;
  }
}
.navpro.navpro .p0 {
  padding: 0;
}
.navpro.navpro .pt0 {
  padding-top: 0;
}
.navpro.navpro .pr0 {
  padding-right: 0;
}
.navpro.navpro .pb0 {
  padding-bottom: 0;
}
.navpro.navpro .pl0 {
  padding-left: 0;
}
.navpro.navpro .p1 {
  padding: 0.5rem;
}
.navpro.navpro .pt1 {
  padding-top: 0.5rem;
}
.navpro.navpro .pr1 {
  padding-right: 0.5rem;
}
.navpro.navpro .pb1 {
  padding-bottom: 0.5rem;
}
.navpro.navpro .pl1 {
  padding-left: 0.5rem;
}
.navpro.navpro .p2 {
  padding: 1rem;
}
.navpro.navpro .pt2 {
  padding-top: 1rem;
}
.navpro.navpro .pr2 {
  padding-right: 1rem;
}
.navpro.navpro .pb2 {
  padding-bottom: 1rem;
}
.navpro.navpro .pl2 {
  padding-left: 1rem;
}
.navpro.navpro .p3 {
  padding: 4rem;
}
.navpro.navpro .pt3 {
  padding-top: 4rem;
}
.navpro.navpro .pr3 {
  padding-right: 4rem;
}
.navpro.navpro .pb3 {
  padding-bottom: 4rem;
}
.navpro.navpro .pl3 {
  padding-left: 4rem;
}
.navpro.navpro .p4 {
  padding: 4rem;
}
.navpro.navpro .pt4 {
  padding-top: 4rem;
}
.navpro.navpro .pr4 {
  padding-right: 4rem;
}
.navpro.navpro .pb4 {
  padding-bottom: 4rem;
}
.navpro.navpro .pl4 {
  padding-left: 4rem;
}
@media (max-width: 480px) {
  .navpro.navpro .xs-p0 {
    padding: 0;
  }
  .navpro.navpro .xs-pt0 {
    padding-top: 0;
  }
  .navpro.navpro .xs-pr0 {
    padding-right: 0;
  }
  .navpro.navpro .xs-pb0 {
    padding-bottom: 0;
  }
  .navpro.navpro .xs-pl0 {
    padding-left: 0;
  }
  .navpro.navpro .xs-p1 {
    padding: 0.5rem;
  }
  .navpro.navpro .xs-pt1 {
    padding-top: 0.5rem;
  }
  .navpro.navpro .xs-pr1 {
    padding-right: 0.5rem;
  }
  .navpro.navpro .xs-pb1 {
    padding-bottom: 0.5rem;
  }
  .navpro.navpro .xs-pl1 {
    padding-left: 0.5rem;
  }
  .navpro.navpro .xs-p2 {
    padding: 1rem;
  }
  .navpro.navpro .xs-pt2 {
    padding-top: 1rem;
  }
  .navpro.navpro .xs-pr2 {
    padding-right: 1rem;
  }
  .navpro.navpro .xs-pb2 {
    padding-bottom: 1rem;
  }
  .navpro.navpro .xs-pl2 {
    padding-left: 1rem;
  }
  .navpro.navpro .xs-p3 {
    padding: 2rem;
  }
  .navpro.navpro .xs-pt3 {
    padding-top: 2rem;
  }
  .navpro.navpro .xs-pr3 {
    padding-right: 2rem;
  }
  .navpro.navpro .xs-pb3 {
    padding-bottom: 2rem;
  }
  .navpro.navpro .xs-pl3 {
    padding-left: 2rem;
  }
  .navpro.navpro .xs-p4 {
    padding: 4rem;
  }
  .navpro.navpro .xs-pt4 {
    padding-top: 4rem;
  }
  .navpro.navpro .xs-pr4 {
    padding-right: 4rem;
  }
  .navpro.navpro .xs-pb4 {
    padding-bottom: 4rem;
  }
  .navpro.navpro .xs-pl4 {
    padding-left: 4rem;
  }
}
.navpro.navpro .flex {
  display: flex !important;
}
.navpro.navpro .flex-column {
  flex-direction: column;
}
.navpro.navpro .flex-wrap {
  flex-wrap: wrap;
}
.navpro.navpro .flex-nowrap {
  flex-wrap: nowrap;
}
.navpro.navpro .items-start {
  align-items: flex-start;
}
.navpro.navpro .items-end {
  align-items: flex-end;
}
.navpro.navpro .items-center {
  align-items: center;
}
.navpro.navpro .items-baseline {
  align-items: baseline;
}
.navpro.navpro .items-stretch {
  align-items: stretch;
}
.navpro.navpro .self-start {
  align-self: flex-start;
}
.navpro.navpro .self-end {
  align-self: flex-end;
}
.navpro.navpro .self-center {
  align-self: center;
}
.navpro.navpro .self-baseline {
  align-self: baseline;
}
.navpro.navpro .self-stretch {
  align-self: stretch;
}
.navpro.navpro .justify-start {
  justify-content: flex-start;
}
.navpro.navpro .justify-end {
  justify-content: flex-end;
}
.navpro.navpro .justify-center {
  justify-content: center;
}
.navpro.navpro .justify-between {
  justify-content: space-between;
}
.navpro.navpro .justify-around {
  justify-content: space-around;
}
.navpro.navpro .justify-evenly {
  justify-content: space-evenly;
}
.navpro.navpro .content-start {
  align-content: flex-start;
}
.navpro.navpro .content-end {
  align-content: flex-end;
}
.navpro.navpro .content-center {
  align-content: center;
}
.navpro.navpro .content-between {
  align-content: space-between;
}
.navpro.navpro .content-around {
  align-content: space-around;
}
.navpro.navpro .content-stretch {
  align-content: stretch;
}
.navpro.navpro .order-0 {
  order: 0;
}
.navpro.navpro .order-1 {
  order: 1;
}
.navpro.navpro .order-2 {
  order: 2;
}
.navpro.navpro .order-3 {
  order: 3;
}
.navpro.navpro .order-last {
  order: 99999;
}
.navpro.navpro .hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.navpro.navpro .display-none {
  display: none !important;
}
@media (max-width: 480px) {
  .navpro.navpro .xs-hide {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .navpro.navpro .sm-hide {
    display: none !important;
  }
}
.column.main .navpro ul {
  padding: 0 !important;
}
.column.main .navpro li {
  margin: 0 !important;
}
.column.main .navpro li::before {
  display: none;
}
.column.main .navpro .li-item {
  padding: 0 !important;
  text-indent: 0 !important;
}
.navpro ul {
  margin: 0;
  padding: 0;
}
.navpro ul ul {
  padding: 0;
}
.navpro li {
  margin: 0;
}
.navpro li.level0::after,
.navpro li.level0:hover::after {
  display: none;
  position: static;
  height: auto;
  width: auto;
}
.navpro.navpro {
  position: static;
}
.navpro.navpro ul {
  position: static;
}
.navpro.navpro ul ul {
  padding: 0;
}
.navpro.navpro li.li-item {
  position: static;
}
.navpro.navpro .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navpro.navpro .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin: 0;
}
.navpro.navpro .li-item > a {
  position: relative;
}
.navpro.navpro .parent > a {
  position: relative;
}
.navpro.navpro .parent > a::after {
  content: '' !important;
}
.navpro.navpro .level0 > .level-top {
  padding: 11px 12px 11px 12px;
  border: none;
  display: inline-block;
  line-height: normal;
}
.navpro.navpro .level0.parent > .level-top {
  padding-right: 20px;
}
.navpro.navpro .level0.active > .level-top,
.navpro.navpro .level0.has-active > .level-top {
  border: none;
  display: inline-block;
}
.navpro > .navpro-menu .panel {
  padding: 10px 5px;
  background-color: #fafafa;
}
.navpro > .navpro-menu .links li {
  padding: 0 5px;
}
.navpro > .navpro-menu .links li a {
  padding: 0;
}
.navpro > .navpro-menu .transparent {
  background-color: transparent;
}
.navpro > .navpro-menu li.text-small > a {
  font-size: .8em;
}
.navpro > .navpro-menu li.text-big > a {
  font-size: 1.1em;
}
.navpro > .navpro-menu a .text-small,
.navpro > .navpro-menu span .text-small,
.navpro > .navpro-menu p .text-small,
.navpro > .navpro-menu div .text-small {
  font-size: .8em;
}
.navpro > .navpro-menu a .text-big,
.navpro > .navpro-menu span .text-big,
.navpro > .navpro-menu p .text-big,
.navpro > .navpro-menu div .text-big {
  font-size: 1.1em;
}
.navpro > .navpro-menu img.row {
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .navpro > .navpro-menu .xs-hide-dropdown > a > .navpro-icon-caret::before {
    display: none !important;
  }
  .navpro > .navpro-menu .xs-hide-dropdown > .navpro-dropdown {
    display: none !important;
  }
  .navpro > .navpro-menu .xs-hide-dropdown a.level-top::before,
  .navpro > .navpro-menu .xs-hide-dropdown a.level-top::after {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .navpro > .navpro-menu .sm-hide-dropdown > a > .navpro-icon-caret::before {
    display: none !important;
  }
  .navpro > .navpro-menu .sm-hide-dropdown > .navpro-dropdown {
    display: none !important;
  }
  .navpro > .navpro-menu .sm-hide-dropdown a.level-top::before,
  .navpro > .navpro-menu .sm-hide-dropdown a.level-top::after {
    display: none !important;
  }
}
.navpro-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .navpro-row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.navpro-row.gutters,
.navpro-row.gutters > .navpro-row {
  margin-left: -12px;
}
@media (max-width: 768px) {
  .navpro-row.gutters,
  .navpro-row.gutters > .navpro-row {
    margin-left: 0;
  }
}
.navpro-row.gutters > .navpro-col,
.navpro-row.gutters > .navpro-row > .navpro-col {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .navpro-row.gutters > .navpro-col,
  .navpro-row.gutters > .navpro-row > .navpro-col {
    margin-left: 0;
  }
}
.navpro-row.around {
  justify-content: space-around;
}
.navpro-row.between {
  justify-content: space-between;
}
.navpro-row.auto .navpro-col {
  flex-grow: 1;
}
.navpro-col-12 {
  width: 100%;
}
.navpro-offset-12 {
  margin-left: 100%;
}
.navpro-col-11 {
  width: 91.66666667%;
}
.navpro-offset-11 {
  margin-left: 91.66666667%;
}
.navpro-col-10 {
  width: 83.33333333%;
}
.navpro-offset-10 {
  margin-left: 83.33333333%;
}
.navpro-col-9 {
  width: 75%;
}
.navpro-offset-9 {
  margin-left: 75%;
}
.navpro-col-8 {
  width: 66.66666667%;
}
.navpro-offset-8 {
  margin-left: 66.66666667%;
}
.navpro-col-7 {
  width: 58.33333333%;
}
.navpro-offset-7 {
  margin-left: 58.33333333%;
}
.navpro-col-6 {
  width: 50%;
}
.navpro-offset-6 {
  margin-left: 50%;
}
.navpro-col-5 {
  width: 41.66666667%;
}
.navpro-offset-5 {
  margin-left: 41.66666667%;
}
.navpro-col-4 {
  width: 33.33333333%;
}
.navpro-offset-4 {
  margin-left: 33.33333333%;
}
.navpro-col-3 {
  width: 25%;
}
.navpro-offset-3 {
  margin-left: 25%;
}
.navpro-col-2 {
  width: 16.66666667%;
}
.navpro-offset-2 {
  margin-left: 16.66666667%;
}
.navpro-col-1 {
  width: 8.33333333%;
}
.navpro-offset-1 {
  margin-left: 8.33333333%;
}
.navpro-col-0 {
  width: 0%;
}
.navpro-offset-0 {
  margin-left: 0%;
}
.navpro .gutters > .navpro-col-12 {
  width: calc(100% - 12px);
}
.navpro .gutters > .navpro-offset-12 {
  margin-left: calc(100% + 12px) !important;
}
.navpro .gutters > .navpro-col-11 {
  width: calc(91.66666667% - 12px);
}
.navpro .gutters > .navpro-offset-11 {
  margin-left: calc(91.66666667% + 12px) !important;
}
.navpro .gutters > .navpro-col-10 {
  width: calc(83.33333333% - 12px);
}
.navpro .gutters > .navpro-offset-10 {
  margin-left: calc(83.33333333% + 12px) !important;
}
.navpro .gutters > .navpro-col-9 {
  width: calc(75% - 12px);
}
.navpro .gutters > .navpro-offset-9 {
  margin-left: calc(75% + 12px) !important;
}
.navpro .gutters > .navpro-col-8 {
  width: calc(66.66666667% - 12px);
}
.navpro .gutters > .navpro-offset-8 {
  margin-left: calc(66.66666667% + 12px) !important;
}
.navpro .gutters > .navpro-col-7 {
  width: calc(58.33333333% - 12px);
}
.navpro .gutters > .navpro-offset-7 {
  margin-left: calc(58.33333333% + 12px) !important;
}
.navpro .gutters > .navpro-col-6 {
  width: calc(50% - 12px);
}
.navpro .gutters > .navpro-offset-6 {
  margin-left: calc(50% + 12px) !important;
}
.navpro .gutters > .navpro-col-5 {
  width: calc(41.66666667% - 12px);
}
.navpro .gutters > .navpro-offset-5 {
  margin-left: calc(41.66666667% + 12px) !important;
}
.navpro .gutters > .navpro-col-4 {
  width: calc(33.33333333% - 12px);
}
.navpro .gutters > .navpro-offset-4 {
  margin-left: calc(33.33333333% + 12px) !important;
}
.navpro .gutters > .navpro-col-3 {
  width: calc(25% - 12px);
}
.navpro .gutters > .navpro-offset-3 {
  margin-left: calc(25% + 12px) !important;
}
.navpro .gutters > .navpro-col-2 {
  width: calc(16.66666667% - 12px);
}
.navpro .gutters > .navpro-offset-2 {
  margin-left: calc(16.66666667% + 12px) !important;
}
.navpro .gutters > .navpro-col-1 {
  width: calc(8.33333333% - 12px);
}
.navpro .gutters > .navpro-offset-1 {
  margin-left: calc(8.33333333% + 12px) !important;
}
.navpro .gutters > .navpro-col-0 {
  width: calc(0% - 12px);
}
.navpro .gutters > .navpro-offset-0 {
  margin-left: calc(0% + 12px) !important;
}
@media (max-width: 768px) {
  [class^='offset-'],
  [class*=' offset-'] {
    margin-left: 0;
  }
}
.navpro .pull-first {
  order: -1;
}
.navpro .push-last {
  order: 1;
}
@media (max-width: 768px) {
  .navpro-row .navpro-col {
    margin-left: 0;
    width: 100%;
  }
  .navpro-row.gutters .navpro-col {
    margin-left: 0;
    width: 100%;
  }
  .navpro-row.gutters .navpro-col + .navpro-col {
    margin-top: 16px;
  }
  .navpro .pull-first-sm {
    order: -1;
  }
  .navpro .push-last-sm {
    order: 1;
  }
}
.navpro .gutters .navpro-col.push-left,
.navpro .push-left {
  margin-right: auto;
}
.navpro .gutters .navpro-col.push-right,
.navpro .push-right {
  margin-left: auto;
}
.navpro .gutters .navpro-col.push-center,
.navpro .push-center {
  margin-left: auto;
  margin-right: auto;
}
.navpro .gutters .navpro-col.push-middle,
.navpro .push-middle {
  margin-top: auto;
  margin-bottom: auto;
}
.navpro .push-bottom {
  margin-top: auto;
}
@media (max-width: 768px) {
  .navpro .gutters .navpro-col.push-left-sm,
  .navpro .push-left-sm {
    margin-left: 0;
  }
  .navpro .gutters .navpro-col.push-center-sm,
  .navpro .push-center-sm {
    margin-left: auto;
    margin-right: auto;
  }
  .navpro .push-top-sm {
    margin-top: 0;
  }
}
.navpro .align-middle {
  align-items: center;
}
.navpro .align-right {
  justify-content: flex-end;
}
.navpro .align-center {
  justify-content: center;
}
@media (max-width: 768px) {
  .navpro .align-left-sm {
    justify-content: flex-start;
  }
}
:root {
  --navpro-accordion-max-width: 768px;
  --navpro-initially-expanded-min-width: 1280px;
}
.navpro-menu a:hover > .tip {
  text-decoration: none;
}
.navpro-menu .tip {
  display: inline-block;
  top: -3px;
  position: relative;
  padding: 2px 3px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.7em;
  line-height: normal;
  color: #ffffff;
  background: #1979c3;
}
.navpro-menu .tip.text-small {
  font-size: .65em;
}
.navpro-menu .tip.text-big {
  font-size: .8em;
}
.navpro-menu .tip.text-big.top {
  top: -8px;
}
.navpro-menu .tip.top {
  position: absolute;
  top: -6px;
  right: 21px;
}
.rtl .navpro-menu .tip.top {
  right: auto;
  left: 21px;
}
.navpro-menu .tip.top::before {
  content: '';
  position: absolute;
  right: 6px;
  top: 100%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #1979c3;
}
.rtl .navpro-menu .tip.top::before {
  right: auto;
  left: 6px;
}
.navpro-menu .tip.inverted {
  color: #1979c3;
  background: #ffffff;
}
.navpro-menu .tip.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.accent {
  background: #eb6b3d;
}
.navpro-menu .tip.accent::before {
  border-top-color: #eb6b3d;
}
.navpro-menu .tip.accent.inverted {
  color: #eb6b3d;
  background: #ffffff;
}
.navpro-menu .tip.accent.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.muted {
  background: #555555;
}
.navpro-menu .tip.muted::before {
  border-top-color: #555555;
}
.navpro-menu .tip.muted.inverted {
  color: #555555;
  background: #ffffff;
}
.navpro-menu .tip.muted.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.black {
  color: #ffffff;
  background: #000000;
}
.navpro-menu .tip.black::before {
  border-top-color: #000000;
}
.navpro-menu .tip.black.inverted {
  color: #000000;
  background: #ffffff;
}
.navpro-menu .tip.black.inverted::before {
  border-top-color: #ffffff;
}
.navpro .block:first-child {
  margin-top: 0;
}
.navpro .block:last-child {
  margin-bottom: 0;
}
.navpro .block .subtitle {
  display: none;
}
.navpro .block .product-items .product-item {
  position: relative;
}
.navpro .navpro-search .block-search {
  float: none;
  align-self: center;
  margin: 0;
  padding: 0;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
  position: static;
  width: auto;
}
.navpro .navpro-search .block-search .block-title {
  margin: 0 0 15px;
}
.navpro .navpro-search .block-search .form.minisearch {
  position: relative;
}
.navpro .li-item > .navpro-search .block-search .block-title {
  display: none;
}
.navpro .li-item > .navpro-search .block-search .field label {
  display: none;
}
.navpro.orientation-vertical .level0 {
  margin: 0;
}
.navpro.orientation-vertical .children > li > a,
.navpro.orientation-vertical .level0 > .level-top,
.navpro.orientation-vertical .level0.active > .level-top,
.navpro.orientation-vertical .level0.has-active > .level-top {
  display: block;
}
.navpro.orientation-vertical .parent-expanded > a {
  font-weight: bold;
}
.navpro.orientation-vertical .parent-expanded .parent-expanded > a {
  font-weight: normal;
}
.navpro.orientation-vertical > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
}
.navpro.orientation-vertical .navpro-dropdown .children > li > a,
.navpro.orientation-vertical .navpro-dropdown .children .parent > a {
  padding: 8px 12px;
}
.navpro.orientation-vertical .level0 > .level-top {
  padding: 8px 12px;
}
.navpro-pills li.level0 {
  background: #f4f4f4;
  border-radius: 10px;
  margin: 0 5px 5px 0;
}
.navpro-shevron {
  display: none;
}
.navpro-dropdown {
  position: absolute;
  opacity: 0;
  display: none;
}
.navpro-dropdown-inner {
  box-sizing: border-box;
  padding: 12px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-top: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-left: 0;
  padding-right: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.navpro-dropdown {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
  min-width: 230px;
  font-weight: normal;
  z-index: 90;
}
.navpro-dropdown.shown {
  right: auto;
  opacity: 1;
  display: block;
  z-index: 91;
}
li:hover > .navpro-dropdown {
  z-index: 92;
}
.navpro-dropdown > .navpro-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 10;
  position: absolute;
  right: 12px;
  top: 12px;
}
.navpro-dropdown > .navpro-close::before,
.navpro-dropdown > .navpro-close::after {
  content: '';
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  height: 20px;
  width: 2px;
  background-color: #333333;
}
.navpro-dropdown > .navpro-close::before {
  transform: rotate(45deg);
}
.navpro-dropdown > .navpro-close::after {
  transform: rotate(-45deg);
}
.navpro.orientation-horizontal li.size-boxed,
.navpro.orientation-horizontal li.size-fullwidth,
.navpro.orientation-horizontal li.size-fullscreen {
  position: static;
}
.dropdown-left .ui-menu-item {
  text-align: right;
}
.rtl .dropdown-left .ui-menu-item {
  text-align: left;
}
.navpro .li-item.navpro-shop-all {
  font-weight: bold;
}
.navpro .navpro-a-with-thumbnail {
  max-height: 130px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .navpro .navpro-a-with-thumbnail {
    margin-bottom: 8px;
  }
}
.navpro .navpro-a-with-thumbnail img {
  margin-top: 5px;
  filter: contrast(95%);
}
.navpro .level0 .children > li > a,
.navpro .level0 .children .parent > a {
  text-decoration: none;
}
.navpro .level0 .children > li > a:hover,
.navpro .level0 .children .parent > a:hover {
  text-decoration: underline;
}
.navpro-dropdown .children > li > a,
.navpro-dropdown .children .parent > a {
  display: block;
  line-height: inherit;
  color: #666666;
  padding: 7px 12px 7px 12px;
  text-decoration: none;
}
.navpro-dropdown .children > li > a:hover,
.navpro-dropdown .children .parent > a:hover {
  text-decoration: underline;
}
.navpro-dropdown .children .parent > a {
  padding-right: 20px;
}
.rtl .navpro-dropdown .children .parent > a {
  padding: 7px 12px 7px 12px;
  padding-left: 20px;
}
.navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a:has(+ .navpro-dropdown-expanded, img) {
  font-weight: bold;
  padding-bottom: 5px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li > a:has(+ .navpro-dropdown-expanded) {
  padding-top: 3px;
  padding-bottom: 3px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a span {
  line-height: normal;
}
.navpro-dropdown .multicolumn {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.navpro-dropdown .multicolumn > li {
  width: 100%;
}
.navpro-dropdown .vertical.multicolumn {
  flex-direction: column;
  display: block;
}
@media (min-width: 769px) {
  .navpro-dropdown .vertical.multicolumn-8 {
    column-count: 8;
  }
  .navpro-dropdown .vertical.multicolumn-7 {
    column-count: 7;
  }
  .navpro-dropdown .vertical.multicolumn-6 {
    column-count: 6;
  }
  .navpro-dropdown .vertical.multicolumn-5 {
    column-count: 5;
  }
  .navpro-dropdown .vertical.multicolumn-4 {
    column-count: 4;
  }
  .navpro-dropdown .vertical.multicolumn-3 {
    column-count: 3;
  }
  .navpro-dropdown .vertical.multicolumn-2 {
    column-count: 2;
  }
  .navpro-dropdown .vertical.multicolumn-1 {
    column-count: 1;
  }
}
.navpro-dropdown .vertical.multicolumn > li {
  display: block;
  width: 100%;
  break-inside: avoid-column;
}
.navpro-icon-caret,
.navpro.navigation .level0.parent > .level-top > .ui-menu-icon {
  position: static;
  display: block;
}
.navpro-icon-caret::after {
  display: none !important;
}
.navpro .caret-hidden > a.level-top {
  padding: 11px 12px 11px 12px !important;
}
.navpro .caret-hidden > a.level-top::before,
.navpro .caret-hidden > a.level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro-icon-caret::before,
.navpro .parent > a::before {
  content: '';
  position: absolute;
  right: 1px;
  top: calc(50% - 10px);
  transform: rotate(-90deg);
  opacity: 0.8;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 12px 12px;
  width: 20px;
  height: 20px;
}
.rtl .navpro-icon-caret::before,
.rtl .navpro .parent > a::before {
  left: 1px;
  right: auto;
  transform: rotate(90deg);
}
.navpro.navpro .parent > a:has(.navpro-icon-caret)::before {
  display: none !important;
}
.navpro.navpro .parent.ui-menu-item > a::before {
  display: none !important;
}
.caret-bottom a.level-top > .navpro-icon-caret::before,
.caret-bottom .parent > a.level-top::before {
  top: auto;
  right: auto;
  left: calc(50% - 8px);
  bottom: 5px;
}
.navpro.navpro .caret-hidden .level0 > .level-top {
  padding: 11px 12px 11px 12px !important;
}
.navpro.navpro .caret-hidden .level0 > .level-top::before,
.navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret,
.navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro.orientation-horizontal .caret-bottom .level0 > .level-top,
.rtl .navpro.orientation-horizontal .caret-bottom .level0 > .level-top {
  padding: 11px 12px 11px 12px;
  padding-bottom: 20px;
}
.navpro.dropdown-left .children .navpro-icon-caret::before,
.navpro.dropdown-left .children .parent > a::before {
  right: auto;
  left: 1px;
  transform: rotate(90deg);
}
.rtl .navpro.dropdown-left .children .navpro-icon-caret::before,
.rtl .navpro.dropdown-left .children .parent > a::before {
  right: 1px;
  left: auto;
  transform: rotate(-90deg);
}
.navpro.dropdown-left .navpro-dropdown .children .parent > a {
  padding-right: 12px;
  padding-left: 20px;
}
.rtl .navpro.dropdown-left .navpro-dropdown .children .parent > a {
  padding-right: 20px;
  padding-left: 12px;
}
.navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before,
.navpro.dropdown-left.orientation-vertical .parent > a::before {
  right: auto;
  left: 1px;
  transform: rotate(90deg);
}
.rtl .navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before,
.rtl .navpro.dropdown-left.orientation-vertical .parent > a::before {
  right: 1px;
  left: auto;
  transform: rotate(-90deg);
}
.navpro.dropdown-left.orientation-vertical .level0.parent > .level-top {
  padding: 8px 12px;
  padding-left: 20px;
}
.rtl .navpro.dropdown-left.orientation-vertical .level0.parent > .level-top {
  padding: 8px 12px;
  padding-right: 20px;
}
.navpro-overlay-element {
  display: none;
}
@media (min-width: 768.02px) {
  .navpro-nowrap {
    flex-wrap: nowrap !important;
  }
  .navpro-nowrap:not(.navpro-nowrap-ready) {
    overflow: hidden !important;
    opacity: 0;
    pointer-events: none;
  }
  .navpro-nowrap-justify-start {
    justify-content: start !important;
  }
  .navpro-nowrap > li {
    flex-shrink: 0;
  }
  .navpro-nowrap .navpro-item-more {
    align-self: center;
  }
  .navpro-nowrap .navpro-item-more > .nav-a-icon-more {
    padding: 7px 12px 7px 12px;
    display: flex !important;
    align-items: center;
  }
  .navpro-nowrap .navpro-item-more > .nav-a-icon-more svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  .navpro-nowrap .navpro-item-more > .nav-a-icon-more::after {
    display: none !important;
  }
  .navigation-wrapper:has(.navpro-nowrap) {
    flex-grow: 1;
  }
  .navigation-wrapper:has(.navpro-nowrap:not(.navpro-nowrap-ready)) {
    flex-shrink: 1;
    overflow: hidden;
    opacity: 0;
  }
  .header.content:has(.navpro-nowrap:not(.navpro-nowrap-ready)) .logo {
    flex-shrink: 0;
  }
  .header .nav-sections:has(.navpro-nowrap:not(.navpro-nowrap-ready)) {
    width: 0;
  }
}
@media (max-width: 768px) {
  .navpro-transformable.navpro .level0 > .level-top {
    display: block;
  }
  .navpro-transformable.navpro .level0.active > .level-top,
  .navpro-transformable.navpro .level0.has-active > .level-top {
    display: block;
  }
  .navpro-transformable .navpro-icon-caret::before {
    transition: transform 200ms ease-in-out;
  }
  .navpro-transformable .navpro-icon-caret::before {
    transform: rotate(-90deg);
  }
  .navpro-transformable li.opened > a > .navpro-icon-caret::before {
    transform: rotate(0deg);
  }
  .navpro-transformable .navpro-dropdown {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-width: 0;
    position: static;
    box-shadow: none !important;
    width: auto !important;
    min-height: 0 !important;
    max-height: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .navpro-transformable .navpro-dropdown .multicolumn.vertical {
    height: auto !important;
  }
  .navpro-transformable .navpro-dropdown.shown {
    max-height: 1000em;
  }
  .navpro-transformable .navpro-dropdown-inner {
    padding-top: 3px;
    padding-bottom: 5px;
  }
  .navpro-transformable .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner {
    padding-left: 10px;
  }
  .navpro-transformable .navpro-dropdown .children {
    display: block;
    /* reset ribbon style */
  }
  .navpro-transformable .navpro-dropdown .children.multicolumn > li {
    width: 100%;
  }
}
.navpro.navpro-accordion.navpro .level0 > .level-top {
  display: block;
}
.navpro.navpro-accordion.navpro .level0.active > .level-top,
.navpro.navpro-accordion.navpro .level0.has-active > .level-top {
  display: block;
}
.navpro.navpro-accordion .navpro-icon-caret::before {
  transition: transform 200ms ease-in-out;
}
.navpro.navpro-accordion .navpro-icon-caret::before {
  transform: rotate(-90deg);
}
.navpro.navpro-accordion li.opened > a > .navpro-icon-caret::before {
  transform: rotate(0deg);
}
.navpro.navpro-accordion .navpro-dropdown {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-width: 0;
  position: static;
  box-shadow: none !important;
  width: auto !important;
  min-height: 0 !important;
  max-height: 0;
  max-width: 100%;
  overflow: hidden;
}
.navpro.navpro-accordion .navpro-dropdown .multicolumn.vertical {
  height: auto !important;
}
.navpro.navpro-accordion .navpro-dropdown.shown {
  max-height: 1000em;
}
.navpro.navpro-accordion .navpro-dropdown-inner {
  padding-top: 3px;
  padding-bottom: 5px;
}
.navpro.navpro-accordion .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner {
  padding-left: 10px;
}
.navpro.navpro-accordion .navpro-dropdown .children {
  display: block;
  /* reset ribbon style */
}
.navpro.navpro-accordion .navpro-dropdown .children.multicolumn > li {
  width: 100%;
}
.navpro-amazon li.level1 {
  position: static;
}
.navpro-amazon .navpro-departments .navpro-dropdown-level2 {
  top: -1px !important;
  left: 100% !important;
}
.rtl .navpro-amazon .navpro-departments .navpro-dropdown-level2 {
  left: auto !important;
  right: 100% !important;
}
.navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a,
.navpro.navpro .navpro-iconic .level0 > .level-top {
  display: flex;
  align-items: center;
}
.navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a img,
.navpro.navpro .navpro-iconic .level0 > .level-top img {
  margin: 3px;
}
.navpro.navpro .navpro-iconic.iconic-vertical .navpro-wrapped-items .level1 > a,
.navpro.navpro .navpro-iconic.iconic-vertical .level0 > .level-top {
  flex-direction: column;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top {
  padding-left: 20px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top {
  padding-left: 0;
  padding-right: 20px;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) {
  padding-left: 30px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) {
  padding-left: 0;
  padding-right: 30px;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a {
  position: relative;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before {
  content: '';
  position: absolute;
  left: 6px;
  top: calc(50% - 6px);
  transform: rotate(90deg);
  opacity: .8;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 12px 12px;
  width: 12px;
  height: 12px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before {
  left: auto;
  right: 6px;
  transform: rotate(-90deg);
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current a {
  font-weight: bold;
}
.navpro-linkbar {
  display: flex;
  flex-wrap: wrap;
}
.navpro.navpro-theme-dark,
.navpro.navpro-theme-dark-bar {
  background: #4a4a4a;
}
.navpro.navpro-theme-dark .level0 > .level-top,
.navpro.navpro-theme-dark-bar .level0 > .level-top {
  color: #eaeaea !important;
}
@media (max-width: 768px) {
  .navpro.navpro-theme-dark-bar .navpro-dropdown {
    background: #4a4a4a;
    border-color: #4a4a4a;
    color: #eaeaea;
  }
  .navpro.navpro-theme-dark-bar .navpro-dropdown h3,
  .navpro.navpro-theme-dark-bar .navpro-dropdown .children a,
  .navpro.navpro-theme-dark-bar .navpro-dropdown .children .parent > a {
    color: #eaeaea;
  }
}
.navpro.navpro-theme-dark .navpro-dropdown,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown {
  background: #4a4a4a;
  border-color: #4a4a4a;
  color: #eaeaea;
}
.navpro.navpro-theme-dark .navpro-dropdown h3,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown h3,
.navpro.navpro-theme-dark .navpro-dropdown .children a,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown .children a,
.navpro.navpro-theme-dark .navpro-dropdown .children .parent > a,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown .children .parent > a {
  color: #eaeaea;
}
.navpro.navpro-theme-dark .navpro-dropdown.size-boxed > .navpro-dropdown-inner,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown.size-boxed > .navpro-dropdown-inner {
  background: #4a4a4a;
  border-color: #4a4a4a;
  color: #eaeaea;
}
.navpro.navpro-theme-dark .navpro-dropdown.size-boxed > .navpro-dropdown-inner h3,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown.size-boxed > .navpro-dropdown-inner h3,
.navpro.navpro-theme-dark .navpro-dropdown.size-boxed > .navpro-dropdown-inner .children a,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown.size-boxed > .navpro-dropdown-inner .children a,
.navpro.navpro-theme-dark .navpro-dropdown.size-boxed > .navpro-dropdown-inner .children .parent > a,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown.size-boxed > .navpro-dropdown-inner .children .parent > a {
  color: #eaeaea;
}
@media (min-width: 769px) {
  .navpro.navpro-theme-dark .navpro-dropdown,
  .navpro.navpro-theme-dark-dropdown .navpro-dropdown {
    box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.5);
  }
}
.navpro.navpro-theme-dark .navpro-dropdown .panel,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown .panel {
  background-color: #525252;
}
.navpro.navpro-theme-dark .navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a {
  color: #eaeaea;
}
.navpro.navpro-theme-dark.orientation-horizontal li.level-top.parent a.level-top::before,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal li.level-top.parent a.level-top::before,
.navpro.navpro-theme-dark.orientation-horizontal li.level-top.parent a.level-top::after,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal li.level-top.parent a.level-top::after {
  border-bottom-color: #4a4a4a;
}
.navpro.navpro-theme-dark.orientation-horizontal li.level-top > .navpro-dropdown > .navpro-shevron,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal li.level-top > .navpro-dropdown > .navpro-shevron {
  background: #4a4a4a;
  border: 1px solid #4a4a4a;
  border-color: #4a4a4a transparent transparent #4a4a4a;
}
.navpro.navpro-theme-dark.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::before,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::before,
.navpro.navpro-theme-dark.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after {
  border-top-color: #4a4a4a;
  border-bottom-color: transparent;
}
.navpro.navpro-theme-dark.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after {
  border-top-color: #4a4a4a;
}
.navpro-theme-flat {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #fafafa;
}
.navpro-theme-flat.navpro .children > li > a,
.navpro-theme-flat.navpro .level0 > .level-top {
  color: #666;
}
.navpro-theme-flat.navpro .level0 > .level-top,
.navpro-theme-flat.navpro .level0.active > .level-top,
.navpro-theme-flat.navpro .level0.has-active > .level-top {
  border-top: 1px solid #e0e0e0;
}
.navpro-theme-flat.navpro .level0:first-child > .level-top {
  border: none;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 {
  border: 1px solid #e0e0e0;
  border-width: 0 0 0 1px;
  margin: 0 0 0 -1px;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0:first-child {
  border-width: 0;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 > .level-top {
  border: 0;
}
.navpro.navpro-theme-compact {
  font-size: .9em;
}
.navpro.navpro-theme-compact.navpro .caret-hidden > a.level-top {
  padding: 4px 5px !important;
}
.navpro.navpro-theme-compact.navpro .level0 > .level-top {
  padding: 4px 5px;
  color: #333333;
}
.navpro.navpro-theme-compact.navpro .level0.parent > .level-top {
  padding-right: 20px;
}
.rtl .navpro.navpro-theme-compact.navpro .level0.parent > .level-top {
  padding: 4px 5px;
  padding-left: 20px;
}
.navpro.navpro-theme-compact .navpro-dropdown .children > li > a,
.navpro.navpro-theme-compact .navpro-dropdown .children .parent > a {
  padding: 4px 5px;
}
.navpro.navpro-theme-compact .navpro-dropdown-inner {
  padding: 5px;
}
.navpro.navpro-theme-compact .navpro-item-more > .nav-a-icon-more svg {
  width: 15px;
  height: 15px;
}
.prolabels-wrapper {
  height: 100%;
  text-align: center;
}
.prolabels-wrapper .product-item-photo {
  font-size: 0;
}
.prolabels-wrapper .hover-image-container {
  left: 50%;
  transform: translateX(-50%);
}
.rtl .prolabels-wrapper .hover-image-container {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}
.prolabels-wrapper,
.prolabels-content-wrapper {
  position: relative;
}
.prolabels-product-image-labels,
.prolabels-content-labels {
  display: none;
}
.prolabels-content-wrapper:empty {
  display: none;
}
/* Fotorama fullscreen hide labels */
.fotorama--fullscreen .prolabels-wrapper div:has(.prolabel) {
  display: none;
}
.breeze-gallery .prolabels-wrapper {
  height: auto;
}
.breeze-gallery.opened .prolabels-wrapper .prolabel {
  display: none;
}
div.swiper-container .swiper-slide {
  height: auto;
}
.swiper-lazy-preloader ~ * {
  visibility: hidden;
}
.swiper-slide img {
  vertical-align: top;
  /* http://stackoverflow.com/questions/17505418/link-wrapped-around-image-makes-div-slightly-taller */
  height: auto;
}
[class].swiper-button-prev,
[class].swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  height: 16px;
  width: 10px;
  margin-top: -8px;
}
[class].swiper-button-prev::after,
[class].swiper-button-next::after {
  content: '';
}
[class].swiper-button-prev.swiper-button-black,
.swiper-container-rtl [class].swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
[class].swiper-button-next.swiper-button-black,
.swiper-container-rtl [class].swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.block-collapsible-nav-content {
  padding: 0 !important;
  margin-top: 0.75rem !important;
}
.block-collapsible-nav-content .wimakeit-menu {
  list-style: none;
  padding: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: auto !important;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent .item-super-parent {
  background: #00578a;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent .item-super-parent a {
  color: white;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent .item-super-parent .chevron::after {
  color: white;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent a:hover {
  background: transparent;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent .menu-item {
  position: relative;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent .menu-item:hover:not(.item-super-parent) {
  background: #ebf2fa;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent .menu-item.active:not(.item-super-parent) {
  background: #ebf2fa;
  font-weight: 500;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent .submenu {
  display: none;
  list-style: none;
  margin: 0;
  background: #f9f9f9;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent .submenu.active {
  display: block;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent .submenu li.active > .menu-item {
  background: #ebf2fa;
}
.block-collapsible-nav-content .wimakeit-menu .wimakeit-super-parent .submenu .active.link > .menu-item.active::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: #00578a;
  left: 0;
  top: 0;
}
.block-collapsible-nav-content .level-0 > .menu-item {
  padding-left: 20px;
}
.block-collapsible-nav-content .level-1 > .menu-item {
  padding-left: 30px;
}
.block-collapsible-nav-content .level-2 > .menu-item {
  padding-left: 40px;
}
.block-collapsible-nav-content .level-3 > .menu-item {
  padding-left: 50px;
}
.block-collapsible-nav-content .menu-item,
.block-collapsible-nav-content .submenu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.block-collapsible-nav-content .menu-item a,
.block-collapsible-nav-content .submenu-item a {
  text-decoration: none;
  color: #333;
  flex: 1;
}
.block-collapsible-nav-content .chevron {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.block-collapsible-nav-content .chevron::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m19.5 8.5-7 7-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 20px 20px;
}
.block-collapsible-nav-content .menu-item.active .chevron,
.block-collapsible-nav-content .submenu-item.active .chevron {
  transform: rotate(180deg);
}
body {
  /* Set to display none before removing in js to prevent CLS */
}
body.wmi-hide-to-cart #declinaisons-add-to-cart-submit {
  display: none;
}
body.wmi-hide-to-cart #declinaisons-table .action.towishlist {
  display: none;
}
body.wmi-hide-to-cart .product-item-info .product-item-actions {
  display: none;
}
body.wmi-hide-to-cart .product-info-main .price-box {
  margin-top: 0.25rem !important;
}
body.wmi-hide-to-cart .product-add-form {
  display: none !important;
}
body .products.grid.products-related .product-item,
body .block.upsell .block-content .product-item {
  padding: 10px;
  background-color: #dbeafe;
  border-radius: 4px;
}
body .products.grid.products-related .product-item .product-item-name,
body .block.upsell .block-content .product-item .product-item-name {
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
body .wmi-message {
  font-weight: 400 !important;
  font-size: 1rem !important;
}
body .wmi-message::before {
  width: 1.5rem !important;
  height: 1.5rem !important;
  -webkit-mask-size: 1.5rem 1.5rem !important;
}
body .wmi-hide-to-cart-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  background: #ffffff9c;
  border: 1px solid #333;
  border-left: none;
  border-right: none;
  padding: 20px 0;
}
.amconf-matrix-observed {
  overflow: auto;
}
.amconf-matrix-table-wrap {
  margin-top: 50px;
  max-width: 500px;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-title {
  font-size: 12px;
  line-height: 21px;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.amconf-matrix-table-wrap .amconf-cell {
  padding: 10px 0;
}
.amconf-matrix-table-wrap .amconf-text {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-swatch-label {
  padding-top: 5px;
  text-align: left;
}
.amconf-matrix-table-wrap .amconf-swatchlabel-container {
  display: flex;
  flex-direction: column;
}
.amconf-matrix-table-wrap .amconf-matrix-row {
  border-bottom: 1px solid #f6f6f6;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.amconf-matrix-table-wrap .amconf-matrix-row:hover {
  background: #fafafa;
}
.amconf-matrix-table-wrap .amconf-matrix-cell {
  padding: 10px 5px;
}
.amconf-matrix-table-wrap .amconf-matrix-attribute .swatch-option {
  margin: 0;
}
.amconf-matrix-table-wrap .amconf-matrix-qty {
  min-width: 72px;
}
.amconf-matrix-table-wrap .amconf-matrix-qty .mage-error:not(.amconf-matrix-input) {
  margin: 3px auto;
  max-width: 100px;
  white-space: normal;
}
.amconf-matrix-table-wrap .amconf-matrix-price {
  font-weight: bold;
}
.amconf-matrix-table-wrap .amconf-matrix-old-price {
  text-decoration: line-through;
}
.amconf-matrix-table-wrap .amconf-matrix-arrow {
  display: none;
}
.amconf-matrix-table-wrap .amconf-matrix-input {
  max-width: 30px;
  padding: 0 3px;
  text-align: center;
}
.product-social-links {
  position: relative;
}
.amconf-flipper-img,
.product-image-photo {
  transition: .3s all;
}
.product-social-links .action.mailto.friend.amconf-share-link {
  margin: 5px 0 0;
}
.product-social-links .action.mailto.friend.amconf-share-link:before {
  content: '';
}
.product-social-links .product-addto-links .action,
.product-social-links .action.mailto.friend {
  margin-right: 10px;
}
.amconf-share-link {
  cursor: pointer;
}
.amconf-share-link:before {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzY2NiIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzY2NiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-link:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzMzMyIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-container {
  position: absolute;
  display: none;
  z-index: 9999;
  margin-top: 10px;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: display 0.3s ease;
  -moz-transition: display 0.3s ease;
  -ms-transition: display 0.3s ease;
  transition: display 0.3s ease;
}
.amconf-share-container .amconf-share-input {
  margin-right: 2%;
  width: 75%;
}
.amconf-share-container .amconf-share-button {
  padding: 7px 0;
  width: 20%;
  vertical-align: top;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.minicart-items .product-item-details .product .options.list dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.minicart-items .product-item-details .product .options.list dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.swatch-attribute span.swatch-option-price {
  padding-right: 10px;
  text-align: left;
}
.swatch-opt .slick-slider {
  margin-bottom: 20px;
}
.swatch-opt .slick-track {
  display: flex;
}
dd .swatch-option {
  display: inline-block;
}
.slick-initialized .swatch-option.slick-slide,
.slick-initialized .swatch-option.slick-slide.text,
.slick-initialized .slick-slide .swatch-option {
  margin: 2px 5px;
  padding: 0;
  max-width: none;
  height: 20px;
  box-sizing: border-box;
}
.swatch-attribute-options.slick-slider .swatch-option-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.swatch-attribute-options .slick-list {
  margin: 0 25px;
}
.swatch-attribute.size .swatch-option {
  vertical-align: sub;
}
.swatch-option-container.slick-slide {
  min-width: 22px;
  margin-right: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #686868;
}
.swatch-option-container.slick-slide .swatch-option.text {
  margin: 5px 0 0;
  padding: 0;
}
.amconf-matrix-full-subtotal {
  font-size: 20px;
  padding: 4px 0;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.tintContainer img {
  max-height: none;
}
[data-mage-init*='"collapsible":'] > [data-role=content],
.modal-inner-wrap,
.block.filter .filter-content,
.block.filter .filter-title strong::after,
.actions-secondary .action,
:where(.products-grid, .widget-product-carousel) .product-item .actions-secondary,
:where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"],
.toolbar .sorter-action,
.toolbar .modes a,
.pages a.page,
.pages .action.next,
.pages .action.previous,
.minicart-items .actions a,
.wimakeit-theme #maincontent > .page.messages .message,
.navigation-wrapper,
.nav-toggle span::after,
.navigation .parent > a .ui-icon,
.navigation .parent > a::after,
.pagebuilder-overlay,
.product-social-links a.action,
.product-social-links button.action,
.shipping-address-item .action,
.cart.table-wrapper .action-edit,
.cart.table-wrapper .action-delete,
.cart.table-wrapper .action-towishlist,
.cart.table-wrapper .action-gift::after,
.cart-tax-total::after,
.totals-tax-summary .amount .price::before {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wimakeit-inactive [data-mage-init*='"collapsible":'] > [data-role=content],
.wimakeit-inactive .modal-inner-wrap,
.wimakeit-inactive .block.filter .filter-content,
.wimakeit-inactive .block.filter .filter-title strong::after,
.wimakeit-inactive .actions-secondary .action,
.wimakeit-inactive :where(.products-grid, .widget-product-carousel) .product-item .actions-secondary,
.wimakeit-inactive :where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"],
.wimakeit-inactive .toolbar .sorter-action,
.wimakeit-inactive .toolbar .modes a,
.wimakeit-inactive .pages a.page,
.wimakeit-inactive .pages .action.next,
.wimakeit-inactive .pages .action.previous,
.wimakeit-inactive .minicart-items .actions a,
.wimakeit-inactive .wimakeit-theme #maincontent > .page.messages .message,
.wimakeit-inactive .navigation-wrapper,
.wimakeit-inactive .nav-toggle span::after,
.wimakeit-inactive .navigation .parent > a .ui-icon,
.wimakeit-inactive .navigation .parent > a::after,
.wimakeit-inactive .pagebuilder-overlay,
.wimakeit-inactive .product-social-links a.action,
.wimakeit-inactive .product-social-links button.action,
.wimakeit-inactive .shipping-address-item .action,
.wimakeit-inactive .cart.table-wrapper .action-edit,
.wimakeit-inactive .cart.table-wrapper .action-delete,
.wimakeit-inactive .cart.table-wrapper .action-towishlist,
.wimakeit-inactive .cart.table-wrapper .action-gift::after,
.wimakeit-inactive .cart-tax-total::after,
.wimakeit-inactive .totals-tax-summary .amount .price::before {
  transition: none !important;
}
.block > .title,
.block .block-title {
  line-height: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
  padding: 0.75rem 0;
  border: 2px solid #1f2937;
  border-width: 0 0 2px;
  color: rgba(var(--block-title-color), var(--block-title-alpha, 1));
}
.block > .title strong,
.block .block-title strong {
  font-weight: 500;
}
.block .block-content {
  display: flow-root;
  background: rgb(var(--block-content-bg), var(--block-content-bg-alpha, 1));
}
.block .block-content.no-display {
  display: none;
}
.paypal-review .paypal-review-title {
  line-height: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
  padding: 0.75rem 0;
  border: 2px solid #1f2937;
  border-width: 0 0 2px;
  color: rgba(var(--block-title-color), var(--block-title-alpha, 1));
}
.paypal-review .paypal-review-title strong {
  font-weight: 500;
}
.main .block .block-title {
  font-size: 1.5rem;
  padding: 1.25rem 0;
  border: 0;
  border-width: 0;
}
.block-hero .block-title,
.page-bottom .block .block-title,
.cms-index-index .main .block .block-title,
.catalog-product-view .main .container > .block .block-title,
.catalog-product-view .main > .block .block-title,
.catalog-product-view .main .wimakeit-theme #maincontent > .page.messages .messages > .block .block-title {
  line-height: 1.75rem;
  font-size: 1.75rem;
  padding: 2rem 0 1.25rem;
  text-align: center;
}
.block-hero .block-title::before,
.page-bottom .block .block-title::before,
.cms-index-index .main .block .block-title::before,
.catalog-product-view .main .container > .block .block-title::before,
.catalog-product-view .main > .block .block-title::before,
.catalog-product-view .main .wimakeit-theme #maincontent > .page.messages .messages > .block .block-title::before {
  content: '';
  display: block;
  margin: 0 auto 1.25rem;
  width: 48px;
  height: 9px;
}
.block-hero .block-title::before,
.page-bottom .block .block-title::before,
.cms-index-index .main .block .block-title::before,
.catalog-product-view .main .container > .block .block-title::before,
.catalog-product-view .main > .block .block-title::before,
.catalog-product-view .main .wimakeit-theme #maincontent > .page.messages .messages > .block .block-title::before {
  content: '';
  display: block;
  width: 48px;
  height: 9px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg width="48" height="9" viewBox="0 0 48 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.441 4.89907C22.0551 4.61749 22.8357 4.40117 24 4.40117V0C22.1531 0 20.6752 0.358529 19.4087 0.939228C18.2215 1.48357 17.2908 2.19727 16.57 2.7499C16.5521 2.76362 16.5344 2.77725 16.5167 2.79077C15.0959 3.87982 14.142 4.59883 12 4.59883C10.8357 4.59883 10.0551 4.38251 9.441 4.10093C8.77707 3.79651 8.22162 3.38254 7.44956 2.79077L7.41657 2.76549C5.84205 1.55852 3.80893 0 -1.90735e-06 0C-3.81198 0 -5.85544 1.56053 -7.43748 2.76867L-7.4631 2.78824C-8.88873 3.87687 -9.85506 4.59883 -12 4.59883V9C-8.18803 9 -6.14456 7.43947 -4.56253 6.23133L-4.5369 6.21176C-3.11127 5.12313 -2.14494 4.40117 -1.90735e-06 4.40117C2.14195 4.40117 3.09588 5.12018 4.51674 6.20923C4.53438 6.22275 4.55215 6.23637 4.57005 6.2501C5.29075 6.80273 6.22151 7.51643 7.40871 8.06077C8.67521 8.64147 10.1531 9 12 9C15.8089 9 17.842 7.44148 19.4166 6.23451L19.4496 6.20923C20.2216 5.61746 20.7771 5.20349 21.441 4.89907Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M57.441 4.10093C58.0551 4.38251 58.8357 4.59883 60 4.59883V9C58.1531 9 56.6752 8.64147 55.4087 8.06077C54.2215 7.51643 53.2908 6.80273 52.57 6.2501C52.5521 6.23638 52.5344 6.22275 52.5167 6.20923C51.0959 5.12018 50.142 4.40117 48 4.40117C46.8357 4.40117 46.0551 4.61749 45.441 4.89907C44.7771 5.20349 44.2216 5.61746 43.4496 6.20923L43.4166 6.23451C41.842 7.44148 39.8089 9 36 9C32.188 9 30.1446 7.43947 28.5625 6.23133L28.5369 6.21176C27.1113 5.12313 26.1449 4.40117 24 4.40117V0C27.812 0 29.8554 1.56053 31.4375 2.76867L31.4631 2.78824C32.8887 3.87687 33.8551 4.59883 36 4.59883C38.142 4.59883 39.0959 3.87982 40.5167 2.79077C40.5344 2.77725 40.5521 2.76363 40.57 2.7499C41.2907 2.19727 42.2215 1.48357 43.4087 0.939228C44.6752 0.358529 46.1531 0 48 0C51.8089 0 53.842 1.55852 55.4166 2.76549L55.4496 2.79077C56.2216 3.38254 56.7771 3.79651 57.441 4.10093Z"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 48px 9px;
}
.cms-index-index .main .block .block-title,
.cms-index-index .main .block-hero .block-title {
  line-height: clamp(1.75rem, 3rem, 2.2vw);
  font-size: clamp(1.75rem, 2.5rem, 2vw);
  padding: clamp(2rem, 2.5rem, 3vw) 0 clamp(1.25rem, 1.75rem, 1.8vw);
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) #registration,
.form.form-orders-search,
.form.search.advanced,
.form.password.forget,
.form.password.reset,
.form.send.confirmation,
.form-create-account,
.login-container,
.column.main .form.contact,
.page-layout-1column.cms-no-route .columns,
.footer-top .form.contact,
.paypal-review {
  position: relative;
  z-index: 2;
  max-width: 550px;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  border: 3px solid #7e7979;
  border-width: 3px 0 0;
  border-radius: 0.25rem;
}
.footer-top .form.contact .legend {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 700;
}
.account .main .block .block-title,
.order-details-items .block-title {
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  padding: 0.5rem 1rem;
  background: rgb(var(--muted-bg));
}
.account .main .block .block-title strong,
.order-details-items .block-title strong {
  font-weight: 500;
}
.account .main .block .block-title + .block-content,
.order-details-items .block-title + .block-content {
  padding: 1rem;
}
.breadcrumbs ul,
.opc-progress-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.breadcrumbs li,
.opc-progress-bar li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.breadcrumbs li::after,
.opc-progress-bar li::after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
}
.breadcrumbs li:last-child::after,
.opc-progress-bar li:last-child::after {
  display: none;
}
.breadcrumbs li::after,
.opc-progress-bar li::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.swatch-option-tooltip {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: -9999px;
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  --headings-color: var(--base-color);
  --headings-alpha: 1;
  --block-title-color: var(--base-color);
  --link-color: var(--blue);
  --link-alpha: 0.85;
  --muted-bg: rgba(245, 245, 245, 1);
  --muted-bg-alpha: 1;
  --ring-color: var(--brand-color);
  --ring-alpha: 1;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
  --button-color: 255, 255, 255;
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --input-color: 17, 24, 39;
  --input-alpha: 1;
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-color: 221, 221, 221;
  --input-border-alpha: 1;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: var(--dropdown-padding);
  width: var(--dropdown-width);
  transform-origin: top;
  transform: scale(0.95);
  z-index: 850;
  visibility: hidden;
  margin-top: 0.125rem;
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  text-align: left;
}
.wimakeit-inactive .swatch-option-tooltip {
  transition: none !important;
}
.swatch-option-tooltip[style*="block"] {
  z-index: 851;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: scale(1);
  top: auto;
}
.dropdown.options .dropdown,
.tooltip.wrapper .tooltip.content,
.field-tooltip-content,
.minicart-wrapper .mage-dropdown-dialog,
.minisearch .search-autocomplete,
.map-popup,
.navigation .submenu {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: -9999px;
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  --headings-color: var(--base-color);
  --headings-alpha: 1;
  --block-title-color: var(--base-color);
  --link-color: var(--blue);
  --link-alpha: 0.85;
  --muted-bg: rgba(245, 245, 245, 1);
  --muted-bg-alpha: 1;
  --ring-color: var(--brand-color);
  --ring-alpha: 1;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
  --button-color: 255, 255, 255;
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --input-color: 17, 24, 39;
  --input-alpha: 1;
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-color: 221, 221, 221;
  --input-border-alpha: 1;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: var(--dropdown-padding);
  width: var(--dropdown-width);
  transform-origin: top;
  transform: scale(0.95);
  z-index: 850;
  visibility: hidden;
  margin-top: 0.125rem;
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  text-align: left;
}
.wimakeit-inactive .dropdown.options .dropdown,
.wimakeit-inactive .tooltip.wrapper .tooltip.content,
.wimakeit-inactive .field-tooltip-content,
.wimakeit-inactive .minicart-wrapper .mage-dropdown-dialog,
.wimakeit-inactive .minisearch .search-autocomplete,
.wimakeit-inactive .map-popup,
.wimakeit-inactive .navigation .submenu {
  transition: none !important;
}
.wimakeit .dropdown.options .dropdown,
.wimakeit .tooltip.wrapper .tooltip.content,
.wimakeit .field-tooltip-content,
.wimakeit .minicart-wrapper .mage-dropdown-dialog,
.wimakeit .minisearch .search-autocomplete,
.wimakeit .map-popup,
.wimakeit .navigation .submenu {
  display: block !important;
}
.dropdown.options .dropdown[aria-hidden="false"],
.tooltip.wrapper:hover .tooltip.content,
.tooltip.wrapper:focus .tooltip.content,
.field-tooltip-content[aria-hidden="false"],
.minicart-wrapper .mage-dropdown-dialog[style=""],
.minicart-wrapper .mage-dropdown-dialog[style*="block"],
.minisearch .search-autocomplete:not(:empty):not([style*="display:none"]):not([style*="display: none"]),
.map-popup.active,
.navigation .submenu.shown,
.navigation .submenu[aria-expanded="true"]:not([aria-hidden]),
body:not(.wimakeit) .navigation .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
  z-index: 851;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: scale(1);
  top: auto;
}
.dropdown.options .dropdown > li > a,
.dropdown.options .dropdown > ul > li > a,
.minisearch .search-autocomplete [role="listbox"] li,
.navigation :where(li[class*=level]) > a {
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  --divider-alpha: 0.05;
  cursor: pointer;
}
.dropdown.options .dropdown > li > a:hover,
.dropdown.options .dropdown > ul > li > a:hover,
.minisearch .search-autocomplete [role="listbox"] li:hover,
.navigation :where(li[class*=level]) > a:hover {
  background: rgba(245, 245, 245, 1);
}
[data-collapsible] > [data-role="title"],
[data-role="collapsible"] > [data-role="title"],
[data-mage-init*='"collapsible":'] > [data-role="title"],
.block-collapsible-nav > .title,
.dropdown.options .toggle,
.minicart-wrapper .action.showcart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.125rem;
  cursor: pointer;
}
[data-collapsible] > [data-role="title"]::after,
[data-role="collapsible"] > [data-role="title"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
.block-collapsible-nav > .title::after,
.dropdown.options:not(.no-chevron) .toggle::after {
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
  transform: rotate(90deg);
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
._active[data-collapsible] > [data-role="title"]::after,
._active[data-role="collapsible"] > [data-role="title"]::after,
._active[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
[data-collapsible] > [data-role="title"][aria-expanded="true"]::after,
[data-role="collapsible"] > [data-role="title"][aria-expanded="true"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"][aria-expanded="true"]::after,
[data-mage-init*='"collapsible":'][data-mage-init*='"active":true'] > [data-role="title"]:not([aria-expanded])::after,
.block-collapsible-nav > .title.active::after,
.dropdown.options:not(.no-chevron) .toggle.active::after {
  transform: rotate(-90deg);
}
:where(input:not([type=range])),
textarea,
select {
  outline: none;
  position: relative;
  padding: 0.5rem 0.75rem;
  width: 100%;
  font-size: 0.875rem;
  color: rgba(var(--input-color), var(--input-alpha));
  background: rgba(var(--input-bg), var(--input-bg-alpha));
  border: 1px solid rgba(var(--input-border-color), var(--input-border-alpha));
  border-radius: 0.25rem;
  box-shadow: none;
}
:where(input:not([type=range])):disabled,
textarea:disabled,
select:disabled {
  opacity: .5;
  cursor: not-allowed;
}
:where(input:not([type=range])):focus,
:where(input:not([type=range])):focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  --input-bg: var(--gray-100);
  --input-border-color: 102, 102, 102;
  --input-outline-color: var(--input-border-color);
  --input-shadow-spread: 1px;
  outline: 2px solid rgba(var(--input-outline-color), var(--input-outline-alpha));
  outline-offset: 2px;
}
:where(input:not([type=range])):-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: none, 0 0 0 30px #f9fafb inset;
  -webkit-text-fill-color: rgba(var(--input-color), var(--input-alpha));
}
button,
.action.primary,
input[type='submit'],
input[type='reset'],
input[type='button'],
.wimakeit-primary-button a,
.wimakeit-secondary-button a,
.wimakeit-secondary-button-only,
.pagebuilder-button-primary,
.pagebuilder-button-secondary,
.pagebuilder-button-link,
.amshopby-button,
.am-filter-go,
.action.clear {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  border-radius: 0.25rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
button:disabled,
button.disabled,
.action.primary:disabled,
.action.primary.disabled,
input[type='submit']:disabled,
input[type='submit'].disabled,
input[type='reset']:disabled,
input[type='reset'].disabled,
input[type='button']:disabled,
input[type='button'].disabled,
.wimakeit-primary-button a:disabled,
.wimakeit-primary-button a.disabled,
.wimakeit-secondary-button a:disabled,
.wimakeit-secondary-button a.disabled,
.wimakeit-secondary-button-only:disabled,
.wimakeit-secondary-button-only.disabled,
.pagebuilder-button-primary:disabled,
.pagebuilder-button-primary.disabled,
.pagebuilder-button-secondary:disabled,
.pagebuilder-button-secondary.disabled,
.pagebuilder-button-link:disabled,
.pagebuilder-button-link.disabled,
.amshopby-button:disabled,
.amshopby-button.disabled,
.am-filter-go:disabled,
.am-filter-go.disabled,
.action.clear:disabled,
.action.clear.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.wimakeit-inactive button,
.wimakeit-inactive .action.primary,
.wimakeit-inactive input[type='submit'],
.wimakeit-inactive input[type='reset'],
.wimakeit-inactive input[type='button'],
.wimakeit-inactive .wimakeit-primary-button a,
.wimakeit-inactive .wimakeit-secondary-button a,
.wimakeit-inactive .wimakeit-secondary-button-only,
.wimakeit-inactive .pagebuilder-button-primary,
.wimakeit-inactive .pagebuilder-button-secondary,
.wimakeit-inactive .pagebuilder-button-link,
.wimakeit-inactive .amshopby-button,
.wimakeit-inactive .am-filter-go,
.wimakeit-inactive .action.clear {
  transition: none !important;
}
button.selected,
.action.primary.selected,
input[type='submit'].selected,
input[type='reset'].selected,
input[type='button'].selected,
.wimakeit-primary-button a.selected,
.wimakeit-secondary-button a.selected,
.wimakeit-secondary-button-only.selected,
.pagebuilder-button-primary.selected,
.pagebuilder-button-secondary.selected,
.pagebuilder-button-link.selected,
.amshopby-button.selected,
.am-filter-go.selected,
.action.clear.selected {
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
}
@media (hover: hover) {
  button:hover,
  .action.primary:hover,
  input[type='submit']:hover,
  input[type='reset']:hover,
  input[type='button']:hover,
  .wimakeit-primary-button a:hover,
  .wimakeit-secondary-button a:hover,
  .wimakeit-secondary-button-only:hover,
  .pagebuilder-button-primary:hover,
  .pagebuilder-button-secondary:hover,
  .pagebuilder-button-link:hover,
  .amshopby-button:hover,
  .am-filter-go:hover,
  .action.clear:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
    --button-bg: 0, 67.70869565, 107.4;
    --button-border-color: 0, 67.70869565, 107.4;
  }
}
button:focus-visible,
.action.primary:focus-visible,
input[type='submit']:focus-visible,
input[type='reset']:focus-visible,
input[type='button']:focus-visible,
.wimakeit-primary-button a:focus-visible,
.wimakeit-secondary-button a:focus-visible,
.wimakeit-secondary-button-only:focus-visible,
.pagebuilder-button-primary:focus-visible,
.pagebuilder-button-secondary:focus-visible,
.pagebuilder-button-link:focus-visible,
.amshopby-button:focus-visible,
.am-filter-go:focus-visible,
.action.clear:focus-visible {
  --button-border-alpha: 1;
  z-index: 10;
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 2px;
}
.action.primary,
.action-primary,
[type='submit'],
#request-quote-modal button[type="submit"],
body.pharmamed-products-index #product-add-to-cart #product-add-to-cart-submit,
body.pharmamed-products-wishlist #product-add-to-cart #product-add-to-cart-submit,
.pagebuilder-button-primary,
.amshopby-button,
.am-filter-go {
  --link-color: var(--button-color);
  --link-alpha: 1;
  --button-bg: var(--button-primary-bg);
  --button-color: var(--button-primary-color);
  --button-border-color: var(--button-primary-border-color);
}
:where(button:not([type='submit']):not(.action-primary):not(.primary):not(.pagebuilder-button-link):not(.pagebuilder-button-primary):not(.select)),
input[type='reset'],
input[type='button'],
.product-items .product-item .actions-primary .tocart,
.pagebuilder-button-secondary,
.cart-container .cart.actions .wimakeit-cart-main-action .myshop-button-location {
  --link-color: var(--button-color);
  --link-alpha: 1;
  --button-bg: var(--button-secondary-bg);
  --button-color: var(--button-secondary-color);
  --button-border-color: var(--button-secondary-border-color);
}
@media (hover: hover) {
  :where(button:not([type='submit']):not(.action-primary):not(.primary):not(.pagebuilder-button-link):not(.pagebuilder-button-primary):not(.select)):hover,
  input[type='reset']:hover,
  input[type='button']:hover,
  .product-items .product-item .actions-primary .tocart:hover,
  .pagebuilder-button-secondary:hover,
  .cart-container .cart.actions .wimakeit-cart-main-action .myshop-button-location:hover {
    --button-color: 255, 255, 255;
    --button-bg: 0, 87, 138;
    --button-border-color: 0, 87, 138;
  }
}
.pagebuilder-button-link {
  --button-bg: transparent;
  --button-border-color: transparent;
  --button-color: var(--link-color);
  text-decoration: none !important;
}
@media (hover: hover) {
  .pagebuilder-button-link:hover {
    text-decoration: underline !important;
    --button-bg: transparent;
    --button-border-color: transparent;
    --button-color: var(--link-color);
  }
}
.button-ghost button,
.button-ghost .pagebuilder-button-primary,
.button-ghost .pagebuilder-button-secondary {
  --button-bg: var(--base-color);
  --button-bg-alpha: 0;
  --button-color: var(--base-color);
  --button-border-color: var(--base-color);
  --button-border-alpha: var(--base-alpha);
  text-shadow: none;
}
@media (hover: hover) {
  .button-ghost button:hover,
  .button-ghost .pagebuilder-button-primary:hover,
  .button-ghost .pagebuilder-button-secondary:hover {
    --button-bg-alpha: .1;
    --button-color: var(--base-color);
  }
}
label button,
.ui-datepicker-trigger,
.minisearch .action.search,
.block.related .action.select,
.product-options-wrapper .action.back,
.shipping-address-item .edit-address-link,
.opc-estimated-wrapper .showcart,
.opc-summary-wrapper .action-edit,
.cart.table-wrapper .action-gift {
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
}
label button:focus-visible,
.minisearch .action.search:focus-visible,
.block.related .action.select:focus-visible,
.product-options-wrapper .action.back:focus-visible,
.shipping-address-item .edit-address-link:focus-visible,
.opc-estimated-wrapper .showcart:focus-visible,
.opc-summary-wrapper .action-edit:focus-visible,
.cart.table-wrapper .action-gift:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.ui-dialog.popup .action.close,
.modal-header .action-close,
.button-close,
.block-minicart .action.close {
  float: right;
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
  opacity: .7;
  cursor: pointer;
}
.ui-dialog.popup .action.close:focus-visible,
.modal-header .action-close:focus-visible,
.button-close:focus-visible,
.block-minicart .action.close:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.ui-dialog.popup .action.close::before,
.modal-header .action-close::before,
.button-close::before,
.block-minicart .action.close::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.ui-dialog.popup .action.close span,
.modal-header .action-close span,
.button-close span,
.block-minicart .action.close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.button-xs button,
.button-xs .pagebuilder-button-primary,
.button-xs .pagebuilder-button-secondary,
.button-xs .pagebuilder-button-link,
.wimakeit-primary-button a,
.wimakeit-secondary-button a,
.wimakeit-secondary-button-only,
.action.clear {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
}
.button-lg button,
.button-lg .pagebuilder-button-primary,
.button-lg .pagebuilder-button-secondary,
.button-lg .pagebuilder-button-link,
.checkout-container .action.continue,
.checkout-container .action.checkout,
.form.form-orders-search .action.primary,
.form.search.advanced .action.primary,
.form.password.forget .action.primary,
.form.password.reset .action.primary,
.form.send.confirmation .action.primary,
.form-create-account .action.primary,
.column.main .form.contact .action.primary,
.form.form-orders-search .amshopby-button,
.form.search.advanced .amshopby-button,
.form.password.forget .amshopby-button,
.form.password.reset .amshopby-button,
.form.send.confirmation .amshopby-button,
.form-create-account .amshopby-button,
.column.main .form.contact .amshopby-button,
.form.form-orders-search .am-filter-go,
.form.search.advanced .am-filter-go,
.form.password.forget .am-filter-go,
.form.password.reset .am-filter-go,
.form.send.confirmation .am-filter-go,
.form-create-account .am-filter-go,
.column.main .form.contact .am-filter-go {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.button-xl button,
.button-xl .pagebuilder-button-primary,
.button-xl .pagebuilder-button-secondary,
.button-xl .pagebuilder-button-link {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 0.5rem;
}
.cart.table-wrapper .control.qty input.qty {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem;
  width: auto;
  flex-grow: 0;
}
.minicart-items-wrapper::after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1rem;
  background: linear-gradient(rgba(var(--z-layer-bg), 0), rgba(var(--z-layer-bg), .8));
}
.loading-mask .loader,
.load.indicator::before,
.product-item-info-image-loading .product-item-photo::before {
  animation: rotate var(--spinner-duration) linear infinite;
  width: var(--spinner-size);
  height: var(--spinner-size);
  border: var(--spinner-border-width) solid rgb(var(--spinner-border-color));
  border-top-color: transparent;
  border-radius: 50%;
}
@media 768px {
  [data-mage-init*='"tabs":'] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.5rem 0 1rem;
  }
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"] {
  order: -1;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  color: #a1a1aa;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:hover {
  --muted-alpha: .9;
  --muted-bg-alpha: .5;
  color: #4b5563;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:focus-visible {
  z-index: 10;
}
@media 640px {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"] {
    --muted-bg-alpha: .5;
    justify-content: space-between;
    border: 1px solid #f3f4f6;
    border-width: 0 0 1px;
  }
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    flex-shrink: 0;
    height: 1.25rem;
    width: 1.25rem;
    transform: rotate(90deg);
    transition: 0.2s all ease-in;
    transition: 0.3s all ease-in;
    transition: all 0.1s ease-in;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: '';
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 0.75rem 0.75rem;
  }
  .wimakeit-inactive [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    transition: none !important;
  }
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:has(+ .content + script:last-child),
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:has(+ .content:last-child) {
    border-bottom-color: transparent;
  }
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-last-child(2) {
    border-bottom-color: transparent;
  }
}
@media 768px {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"] {
    margin: -2px 0 0;
    padding: 2.5rem 0 1rem;
    border: 2px solid #f9fafb;
    border-width: 0 0 2px !important;
    white-space: nowrap;
  }
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"] .counter {
  opacity: 0.8;
  padding: 0.125rem 0.5rem;
  background: #f9fafb;
  display: none;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
  z-index: 2;
  --muted-alpha: .9;
  color: #1f2937;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"]::after,
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded])::after {
  transform: rotate(-90deg);
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"]:hover,
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]):hover {
  --muted-bg-alpha: 1;
}
@media 640px {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
    border-bottom-color: transparent;
  }
}
@media 768px {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
    border-color: #4b5563;
  }
}
[data-content-type="tabs"] .tab-header {
  order: -1;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  color: #a1a1aa;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
[data-content-type="tabs"] .tab-header:hover {
  --muted-alpha: .9;
  --muted-bg-alpha: .5;
  color: #4b5563;
}
[data-content-type="tabs"] .tab-header:focus-visible {
  z-index: 10;
}
[data-content-type="tabs"] .tab-header {
  margin: -2px 0 0;
  padding: 2.5rem 0 1rem;
  border: 2px solid #f9fafb;
  border-width: 0 0 2px !important;
  white-space: nowrap;
}
[data-content-type="tabs"] .tab-header.active {
  z-index: 2;
  --muted-alpha: .9;
  color: #1f2937;
}
[data-content-type="tabs"] .tab-header.active::after {
  transform: rotate(-90deg);
}
[data-content-type="tabs"] .tab-header.active:hover {
  --muted-bg-alpha: 1;
}
[data-content-type="tabs"] .tab-header.active {
  border-color: #4b5563;
}
[data-mage-init*='"tabs":'] > [data-role="content"] {
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 0.25rem 0;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media 768px {
  [data-mage-init*='"tabs":'] > [data-role="content"] {
    width: 100%;
  }
}
[data-mage-init*='"tabs":'] > [data-role="content"][aria-hidden="false"],
[data-mage-init*='"tabs":'] > [data-role="content"]:nth-child(2):not([aria-hidden]) {
  visibility: visible;
  opacity: 1;
  display: block;
}
[data-content-type="tabs"] .tabs-content > div {
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 0.25rem 0;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wimakeit-inactive [data-content-type="tabs"] .tabs-content > div {
  transition: none !important;
}
[data-content-type="tabs"] .tabs-content > div {
  width: 100%;
}
[data-content-type="tabs"] .tabs-content > div[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  display: block;
}
.action.skip:not(:focus-within),
.field.street .control label,
.field-tooltip .label,
.field-tooltip-action span,
.ui-datepicker-trigger span,
.required-captcha.checkbox,
table caption,
.abs-visually-hidden,
.block-compare .action.delete span,
.filter .action.remove span,
.sidebar .action.delete span,
.sidebar .action.remove span,
.table-comparison th.remove,
.table-comparison .towishlist span,
.discount label,
.page-footer .switcher .label,
.page-footer .block.newsletter .title,
.page-footer .block.newsletter .control > label .label,
.page-header .switcher .label,
.block.filter .filter-content-close span,
.block.filter .filter-options .filter-count-label,
.product-items .towishlist span,
.product-items .tocompare span,
.product-items.product-items-names .choice .label,
.toolbar .sorter-action span,
.toolbar .modes-label,
.toolbar .mode-grid span,
.toolbar .mode-list span,
.pages .label,
.pages .action.previous span,
.pages .action.next span,
.minicart-wrapper .action.showcart .text,
.minicart-items .details-qty .update-cart-item span,
.minicart-items .action.edit span,
.minicart-items .action.delete span,
.header .block-search .label span,
.minisearch .action.search span,
.nav-toggle span,
.normal-price .price-label,
.minimal-price-link,
.special-price .price-label,
.old-price .price-label,
.product-options-wrapper legend.links-title,
.rating-summary .label,
.rating-result > span span,
.review-control-vote input,
.review-list .review-date .review-details-label,
.review-control-vote label span,
.form-discount label,
.form-giftcard-account label,
.shipping-address-item .edit-address-link span,
.form.form-orders-search legend,
.form.search.advanced legend,
.cart-container .shipping legend,
.cart.table-wrapper .control.qty span,
.cart.table-wrapper .action-edit span,
.cart.table-wrapper .action-delete span,
.cart.table-wrapper .action-towishlist span,
.form-wishlist-items .qty > label,
.form-wishlist-items .comment-box > label,
.mgz__actions-switch-checkbox,
.bfb-element.mgz-element-bfb_file input[type=file],
.bfb-element.mgz-element-bfb_singleslider input,
.normal-price .msrp-message,
.special-price .msrp-message,
.old-price .msrp-message {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.d-flex-ltr .mgz-link,
.wmi-link-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mobile-header-panel .switcher .label {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.minicart-items .details-qty .label,
.minicart-items .details-qty .value {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.block-minicart .items-total {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6 {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp, 1);
  max-height: calc(var(--line-clamp, 1) * var(--line-height, 1.5rem));
}
.line-clamp-1.expanded,
.line-clamp-2.expanded,
.line-clamp-3.expanded,
.line-clamp-4.expanded,
.line-clamp-5.expanded,
.line-clamp-6.expanded {
  display: block;
  -webkit-line-clamp: initial !important;
  overflow: visible;
  max-height: none;
}
.line-clamp-1 .clamp-toggle,
.line-clamp-2 .clamp-toggle,
.line-clamp-3 .clamp-toggle,
.line-clamp-4 .clamp-toggle,
.line-clamp-5 .clamp-toggle,
.line-clamp-6 .clamp-toggle {
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Poppins';
  color: rgba(var(--base-color), var(--base-alpha, 1));
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.75rem;
  background: linear-gradient(to right, transparent 0, rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)) 0.5rem);
}
label button,
label a,
table .id a,
table .actions a,
a[href^="tel:"],
a[href^="mailto:"],
a.alert,
address a,
.block .block-title a,
.actions-toolbar a,
.box-actions a,
.product-item-details dl a,
.block-minicart .block-content > .actions a.action,
.map.help,
.map-show-info,
.minimal-price-link,
.prices-tier a,
.block.related .action.select,
.samples a,
.downloads-all .label,
.reviews-actions a,
.search-suggestions a,
.checkout-container a,
.opc-progress-bar ._complete span,
.opc-summary-wrapper .action-edit,
:where(.table-totals, .table.totals) a,
.cart.table-wrapper .action-gift,
.paypal-review .discount .title,
.paypal-review .paypal-review-title a {
  color: #00578a;
  text-decoration: none;
}
label button:hover,
label a:hover,
table .id a:hover,
table .actions a:hover,
a[href^="tel:"]:hover,
a[href^="mailto:"]:hover,
a.alert:hover,
address a:hover,
.block .block-title a:hover,
.actions-toolbar a:hover,
.box-actions a:hover,
.product-item-details dl a:hover,
.block-minicart .block-content > .actions a.action:hover,
.map.help:hover,
.map-show-info:hover,
.minimal-price-link:hover,
.prices-tier a:hover,
.block.related .action.select:hover,
.samples a:hover,
.downloads-all .label:hover,
.reviews-actions a:hover,
.search-suggestions a:hover,
.checkout-container a:hover,
.opc-progress-bar ._complete span:hover,
.opc-summary-wrapper .action-edit:hover,
:where(.table-totals, .table.totals) a:hover,
.cart.table-wrapper .action-gift:hover,
.paypal-review .discount .title:hover,
.paypal-review .paypal-review-title a:hover {
  --link-alpha: 1;
  text-decoration: underline;
}
.prose :where(a:not(.product-item-link):not(.action)),
.cms-no-route .main :where(a:not(.product-item-link):not(.action)),
.cms-page-view .main :where(a:not(.product-item-link):not(.action)),
.product-item-description :where(a:not(.product-item-link):not(.action)),
[data-content-type="row"] :where(a:not(.product-item-link):not(.action)),
.product.attribute :where(a:not(.product-item-link):not(.action)),
.checkout-agreements-item-content :where(a:not(.product-item-link):not(.action)) {
  color: #00578a;
  text-decoration: none;
}
.prose :where(a:not(.product-item-link):not(.action)):hover,
.cms-no-route .main :where(a:not(.product-item-link):not(.action)):hover,
.cms-page-view .main :where(a:not(.product-item-link):not(.action)):hover,
.product-item-description :where(a:not(.product-item-link):not(.action)):hover,
[data-content-type="row"] :where(a:not(.product-item-link):not(.action)):hover,
.product.attribute :where(a:not(.product-item-link):not(.action)):hover,
.checkout-agreements-item-content :where(a:not(.product-item-link):not(.action)):hover {
  --link-alpha: 1;
  text-decoration: underline;
}
.prose :where(a div),
.cms-no-route .main :where(a div),
.cms-page-view .main :where(a div),
.product-item-description :where(a div),
[data-content-type="row"] :where(a div),
.product.attribute :where(a div),
.checkout-agreements-item-content :where(a div) {
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.prose p,
.prose table,
.prose figure,
.cms-no-route .main p,
.cms-no-route .main table,
.cms-no-route .main figure,
.cms-page-view .main p,
.cms-page-view .main table,
.cms-page-view .main figure,
.popup-authentication .block-new-customer p,
.product-item-description p,
.product-item-description table,
.product-item-description figure,
[data-content-type="row"] p,
[data-content-type="row"] table,
[data-content-type="row"] figure,
.product.attribute p,
.product.attribute table,
.product.attribute figure,
.checkout-agreements-item-content p,
.checkout-agreements-item-content table,
.checkout-agreements-item-content figure,
.cart-empty p,
.checkout-onepage-success .column.main p {
  margin-bottom: 0.75rem;
}
ul.disc,
.prose :where(ul:not(.unstyled):not(.items)),
.prose :where(ol:not(.unstyled):not(.product-items)),
.cms-no-route .main :where(ul:not(.unstyled):not(.items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ul:not(.unstyled):not(.items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
.popup-authentication .block-new-customer ul,
.product-item-description :where(ul:not(.unstyled):not(.items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
[data-content-type="row"] :where(ul:not(.unstyled):not(.items)),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)),
.checkout-agreements-item-content :where(ul:not(.unstyled):not(.items)),
.checkout-agreements-item-content :where(ol:not(.unstyled):not(.product-items)) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.prose :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.prose :where(ol:not(.unstyled):not(.product-items) li),
.cms-no-route .main :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items) li),
.cms-page-view .main :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items) li),
.product-item-description :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.product-item-description :where(ol:not(.unstyled):not(.product-items) li),
[data-content-type="row"] :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items) li),
.product.attribute :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.product.attribute :where(ol:not(.unstyled):not(.product-items) li),
.checkout-agreements-item-content :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.checkout-agreements-item-content :where(ol:not(.unstyled):not(.product-items) li) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.prose section,
.cms-no-route .main section,
.cms-page-view .main section,
.product-item-description section,
[data-content-type="row"] section,
.product.attribute section,
.checkout-agreements-item-content section {
  margin-bottom: 1rem;
}
ul.disc,
.prose :where(ul:not(.unstyled):not(.items)),
.prose :where(ol:not(.unstyled):not(.product-items)),
.cms-no-route .main :where(ul:not(.unstyled):not(.items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ul:not(.unstyled):not(.items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
.popup-authentication .block-new-customer ul,
.product-item-description :where(ul:not(.unstyled):not(.items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
[data-content-type="row"] :where(ul:not(.unstyled):not(.items)),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)),
.checkout-agreements-item-content :where(ul:not(.unstyled):not(.items)),
.checkout-agreements-item-content :where(ol:not(.unstyled):not(.product-items)) {
  padding-left: 1.25rem;
}
ul.disc,
.prose :where(ul:not(.unstyled):not(.items)),
.cms-no-route .main :where(ul:not(.unstyled):not(.items)),
.cms-page-view .main :where(ul:not(.unstyled):not(.items)),
.popup-authentication .block-new-customer ul,
.product-item-description :where(ul:not(.unstyled):not(.items)),
[data-content-type="row"] :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ul:not(.unstyled):not(.items)),
.checkout-agreements-item-content :where(ul:not(.unstyled):not(.items)) {
  list-style: disc;
}
.prose :where(ol:not(.unstyled):not(.product-items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)),
.checkout-agreements-item-content :where(ol:not(.unstyled):not(.product-items)) {
  list-style: auto;
}
.prose ol.nested-counter,
.cms-no-route .main ol.nested-counter,
.cms-page-view .main ol.nested-counter,
.product-item-description ol.nested-counter,
[data-content-type="row"] ol.nested-counter,
.product.attribute ol.nested-counter,
.checkout-agreements-item-content ol.nested-counter {
  counter-reset: item;
}
.prose ol.nested-counter li,
.cms-no-route .main ol.nested-counter li,
.cms-page-view .main ol.nested-counter li,
.product-item-description ol.nested-counter li,
[data-content-type="row"] ol.nested-counter li,
.product.attribute ol.nested-counter li,
.checkout-agreements-item-content ol.nested-counter li {
  counter-increment: item;
}
.prose ol.nested-counter ol > li::marker,
.cms-no-route .main ol.nested-counter ol > li::marker,
.cms-page-view .main ol.nested-counter ol > li::marker,
.product-item-description ol.nested-counter ol > li::marker,
[data-content-type="row"] ol.nested-counter ol > li::marker,
.product.attribute ol.nested-counter ol > li::marker,
.checkout-agreements-item-content ol.nested-counter ol > li::marker {
  content: counters(item, '.') ' ';
}
.prose li::marker,
.cms-no-route .main li::marker,
.cms-page-view .main li::marker,
.product-item-description li::marker,
[data-content-type="row"] li::marker,
.product.attribute li::marker,
.checkout-agreements-item-content li::marker {
  --muted-alpha: .4;
  color: #9ca3af;
}
.prose blockquote,
.cms-no-route .main blockquote,
.cms-page-view .main blockquote,
.product-item-description blockquote,
[data-content-type="row"] blockquote,
.product.attribute blockquote,
.checkout-agreements-item-content blockquote {
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 4px solid #f3f4f6;
  font-style: italic;
  font-weight: 500;
}
.prose code,
.cms-no-route .main code,
.cms-page-view .main code,
.product-item-description code,
[data-content-type="row"] code,
.product.attribute code,
.checkout-agreements-item-content code {
  font-weight: 600;
}
.prose code::before,
.prose code::after,
.cms-no-route .main code::before,
.cms-no-route .main code::after,
.cms-page-view .main code::before,
.cms-page-view .main code::after,
.product-item-description code::before,
.product-item-description code::after,
[data-content-type="row"] code::before,
[data-content-type="row"] code::after,
.product.attribute code::before,
.product.attribute code::after,
.checkout-agreements-item-content code::before,
.checkout-agreements-item-content code::after {
  content: "`";
}
.prose pre,
.cms-no-route .main pre,
.cms-page-view .main pre,
.product-item-description pre,
[data-content-type="row"] pre,
.product.attribute pre,
.checkout-agreements-item-content pre {
  margin: 1rem 0;
  padding: 1rem;
  overflow-x: auto;
  background: #f9fafb;
}
.prose pre code,
.cms-no-route .main pre code,
.cms-page-view .main pre code,
.product-item-description pre code,
[data-content-type="row"] pre code,
.product.attribute pre code,
.checkout-agreements-item-content pre code {
  font-weight: 400;
}
.prose pre code:before,
.prose pre code:after,
.cms-no-route .main pre code:before,
.cms-no-route .main pre code:after,
.cms-page-view .main pre code:before,
.cms-page-view .main pre code:after,
.product-item-description pre code:before,
.product-item-description pre code:after,
[data-content-type="row"] pre code:before,
[data-content-type="row"] pre code:after,
.product.attribute pre code:before,
.product.attribute pre code:after,
.checkout-agreements-item-content pre code:before,
.checkout-agreements-item-content pre code:after {
  content: '';
}
.prose hr,
.cms-no-route .main hr,
.cms-page-view .main hr,
.product-item-description hr,
[data-content-type="row"] hr,
.product.attribute hr,
.checkout-agreements-item-content hr {
  margin: 2rem 0;
}
.prose figcaption,
.cms-no-route .main figcaption,
.cms-page-view .main figcaption,
.product-item-description figcaption,
[data-content-type="row"] figcaption,
.product.attribute figcaption,
.checkout-agreements-item-content figcaption {
  margin-top: 0.5rem;
  color: #9ca3af;
}
.prose .lead,
.cms-no-route .main .lead,
.cms-page-view .main .lead,
.product-item-description .lead,
[data-content-type="row"] .lead,
.product.attribute .lead,
.checkout-agreements-item-content .lead {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #9ca3af;
}
.prose [data-role="collapsible"] > [data-role=title],
.prose [data-mage-init*='"collapsible":'] > [data-role=title],
.cms-no-route .main [data-role="collapsible"] > [data-role=title],
.cms-no-route .main [data-mage-init*='"collapsible":'] > [data-role=title],
.cms-page-view .main [data-role="collapsible"] > [data-role=title],
.cms-page-view .main [data-mage-init*='"collapsible":'] > [data-role=title],
.product-item-description [data-role="collapsible"] > [data-role=title],
.product-item-description [data-mage-init*='"collapsible":'] > [data-role=title],
[data-content-type="row"] [data-role="collapsible"] > [data-role=title],
[data-content-type="row"] [data-mage-init*='"collapsible":'] > [data-role=title],
.product.attribute [data-role="collapsible"] > [data-role=title],
.product.attribute [data-mage-init*='"collapsible":'] > [data-role=title],
.checkout-agreements-item-content [data-role="collapsible"] > [data-role=title],
.checkout-agreements-item-content [data-mage-init*='"collapsible":'] > [data-role=title] {
  margin: 0;
}
.prose [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.prose [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.cms-no-route .main [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.cms-no-route .main [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.cms-page-view .main [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.cms-page-view .main [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.product-item-description [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.product-item-description [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
[data-content-type="row"] [data-role="collapsible"] > [data-role=content][aria-hidden=false],
[data-content-type="row"] [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.product.attribute [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.product.attribute [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.checkout-agreements-item-content [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.checkout-agreements-item-content [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false] {
  margin: 0.5rem 0;
}
.prose [data-role="collapsible"] + div,
.prose [data-mage-init*='"collapsible":'] + div,
.cms-no-route .main [data-role="collapsible"] + div,
.cms-no-route .main [data-mage-init*='"collapsible":'] + div,
.cms-page-view .main [data-role="collapsible"] + div,
.cms-page-view .main [data-mage-init*='"collapsible":'] + div,
.product-item-description [data-role="collapsible"] + div,
.product-item-description [data-mage-init*='"collapsible":'] + div,
[data-content-type="row"] [data-role="collapsible"] + div,
[data-content-type="row"] [data-mage-init*='"collapsible":'] + div,
.product.attribute [data-role="collapsible"] + div,
.product.attribute [data-mage-init*='"collapsible":'] + div,
.checkout-agreements-item-content [data-role="collapsible"] + div,
.checkout-agreements-item-content [data-mage-init*='"collapsible":'] + div {
  margin-top: 0.75rem;
}
[data-content-type="tabs"] .tabs-navigation,
.slick-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
[data-content-type="tabs"] .tabs-navigation,
.slick-dots {
  padding-left: 0 !important;
}
[data-content-type="tabs"] .tabs-navigation,
.slick-dots {
  list-style: none !important;
}
.color-invert {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 255, 255, 255;
  --base-alpha: 0.85;
  --headings-color: 255, 255, 255;
  --headings-alpha: 0.9;
  --block-title-color: 0.9;
  --link-color: 147, 197, 253;
  --link-alpha: 0.9;
  --muted-bg: 31, 41, 55;
  --muted-bg-alpha: 1;
  --ring-color: 255, 255, 255;
  --ring-alpha: 0.7;
  --button-primary-color: var(--gray-900);
  --button-secondary-bg: var(--gray-50);
  --button-secondary-border-color: var(--gray-50);
  --button-color: var(--gray-900);
  --input-color: 255, 255, 255;
  --input-alpha: 0.85;
  --input-bg-alpha: 0.07000000000000001;
  --input-border-color: 0;
  --input-border-alpha: 0.5;
}
[data-mage-init*='"collapsible":']:not([data-mage-init*='"active":true']) > [data-role=content] {
  display: block !important;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}
[data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false] {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  position: static;
}
.block-collapsible-nav {
  font-size: 1rem;
  line-height: 1.5rem;
}
.block-collapsible-nav .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-collapsible-nav .content .item > a,
.block-collapsible-nav .content .item > strong {
  display: block;
  padding: 0.25rem 0;
  color: inherit;
}
.block-collapsible-nav .content .delimiter {
  display: block;
  border-top: 1px solid #f3f4f6;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.block-collapsible-nav .title {
  cursor: pointer;
}
.block-collapsible-nav .content a:hover {
  text-decoration: none;
  --base-bg-alpha: .8;
  background: #ebf2fa;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin-right: 10px !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  width: 100px !important;
}
.ui-dialog.popup .action.close {
  position: absolute;
  z-index: 101;
  right: 0.5rem;
  top: 0.5rem;
}
.dropdown.options {
  position: relative;
}
.dropdown.options .block-title {
  padding: 0;
  border: 0;
  margin-bottom: 0.5rem;
}
.dropdown.options .subtitle {
  display: block;
  margin-bottom: 0.75rem;
  color: #9ca3af;
}
.dropdown.options .product-item + .product-item {
  margin-top: 1rem;
}
.dropdown.options .actions-toolbar {
  justify-content: center;
  margin-top: 1rem;
}
.dropdown.options .empty {
  font-weight: 500;
}
:root {
  --dropdown-padding: 0.5rem;
  --dropdown-width: 11rem;
}
.dropdown-lg {
  --dropdown-padding: 0.75rem 1rem;
  --dropdown-width: 18rem;
}
.dropdown-xl,
.map-popup {
  --dropdown-padding: 0.75rem 1rem;
  --dropdown-width: 20rem;
}
.modals-overlay,
.modal-custom-overlay {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  inset: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  visibility: hidden;
  content: '';
  z-index: 810;
  opacity: 0;
  pointer-events: none;
  background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
}
.wimakeit-inactive .modals-overlay,
.wimakeit-inactive .modal-custom-overlay {
  transition: none !important;
}
._show ~ .modals-overlay,
._show ~ .modal-custom-overlay {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.modal-slide,
.modal-popup,
.modal-custom {
  visibility: hidden;
  pointer-events: none;
}
body.wimakeit._has-modal,
body.wimakeit._has-modal-custom {
  overflow: hidden;
}
.modal-slide,
.modal-popup,
.modal-custom {
  --modal-max-width: 500px;
  --modal-max-height: 85vh;
  --modal-padding-x: 1rem;
  --modal-padding-y: var(--modal-padding-x);
  inset: 0;
  position: fixed;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1.75rem;
}
.modal-slide._show,
.modal-popup._show,
.modal-custom._show {
  pointer-events: auto;
  visibility: visible;
}
.modal-slide[data-type="slide"] {
  width: 100%;
  padding: 0;
  align-items: flex-end;
  padding-left: 1.75rem;
  left: auto !important;
}
.modal-inner-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: var(--modal-max-width);
  max-height: var(--modal-max-height);
  max-height: -webkit-fill-available;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  border-radius: 0.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
  opacity: 0;
}
.modal-xl .modal-inner-wrap {
  --modal-max-width: 850px;
}
[data-type="slide"] .modal-inner-wrap {
  width: 100%;
  height: 100%;
  max-width: 420px;
  max-height: none;
  border-radius: 0;
  transform: translateX(100%);
}
._show .modal-inner-wrap {
  transform: none;
  opacity: 1;
}
.modal-header,
.modal-content,
.modal-footer {
  padding: 0 var(--modal-padding-x);
}
.modal-header,
.modal-footer {
  flex-shrink: 0;
  padding-top: var(--modal-padding-y);
  position: relative;
  z-index: 10;
}
.modal-header h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.modal-header .action-close {
  background: #ffffff;
  position: absolute;
  top: calc(var(--modal-padding-y) / 3);
  right: calc(var(--modal-padding-x) / 3);
}
.modal-content {
  overflow: auto;
  overscroll-behavior: contain;
}
.modal-content:last-child {
  padding-bottom: var(--modal-padding-y);
}
.modal-content .message .button-close {
  display: none;
}
.modal-footer {
  padding-bottom: var(--modal-padding-y);
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.container,
.breadcrumbs ul,
.page-main,
.footer.content,
.message.global .content,
.header.panel,
.header.content,
.wimakeit-theme #maincontent > .page.messages .messages,
.page-wrapper > .navigation-wrapper .navigation,
.page-header > .navigation-wrapper .navigation,
.page-layout-cms-full-width main .page-title-wrapper .page-title,
[data-content-type="row"] [data-element="inner"] {
  width: 100%;
  max-width: var(--container-max-width);
  margin: var(--container-margin);
  padding: var(--container-padding);
}
:root {
  --container-margin: 0 auto;
  --container-max-width: 1260px;
  --container-padding: 0.375rem 0.25rem;
}
.scroller {
  width: 100%;
  overflow: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroller::-webkit-scrollbar {
  display: none;
}
.page-header .action.skip {
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 40;
  text-align: center;
  background: #ffffff;
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.page-header .action.skip:hover {
  text-decoration: underline;
}
.page-header .action.skip:focus-within {
  outline: none;
  border-bottom: 1px solid #f3f4f6;
  padding: 0.375rem 0.25rem;
}
.loading-mask,
.load.indicator {
  display: none;
}
.loading-mask,
.load.indicator {
  inset: 0;
  margin: auto;
  position: fixed;
  z-index: 800;
  --base-bg-alpha: .6;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > .loading-mask,
body > .load.indicator {
  z-index: 990;
}
body > .loading-mask {
  position: fixed !important;
}
.loading-mask .loader {
  flex-shrink: 0;
  flex-grow: 0;
}
.loading-mask .loader p,
.loading-mask .loader img {
  display: none;
}
.loading-mask + .loading-mask {
  opacity: 0;
}
.load.indicator[style*="display: inline"] {
  display: flex !important;
}
.load.indicator::before {
  content: '';
  display: block;
}
.load.indicator span {
  display: none;
}
._block-content-loading {
  position: relative;
}
.switcher {
  display: inline-block;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  top: 100%;
}
.tooltip.wrapper {
  --dropdown-width: 16rem;
  --dropdown-padding: 0.5rem 0.75rem;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  display: block;
  margin-bottom: 0.5rem;
}
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  min-height: 100vh;
  direction: ltr;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr[title] {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6,
.cookie-group .h3 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: 500;
}
code,
kbd,
samp,
pre {
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
:where(input:not([type=range])),
optgroup,
select,
textarea {
  font-family: inherit;
  line-height: inherit;
  font-size: 0.875rem;
}
button,
select {
  text-transform: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='date']::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
[type='date']::-webkit-date-and-time-value {
  text-align: left;
  height: 1.5em;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre,
.cookie-group .h3 {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  --muted-alpha: .4;
  color: #9ca3af;
  opacity: 1;
}
button,
[role="button"] {
  cursor: pointer;
}
svg,
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: inline-block;
  vertical-align: middle;
}
svg,
img,
video {
  max-width: 100%;
  height: auto;
}
.responsive > iframe,
.responsive > embed,
.responsive > object {
  max-width: 100%;
}
.aspect-video > iframe,
.aspect-video > embed,
.aspect-video > object {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
[hidden] {
  display: none;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=checkbox],
[type=radio] {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  flex-shrink: 0;
  min-width: 0;
  height: 1rem;
  width: 1rem;
  color: rgba(var(--checkbox-color), var(--checkbox-alpha, 1));
}
[type=image] {
  padding: 0;
  border: 0;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
[type=range] {
  --brand-alpha: 0.9;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1rem;
  background-color: transparent;
  appearance: none;
}
[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: #f3f4f6;
  border-color: transparent;
  border-radius: 9999px;
}
[type=range]::-moz-range-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: #f3f4f6;
  border-color: transparent;
  border-radius: 9999px;
}
[type=range]::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.375rem;
  background-color: #00578a;
  border: 0;
  border-radius: 9999px;
  -webkit-appearance: none;
  appearance: none;
}
[type=range]::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.375rem;
  background-color: #00578a;
  border: 0;
  border-radius: 9999px;
  appearance: none;
}
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  --spinner-size: 1.25rem;
  --spinner-border-color: var(--button-color);
}
select:not([multiple]) {
  padding-right: 2.5rem;
  color: #666666;
  font-size: 0.875rem;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  overflow-y: auto;
}
[type=checkbox] {
  border-radius: 0.25rem;
}
[type=radio] {
  border-radius: 100%;
}
[type=checkbox]:focus-visible,
[type=radio]:focus-visible {
  box-shadow: 0 0 0 2px rgb(var(--base-bg)), 0 0 0 4px rgb(var(--checkbox-color));
}
[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
* {
  outline: none;
}
:where(:focus-visible) {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}
[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type=checkbox]:checked:focus-visible,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus-visible,
[type=radio]:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:indeterminate:focus-visible,
[type=checkbox]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
[type=range]:focus,
[type=range]:focus-visible {
  outline: 0;
}
[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)), 0 0 0 0.25rem rgba(var(--brand-color), 0.2);
}
[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)), 0 0 0 0.25rem rgba(var(--brand-color), 0.2);
}
[type=range]:focus::-webkit-slider-thumb {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wimakeit-inactive [type=range]:focus::-webkit-slider-thumb {
  transition: none !important;
}
[type=range]:focus::-moz-range-thumb {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wimakeit-inactive [type=range]:focus::-moz-range-thumb {
  transition: none !important;
}
:root {
  --black: 126, 121, 121;
  --white: 255, 255, 255;
  --gray-50: 249, 250, 251;
  --gray-100: 243, 244, 246;
  --gray-200: 229, 231, 235;
  --gray-300: 209, 213, 219;
  --gray-400: 156, 163, 175;
  --gray-500: 107, 114, 128;
  --gray-600: 75, 85, 99;
  --gray-700: 55, 65, 81;
  --gray-800: 31, 41, 55;
  --gray-900: 17, 24, 39;
  --red: 185, 28, 28;
  --red-muted: 254, 242, 242;
  --green: 21, 128, 61;
  --green-muted: 240, 253, 244;
  --blue: 29, 78, 216;
  --blue-muted: 239, 246, 255;
  --yellow: 251, 191, 36;
  --yellow-muted: 255, 251, 235;
  --brand-color: 0, 87, 138;
  --danger-color: var(--red);
  --info-color: var(--blue);
  --success-color: var(--green);
  --success-bg: var(--green-muted);
  --base-alpha: 1;
  --base-color: 17, 24, 39;
  --base-bg: 255, 255, 255;
  --muted-bg: rgba(245, 245, 245, 1);
  --z-layer-color: var(--base-color);
  --z-layer-bg: var(--base-bg);
  --z-overlay-bg: 126, 121, 121;
  --ring-color: var(--brand-color);
  --link-alpha: 0.85;
  --link-color: var(--blue);
  --headings-alpha: 1;
  --headings-color: var(--base-color);
  --block-title-color: var(--base-color);
  --input-alpha: 1;
  --input-color: var(--base-color);
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-alpha: 1;
  --input-border-color: 221, 221, 221;
  --input-outline-color: var(--input-border-color);
  --input-outline-alpha: 0;
  --checkbox-color: 0, 87, 138;
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-bg-alpha: 1;
  --button-hover-bg-alpha: 1;
  --button-border-alpha: 0;
  --button-border-color: var(--button-bg);
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --transition-duration: 200ms;
  --spinner-size: 1.5rem;
  --spinner-border-width: 2px;
  --spinner-border-color: var(--brand-color);
  --spinner-duration: 0.6s;
  --scrollbar-bg: var(--gray-100);
  --scrollbar-color: var(--gray-300);
}
@media (prefers-reduced-motion) {
  :root {
    --transition-duration: 20ms;
    --spinner-duration: 5s;
  }
}
fieldset,
.fieldset {
  margin-bottom: 2rem;
}
fieldset:last-child,
.fieldset:last-child {
  margin-bottom: 0;
}
fieldset.field,
.fieldset.field {
  margin-bottom: 0;
}
fieldset:not(:has(*)),
.fieldset:not(:has(*)) {
  display: none;
}
form:has(.fieldset + .loading-mask:last-child) .fieldset:nth-last-child(2) {
  margin-bottom: 0;
}
form + form,
form + .fieldset {
  margin-top: 1.25rem;
}
form .legend {
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0 0 0.125rem;
  border-bottom: 1px solid #f3f4f6;
}
form .legend + br {
  display: none;
}
form .label + br {
  display: none;
}
form .actions-toolbar {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
form .actions-toolbar:empty {
  display: none;
}
.fields {
  display: flex;
  gap: 0.5rem;
}
.fields .field + .field {
  margin-top: 0;
}
:where(.field ~ div:not(.actions):not(.product-item-actions)),
.nested > .field,
button + .field,
.field + button,
:where(.field:not([style*="display: none"])) + .fieldset,
.field + .field-recaptcha,
.field ~ .field {
  margin-top: 0.75rem;
}
.field .choice + .choice {
  margin-top: 0.125rem;
}
.field .addon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.field .range > .field:first-child .control {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.field .range > .field:first-child .control::after {
  content: '—';
}
.field .range .field + .field {
  margin-top: 0;
}
.field.required > .label,
.field._required > .label {
  display: flex;
  gap: 0.25rem;
}
.field.required > .label::after,
.field._required > .label::after {
  content: '*';
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.field.choice,
.field .admin__field-option {
  display: flex;
  gap: 0.375rem;
  align-items: flex-start;
  line-height: 1.5rem;
  clear: left;
  position: relative;
}
.field.choice > [type="radio"],
.field .admin__field-option > [type="radio"],
.field.choice > [type="checkbox"],
.field .admin__field-option > [type="checkbox"] {
  margin-top: calc(1.5rem / 2 - 1rem / 2);
}
.field.choice .field-tooltip,
.field .admin__field-option .field-tooltip {
  margin-top: calc(1.5rem / 2 - 1.125rem / 2);
}
.field.choice div.mage-error,
.field .admin__field-option div.mage-error {
  right: 0;
  padding-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  background: #ffffff;
  z-index: 11;
}
.field .admin__field-option + .admin__field-option {
  margin-top: 0.375rem;
}
.field .control {
  position: relative;
}
.field .label + .control {
  margin-top: 0.125rem;
}
.field .label + .control:has(.admin__field-option) {
  margin-top: 0.375rem;
}
.field ._with-tooltip input,
.field ._with-tooltip select,
.field ._with-tooltip textarea {
  width: calc(100% - 1.75rem);
}
.field ._with-tooltip .field-tooltip {
  position: absolute;
  right: 0.25rem;
  top: calc(1.5rem / 2 - 0.25rem / 2);
  z-index: 11;
}
.control .note {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  margin-top: 0.25rem;
}
.field-tooltip {
  display: inline-block;
  position: relative;
}
.field-tooltip-action {
  color: #9ca3af;
}
.field-tooltip-action,
.field-tooltip-action::before {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.field-tooltip-action::before {
  content: '';
}
.ui-datepicker-trigger {
  position: absolute !important;
  right: 0.5rem;
  top: calc(50% - 1.5rem / 2);
  color: #9ca3af;
}
.ui-datepicker-trigger::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.control.captcha-image {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
div.mage-error,
div.field-error {
  margin-top: 0.125rem;
  font-size: 12px !important;
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.field-tooltip {
  --dropdown-width: 18rem;
  --dropdown-padding: 0.5rem 0.75rem;
}
.field-tooltip-action::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
}
.ui-datepicker-trigger::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
#request-quote-modal {
  z-index: 10000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#request-quote-modal .f2bpjwvcp9di-s {
  height: 600px;
  overflow-y: scroll;
}
#request-quote-modal .modal-content {
  border-radius: 6px;
  background-color: #fff;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  position: relative;
  max-width: 1000px;
}
#request-quote-modal .close-modal {
  z-index: 1000;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
#request-quote-modal button[type="submit"]:hover {
  background-color: #00446b;
}
#request-quote-modal .quote-heading .mgz-element-inner .mgz-element-heading-text {
  width: auto !important;
  margin: auto;
}
input[name="firstname"] {
  display: none !important;
}
.col.firstname {
  display: none !important;
}
label[for="firstname"] {
  display: none !important;
}
div[name="shippingAddress.firstname"] {
  display: none !important;
}
.alma.payment-method {
  position: relative;
}
.alma.payment-method .alma-method-logo {
  top: 12px !important;
  position: absolute !important;
  left: 185px !important;
}
html {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  background: #ffffff;
  font-family: 'Poppins';
  font-size: 1rem;
  line-height: 1.5rem;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading,
.cookie-group .h3 {
  color: rgba(var(--headings-color), var(--headings-alpha, 1));
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong {
  font-weight: 400;
}
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong,
.heading strong {
  font-weight: 500;
}
h1,
.h1 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
* + h1,
* + .h1 {
  margin-top: 2rem;
}
h2,
.h2 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}
* + h2,
* + .h2 {
  margin-top: 2rem;
}
h3,
.h3,
.cookie-group .h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
* + h3,
* + .h3 {
  margin-top: 1rem;
}
h4,
.h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
h5,
.h5 {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
h6,
.h6 {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
dl dt {
  font-weight: 500;
}
dl dd + dt {
  margin-top: 0.25rem;
}
.icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  gap: 0.25rem;
}
svg.icon,
.icon > svg {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}
svg.icon.small,
.icon.small > svg {
  width: 1rem;
  height: 1rem;
}
svg.icon.big,
.icon.big > svg {
  width: 1.75rem;
  height: 1.75rem;
}
.icon.rounded {
  background: #f9fafb;
  padding: 0.75rem;
}
.icon.rounded.small {
  padding: 0.5rem;
}
.icon.rounded {
  border-radius: 0.25rem;
}
.icon.rounded-sm {
  border-radius: 0.125rem;
}
.icon.rounded-lg {
  border-radius: 0.5rem;
}
.icon.rounded-full {
  border-radius: 9999px;
}
.table-wrapper:not(.grouped) {
  overflow-x: auto;
  position: relative;
}
table {
  border-color: #f3f4f6;
  text-align: left;
  width: 100%;
}
table .id a,
table .actions a {
  margin: 0 0.25rem 0.25rem 0;
}
table .id a:last-child,
table .actions a:last-child {
  margin: 0;
}
table tr {
  --divider-alpha: .07;
  border-bottom: 1px solid #f3f4f6;
}
table th {
  font-weight: 500;
}
table td,
table th {
  border-color: #f3f4f6;
  vertical-align: top;
  padding: 0.75rem 0.5rem;
}
table td:first-child,
table th:first-child {
  padding-left: 0;
}
table td:last-child,
table th:last-child {
  padding-right: 0;
}
table thead tr {
  --divider-alpha: .15;
}
table thead th {
  color: rgba(var(--headings-color), var(--headings-alpha, 1));
}
table tbody:last-child tr:last-child {
  border-bottom: 0;
}
table tfoot tr {
  border: 0;
}
table tfoot th,
table tfoot td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table tfoot .mark {
  text-align: right;
}
table[border] {
  border-style: solid;
}
table[border] tr {
  --divider-alpha: .07;
}
table[border] td:first-child,
table[border] th:first-child {
  padding-left: 0.5rem;
}
table[border][style*="border-color"] tr,
table[border][style*="border-color"] th,
table[border][style*="border-color"] td {
  border-color: inherit;
}
hr {
  margin: 0.75rem 0;
  border: 1px solid #f3f4f6;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
p.required {
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.note {
  color: #9ca3af;
}
.prose,
.cms-no-route .main,
.cms-page-view .main {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-reset {
  font-size: 1rem;
  line-height: 1.5rem;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: local('Poppins');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/fonts/poppins-v21-latin-100.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: local('Poppins');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/fonts/poppins-v21-latin-200.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/fonts/poppins-v21-latin-300.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/fonts/poppins-v21-latin-regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/fonts/poppins-v21-latin-500.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/fonts/poppins-v21-latin-600.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/fonts/poppins-v21-latin-700.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: local('Poppins');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/fonts/poppins-v21-latin-800.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: local('Poppins');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/fonts/poppins-v21-latin-900.woff2') format('woff2');
  font-display: swap;
}
.wimakeit-title,
#request-quote-modal .quote-heading .mgz-element-inner .mgz-element-heading-text,
#declinaisons h1,
.block.related .block-title {
  text-align: center;
  margin-right: auto;
  z-index: 2;
  position: relative;
  margin-bottom: 0 !important;
  line-height: 2.5rem !important;
  width: max-content;
  padding: 0 !important;
  font-size: 1.5rem !important;
}
.wimakeit-title::after,
#request-quote-modal .quote-heading .mgz-element-inner .mgz-element-heading-text::after,
#declinaisons h1::after,
.block.related .block-title::after {
  content: "";
  width: 100%;
  background: #00578a;
  height: 2px;
  display: block;
  margin-bottom: -2px;
  border-radius: 0.25rem;
}
.wimakeit-title::before,
#request-quote-modal .quote-heading .mgz-element-inner .mgz-element-heading-text::before,
#declinaisons h1::before,
.block.related .block-title::before {
  display: none !important;
}
.filter-invert {
  filter: invert(1);
}
html {
  scroll-behavior: smooth;
}
.flex-section div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.font-thin {
  font-weight: 100 !important;
}
.font-extralight {
  font-weight: 200 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-black {
  font-weight: 900 !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-xl {
  font-size: 1rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.leading-snug {
  line-height: 1.375 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}
.leading-loose {
  line-height: 2 !important;
}
.line-clamp-2 {
  --line-clamp: 2;
}
.line-clamp-3 {
  --line-clamp: 3;
}
.line-clamp-4 {
  --line-clamp: 4;
}
.line-clamp-5 {
  --line-clamp: 5;
}
.line-clamp-6 {
  --line-clamp: 6;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.a-center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.underline {
  text-decoration: underline;
}
.select-none {
  user-select: none;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.gap-1 {
  gap: 0.25rem;
}
.gap,
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-0 {
  flex-grow: 0;
}
.no-display,
.abs-no-display {
  display: none;
}
.hide {
  display: none !important;
}
.show {
  display: revert !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.flex-col {
  flex-direction: column;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.max-w-xs {
  max-width: 480px;
}
.max-w-sm {
  max-width: 640px;
}
.max-w-md {
  max-width: 768px;
}
.max-w-lg {
  max-width: 1024px;
}
.max-w-xl {
  max-width: 1260px;
}
.max-w-xxl {
  max-width: 1536px;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-80 {
  max-width: 20rem;
}
.grid {
  display: grid !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-sm-around {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
}
.shadow-around {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md-around {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.06);
}
.shadow-lg-around {
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
}
.shadow-xl-around {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
}
.shadow-2xl-around {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.towishlist,
.tocompare,
.action.split,
.action.print,
.action.mailto {
  display: inline-flex;
  align-items: center;
}
.towishlist::before,
.tocompare::before,
.action.split::before,
.action.print::before,
.action.mailto::before {
  flex-shrink: 0;
  content: '';
  width: 2rem;
  height: 2rem;
}
.towishlist::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 4.857A2.86 2.86 0 0 1 4.857 2h14.287A2.86 2.86 0 0 1 22 4.857v14.287A2.86 2.86 0 0 1 19.143 22H4.856A2.86 2.86 0 0 1 2 19.143zM6 7h12v1H6zm0 8h3v1H6zm0-4h6v1H6zm9.427 7.201-2.599 1.367.497-2.895-2.103-2.049 2.906-.423 1.3-2.633 1.3 2.634 2.905.422-2.103 2.05.497 2.894zm-12 .94c0 .79.64 1.43 1.43 1.43h14.287a1.423 1.423 0 0 0 1.43-1.43V4.858a1.43 1.43 0 0 0-1.43-1.428H4.857a1.43 1.43 0 0 0-1.429 1.43z" fill="currentColor" stroke="currentColor" stroke-width=".5" stroke-linejoin="round"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.tocompare::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.action.print::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.action.mailto::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6.5A2.5 2.5 0 0 1 4.5 4h15C20.879 4 22 5.12 22 6.5v10c0 1.379-1.121 2.5-2.5 2.5h-15C3.12 19 2 17.879 2 16.5zm1.25 0v1.559l7.64 5.601c.66.485 1.56.485 2.22 0l7.64-5.601V6.5a1.25 1.25 0 0 0-1.25-1.25H4.465c-.655 0-1.25.559-1.25 1.25zm0 3.11v6.89c0 .691.56 1.25 1.25 1.25h15a1.25 1.25 0 0 0 1.25-1.25V9.61l-6.902 5.058a3.12 3.12 0 0 1-3.696 0z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.popup-authentication .modal-inner-wrap {
  --modal-max-width: 850px;
}
.popup-authentication .block-authentication {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
:where(.page-main, .page-bottom) .block ~ div {
  margin-top: 2.25rem;
}
.sidebar-main .block:last-child {
  margin-bottom: 2.25rem;
}
.block .block-title a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.block .block-title .counter {
  font-size: 0.875rem;
  line-height: 1.25rem;
  white-space: nowrap;
}
.block .subtitle {
  display: none;
}
.block .box {
  margin-bottom: 0.75rem;
}
.block .box-title {
  display: block;
  margin-bottom: 0.5rem;
}
.sidebar .block .box {
  width: auto;
}
.block-actions {
  margin-bottom: 0.5rem;
}
.actions-toolbar,
.box-actions,
.cart-container .cart.actions {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.actions-toolbar > .actions,
.actions-toolbar > div.primary,
.actions-toolbar > div.secondary {
  display: contents;
}
.page-title-wrapper .actions-toolbar {
  margin: 0.75rem 0;
}
.actions-toolbar .action.back {
  display: none;
}
.block-compare .action.delete,
.filter .action.remove,
.sidebar .action.delete,
.sidebar .action.remove {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.block-compare .action.delete::before,
.filter .action.remove::before,
.sidebar .action.delete::before,
.sidebar .action.remove::before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
}
.block .block-title .counter {
  color: #9ca3af;
}
.block-compare .action.delete,
.filter .action.remove,
.sidebar .action.delete,
.sidebar .action.remove {
  color: #9ca3af;
}
.block-compare .action.delete::before,
.filter .action.remove::before,
.sidebar .action.delete::before,
.sidebar .action.remove::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.post-item-date {
  display: none;
}
.post-description p {
  font-size: 1rem !important;
}
.block-recent-posts .item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.block-recent-posts .item .post-image {
  width: auto !important;
}
.post-list-wrapper .title {
  display: none;
}
.post-list-wrapper .post-description .mgz-element-inner {
  padding: 0 !important;
}
.post-list-wrapper .post-data-wrap {
  display: none;
}
.post-list-wrapper.blog-widget-recent {
  margin: 0 0 20px;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder {
  clear: none;
  float: none;
  padding: 0;
  margin: 0;
  width: 100% !important;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header {
  display: flex;
  max-width: 100%;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-list-image {
  display: contents;
  height: 100%;
  max-width: 300px;
  max-height: 200px;
  object-fit: cover;
  width: max-content;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information {
  padding: 0 10px;
  max-width: 70%;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information .mgz-element-inner {
  padding: 0;
  font-size: 12px;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information .post-read-more {
  padding: 10px !important;
  float: none !important;
  margin-top: 20px;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information .post-text-hld {
  overflow: initial;
  min-height: auto;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information .post-infos {
  font-size: 12px;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information .post-item-link {
  font-size: 18px !important;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder:nth-child(even) .post-header {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.wimakeit-blog-override-list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  --listing-grid-columns: 2;
}
.wimakeit-blog-override-list .item {
  width: calc((100% - var(--listing-grid-item-margin) * var(--listing-grid-columns) * 2 - var(--listing-grid-gap) * (var(--listing-grid-columns) - 1)) / var(--listing-grid-columns));
  display: flex;
  gap: 0.25rem;
}
.wimakeit-blog-override-list .item .post-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.wimakeit-blog-override-list .item .post-info .post-short-description {
  color: #666666;
}
.wimakeit-blog-override-list .item .post-info .reading-time {
  font-weight: 500;
  font-size: 14px;
}
.wimakeit-blog-override-list .item .post-info .action.read-more {
  color: #00578a;
  width: max-content;
}
.wimakeit-blog-override-list .item .post-info .action.read-more:hover {
  color: #00446b;
}
.breadcrumbs + .page-main,
.breadcrumbs + script + .page-main {
  margin-top: -0.5rem;
}
.breadcrumbs {
  color: #666666;
  font-size: 0.85rem;
  min-height: 4rem;
}
.breadcrumbs ul {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .home {
  position: relative;
}
.breadcrumbs .home::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
}
.breadcrumbs .home a {
  position: relative;
  z-index: 2;
  text-indent: -9999px;
  width: 1rem;
  height: 1rem;
}
.breadcrumbs a:hover {
  color: #4b5563;
  text-decoration: underline;
}
.breadcrumbs .home::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.breadcrumbs .home:hover::before {
  color: #4b5563;
}
.wimakeit-primary-button {
  margin-right: 5px;
}
.wimakeit-primary-button a {
  color: #ffffff !important;
  border: 1px solid #00578a;
}
.wimakeit-primary-button a:hover {
  background-color: #00446b;
}
.wimakeit-secondary-button a {
  color: #00578a !important;
  background-color: transparent;
  border: 1px solid #00578a;
}
.wimakeit-secondary-button a:hover {
  background-color: #00446b;
  color: #ffffff !important;
}
.wimakeit-secondary-button-only,
.action.clear {
  color: #00578a !important;
  background-color: transparent;
  border: 1px solid #00578a;
  padding: 0.5rem 1rem !important;
}
.wimakeit-secondary-button-only:hover {
  background-color: #00446b !important;
  color: #ffffff !important;
}
.action.clear:hover {
  background-color: #00446b !important;
  color: #ffffff !important;
}
.action-secondary:hover {
  color: #ffffff !important;
}
.action.secondary:hover,
.action.clear:hover,
.action.update:hover {
  color: #ffffff !important;
}
.category-image {
  margin: 0 0 0.5rem;
}
.category-image + .category-description {
  margin-top: 0;
}
.category-description {
  line-height: 1.75rem;
  font-size: 1.125rem;
  color: #4b5563;
  margin: -0.5rem 0 1rem;
}
.category-description [data-content-type="row"] [data-element="inner"] {
  max-width: none;
  padding: 0;
  margin: 0;
}
.table-comparison .price-box {
  margin: 0.5rem 0;
}
:root {
  --sidebar-width: 180px;
  --sidebar-gap: 1rem;
}
.price-pro {
  color: white;
  background: #00578a;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1rem;
  position: relative;
  width: fit-content;
}
.owl-carousel .owl-nav {
  display: block !important;
}
.column.main {
  min-height: clamp(100px, 25vh, 300px);
}
.page-title-wrapper ~ .columns {
  margin-top: 1rem;
}
.page-main > .columns {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "sidebar" "additional";
  gap: var(--sidebar-gap);
  row-gap: 0;
}
.page-main > .columns > .main {
  grid-area: main;
  min-width: 0;
}
.page-main > .columns > .sidebar-main {
  grid-area: sidebar;
}
.page-main > .columns > .sidebar-additional {
  grid-area: additional;
}
.d-flex-ltr,
.d-flex-rtl {
  display: flex;
  flex-direction: row !important;
  gap: 5px !important;
}
.mgz-link,
.copyright,
.text-newsletter {
  font-size: 14px !important;
  color: #000000 !important;
}
.footer-top {
  padding: 8rem 0 6rem;
}
.footer-middle {
  padding: 2rem 0 0;
}
.page-footer {
  margin-top: auto;
}
.page-footer .switcher {
  margin-bottom: 0.5rem;
}
.page-footer .pagebuilder-column-group + .pagebuilder-column-group {
  margin-top: 2.5rem;
}
.page-footer .block .title,
.page-footer .block .block-title {
  border: 0;
  padding: 0;
  font-size: 1rem;
}
.page-footer .block.newsletter {
  margin: 0 0 1rem;
  --input-border-color: 0, 0, 0;
}
.page-footer .block.newsletter .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.page-footer .block.newsletter .form > :not(.newsletter):not(.actions) {
  order: 10;
}
.page-footer .block.newsletter .form .newsletter {
  width: 100%;
}
.page-footer .block.newsletter .control input {
  width: 100%;
}
.footer.content {
  padding-top: 2rem;
  text-align: center;
}
.footer.links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  justify-content: center;
}
.footer.links a:hover {
  text-decoration: underline;
}
.copyright {
  color: #9ca3af;
}
.footer-middle {
  border-top: #00578a 2px solid;
}
.footer-top,
.footer-middle {
  position: relative;
}
.footer-top::after,
.footer-middle::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-top::after {
  top: 115px;
}
.footer-middle {
  margin-top: 50px;
}
.footer-top + .footer-middle {
  margin-top: -72px;
}
.footer-top::after {
  background: #f7f8f8;
}
.message.global {
  color: #222;
  background: rgb(var(--yellow));
  margin: 0;
  border-radius: 0;
}
.message.global .content {
  padding: 0.5rem;
}
.message.global .actions {
  margin-top: 0.75rem;
}
.message.global.cookie {
  position: fixed;
  z-index: 40;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
}
.message.global.noscript {
  text-align: center;
}
:root {
  --header-panel-slideout: true;
}
.customer-account-name {
  text-overflow: ellipsis;
  max-width: 200px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
}
.website-switcher,
.mobile-website-switcher {
  background: #00578a;
  padding: 5px 10px;
  font-size: 12px;
  color: white;
  border-radius: 4px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.website-switcher:hover,
.mobile-website-switcher:hover {
  background: #00446b !important;
}
body.store-code-fra .header-bottom-right .tax-switcher,
body.store-code-ndl .header-bottom-right .tax-switcher {
  display: none !important;
}
.wimakeit-header-links {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wimakeit-header-links li a {
  color: white;
  text-decoration: none;
}
.wimakeit-header-links li a:hover {
  text-decoration: none;
}
.header.panel,
.header.links,
.header.content {
  display: flex;
  gap: 1rem;
}
.header.panel {
  justify-content: space-between;
  align-items: center;
  height: 36px;
  color: #ffffff !important;
  font-size: 12px;
}
.header.panel a > * {
  color: #ffffff !important;
}
.header.panel .panel-right > *:not(:last-child)::after {
  content: '|';
  margin-left: 4px;
}
.header.content {
  padding: 2rem 1rem !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  align-items: center;
}
.page-header {
  position: relative;
  background: #ffffff;
}
.page-header .panel.wrapper {
  background: #00578a;
}
.page-header .logo img:not([width]) {
  width: 100%;
  min-width: 80px;
  max-width: 170px;
}
.page-header .logo + *,
.page-header .logo + .navigation-wrapper + *,
.page-header .logo + .navigation-wrapper + script + * {
  margin-left: auto;
}
.page-header .block .block-title {
  font-size: 1rem;
  margin: 0;
}
.header-panel-info {
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: -0.02rem;
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  column-gap: 0.75rem;
}
.header-panel-info .heading,
.header-panel-info .switcher-label {
  display: none;
}
.header-panel-info .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.header-panel-info a {
  color: currentColor;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.header-panel-info a:hover {
  text-decoration: underline;
}
.header.content > .switcher > .actions > .action {
  color: #00578a;
}
.header.bottom {
  padding: 0;
  border-top: 2px solid #eff3f6;
  border-bottom: 2px solid #eff3f6;
}
.header.bottom .container,
.header.bottom .wimakeit-theme #maincontent > .page.messages .messages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.cms-index-index .header.bottom {
  border-bottom: none !important;
}
.switcher .account-dropdown > .action::before,
.switcher .wishlist-dropdown > .action::before {
  flex-shrink: 0;
}
.switcher .account-dropdown > .action::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.983 13.25a5.63 5.63 0 0 1-5.635-5.625A5.63 5.63 0 0 1 11.983 2a5.63 5.63 0 0 1 5.634 5.625 5.63 5.63 0 0 1-5.634 5.625m0-10A4.384 4.384 0 0 0 7.6 7.625 4.38 4.38 0 0 0 11.983 12a4.38 4.38 0 0 0 4.382-4.375 4.383 4.383 0 0 0-4.382-4.375M8.26 14.5h7.478c3.458 0 6.261 2.798 6.261 6.25 0 .69-.56 1.25-1.217 1.25H3.217C2.526 22 2 21.44 2 20.75c-.035-3.453 2.767-6.25 6.261-6.25m12.487 6.25c0-2.757-2.247-5-5.009-5H8.261c-2.798 0-5.044 2.242-5.044 5z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.switcher .wishlist-dropdown > .action::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 4.857A2.86 2.86 0 0 1 4.857 2h14.287A2.86 2.86 0 0 1 22 4.857v14.287A2.86 2.86 0 0 1 19.143 22H4.856A2.86 2.86 0 0 1 2 19.143zM6 7h12v1H6zm0 8h3v1H6zm0-4h6v1H6zm9.427 7.201-2.599 1.367.497-2.895-2.103-2.049 2.906-.423 1.3-2.633 1.3 2.634 2.905.422-2.103 2.05.497 2.894zm-12 .94c0 .79.64 1.43 1.43 1.43h14.287a1.423 1.423 0 0 0 1.43-1.43V4.858a1.43 1.43 0 0 0-1.43-1.428H4.857a1.43 1.43 0 0 0-1.429 1.43z" fill="currentColor" stroke="currentColor" stroke-width=".5" stroke-linejoin="round"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.dropdown .header.links {
  flex-direction: column;
  gap: 0;
}
.mobile-header-panel {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f3f4f6;
}
.mobile-header-panel .panel-left {
  display: none !important;
}
.mobile-header-panel .slideout\:hide {
  display: none;
}
.mobile-header-panel .heading,
.mobile-header-panel .switcher-label {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9ca3af;
}
.mobile-header-panel .switcher,
.mobile-header-panel .header-panel-info {
  margin-top: 1rem;
  padding: 0 0.5rem;
  display: flex;
  gap: 0.75rem;
}
.mobile-header-panel .switcher a:not(.toggle),
.mobile-header-panel .header-panel-info a:not(.toggle) {
  opacity: .7;
}
.mobile-header-panel .switcher + .switcher {
  margin-top: 0.5rem;
}
.mobile-header-panel .header-panel-info {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.navigation-wrapper .mobile-header-bottom-right {
  padding: 10px 0;
}
.wimakeit-phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wimakeit-phone::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.25 17.313a.935.935 0 0 0-.937.937c0 .52.417.938.937.938s.938-.418.938-.938a.935.935 0 0 0-.938-.937M13 2H5.5A2.5 2.5 0 0 0 3 4.5v15A2.5 2.5 0 0 0 5.5 22H13a2.5 2.5 0 0 0 2.5-2.5v-15C15.5 3.12 14.379 2 13 2m1.25 17.5c0 .69-.56 1.25-1.25 1.25H5.5c-.69 0-1.25-.56-1.25-1.25v-15c0-.69.56-1.25 1.25-1.25H13c.69 0 1.25.56 1.25 1.25z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-declinaisons {
  height: 44px;
  width: 44px;
  display: flex;
}
.wimakeit-declinaisons::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.566 14.5H2V2h12.121v6.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.879 9.5H22V22H9.879z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M13 16.01h5.85M15.934 19v-6" stroke="currentColor" stroke-width="2"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-email {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wimakeit-email::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6.5A2.5 2.5 0 0 1 4.5 4h15C20.879 4 22 5.12 22 6.5v10c0 1.379-1.121 2.5-2.5 2.5h-15C3.12 19 2 17.879 2 16.5zm1.25 0v1.559l7.64 5.601c.66.485 1.56.485 2.22 0l7.64-5.601V6.5a1.25 1.25 0 0 0-1.25-1.25H4.465c-.655 0-1.25.559-1.25 1.25zm0 3.11v6.89c0 .691.56 1.25 1.25 1.25h15a1.25 1.25 0 0 0 1.25-1.25V9.61l-6.902 5.058a3.12 3.12 0 0 1-3.696 0z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-pay {
  margin: auto !important;
  width: 60% !important;
}
.wimakeit-pay::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 27 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 14.143c0-.393.338-.714.75-.714h16.5c.413 0 .75.321.75.714s-.337.714-.75.714H5.25c-.412 0-.75-.321-.75-.714M4.5 17c0-.393.338-.714.75-.714h3c.412 0 .75.321.75.714s-.338.714-.75.714h-3c-.412 0-.75-.321-.75-.714m12.75-.714c.413 0 .75.321.75.714s-.337.714-.75.714h-6c-.412 0-.75-.321-.75-.714s.338-.714.75-.714zm-.375-8.929c0-.986.84-1.786 1.875-1.786h3c1.036 0 1.875.8 1.875 1.786V9.5c0 .987-.84 1.786-1.875 1.786h-3c-1.036 0-1.875-.8-1.875-1.786zm1.5 0V9.5c0 .196.169.357.375.357h3c.206 0 .375-.16.375-.357V7.357A.367.367 0 0 0 21.75 7h-3a.367.367 0 0 0-.375.357M24 2c1.655 0 3 1.279 3 2.857v14.286C27 20.719 25.655 22 24 22H3c-1.657 0-3-1.281-3-2.857V4.857C0 3.28 1.343 2 3 2zm0 1.429H3c-.828 0-1.5.64-1.5 1.428v14.286c0 .79.672 1.428 1.5 1.428h21c.83 0 1.5-.638 1.5-1.428V4.857c0-.789-.67-1.428-1.5-1.428" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-paid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wimakeit-paid::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  color: green;
}
.wimakeit-glass {
  display: flex;
  gap: 5px;
  align-items: center;
}
.wimakeit-glass::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m21.816 20.934-5.527-5.528c1.219-1.422 1.926-3.261 1.926-5.281A8.125 8.125 0 0 0 10.09 2C5.603 2 2 5.638 2 10.125s3.638 8.125 8.09 8.125c2.019 0 3.861-.74 5.281-1.959l5.527 5.527q.236.181.477.182c.16 0 .32-.061.442-.183a.62.62 0 0 0 0-.883M10.125 17a6.863 6.863 0 0 1-6.875-6.875c0-3.79 3.05-6.875 6.875-6.875A6.84 6.84 0 0 1 17 10.125 6.863 6.863 0 0 1 10.125 17" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-download {
  margin: auto !important;
  width: 60% !important;
}
.wimakeit-download::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.586 16.809A.52.52 0 0 0 12 17a.62.62 0 0 0 .415-.158l5.625-5a.625.625 0 1 0-.83-.934l-4.585 4.076V2.625a.626.626 0 0 0-1.25 0v12.36l-4.586-4.079a.625.625 0 0 0-.883.055.585.585 0 0 0 .055.848zM19.5 14.5h-1.875a.625.625 0 1 0 0 1.25H19.5c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-15c-.69 0-1.25-.56-1.25-1.25V17c0-.69.56-1.25 1.25-1.25h1.875A.627.627 0 0 0 7 15.125a.627.627 0 0 0-.625-.625H4.5A2.5 2.5 0 0 0 2 17v2.5A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5V17c0-1.379-1.121-2.5-2.5-2.5m-.312 3.75a.938.938 0 1 0-1.876 0 .938.938 0 0 0 1.875 0" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-download-inline a {
  display: flex;
  gap: 5px;
  align-items: center;
  width: auto;
}
.wimakeit-download-inline a:hover {
  color: #00446b;
}
.wimakeit-download-inline a::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.586 16.809A.52.52 0 0 0 12 17a.62.62 0 0 0 .415-.158l5.625-5a.625.625 0 1 0-.83-.934l-4.585 4.076V2.625a.626.626 0 0 0-1.25 0v12.36l-4.586-4.079a.625.625 0 0 0-.883.055.585.585 0 0 0 .055.848zM19.5 14.5h-1.875a.625.625 0 1 0 0 1.25H19.5c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-15c-.69 0-1.25-.56-1.25-1.25V17c0-.69.56-1.25 1.25-1.25h1.875A.627.627 0 0 0 7 15.125a.627.627 0 0 0-.625-.625H4.5A2.5 2.5 0 0 0 2 17v2.5A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5V17c0-1.379-1.121-2.5-2.5-2.5m-.312 3.75a.938.938 0 1 0-1.876 0 .938.938 0 0 0 1.875 0" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-account-logout a {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.wimakeit-account-logout a::before {
  color: #00578a;
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m21.816 11.309-5.625-5.625a.625.625 0 1 0-.883.883l4.56 4.558H8.874a.626.626 0 0 0 0 1.25h10.992l-4.558 4.559a.625.625 0 1 0 .883.883l5.625-5.625a.624.624 0 0 0 0-.884M8.875 19.25h-3.75a1.876 1.876 0 0 1-1.875-1.875V6.125c0-1.034.841-1.875 1.875-1.875h3.75a.626.626 0 0 0 0-1.25h-3.75A3.13 3.13 0 0 0 2 6.125v11.25A3.13 3.13 0 0 0 5.125 20.5h3.75a.627.627 0 0 0 .625-.625.627.627 0 0 0-.625-.625" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.75rem 1.75rem;
}
.wimakeit-account-myshop a {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.wimakeit-account-myshop a::before {
  color: #00578a;
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 7V5.75A3.73 3.73 0 0 1 11.75 2a3.75 3.75 0 0 1 3.75 3.75V7h3.125c1.035 0 1.875.84 1.875 1.875v9.375c0 2.07-1.68 3.75-3.75 3.75h-10A3.75 3.75 0 0 1 3 18.25V8.875C3 7.84 3.84 7 4.875 7zm1.25 0h5V5.75a2.501 2.501 0 0 0-5 0zM4.875 8.25a.626.626 0 0 0-.625.625v9.375c0 1.379 1.12 2.5 2.5 2.5h10c1.379 0 2.5-1.121 2.5-2.5V8.875a.627.627 0 0 0-.625-.625H15.5v3.125a.627.627 0 0 1-.625.625.627.627 0 0 1-.625-.625V8.25h-5v3.125a.627.627 0 0 1-.625.625.627.627 0 0 1-.625-.625V8.25z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.75rem 1.75rem;
}
.wimakeit-account-logged a {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.wimakeit-account-logged a::before {
  color: #00578a;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.5 13.25h-5v-3.125a1.875 1.875 0 0 1 3.75 0c0 .344.281.625.625.625a.627.627 0 0 0 .625-.625C24.5 8.402 23.099 7 21.41 7s-3.16 1.402-3.16 3.125v3.125a2.5 2.5 0 0 0-2.5 2.5v3.75a2.5 2.5 0 0 0 2.5 2.5h6.25a2.5 2.5 0 0 0 2.5-2.5v-3.75c0-1.379-1.121-2.5-2.5-2.5m1.25 6.25c0 .69-.56 1.25-1.25 1.25h-6.25c-.69 0-1.25-.56-1.25-1.25v-3.75c0-.69.56-1.25 1.25-1.25h6.25c.69 0 1.25.56 1.25 1.25zm-4.375-2.812a.937.937 0 1 0 0 1.874.937.937 0 0 0 0-1.875M8.77 15.125h3.96q.558.002 1.083.116c.401.086.777-.242.707-.651l-.001-.014a.63.63 0 0 0-.508-.567 6 6 0 0 0-1.28-.134H8.77A6.766 6.766 0 0 0 2 20.648C2 21.391 2.61 22 3.354 22h10.521a.625.625 0 1 0 0-1.25H3.354a.105.105 0 0 1-.104-.105 5.526 5.526 0 0 1 5.52-5.52M10.75 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0-8.75A3.754 3.754 0 0 1 14.5 7a3.754 3.754 0 0 1-3.75 3.75A3.755 3.755 0 0 1 7 7a3.755 3.755 0 0 1 3.75-3.75" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.wimakeit-account-login a {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.wimakeit-account-login a::before {
  color: #00578a;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.5 13.25v-3.125C24.5 8.402 23.099 7 21.41 7s-3.16 1.402-3.16 3.125v3.125a2.5 2.5 0 0 0-2.5 2.5v3.75a2.5 2.5 0 0 0 2.5 2.5h6.25a2.5 2.5 0 0 0 2.5-2.5v-3.75c0-1.379-1.121-2.5-2.5-2.5m-5-3.125a1.875 1.875 0 0 1 3.75 0v3.125H19.5zm6.25 9.375c0 .69-.56 1.25-1.25 1.25h-6.25c-.69 0-1.25-.56-1.25-1.25v-3.75c0-.69.56-1.25 1.25-1.25h6.25c.69 0 1.25.56 1.25 1.25zm-4.375-2.812a.937.937 0 1 0 0 1.874.937.937 0 0 0 0-1.875M10.75 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0-8.75A3.754 3.754 0 0 1 14.5 7a3.754 3.754 0 0 1-3.75 3.75A3.755 3.755 0 0 1 7 7a3.755 3.755 0 0 1 3.75-3.75M8.77 15.125h3.96q.558.002 1.083.116c.401.086.777-.242.707-.651l-.001-.014a.63.63 0 0 0-.508-.567 6 6 0 0 0-1.28-.134H8.77A6.766 6.766 0 0 0 2 20.648C2 21.391 2.61 22 3.354 22h10.521a.625.625 0 1 0 0-1.25H3.354a.105.105 0 0 1-.104-.105 5.526 5.526 0 0 1 5.52-5.52" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.wimakeit-account-create a {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.wimakeit-account-create a::before {
  color: #00578a;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.73 13.875H9.77A6.77 6.77 0 0 0 3 20.645C3 21.395 3.606 22 4.354 22h14.793c.748 0 1.353-.605 1.353-1.355a6.77 6.77 0 0 0-6.77-6.77m5.415 6.875H4.354a.105.105 0 0 1-.104-.105 5.526 5.526 0 0 1 5.52-5.52h3.96a5.526 5.526 0 0 1 5.52 5.52.105.105 0 0 1-.105.105M11.75 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0-8.75A3.754 3.754 0 0 1 15.5 7a3.754 3.754 0 0 1-3.75 3.75A3.755 3.755 0 0 1 8 7a3.755 3.755 0 0 1 3.75-3.75m15.625 6.875h-2.5v-2.5a.626.626 0 0 0-1.25 0v2.5h-2.5a.626.626 0 0 0 0 1.25h2.5v2.5a.625.625 0 1 0 1.25 0v-2.5h2.5A.627.627 0 0 0 28 10.75a.627.627 0 0 0-.625-.625" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.wmi-payment-method {
  display: flex;
  gap: 5px;
}
.wmi-payment-method .wmi-payment-icon {
  display: flex;
  margin-top: 20px;
  border: 1px solid #333;
  width: 60px;
  border-radius: 4px;
}
#block-collapsible-nav li.nav.item a {
  padding: 0.375rem 2rem 0.375rem 0.75rem;
}
#block-collapsible-nav li.nav.item > a:not([data-no-child="1"]) {
  position: relative;
}
#block-collapsible-nav li.nav.item > a:not([data-no-child="1"]) > .chevron-myshop::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
  width: 2rem !important;
  height: 2rem !important;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
  cursor: pointer;
}
#block-collapsible-nav li.nav.item.has-active > a:not([data-no-child="1"]) > .chevron-myshop::before {
  transform: translateY(-50%) rotate(270deg);
}
.block.filter .block-title {
  border: none;
}
.block.filter .filter-current li {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.block.filter .filter-current li span {
  white-space: nowrap;
}
.block.filter .filter-current li span.filter-value {
  text-overflow: ellipsis;
  overflow: hidden;
}
.block.filter .filter-current li .filter-label::after {
  content: ':';
}
.block.filter .filter-current li .action.remove {
  opacity: .3;
}
.block.filter .filter-value {
  opacity: .6;
}
.block.filter .filter-actions {
  margin: 0.375rem 0 0.75rem;
  opacity: .6;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.block.filter .filter-title::after {
  transform: none;
  display: none;
}
.block.filter .filter-title label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.block.filter .filter-content-close {
  display: none;
}
.block.filter .filter-current ~ .filter-options {
  margin-top: 0.75rem;
}
.block.filter .filter-subtitle {
  display: none;
}
.block.filter .filter-options {
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px #eeeeee;
}
.block.filter .filter-options-item {
  border-top: 2px solid #00578a;
}
.block.filter .filter-options-item:first-of-type {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.block.filter .filter-options-item.active .filter-options-title {
  border-bottom: 1px solid #eee;
}
.block.filter .filter-options-item:last-child {
  margin-bottom: 0;
}
.block.filter .filter-options-title {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 0.25rem 0.5rem 0.75rem;
  text-transform: uppercase;
}
.block.filter .filter-options-title :first-child {
  margin-right: auto;
}
.block.filter .filter-options-content {
  color: #374151;
  padding: 0;
}
.block.filter .filter-options-content .items {
  margin: 0.5rem 0 !important;
  padding-left: 0;
}
.block.filter .filter-options-content .items .item {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.block.filter .filter-options-content .items .item:hover {
  outline: 1px solid #eee;
  border-left: 3px solid #00578a;
}
.block.filter .filter-options-content .items .item a {
  padding-left: 0.875rem;
  width: 100%;
  text-decoration: none;
  font-weight: 300;
}
.block.filter .filter-options-content .items .item a .count {
  color: #00578a;
  font-weight: 500;
}
.block.filter dt {
  padding: 0.25rem 0;
}
.block.filter .content .count,
.block.filter .filter-options .count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-flex;
  white-space: nowrap;
  font-weight: 300;
  opacity: .5;
  margin-left: 0.25rem;
}
.block.filter .content .count::before,
.block.filter .filter-options .count::before {
  content: '(';
}
.block.filter .content .count::after,
.block.filter .filter-options .count::after {
  content: ')';
}
.block.filter a:hover {
  text-decoration: underline;
}
.block.filter .filter-title {
  cursor: initial;
}
.block.filter .filter-title::after {
  -webkit-mask: none;
}
:root {
  --listing-grid-gap: 1rem;
  --listing-grid-row-gap: 1.5rem;
  --listing-grid-columns: 2;
  --listing-grid-item-padding: 0px;
  --listing-grid-item-margin: 0px;
}
@media (hover: hover) {
  :root {
    --swatches-over-image: true;
  }
}
.product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  aspect-ratio: var(--image-container-aspect-ratio, none);
  width: var(--image-container-width, auto);
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}
.product-image-container .product-image-wrapper {
  padding: 0 !important;
  width: 100%;
}
.product-image-photo,
.product.media .main-image,
.product.media .images img,
.product.media .thumbnails img {
  border-radius: 0.25rem;
}
.product-image-photo {
  aspect-ratio: 1;
  object-fit: cover;
}
.image-magnifier-lens,
.image-magnifier-lens img,
.image-magnifier-stage,
.product.media .item,
.product.media .thumbnails a::after {
  border-radius: 0.25rem;
}
.product-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.actions-primary .stock {
  color: #9ca3af;
  white-space: nowrap;
}
.actions-secondary {
  display: flex;
  gap: 0.125rem;
}
.actions-secondary .action {
  --muted-alpha: .4;
  padding: 0px;
  color: #9ca3af;
  background: transparent;
  border-radius: 0.25rem;
}
.actions-secondary .action::before {
  width: 2rem;
  height: 2rem;
}
.actions-secondary .action:focus-visible {
  z-index: 2;
}
.actions-secondary .action .loading-mask {
  border-radius: 0.25rem;
}
.product-items .product-item:has(.stock.unavailable) {
  filter: grayscale(1) opacity(0.85);
}
.product-items .product-item-name {
  font-weight: 600;
}
.product-items .product-item-photo {
  position: relative;
}
.product-items .product-item-info {
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.product-items .product-item-details {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-items .product-item-details .product-item-name,
.product-items .product-item-details .price-box,
.product-items .product-item-details .product-reviews-summary {
  margin-bottom: 0.25rem;
}
.sidebar .product-items .product-item-info .action.delete {
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
}
.sidebar .products-list .product-items .product-item + .product-item {
  margin-top: 0.75rem;
}
.sidebar .products-grid .product-items,
.sidebar [data-appearance="carousel"] .product-items {
  --listing-grid-columns: 2;
  --listing-grid-gap: 0.5rem;
  --listing-grid-row-gap: 0.5rem;
}
.product-items.product-items-names .product-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-items.product-items-names .product-item + .product-item {
  margin-top: 0.125rem;
}
.product-items.product-items-names strong {
  font-weight: normal;
}
.product-items.product-items-names .choice .control {
  display: flex;
}
.products-grid .product-items,
[data-appearance="carousel"] .product-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--listing-grid-gap);
  row-gap: var(--listing-grid-row-gap);
}
.products-grid .product-items .product-item,
[data-appearance="carousel"] .product-items .product-item {
  position: relative;
  margin: var(--listing-grid-item-margin);
  max-width: var(--listing-grid-item-max-width, 400px);
  width: calc((100% - var(--listing-grid-item-margin) * var(--listing-grid-columns) * 2 - var(--listing-grid-gap) * (var(--listing-grid-columns) - 1)) / var(--listing-grid-columns));
}
@media (hover: hover) {
  .products-grid .product-items .product-item:hover,
  [data-appearance="carousel"] .product-items .product-item:hover {
    z-index: 10;
    overflow: visible;
    --listing-grid-item-margin: 0px;
    --listing-grid-item-padding: 0px;
  }
  .products-grid .product-items .product-item:has(:focus-visible),
  [data-appearance="carousel"] .product-items .product-item:has(:focus-visible) {
    z-index: 10;
    overflow: visible;
    --listing-grid-item-margin: 0px;
    --listing-grid-item-padding: 0px;
  }
}
.products-grid .product-items .product-item-info,
[data-appearance="carousel"] .product-items .product-item-info {
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 0.25rem;
  padding: var(--listing-grid-item-padding);
}
@media (hover: hover) {
  .products-grid .product-items .product-item:hover .product-item-info,
  [data-appearance="carousel"] .product-items .product-item:hover .product-item-info {
    z-index: 10;
  }
  .products-grid .product-items .product-item:has(:focus-visible) .product-item-info,
  [data-appearance="carousel"] .product-items .product-item:has(:focus-visible) .product-item-info {
    z-index: 10;
  }
}
.products-grid .product-items .product-image-container,
[data-appearance="carousel"] .product-items .product-image-container {
  width: 100%;
}
.products-grid .product-items .product-item-photo img,
[data-appearance="carousel"] .product-items .product-item-photo img {
  width: 100%;
}
.products-grid .product-items .product-item-inner,
[data-appearance="carousel"] .product-items .product-item-inner {
  margin-top: auto;
  padding-top: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.products-list .product-items .product-item + .product-item {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f9fafb;
}
.sidebar .products-list .product-items .product-item + .product-item {
  border: 0;
  margin-top: 0.375rem;
  padding-top: 0.375rem;
}
.products-list .product-items .product-item-info {
  gap: 1.25rem;
}
.sidebar .products-list .product-items .product-item-info {
  gap: 0.5rem;
}
.products-list .product-items .product-item-info > :first-child {
  max-width: 35%;
}
.sidebar .products-list .product-items .product-item-info > :first-child {
  max-width: 35%;
}
.products-list .product-items .product-item-actions {
  margin: 0.25rem 0;
}
.products-list .product-items .product-item-description {
  margin-top: 0.5rem;
}
.dropdown .product-items .product-item-info {
  gap: 0.75rem;
}
.product-item-name a:hover {
  text-decoration: underline;
}
.actions-secondary .action:hover {
  --muted-alpha: .6;
}
.actions-secondary .action::before {
  -webkit-mask-size: 1.5rem;
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%) translateY(40%);
    top: 33%;
    left: 50%;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .tocart,
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock {
    --button-bg-alpha: 0.95;
    --button-color: var(--z-layer-color);
    --button-bg: var(--z-layer-bg);
    --button-border-color: var(--z-layer-bg);
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .tocart:hover {
    --button-bg-alpha: 1;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock {
    outline: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    color: rgba(var(--button-color), var(--button-alpha, 1));
    background: rgba(var(--button-bg), var(--button-bg-alpha));
    border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
    border-radius: 0.25rem;
    text-decoration: none !important;
    white-space: nowrap;
    transition: 0.2s all ease-in;
    transition: 0.3s all ease-in;
    transition: all 0.1s ease-in;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --button-alpha: .7;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock:disabled,
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock.disabled {
    opacity: .5;
    cursor: not-allowed;
  }
  .wimakeit-inactive :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock {
    transition: none !important;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock.selected {
    --button-color: 255, 255, 255;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock:focus-visible {
    --button-border-alpha: 1;
    z-index: 10;
    outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
    outline-offset: 2px;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary {
    transition: 0.2s all ease-in;
    transition: 0.3s all ease-in;
    transition: all 0.1s ease-in;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .wimakeit-inactive :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary {
    transition: none !important;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock {
    outline: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    color: rgba(var(--button-color), var(--button-alpha, 1));
    background: rgba(var(--button-bg), var(--button-bg-alpha));
    border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
    border-radius: 0.25rem;
    text-decoration: none !important;
    white-space: nowrap;
    transition: 0.2s all ease-in;
    transition: 0.3s all ease-in;
    transition: all 0.1s ease-in;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock:disabled,
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock.disabled {
    opacity: .5;
    cursor: not-allowed;
  }
  .wimakeit-inactive :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock {
    transition: none !important;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock.selected {
    --button-color: 255, 255, 255;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock:focus-visible {
    --button-border-alpha: 1;
    z-index: 10;
    outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
    outline-offset: 2px;
  }
}
@media (hover: hover) and (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
    --button-bg: 0, 67.70869565, 107.4;
    --button-border-color: 0, 67.70869565, 107.4;
  }
}
@media (hover: hover) and (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
    --button-bg: 0, 67.70869565, 107.4;
    --button-border-color: 0, 67.70869565, 107.4;
  }
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item:hover .product-item-details .actions-primary {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%);
  }
  :where(.products-grid, .widget-product-carousel) .product-item:has(:focus-visible) .product-item-details .actions-primary {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%);
  }
}
:where(.products-grid, .widget-product-carousel) .product-item .actions-secondary {
  position: absolute;
  z-index: 5;
  top: calc(0.25rem + var(--listing-grid-item-padding, 0px));
  flex-direction: column;
  right: calc(0.25rem + var(--listing-grid-item-padding, 0px));
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .actions-secondary {
    opacity: 0;
  }
}
:where(.products-grid, .widget-product-carousel) .product-item:hover .actions-secondary {
  opacity: 1;
}
:where(.products-grid, .widget-product-carousel) .product-item:has(:focus-visible) .actions-secondary {
  opacity: 1;
}
:where(.products-grid, .widget-product-carousel) .product-item .product-item-photo {
  overflow: hidden;
}
:where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"] {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  --z-layer-bg-alpha: 0.85;
  margin: 0 !important;
  transform: translateY(50%);
  opacity: 0;
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item:hover [class^="swatch-opt-"] {
    pointer-events: all;
    opacity: 1;
    transform: none;
  }
  :where(.products-grid, .widget-product-carousel) .product-item:has(:focus-visible) [class^="swatch-opt-"] {
    pointer-events: all;
    opacity: 1;
    transform: none;
  }
}
:where(.products-grid, .widget-product-carousel) .product-item .actions-secondary a::before {
  -webkit-mask-size: 1.5rem;
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}
.toolbar.bottom {
  margin-top: 1.25rem;
}
.toolbar ~ .products {
  margin: 1.25rem 0;
}
.toolbar > .pager {
  display: contents;
}
.toolbar label,
.toolbar .limiter-text {
  white-space: nowrap;
}
.toolbar select {
  max-width: 130px;
}
@media (min-width: 768px) {
  .toolbar select {
    max-width: 200px;
  }
}
.toolbar label,
.toolbar .modes-label,
.toolbar .toolbar-amount,
.toolbar .limiter-text {
  color: #6b7280;
}
.toolbar .sorter,
.toolbar .limiter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: auto;
}
.toolbar .sorter-action {
  --muted-alpha: .4;
  color: #9ca3af;
}
.toolbar .sorter-action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.toolbar .modes {
  display: flex;
  align-items: center;
}
.toolbar .modes a {
  --muted-alpha: .3;
  color: #9ca3af;
}
.toolbar .mode-grid,
.toolbar .mode-list {
  padding: 0.5rem;
}
.toolbar .mode-grid::before,
.toolbar .mode-list::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 639.98px) {
  .toolbar .modes ~ .toolbar-amount {
    order: 100;
    width: 100%;
  }
}
.toolbar .toolbar-amount + .pages {
  margin-left: auto;
}
.products-grid + .pager {
  margin: 1.25rem 0;
}
.pages {
  display: flex;
  align-items: center;
}
.pages .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.pages .items a,
.pages .items .page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  padding: 0.25rem 0.5rem;
}
.pages .items a:hover,
.pages .items .page:hover {
  text-decoration: none;
}
.pages .items .current .page {
  background: #f9fafb;
}
.pages .action.previous,
.pages .action.next {
  display: flex;
  align-items: center;
  --muted-alpha: .4;
  color: #9ca3af;
}
.pages .action.previous::before,
.pages .action.next::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.pages .action.previous::before,
.pages .action.next::before,
.sorter-action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.toolbar .sort-desc::before {
  transform: rotate(180deg);
}
.toolbar .sorter-action:hover {
  --muted-alpha: .6;
}
.toolbar .modes a:hover {
  --muted-alpha: .6;
}
.toolbar .mode-grid::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.toolbar .mode-list::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.pages a.page:hover {
  background: #f9fafb;
}
.pages .action.next::before {
  transform: rotate(90deg);
}
.pages .action.previous::before {
  transform: rotate(-90deg);
}
.pages .action.next:hover,
.pages .action.previous:hover {
  --muted-alpha: .6;
}
.loading-mask {
  overflow: hidden;
}
.loading-mask .loader {
  border: none;
  animation: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  background: rgba(160, 160, 160, 0.2);
  border-radius: 0;
}
.loading-mask .loader img {
  content: url("../../frontend/Wimakeit/pharmamed/nl_NL/images/loader.svg") !important;
  width: 150px !important;
  height: 150px !important;
  display: block;
  position: absolute;
}
#checkout-loader > div > img {
  width: 125px !important;
  height: 125px !important;
}
.navigation-wrapper #navpro-topnav {
  gap: 5px !important;
}
.navigation-wrapper #navpro-topnav .li-item.first .level-top::after {
  display: none;
}
.minicart-wrapper .action.showcart::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 7V5.75A3.73 3.73 0 0 1 11.75 2a3.75 3.75 0 0 1 3.75 3.75V7h3.125c1.035 0 1.875.84 1.875 1.875v9.375c0 2.07-1.68 3.75-3.75 3.75h-10A3.75 3.75 0 0 1 3 18.25V8.875C3 7.84 3.84 7 4.875 7zm1.25 0h5V5.75a2.501 2.501 0 0 0-5 0zM4.875 8.25a.626.626 0 0 0-.625.625v9.375c0 1.379 1.12 2.5 2.5 2.5h10c1.379 0 2.5-1.121 2.5-2.5V8.875a.627.627 0 0 0-.625-.625H15.5v3.125a.627.627 0 0 1-.625.625.627.627 0 0 1-.625-.625V8.25h-5v3.125a.627.627 0 0 1-.625.625.627.627 0 0 1-.625-.625V8.25z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.minicart-wrapper {
  position: relative;
}
.minicart-wrapper .action.showcart {
  position: relative;
}
.minicart-wrapper .action.showcart::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  color: #00578a;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  opacity: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: white;
  background: #00578a !important;
  height: 20px !important;
  width: 20px !important;
  line-height: 20px;
  padding: 0;
  position: absolute;
  right: -5px !important;
  top: 0 !important;
  min-width: 18px !important;
  font-size: 12px !important;
  z-index: 9;
  text-align: center;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  display: block;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: 5px;
  right: 0;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 999px;
  background: #dc2626;
}
.minicart-wrapper .action.showcart .counter.qty span {
  display: none;
}
.minicart-wrapper .mage-dropdown-dialog {
  width: 20rem;
  max-width: 90vw;
  display: block !important;
  padding: 0.75rem 1rem;
  transform-origin: top right;
}
.minicart-wrapper .showcart {
  --spinner-size: 1rem;
}
.block-minicart .block-title {
  float: left;
  padding: 0;
  border: 0;
}
.block-minicart .block-title .qty {
  display: none;
}
.block-minicart .block-content {
  clear: both;
  display: flex;
  flex-direction: column;
}
.block-minicart .action.close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.block-minicart .items-total {
  font-weight: 500;
  display: none;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  padding: 0.5rem 0 0;
  display: flex;
}
.block-minicart .subtotal {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
  font-weight: 500;
  text-align: right;
}
.block-minicart .block-content > .actions {
  margin: 0.25rem 0;
  text-align: center;
}
.block-minicart .block-content > .actions .action.checkout {
  width: 100%;
  padding: 0.625rem;
}
.block-minicart .block-content > .actions .action.checkout ~ div:not(:empty) {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.minicart-items-wrapper {
  position: relative;
  height: auto !important;
  max-height: none !important;
  margin: 1rem 0;
}
.minicart-items-wrapper > .minicart-items {
  max-height: 35vh;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0 0.25rem 0.375rem;
  margin: 0 0 0 -0.25rem;
}
.modal-slide[data-type="slide"] .minicart-items-wrapper > .minicart-items {
  max-height: none;
}
.minicart-items-wrapper .message {
  margin-top: 0.25rem;
}
.minicart-items li.product-item + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}
.minicart-items li.product-item > div.product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
}
.minicart-items li.product-item > div.product > :nth-child(1) {
  max-width: 30%;
}
.minicart-items li.product-item > div.product > :nth-child(2) {
  max-width: calc(70% - 0.75rem);
  flex-grow: 1;
}
.minicart-items li.product-item > div.product .message {
  width: 100%;
}
.minicart-items li.product-item > div.product .message:last-child {
  margin: 0;
}
.minicart-items .product.options .toggle {
  justify-content: flex-start;
}
.minicart-items .product-item-photo,
.minicart-items .product-image-container {
  flex-shrink: 0;
  display: none;
}
.minicart-items .product-item-details {
  max-width: none !important;
}
.minicart-items .subtotal,
.minicart-items .price-container {
  margin: 0.25rem 0;
}
.minicart-items .details-qty {
  color: #9ca3af;
  margin: 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.minicart-items .details-qty .item-qty {
  color: #9ca3af;
  width: 5rem;
  border-color: transparent;
  margin-left: -0.25rem;
}
.minicart-items .details-qty .update-cart-item {
  display: none !important;
}
.minicart-items .details-qty .update-cart-item:hover {
  color: white;
}
.minicart-items .details-qty .update-cart-item::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.minicart-items .actions {
  display: flex;
  gap: 0.125rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
.minicart-items .actions a {
  display: flex;
  --muted-alpha: .2;
  color: #9ca3af;
}
.minicart-items .action.edit::before,
.minicart-items .action.delete::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.minicart-items .action.edit {
  display: none !important;
}
.minicart-items .action.edit::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.606 2.642a2.19 2.19 0 0 1 3.1 0l1.666 1.668a2.19 2.19 0 0 1 0 3.1L9.135 19.652a3.8 3.8 0 0 1-1.597.947l-4.735 1.39c-.22.03-.458.007-.62-.157a.62.62 0 0 1-.158-.619l1.393-4.735c.177-.603.503-1.15.947-1.597zm2.215.886a.94.94 0 0 0-1.33 0l-2.146 2.144 2.998 2.963 2.145-2.11a.94.94 0 0 0 0-1.329zM6.289 17.726l2.497.501 8.638-8.672-2.963-2.998-8.671 8.672zm-1.53-1.26a2.5 2.5 0 0 0-.14.364l-1.068 3.636 3.63-1.069q.194-.059.369-.14l-1.916-.384a.63.63 0 0 1-.491-.493z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.minicart-items .action.delete::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 21 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.809 10.309a.62.62 0 0 1 .882 0l2.059 2.058 2.059-2.058a.62.62 0 0 1 .882 0 .62.62 0 0 1 0 .882l-2.058 2.059 2.058 2.059a.62.62 0 0 1 0 .882.62.62 0 0 1-.882 0l-2.059-2.058-2.059 2.058a.62.62 0 0 1-.882 0 .62.62 0 0 1 0-.882l2.058-2.059-2.058-2.059a.62.62 0 0 1 0-.882m6.304-7.428L15.16 4.5h3.715a.626.626 0 0 1 0 1.25h-.625v13.125A3.124 3.124 0 0 1 15.125 22h-8.75a3.125 3.125 0 0 1-3.125-3.125V5.75h-.625a.625.625 0 1 1 0-1.25H6.34l1.012-1.619A1.88 1.88 0 0 1 8.942 2h3.617c.644 0 1.246.333 1.554.881M7.816 4.5h5.868l-.598-.956a.62.62 0 0 0-.527-.294H8.94a.62.62 0 0 0-.527.294zM4.5 18.875c0 1.035.84 1.875 1.875 1.875h8.75c1.035 0 1.875-.84 1.875-1.875V5.75H4.5z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.minicart-items .actions a:hover {
  --muted-alpha: .4;
  color: #00578a !important;
}
.minisearch .label::before,
.minisearch .action.search::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m21.816 20.934-5.527-5.528c1.219-1.422 1.926-3.261 1.926-5.281A8.125 8.125 0 0 0 10.09 2C5.603 2 2 5.638 2 10.125s3.638 8.125 8.09 8.125c2.019 0 3.861-.74 5.281-1.959l5.527 5.527q.236.181.477.182c.16 0 .32-.061.442-.183a.62.62 0 0 0 0-.883M10.125 17a6.863 6.863 0 0 1-6.875-6.875c0-3.79 3.05-6.875 6.875-6.875A6.84 6.84 0 0 1 17 10.125 6.863 6.863 0 0 1 10.125 17" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.header .block-search .block-title {
  display: none;
}
.header .block-search .label::before {
  display: none;
}
.minisearch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --input-border-color: 243, 244, 246;
  --input-bg: 243, 244, 246;
}
.minisearch .control {
  padding: 0.5rem 0.25rem;
  background: #ffffff;
  position: absolute;
  top: calc(100% + 2px);
  margin: 0 !important;
  left: -9999px;
}
.minisearch .control .input-text {
  padding-right: 2.25rem;
  text-overflow: ellipsis;
  min-width: 240px;
}
.minisearch .control .nested {
  display: none;
  position: absolute;
  top: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.minisearch .actions {
  display: none;
  position: absolute;
  top: calc(100% + 1.5rem);
  right: 1rem;
}
.minisearch .action.search {
  margin-left: -2rem;
}
.minisearch .label::before {
  position: relative;
  cursor: pointer;
}
.minisearch.active .control {
  display: block;
  z-index: 40;
  left: 0;
  right: 0;
}
.minisearch.active .actions {
  display: flex;
  z-index: 41;
}
.minisearch .search-autocomplete {
  width: auto;
  right: auto;
}
.minisearch .search-autocomplete [role="listbox"] li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.minisearch .search-autocomplete [role="listbox"] li.selected {
  background: #f9fafb;
}
.minisearch .search-autocomplete [role="listbox"] .amount {
  opacity: .5;
}
.message {
  color: rgb(var(--message-color));
  border-color: rgb(var(--message-border-color, var(--message-color)), var(--message-border-alpha, .1));
}
.message > div {
  margin-right: auto;
  margin-left: auto;
}
div + .message,
.control .message {
  margin-top: 0.5rem;
}
.message a {
  text-decoration: underline !important;
}
.message a {
  color: rgb(var(--message-color)) !important;
}
.message a:hover {
  text-decoration: none !important;
}
.message.warning {
  background: #eff6ff;
  color: #6f4400;
  border-color: false;
}
.message.warning::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
  flex-shrink: 0 !important;
  content: '' !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.message.success {
  background: #bbf7d0;
  color: #166534;
  border-color: false;
}
.message.success::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
  flex-shrink: 0 !important;
  content: '' !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.message.notice {
  background: #dbeafe;
  color: #2563eb;
  border-color: false;
}
.message.notice::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
  flex-shrink: 0 !important;
  content: '' !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.message.error {
  background: #fee2e2;
  color: #dc2626;
  border-color: false;
}
.message.error::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
  flex-shrink: 0 !important;
  content: '' !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.message.info {
  background: #dbeafe;
  color: #2563eb;
  border-color: false;
}
.message.info::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
  flex-shrink: 0 !important;
  content: '' !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.message *:first-child::before {
  display: none !important;
}
.wimakeit-message,
.message.warning,
.message.success,
.message.notice,
.message.error,
.message.info {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-width: 0;
  box-shadow: 0 4px 7px 0 rgb(0 0 0 / 9%);
}
.wimakeit-theme #maincontent > .page.messages {
  position: fixed;
  z-index: 810;
  top: 1.5rem;
  left: 0;
  right: 0;
  pointer-events: none;
}
.wimakeit-theme #maincontent > .page.messages .message {
  opacity: 0;
  transform: translateY(-50px);
  position: relative;
}
.wimakeit-theme #maincontent > .page.messages .message.shown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  animation: 0.3s ease-in-out 5s forwards message-hide;
  -moz-animation: 5s ease-in-out forwards moz-message-hide;
}
.wimakeit-theme #maincontent > .page.messages .message .button-close::after {
  content: '';
  position: absolute;
  right: -0.375rem;
  bottom: 0;
  width: 3px;
  height: 100%;
  opacity: 0;
  background-color: currentColor;
  animation: 3.5s linear 1.5s forwards message-progress;
}
.wimakeit-theme #maincontent > .page.messages .message:hover,
.wimakeit-theme #maincontent > .page.messages .message:hover .button-close::after {
  animation-play-state: paused;
}
@keyframes message-hide {
  100% {
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes moz-message-hide {
  0% {
    transform: translateY(0);
  }
  93% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes message-progress {
  0% {
    opacity: .5;
  }
  100% {
    height: 0;
    opacity: 0.1;
  }
}
.old-price.map-old-price {
  text-decoration: none;
}
.old-price.map-old-price .weee,
.old-price.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.product-info-price .old-price.map-old-price {
  display: inline-block;
}
.map-fallback-price {
  display: none;
}
.map-show-info {
  margin-right: 0.25rem;
}
.map-popup {
  transition: opacity var(--transition-duration), visibility var(--transition-duration) 0s;
  width: 100%;
  right: auto;
  left: 0;
}
.map-popup.active {
  z-index: 950;
  /* Move above modal since map can be triggered within the modal */
}
.map-popup .action.tocart {
  width: 100%;
}
.map-popup-wrapper.ui-dialog .action.close {
  z-index: 951;
}
.map-form-addtocart {
  margin: 0.5rem 0;
}
.actual-price {
  font-weight: 500;
}
.additional-addtocart-box {
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.additional-addtocart-box:empty {
  display: none;
}
.additional-addtocart-box > div {
  max-width: calc(50% - 0.25rem);
}
body .myshop_description {
  margin: 15px 0;
}
body.pharmamed-products-index #product-add-to-cart #product-add-to-cart-submit,
body.pharmamed-products-wishlist #product-add-to-cart #product-add-to-cart-submit {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  border-radius: 0.25rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: sticky;
  top: 95%;
  z-index: 20;
}
body.pharmamed-products-index #product-add-to-cart #product-add-to-cart-submit:disabled,
body.pharmamed-products-wishlist #product-add-to-cart #product-add-to-cart-submit:disabled,
body.pharmamed-products-index #product-add-to-cart #product-add-to-cart-submit.disabled,
body.pharmamed-products-wishlist #product-add-to-cart #product-add-to-cart-submit.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.wimakeit-inactive body.pharmamed-products-index #product-add-to-cart #product-add-to-cart-submit,
.wimakeit-inactive body.pharmamed-products-wishlist #product-add-to-cart #product-add-to-cart-submit {
  transition: none !important;
}
body.pharmamed-products-index #product-add-to-cart #product-add-to-cart-submit.selected,
body.pharmamed-products-wishlist #product-add-to-cart #product-add-to-cart-submit.selected {
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
}
@media (hover: hover) {
  body.pharmamed-products-index #product-add-to-cart #product-add-to-cart-submit:hover,
  body.pharmamed-products-wishlist #product-add-to-cart #product-add-to-cart-submit:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
    --button-bg: 0, 67.70869565, 107.4;
    --button-border-color: 0, 67.70869565, 107.4;
  }
}
body.pharmamed-products-index #product-add-to-cart #product-add-to-cart-submit:focus-visible,
body.pharmamed-products-wishlist #product-add-to-cart #product-add-to-cart-submit:focus-visible {
  --button-border-alpha: 1;
  z-index: 10;
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 2px;
}
body.pharmamed-products-index #product-add-to-cart #product-table th,
body.pharmamed-products-wishlist #product-add-to-cart #product-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  vertical-align: middle;
}
body .is_in_cart {
  display: flex;
  gap: 5px;
  color: #00578a;
}
body .is_in_cart::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m0 18.75c-4.824 0-8.75-3.926-8.75-8.75S7.176 3.25 12 3.25s8.75 3.926 8.75 8.75-3.926 8.75-8.75 8.75m0-11.562a.937.937 0 1 0 0-1.875.937.937 0 0 0 0 1.875m1.875 6.562h-1.25v-4.375A.627.627 0 0 0 12 10.75h-1.25a.627.627 0 0 0-.625.625c0 .344.281.625.625.625h.625v3.75h-1.25a.627.627 0 0 0-.625.625c0 .344.281.625.625.625h3.75a.625.625 0 1 0 0-1.25" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
body .is_blocked {
  display: flex;
  gap: 5px;
  color: #f97316;
}
body .is_blocked::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.059 9.059a.62.62 0 0 1 .882 0L12 11.117l2.059-2.058a.62.62 0 0 1 .882 0 .62.62 0 0 1 0 .882L12.883 12l2.058 2.059a.62.62 0 0 1 0 .882.62.62 0 0 1-.882 0L12 12.883 9.941 14.94a.62.62 0 0 1-.882 0 .62.62 0 0 1 0-.882L11.117 12 9.06 9.941a.62.62 0 0 1 0-.882M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M12 3.25a8.75 8.75 0 1 0 .001 17.501A8.75 8.75 0 0 0 12 3.25" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
body .has_upsell {
  display: flex;
  gap: 5px;
  color: #f97316;
}
body .has_upsell::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg width="109" height="116" viewBox="0 0 109 116" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M39.95 115.57C17.92 115.57 0 97.65 0 75.62C0 53.59 17.92 35.67 39.95 35.67C61.98 35.67 79.9 53.59 79.9 75.62C79.9 97.65 61.98 115.57 39.95 115.57ZM39.95 59.64C31.14 59.64 23.97 66.81 23.97 75.62C23.97 84.43 31.14 91.6 39.95 91.6C48.76 91.6 55.93 84.43 55.93 75.62C55.93 66.81 48.76 59.64 39.95 59.64Z" fill="#005489"/><path fill-rule="evenodd" clip-rule="evenodd" d="M78.5301 27.21L66.9401 5.5L56.7901 27.85L32.6001 32.18L50.7001 48.74L47.2701 73.1L68.6501 60.98L90.7601 71.77L85.8701 47.7L102.95 29.96L78.5301 27.21Z" fill="#F8CB0B" stroke="white" stroke-width="4.87" stroke-miterlimit="10"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
body .product-details-row {
  border: 2px solid #00578a !important;
  border-top: none !important;
  position: relative;
}
body .product-details-row::before {
  top: -1px;
  background: #00578a;
  content: "";
  width: calc(100% - 84px);
  display: block;
  height: 2px;
  position: absolute;
  left: 87px;
}
body .product-details-row .detailed-row {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
body .product-details-row .detailed-row img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 2px;
}
body .product-details-row .detailed-row .product-details-description {
  padding-bottom: 50px;
}
body .product-details-row .detailed-row .product-details-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
body .product-detail {
  min-width: 90px;
  text-align: center;
  cursor: pointer;
}
body .product-detail::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
  transform: rotate(90deg);
  transition: transform 0.3s;
  display: inline-block !important;
  vertical-align: sub;
  margin-left: 3px;
}
body .product-detail.up {
  border: 2px solid #00578a !important;
  border-bottom: none !important;
}
body .product-detail.up::after {
  transform: rotate(-90deg);
}
:root {
  --navigation-media-mobile: (max-width: 767.98px);
}
.nav-toggle {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  margin-right: -0.5rem;
}
.page-wrapper > .navigation-wrapper .navigation > ul,
.page-header > .navigation-wrapper .navigation > ul {
  margin-left: -0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .header.content {
    flex-wrap: wrap;
  }
  .header.content > .navigation-wrapper {
    order: 9999;
    width: 100%;
    margin-bottom: -0.5rem;
  }
  .header.content > .navigation-wrapper .navigation > ul {
    margin-left: -0.5rem;
  }
}
.navigation {
  --base-color: 0, 45, 87;
  --z-layer-color: 0, 45, 87;
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.navigation a.level-top {
  font-weight: 400;
}
.navigation li {
  position: relative;
}
.navigation .tip.top.accent {
  border-radius: 4px;
  top: -13px;
  right: 12px;
  padding: 4px 5px;
}
.navigation .parent > a {
  padding-right: 1.5rem;
}
.nav-toggle::after {
  content: '';
  display: block;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 5.125c0-.345.28-.625.625-.625h16.25a.626.626 0 0 1 0 1.25H3.625A.625.625 0 0 1 3 5.125m0 6.25c0-.344.28-.625.625-.625h16.25c.344 0 .625.281.625.625a.627.627 0 0 1-.625.625H3.625A.626.626 0 0 1 3 11.375m16.875 6.875H3.625a.626.626 0 0 1 0-1.25h16.25c.344 0 .625.281.625.625a.627.627 0 0 1-.625.625" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
  z-index: 39;
  width: 2rem;
  height: 2rem;
  color: #00578a;
}
.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.navigation li > a {
  position: relative;
}
.navigation .parent > a .ui-icon,
.navigation .parent > a::after {
  position: absolute;
  right: 0.125rem;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.navigation .parent > a .ui-icon {
  -webkit-mask-size: 1rem 1rem;
}
.order-attributes .order-attributes-form {
  flex-direction: column;
}
.order-attributes .order-attributes-form > .field {
  width: 100% !important;
}
.mgz-element-product_slider .owl-carousel .owl-stage-outer {
  margin-bottom: 25px;
}
.mgz-element-product_slider .owl-carousel .owl-nav {
  width: auto;
}
.mgz-element-product_slider .owl-carousel .owl-nav button {
  border: 1px solid #00578a !important;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
}
.mgz-element-product_slider .owl-carousel .owl-nav button:not(.disabled):hover {
  background-color: #00578a !important;
  color: #ffffff !important;
}
.mgz-element-product_slider .owl-carousel .owl-nav button.disabled:hover {
  background-color: #b3b3b3 !important;
  color: #ffffff !important;
}
.mgz-element-product_slider .owl-carousel .owl-dots {
  width: auto;
}
.mgz-element-product_slider .owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
}
.mgz-element-product_slider .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #00578a;
}
a[href*="&content=/bmlweb/ppwpsiw.html"] {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payment-icon[src*="paypalobjects.com"] {
    width: 39px;
  }
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-bottom {
  z-index: -1;
}
.page-main {
  position: relative;
}
.page-header + .page-main .page-title-wrapper {
  margin-top: 1.25rem;
}
[data-content-type="tabs"] .tab-header {
  padding: 1.25rem 0;
  padding: 2.5rem 0 1rem;
}
[data-content-type="tabs"] .tabs-content > div {
  padding: 0.25rem 0;
}
.page-layout-cms-full-width .page-main {
  max-width: none;
  margin: 0;
  padding: 0;
}
body:not(.page-layout-cms-full-width) .main > [data-content-type="row"] [data-element="inner"],
.modal-content [data-content-type="row"] [data-element="inner"] {
  padding: 0;
  margin: 0;
  max-width: none;
}
.highlight {
  font-weight: 500;
}
[data-content-type="row"] [data-element="inner"] {
  padding-top: 0;
  padding-bottom: 0;
}
[data-content-type="row"] [data-element="inner"].narrow {
  --container-max-width: 768px;
}
form,
button,
[data-content-type="buttons"] {
  line-height: 1.5rem;
}
[data-content-type="buttons"] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
[data-content-type="buttons"][data-appearance="stacked"] {
  flex-direction: column;
}
[data-content-type="tabs"] .tabs-navigation {
  display: flex;
}
[data-content-type="tabs"] .tab-header > a {
  color: inherit;
}
[data-content-type="tabs"] .tab-header > a:hover {
  text-decoration: none;
}
[data-content-type="banner"] a,
[data-content-type="slider"] a {
  display: block;
}
[data-content-type="banner"] a:hover,
[data-content-type="slider"] a:hover {
  text-decoration: none !important;
}
.v-middle .pagebuilder-banner-wrapper,
.v-middle .pagebuilder-slide-wrapper {
  display: flex;
  align-items: center;
}
.pagebuilder-overlay {
  padding: 30px;
  position: relative;
}
.pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-overlay {
  margin-left: auto;
}
.pagebuilder-poster-content {
  width: 100%;
}
.pagebuilder-banner-button {
  margin: 20px 0 0 0;
}
[data-enable-parallax="1"] {
  opacity: 0;
  transition: opacity linear 50ms 100ms;
}
[data-enable-parallax="1"].jarallax-ready {
  opacity: 1;
}
.pagebuilder-slide-wrapper,
[data-content-type="slider"] a {
  height: 100%;
}
.slick-dots {
  width: 100%;
  display: flex;
  padding: 0.625rem 0;
  justify-content: center;
  gap: 0.5rem;
}
.slick-dots button {
  padding: 0;
  border-radius: 50%;
  border: 1px solid #f3f4f6;
  background: #7e7979;
  text-indent: -9999px;
  display: block;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0 0 1px #ffffff;
}
.slick-dots .slick-active button {
  background: #ffffff;
}
.slick-arrow {
  position: absolute;
  z-index: 11;
  top: 50%;
  width: 35px;
  height: 60px;
  transform: translateY(-50%);
  --base-bg-alpha: .7;
  background-color: #ffffff;
  color: rgba(var(--base-color), var(--base-alpha, 1));
  display: none;
  gap: 0;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0;
  border-radius: 0;
}
.slick-arrow .slick-initialized {
  display: flex;
}
.slick-arrow::before {
  content: '';
  display: block;
  width: 35px;
  height: 60px;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.pagebuilder-column-group {
  display: flex;
}
.gap-0 > .pagebuilder-column-group,
.gap-0 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-0 > .pagebuilder-column-line {
  gap: 0;
}
.gap-1 > .pagebuilder-column-group,
.gap-1 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-1 > .pagebuilder-column-line {
  gap: 0.25rem;
}
.gap-2 > .pagebuilder-column-group,
.gap-2 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-2 > .pagebuilder-column-line {
  gap: 0.5rem;
}
.gap > .pagebuilder-column-group,
.gap > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap > .pagebuilder-column-line {
  gap: 0.5rem;
}
.gap-3 > .pagebuilder-column-group,
.gap-3 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-3 > .pagebuilder-column-line {
  gap: 0.75rem;
}
.gap-4 > .pagebuilder-column-group,
.gap-4 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-4 > .pagebuilder-column-line {
  gap: 1rem;
}
.gap-5 > .pagebuilder-column-group,
.gap-5 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-5 > .pagebuilder-column-line {
  gap: 1.25rem;
}
.gap-6 > .pagebuilder-column-group,
.gap-6 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-6 > .pagebuilder-column-line {
  gap: 1.5rem;
}
.gap-7 > .pagebuilder-column-group,
.gap-7 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-7 > .pagebuilder-column-line {
  gap: 1.75rem;
}
.gap-8 > .pagebuilder-column-group,
.gap-8 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-8 > .pagebuilder-column-line {
  gap: 2rem;
}
.slick-next::before,
.slick-prev::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.slick-prev::before {
  transform: scaleX(-1);
}
#html-body [data-show-button="hover"]:hover button {
  opacity: 1;
  visibility: visible;
}
.price-box {
  color: #00578a;
  font-weight: 600;
  gap: 10px;
}
.product-item .price-box {
  color: #00578a;
}
.price-box p {
  margin: 0;
}
.price-label,
.price-box .label,
.msrp-message {
  color: #9ca3af;
  font-size: 1rem;
  line-height: 1.5rem;
}
.price-box a {
  line-height: 1.5rem;
  font-size: 1rem;
}
.special-price {
  color: #00578a;
}
.old-price {
  color: #666666;
  display: none;
}
.old-price .price {
  text-decoration: line-through;
}
.weee[data-label],
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
}
.weee[data-label],
.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.weee[data-label]::before,
.price-including-tax + .price-excluding-tax::before {
  content: attr(data-label) ': ';
}
.prices-tier .weee[data-label],
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.prices-tier .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .weee[data-label]:before {
  content: '+' attr(data-label) ': ';
}
.prices-tier .weee[data-label]:last-child:after {
  content: ')';
}
.product-info-price .special-price .price {
  font-size: 1.75rem;
}
.product-info-price .old-price .price {
  font-size: 1.25rem !important;
}
#product-addtocart-button {
  padding: 0.5rem 0.750rem;
}
#product-addtocart-button span {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 7V5.75A3.73 3.73 0 0 1 11.75 2a3.75 3.75 0 0 1 3.75 3.75V7h3.125c1.035 0 1.875.84 1.875 1.875v9.375c0 2.07-1.68 3.75-3.75 3.75h-10A3.75 3.75 0 0 1 3 18.25V8.875C3 7.84 3.84 7 4.875 7zm1.25 0h5V5.75a2.501 2.501 0 0 0-5 0zM4.875 8.25a.626.626 0 0 0-.625.625v9.375c0 1.379 1.12 2.5 2.5 2.5h10c1.379 0 2.5-1.121 2.5-2.5V8.875a.627.627 0 0 0-.625-.625H15.5v3.125a.627.627 0 0 1-.625.625.627.627 0 0 1-.625-.625V8.25h-5v3.125a.627.627 0 0 1-.625.625.627.627 0 0 1-.625-.625V8.25z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.product-info-wrapper {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "media" "main";
  gap: 3rem;
  margin-bottom: 1rem;
}
.product-info-wrapper .page-title-wrapper {
  grid-area: title;
  margin-bottom: 0;
}
.product-info-wrapper .page-title-wrapper h1 {
  margin: 0;
}
.product-info-wrapper .product-info-main {
  grid-area: main;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  color: #666;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wmi_s_fabrican {
  color: #666;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute {
  display: flex;
  gap: 3px;
  width: 100%;
  font-size: 0.75rem;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute strong {
  font-weight: 400;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute div,
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute ul {
  font-weight: 500;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute.wmi-files {
  width: 100%;
  flex-direction: column;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute .attributepages-short-description {
  display: none;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute ul {
  margin: 0;
  color: #00578a;
}
.product-info-wrapper .product.media {
  grid-area: media;
}
.product-info-main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body.customer-group-id-0 .product-info-price,
body.customer-group-id-1 .product-info-price {
  flex-direction: column !important;
  align-items: unset !important;
}
.product-info-price {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-info-price .price-box {
  font-size: 1.75rem;
  line-height: 2rem;
}
.prices-tier {
  margin: 0.5rem 0;
  max-width: 400px;
}
.prices-tier li + li {
  margin-top: 0.5rem;
}
.product-info-stock-sku {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-info-stock-sku .stock {
  --stock-bg: var(--blue-muted);
  --stock-color: var(--blue);
  background: rgb(var(--stock-bg));
  color: rgb(var(--stock-color));
  padding: 0.125rem 0.5rem;
}
.product-info-stock-sku .stock.available {
  display: none;
  --stock-bg: 187, 247, 208;
  --stock-color: 22, 101, 52;
}
.product-info-stock-sku .stock.amstockstatus-status-container {
  display: block !important;
}
.product-info-stock-sku .stock.unavailable {
  --stock-bg: 254, 226, 226;
  --stock-color: 220, 38, 38;
}
.product-info-stock-sku .sku {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.product-info-main .configurable-variation-qty {
  display: none;
}
.product-info-wrapper .product-add-form {
  margin: 0.5rem 0;
}
.product-info-wrapper .product-add-form form {
  /*.box-tocart {
                display: none @imp;
            }*/
}
.product-info-wrapper .product-add-form form > div + div {
  margin-top: 0.5rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper {
  padding: 0 0 0.5rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .fieldset {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product-info-wrapper .product-add-form .product-options-wrapper .fieldset .wmi_product_options_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-info-wrapper .product-add-form .product-options-wrapper .fieldset .wmi_product_options_container select {
  background-color: #e6e6e6;
}
.product-info-wrapper .product-add-form .product-options-wrapper .fieldset .wmi_product_options_container #wmi_product_qty {
  color: #666666;
  font-size: 0.875rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .label {
  font-weight: 500;
}
.product-info-wrapper .product-add-form .product-options-wrapper .label ~ .control {
  margin-top: 0.625rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field {
  flex-grow: 1;
  margin-top: 0;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field:last-child {
  margin-bottom: 0;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field .field {
  margin-bottom: 0.25rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field .field:last-child {
  margin-bottom: 0;
}
.box-tocart {
  padding: 0.5rem 0;
  border-width: 2px 0;
}
.box-tocart .fieldset {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.box-tocart .fieldset .field.qty {
  margin: 0;
  flex-shrink: 0;
  display: none;
  align-items: center;
  gap: 0.5rem;
}
.box-tocart .fieldset .field.qty .control {
  margin: 0;
}
.box-tocart .fieldset .actions button {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.field.qty > .control,
.input-text.qty {
  max-width: 4rem;
}
.product-addto-links,
.product-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.75rem;
  row-gap: 0.5rem;
}
.product-addto-links button,
.product-social-links button {
  gap: 0;
  padding: 0;
  background: transparent;
}
.product-addto-links a.action,
.product-social-links a.action,
.product-addto-links button.action,
.product-social-links button.action {
  padding: 10px 6px;
  color: #000121;
  background: #f5f5f5;
  border-radius: 0.25rem;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.product-addto-links a.action:hover,
.product-social-links a.action:hover,
.product-addto-links button.action:hover,
.product-social-links button.action:hover {
  color: #ffffff;
  background: #00446b;
}
.product-social-links .product-addto-links {
  margin: 0;
  width: 100%;
}
.product-addto-wimakeit {
  display: flex;
  gap: 0.5rem;
}
.product-addto-wimakeit .action.towishlist {
  height: 44px;
  width: 44px;
  display: flex;
}
.product-addto-wimakeit .action.towishlist span {
  display: none;
}
.product.info.detailed {
  clear: both;
}
.product.info.detailed .tabs-toolbar-item {
  font-weight: normal !important;
  text-align: left;
  width: fit-content !important;
  background: #f5f5f5 !important;
}
.product.info.detailed .tabs-toolbar-item.active {
  font-weight: 500 !important;
  box-shadow: none !important;
}
.product.info.detailed .product.data.items {
  border: none !important;
}
.product.info.detailed .product.data.items .item.content {
  border: none !important;
}
.product.info.detailed .product.data.items .item.content .wimakeit-description {
  color: #666666;
  font-size: 0.875rem;
}
.product.info.detailed .product.data.items .item.content .wimakeit-description ul {
  list-style: disc !important;
  margin: 1em !important;
  padding-inline-start: 40px !important;
}
.product.info.detailed .product.data.items .item.content .wimakeit-description p {
  margin: 1em 0;
}
.product.attribute.overview {
  color: #000121;
}
.block.related .product-item:first-child {
  display: block !important;
}
.product-social-links a.action:hover,
.product-social-links button.action:hover {
  --muted-alpha: .8;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.downloads-all [type="checkbox"] {
  display: none;
}
.downloads-all .label {
  cursor: pointer;
}
.bundle-options-container .product-options-wrapper {
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.bundle-wrapper .product-addto-links {
  display: none;
}
.fieldset-bundle-options .title,
.block-bundle-summary .title,
.block-bundle-summary .subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.product-options-wrapper .action.back {
  color: rgba(var(--base-color), var(--base-alpha, 1)) !important;
}
.product-options-wrapper .action.back:hover {
  text-decoration: underline !important;
}
.product-options-wrapper .field.option > .label {
  font-weight: 500;
}
.product-options-wrapper .field.option + .field {
  margin-top: 1.5rem;
}
.product-options-wrapper .field.qty {
  margin-top: 0.5rem;
}
.block-bundle-summary .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-bundle-summary .product.name,
.block-bundle-summary .stock {
  display: none;
}
.block-bundle-summary .product-image-container {
  margin-bottom: 0.75rem;
}
.block-bundle-summary .product-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.block-bundle-summary .price-box {
  font-size: 1.5rem;
  line-height: 2rem;
}
.block-bundle-summary .bundle-summary {
  order: -1;
}
.block-bundle-summary .subtitle {
  display: none;
}
.block-bundle-summary .bundle.items li {
  margin-top: 0.375rem;
}
.product-item-info {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.product-item-info .product-item-details {
  display: flex;
  flex: 1 1;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-item-info .product-item-details .product-item-name {
  width: 100%;
  font-weight: 500;
}
.product-item-info .product-item-details .product-item-actions {
  display: none !important;
}
.prolabels-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.price-pro:hover .tooltip-pro {
  visibility: visible;
  opacity: 1;
  top: -25px;
  left: 28px;
  width: max-content;
}
.price-box {
  width: fit-content;
  display: flex;
  align-items: center;
}
.price-box .price-wrapper::after {
  content: attr(data-label);
  margin-left: 3px;
  font-size: 0.875rem;
}
#declinaisons #declinaisons-add-to-cart #declinaisons-add-to-cart-submit {
  cursor: pointer;
  width: auto;
  margin: auto;
  display: block;
}
.product-info-stock-sku .sku {
  display: none !important;
}
.amstockstatus-status-container {
  background: #eb6b3d !important;
  color: #ffffff !important;
  font-size: 12px;
  border-radius: 4px;
  padding: 0.125rem 0.5rem;
}
.amstockstatus-cart {
  padding: 0;
  background: transparent;
  position: absolute;
  bottom: 6px;
  right: 30px;
}
.block.related .block-title {
  display: none;
}
.block.related .block-content .product-item-details {
  flex-direction: column;
}
.block.related .block-content .product-item-details .product-item-name {
  max-width: none;
}
.block.related .block-content .product-item-details .price-box {
  text-align: left;
  max-width: none;
}
.block.block-viewed-products-grid .block-content .product-items {
  --listing-grid-columns: 1;
}
.block.block-viewed-products-grid .block-content .product-items .product-item-details {
  flex-direction: column;
}
.block.block-viewed-products-grid .block-content .product-items .product-item-details .product-item-name {
  max-width: none;
}
.block.block-viewed-products-grid .block-content .product-items .product-item-details .price-box {
  text-align: left;
  max-width: none;
}
.product.media {
  position: relative;
}
.product.media #amasty-main-container {
  padding: 10px;
  width: 100% !important;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}
.product.media #amasty-gallery-container {
  margin: 0 !important;
  height: auto !important;
}
.product.media #amasty-gallery-container #amasty-gallery-images {
  display: flex;
  gap: 10px;
  --listing-grid-columns: 5;
}
.product.media #amasty-gallery-container #amasty-gallery-images .amasty-gallery-thumb-link {
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  padding: 10px;
  margin: 10px 0 0 0;
  width: calc((100% - var(--listing-grid-item-margin) * var(--listing-grid-columns) * 2 - var(--listing-grid-gap) * (var(--listing-grid-columns) - 1)) / var(--listing-grid-columns));
}
.product.media #amasty-gallery-container #amasty-gallery-images .amasty-gallery-thumb-link:hover {
  border-color: #00578a;
}
.product.media #amasty-gallery-container #amasty-gallery-images .amasty-gallery-thumb-link.active {
  border-width: 2px;
  border-color: #00578a;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow {
  background: transparent !important;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow.slick-prev {
  transform: scaleX(1) !important;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-dots {
  display: none !important;
  top: 150px !important;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-dots li {
  width: 10px !important;
  height: 10px !important;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-dots li button {
  border: 1px solid #00578a;
  width: 10px !important;
  height: 10px !important;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-dots li button::before {
  width: 10px !important;
  height: 10px !important;
  background: transparent;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-dots li.slick-active button {
  background: #00578a !important;
}
.product-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  text-align: left;
}
.rating-result {
  position: relative;
  width: 6.25rem;
  height: 1.5rem;
}
.rating-result::before {
  opacity: .2;
}
.rating-result > span {
  position: relative;
  display: block;
}
.rating-result::before,
.rating-result > span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1.5rem;
}
.reviews-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.reviews-actions a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #111827;
}
.review-add .review-legend {
  display: none;
}
.review-field-ratings {
  margin: 0;
}
.review-field-ratings legend {
  display: none !important;
}
.review-field-rating > .label {
  min-width: 80px;
}
.review-control-vote {
  color: #f3f4f6;
  height: 1.5rem;
  width: 7.5rem;
}
.review-control-vote::before {
  content: '';
  position: absolute;
  inset: 0;
}
.review-control-vote label {
  position: absolute;
  opacity: 0;
}
.review-list .limiter,
.review-list .toolbar:first-child {
  display: none;
}
.review-list .review-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.review-list .review-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.review-list .review-title {
  font-weight: 500;
}
.review-list .review-ratings {
  order: -1;
}
.review-list .review-content {
  margin: 0 0 0.25rem;
}
.review-list .review-details {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  opacity: .6;
}
.review-list .review-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.rating-result::before,
.rating-result > span::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 50%;
}
.rating-result > span {
  color: #1f2937;
}
.review-control-vote::before,
.review-control-vote label::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 50%;
}
@media (hover: hover) {
  .review-control-vote label:hover {
    opacity: 1;
  }
}
.review-control-vote input:checked + label,
.review-control-vote input:focus-visible + label {
  opacity: 1;
}
.review-control-vote input:focus-visible + label {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.review-control-vote label {
  cursor: pointer;
  color: #1f2937;
  height: 1.5rem;
  left: 0;
}
.review-control-vote label::before {
  content: '';
  position: absolute;
  inset: 0;
}
.review-control-vote .rating-1 {
  z-index: 5;
  width: 1.5rem;
}
.review-control-vote .rating-2 {
  z-index: 4;
  width: 3rem;
}
.review-control-vote .rating-3 {
  z-index: 3;
  width: 4.5rem;
}
.review-control-vote .rating-4 {
  z-index: 2;
  width: 6rem;
}
.review-control-vote .rating-5 {
  z-index: 1;
  width: 7.5rem;
}
.review-field-ratings .mage-error + .mage-error {
  display: none;
}
.search-suggestions {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.search-suggestions .block {
  min-width: 180px;
}
.search-suggestions .block + .block {
  margin: 0;
}
.search-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.search-terms a:hover {
  text-decoration: underline;
}
.search.found {
  margin-bottom: 0.25rem;
}
.search.summary {
  margin-bottom: 0.5rem;
}
.search.summary + .message .button-close {
  display: none;
}
.amsearch-wrapper-block {
  max-width: fit-content;
  width: 100% !important;
  margin: auto !important;
}
.amsearch-wrapper-block .amsearch-form-block.-opened .amsearch-input {
  padding: 12px 40px !important;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper {
  width: 70% !important;
  margin: auto !important;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  background: #F1F2F4;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-button.-loupe {
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: 1.2rem 1.2rem;
  background-image: none;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section {
  max-height: 80vh;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-message-block {
  display: none !important;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section .amsearch-item-container .amsearch-block-header .amsearch-title {
  font-size: 1.125rem;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section .amsearch-item-container .amsearch-tab-items .amsearch-item .amsearch-link {
  font-size: 1rem;
  color: #000;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section .amsearch-item-container .amsearch-tab-items .amsearch-item .amsearch-link .amsearch-highlight {
  color: #00578a;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section .amsearch-item-container .amsearch-tab-items .amsearch-item .amsearch-link:hover {
  color: #00446b;
  background: #ebf2fa;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-block-header .amsearch-title {
  font-size: 1.125rem;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-block-header .amsearch-title .amsearch-count {
  font-size: 1rem;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-block-header .amsearch-link {
  font-size: 1rem;
  color: #00578a;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-block-header .amsearch-link .amsearch-count {
  font-size: 0.875rem;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item {
  max-width: calc(100% / 2);
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item:hover {
  background: #ebf2fa;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link {
  color: #000000 !important;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  min-height: 0;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link:hover {
  min-height: 3rem;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link .amsearch-highlight {
  color: #00578a !important;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-sku-block {
  padding: 10px 0 10px;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner {
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box {
  flex: 0 1 30%;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box,
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box * {
  padding: 0 !important;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions {
  flex: 0 1 70%;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .actions-primary {
  width: 100%;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .actions-primary .action.tocart.primary {
  font-size: 1rem;
  width: 100%;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .actions-secondary {
  display: none;
}
.swatch-attribute {
  margin-bottom: false;
}
.swatch-attribute:last-child {
  margin: 0;
}
.product-item .swatch-attribute {
  margin-bottom: 0.375rem;
}
.product-item .swatch-attribute:last-child {
  margin: 0;
}
.swatch-attribute-label {
  font-weight: 500;
  margin-right: 0.25rem;
}
.swatch-attribute-label ~ .swatch-attribute-options {
  margin-top: 0.625rem;
}
.swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.product-item .swatch-attribute-options {
  gap: 0.25rem;
}
:where(.products-grid, .widget-product-carousel) .swatch-attribute-options {
  justify-content: center;
}
.swatch-option {
  font-size: 0.75rem;
  color: #9ca3af;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.25rem;
  position: relative;
  margin: 4px;
  border-radius: 999px;
}
.swatch-option-link-layered {
  border-radius: 999px;
}
.swatch-option::before {
  content: '';
  position: absolute;
  box-shadow: 0 0 0 1px inset #f3f4f6;
  border-radius: 999px;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}
.product-item .swatch-option {
  font-size: 0.625rem;
  font-weight: 400;
  min-width: 1.5rem;
  height: 1.5rem;
  margin: 3px;
}
.product-item .swatch-option::before {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
}
input.swatch-input {
  position: absolute;
  visibility: hidden;
  top: -9999px;
  left: -9999px;
}
.actions-primary input.swatch-input {
  display: none;
}
.product-item [class^="swatch-opt-"] {
  margin: 0.375rem 0 0.5rem;
}
@media (max-width: 1023.98px) {
  .product-item [class^="swatch-opt-"] {
    display: none;
  }
}
.swatch-option-tooltip {
  font-size: 0.875rem;
  line-height: 1.25rem;
  right: auto;
  transform-origin: bottom;
  width: auto;
  text-align: center;
  padding: 0.25rem;
  min-width: 2rem;
}
.swatch-option.selected::before {
  box-shadow: 0 0 0 2px inset #00578a, 0 0 0 3px inset #ffffff;
}
.swatch-option.disabled::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
}
.product-item-info-image-loading .product-item-photo::before {
  content: '';
  border-color: rgba(var(--base-color), var(--base-alpha, 1));
  border-top-color: transparent;
  opacity: .3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.75rem;
  margin-left: -0.625rem;
}
.product-item-info-image-loading .product-item-photo img,
.product-item-info-image-loading .product-item-photo picture {
  opacity: .5;
}
:root {
  --bg-table-stripe: #f6f6f5;
  --b-table: #e3e3e2;
  --caption: #242423;
}
.wmi-table {
  background-color: transparent;
  border-collapse: collapse;
  border: 1px solid var(--b-table);
}
.wmi-table input {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}
.wmi-table select {
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  width: auto;
  min-width: 100%;
}
.wmi-table tfoot td:empty {
  display: none !important;
}
#declinaisons-add-to-cart-submit {
  margin-top: 1.25rem;
}
.dcf-txt-center {
  text-align: center !important;
}
.dcf-txt-left {
  text-align: left !important;
}
.dcf-txt-right {
  text-align: right !important;
}
.dcf-table caption,
.wmi-table caption {
  color: var(--caption);
  font-size: 1.13em;
  font-weight: 500;
  padding-bottom: .56rem;
}
.dcf-table thead,
.wmi-table thead {
  font-size: .84em;
}
.dcf-table tbody,
.wmi-table tbody {
  border-bottom: 1px solid var(--b-table);
  border-top: 1px solid var(--b-table);
  font-size: .84em;
}
.dcf-table tfoot,
.wmi-table tfoot {
  font-size: .84em;
}
.dcf-table td,
.dcf-table th,
.wmi-table td,
.wmi-table th {
  padding-right: 1.78em;
}
.dcf-table-bordered td,
.dcf-table-bordered th,
.dcf-table-striped td,
.dcf-table-striped th,
.wmi-table td,
.wmi-table th,
.wmi-table td,
.wmi-table th {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.dcf-table-bordered tr:not(:last-child),
.dcf-table-striped tr:not(:last-child),
.wmi-table tr:not(:last-child),
.wmi-table tr:not(:last-child) {
  border-bottom: 1px solid var(--b-table);
}
.dcf-table thead td,
.dcf-table thead th,
.wmi-table thead td,
.wmi-table thead th {
  padding-bottom: .75em;
  vertical-align: bottom;
}
.dcf-table tbody td,
.dcf-table tbody th,
.dcf-table tfoot td,
.dcf-table tfoot th,
.wmi-table tbody td,
.wmi-table tbody th,
.wmi-table tfoot td,
.wmi-table tfoot th {
  padding-top: 0.5rem;
  vertical-align: middle;
}
.dcf-table tbody td,
.dcf-table tbody th,
.wmi-table tbody td,
.wmi-table tbody th {
  padding-bottom: .75em;
}
.dcf-table-bordered thead th,
.wmi-table thead th {
  padding-top: 0.5rem;
}
.dcf-wrapper-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 1em;
  position: relative;
  right: 50%;
  width: 100vw;
}
.dcf-overflow-x-auto {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
.dcf-w-100\% {
  width: 100% !important;
}
.wmi-table-parent {
  height: 100%;
  padding: 0 0 30px 0;
}
.wmi-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  font-family: 'Poppins', Arial, sans-serif;
  color: #333;
}
.wmi-table th {
  text-align: left;
  color: #333333 !important;
  background-color: #f5f5f5;
}
.wmi-table .modal-related {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.wmi-table .modal-related::before {
  margin-top: 5px;
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.288 6.952c2.591-2.777 6.779-2.79 9.387-.045l-1.717 1.835a1.13 1.13 0 0 0-.216 1.17 1 1 0 0 0 .925.66H21c.554 0 1-.478 1-1.072V3.787c0-.433-.242-.826-.617-.99a.95.95 0 0 0-1.091.231l-1.734 1.857C14.908 1.025 9.03 1.038 5.4 4.93a10.1 10.1 0 0 0-2.2 3.74c-.246.746.12 1.558.813 1.821.691.264 1.454-.13 1.7-.87a7.2 7.2 0 0 1 1.574-2.67M2 14.5v5.713c0 .433.242.826.617.99a.95.95 0 0 0 1.091-.231l1.734-1.857c3.65 3.86 9.529 3.847 13.158-.045a10.1 10.1 0 0 0 2.204-3.736c.246-.745-.12-1.557-.812-1.82s-1.454.129-1.7.87a7.2 7.2 0 0 1-1.575 2.669c-2.592 2.776-6.78 2.79-9.388.044l1.713-1.839a1.13 1.13 0 0 0 .216-1.17 1 1 0 0 0-.925-.66H3c-.554 0-1 .478-1 1.072" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wmi-table .modal-declinaisons {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.wmi-table .modal-declinaisons::before {
  margin-top: 5px;
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.566 14.5H2V2h12.121v6.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.879 9.5H22V22H9.879z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M13 16.01h5.85M15.934 19v-6" stroke="currentColor" stroke-width="2"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wmi-table .sortable:after {
  font-size: 0.8em;
  margin-left: 5px;
}
.wmi-table .sortable[data-direction="desc"]:after {
  content: "\25BC";
  /* Downward arrow */
}
.wmi-table .sortable[data-direction="asc"]:after {
  content: "\25B2";
  /* Upward arrow */
}
.wmi-table thead th.sortable {
  cursor: pointer;
}
.wmi-table .action.view,
.wmi-table .action.order {
  color: #00578a !important;
}
.wmi-table .action.view:hover,
.wmi-table .action.order:hover {
  color: #00446b !important;
}
.wmi-table .addto-wishlist {
  text-align: center;
}
.wmi-table .addto-wishlist .towishlist {
  margin-top: 8px;
}
.wmi-table .addto-wishlist .towishlist.remove {
  color: #f7cb0c;
}
.wmi-table .amcorder-button {
  color: #00578a !important;
}
.wmi-table .amcorder-button:hover {
  color: #00446b !important;
  text-decoration: underline !important;
}
.wmi-table .wmi-qty .qty-input {
  max-width: 80px;
  min-width: 40px;
}
.wmi-table .total-price {
  width: 100px;
}
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination a {
  padding: 0.75rem 1rem;
  color: #00578a;
  text-decoration: none;
  border: 1px solid #00578a;
  margin: 0 2px;
  border-radius: 4px;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wimakeit-inactive .pagination a {
  transition: none !important;
}
.pagination a.active {
  background: #00578a;
  color: white;
}
.pagination a:hover {
  background: #00446b;
  color: white;
}
.myshop-container-filter {
  display: flex;
  gap: 10px;
}
.myshop-container-filter select {
  max-width: 300px;
  font-size: 0.875rem;
}
.wmi.message {
  margin-top: 1rem;
}
.wmi-date-filter {
  display: flex;
  align-items: end;
  gap: 10px;
  flex-wrap: wrap;
}
.wmi-date-filter .start-date-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
}
.wmi-date-filter .start-date-container #start_date {
  font-size: 0.875rem;
}
.wmi-date-filter .end-date-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
}
.wmi-date-filter .end-date-container #end_date {
  font-size: 0.875rem;
}
.wmi-date-filter .filter-payable label {
  background-color: white;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 15px 10px 10px;
  cursor: pointer;
  user-select: none;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: black;
}
.wmi-date-filter .filter-payable input {
  display: none;
}
.wmi-date-filter .filter-payable input + label .action {
  position: relative;
  overflow: hidden;
  display: grid;
}
.wmi-date-filter .filter-payable input + label .action span {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  transition: all .5s;
}
.wmi-date-filter .filter-payable input + label .action span.option-1 {
  transform: translate(0px, 0%);
  opacity: 1;
}
.wmi-date-filter .filter-payable input:checked + label .action span.option-1 {
  transform: translate(0px, -100%);
  opacity: 0;
}
.wmi-date-filter .filter-payable input + label .action span.option-2 {
  transform: translate(0px, 100%);
  opacity: 0;
}
.wmi-date-filter .filter-payable input:checked + label .action span.option-2 {
  transform: translate(0px, 0%);
  opacity: 1;
}
.wmi-date-filter #filter-date-range {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  border-radius: 0.25rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --link-color: var(--button-color);
  --link-alpha: 1;
  --button-bg: var(--button-primary-bg);
  --button-color: var(--button-primary-color);
  --button-border-color: var(--button-primary-border-color);
}
.wmi-date-filter #filter-date-range:disabled,
.wmi-date-filter #filter-date-range.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.wimakeit-inactive .wmi-date-filter #filter-date-range {
  transition: none !important;
}
.wmi-date-filter #filter-date-range.selected {
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
}
@media (hover: hover) {
  .wmi-date-filter #filter-date-range:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
    --button-bg: 0, 67.70869565, 107.4;
    --button-border-color: 0, 67.70869565, 107.4;
  }
}
.wmi-date-filter #filter-date-range:focus-visible {
  --button-border-alpha: 1;
  z-index: 10;
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 2px;
}
.wmi-product-files-list a {
  color: #00578a;
}
.invoices {
  display: block;
}
.ajax-loader {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  z-index: 999;
  /* Sit on top */
  left: 50%;
  top: 50%;
  width: 120px;
  /* Width of spinner */
  height: 120px;
  /* Height of spinner */
  margin: -60px 0 0 -60px;
  /* Center the spinner */
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-radius: 50%;
  border-top: 16px solid #3498db;
  /* Blue */
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wimakeit-add-to-cart {
  color: #ffffff !important;
  background-color: #00578a !important;
  cursor: pointer;
}
.wimakeit-add-to-cart:hover {
  background-color: #00446b !important;
}
.tax-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tax-switcher li {
  list-style: none;
}
.tax-switcher li:first-of-type {
  margin-right: 0.5rem;
}
.tax-switcher li a {
  color: #000;
}
.tax-switcher li a.toggle {
  background: #EFEFEF;
  box-shadow: inset 0 6px 8px 3px rgba(0, 0, 0, 0.1);
  width: 38px;
  height: 20px;
  margin: 0 0.5rem;
}
.tax-switcher li a.toggle.toggle-off::after {
  left: inherit !important;
  right: 3px;
}
.tax-switcher li a.toggle::after {
  filter: drop-shadow(2px 1px 6px rgba(0, 0, 0, 0.25));
  background: linear-gradient(180deg, #ffffff 0%, #e8eaea 100%);
  left: 3px;
  top: 2.5px;
  width: 15px;
  height: 15px;
}
.amwishlist-wishlist-index .amwishlist-search .amwishlist-items-block .amwishlist-item .amwishlist-button.-empty {
  background: #00578a !important;
  border: none !important;
  max-width: none !important;
  color: #ffffff !important;
}
.amwishlist-wishlist-index .amwishlist-search .amwishlist-items-block .amwishlist-item .amwishlist-button.-empty:hover {
  background: #00446b !important;
}
.amwishlist-wishlist-index .amwishlist-button.-primary.-fill.-save {
  min-width: max-content !important;
}
.amwishlist-wishlist-index .amwishlist-button.-clear.-remove {
  padding: 4px 10px !important;
}
.amwishlist-wishlist-index .amwishlist-field-block.-editable.-title {
  flex-basis: max-content !important;
  margin: 0 !important;
}
.amwishlist-wishlist-index .amwishlist-title-block {
  column-gap: 10px;
}
.amwishlist-wishlist-index .amwishlist-title-block .amwishlist-button.-clear:not(:last-child) {
  color: #00578a !important;
  filter: none !important;
}
.amwishlist-wishlist-index .amwishlist-title-block .amwishlist-button.-clear:not(:last-child):hover {
  color: #00446b !important;
  filter: none !important;
}
.amwishlist-tabs-block {
  overflow: initial !important;
}
.amwishlist-tabs-block.-title .amwishlist-item {
  text-transform: none;
  width: 100%;
  border-bottom-color: #00578a;
  font-weight: 600;
}
.amwishlist-tabs-block.-title .amwishlist-item:first-of-type {
  display: none;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab:not(.amwishlist-tabs-block.-block .amwishlist-content-tab.amwishlist-list-grid):first-of-type {
  display: none;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab:not(.amwishlist-tabs-block.-block .amwishlist-content-tab.amwishlist-list-grid):last-of-type {
  display: block;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list {
  flex-direction: column;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item {
  max-width: none;
  min-height: auto;
  border-width: 2px;
  margin: 0 4px 10px;
  padding: 5px 10px 5px;
  border-color: #eee;
  flex-basis: auto;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-title * {
  font-size: 1.25rem;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-desc {
  font-size: 0.875rem;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item:first-of-type {
  display: none;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item .amwishlist-button {
  padding: 5px 20px !important;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item .amwishlist-button.-clear:first-of-type {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  border-radius: 0.25rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item .amwishlist-button.-clear:first-of-type:disabled,
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item .amwishlist-button.-clear:first-of-type.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.wimakeit-inactive .amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item .amwishlist-button.-clear:first-of-type {
  transition: none !important;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item .amwishlist-button.-clear:first-of-type.selected {
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
}
@media (hover: hover) {
  .amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item .amwishlist-button.-clear:first-of-type:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
    --button-bg: 0, 67.70869565, 107.4;
    --button-border-color: 0, 67.70869565, 107.4;
  }
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item .amwishlist-button.-clear:first-of-type:focus-visible {
  --button-border-alpha: 1;
  z-index: 10;
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 2px;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-select .amwishlist-item.-error .amwishlist-button {
  background: #a01414 !important;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item .amwishlist-preview-block {
  display: none;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item.-active {
  border-color: #00578a;
}
.amwishlist-tabs-block.-block .amwishlist-content-tab .amwishlist-list .amwishlist-item::before {
  display: none !important;
}
.amwishlist-newlist-block .amwishlist-button {
  padding: 5px 20px !important;
  max-width: initial !important;
}
.amwishlist-toolbar-block .amwishlist-button.-addtolist {
  display: none;
}
.amwishlist-toolbar.-header button::before,
.amwishlist-toolbar.-header button::after {
  background: #00578a;
  width: 20px;
  top: 15px;
  right: 5px;
}
.amwishlist-toolbar .amwishlist-title {
  display: none;
}
.amwishlist-toolbar.-footer button {
  max-width: none;
}
.amwishlist-wishlist-index .column.main {
  width: auto;
}
.amwishlist-wishlist-index .sidebar-main {
  width: auto;
}
.amwishlist-list-block.-recently-viewed {
  display: none;
}
.amwishlist-types-checker {
  display: none;
}
.amwishlist-product-grid .amwishlist-inner {
  display: none;
}
.opc .checkout-shipping-address {
  padding-bottom: 0;
}
div[name="billingAddressshared.firstname"] {
  display: none !important;
}
.fieldset.address {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.75rem;
}
.fieldset.address select {
  overflow: hidden;
}
.fieldset.address > .field {
  margin: 0 !important;
  width: calc(50% - 0.25rem);
}
.fieldset.address > .field .field-tooltip-content {
  --dropdown-width: 10rem;
}
.fieldset.address > .field.choice,
.fieldset.address > .field.street {
  width: 100%;
}
.authentication-wrapper {
  position: relative;
  float: right;
  top: -0.625rem;
  right: 0;
}
.authentication-wrapper + * {
  clear: left;
}
.opc .form-login .actions-toolbar {
  justify-content: flex-start;
}
.checkout-payment-method .form.payments > .fieldset > br,
.checkout-payment-method .form.payments > .fieldset > hr,
.checkout-payment-method .form.payments > .fieldset > .legend {
  display: none;
}
.opc-payment ~ div:not([style*="none"]) {
  margin-top: 1.5rem;
}
.opc-payment ~ div:not([style*="none"]) + div {
  margin-top: 0.25rem;
}
.opc-payment ~ .checkout-billing-address {
  margin: 1.5rem 0;
}
.payment-method-title {
  padding: 0.5rem 0;
}
.payment-method-content {
  margin: 0;
  padding: 0.5rem 0 0 1.5rem;
  display: none;
}
._active .payment-method-content {
  display: block;
}
.payment-method .fieldset {
  margin-bottom: 1rem;
}
.payment-method .checkout-billing-address {
  margin-bottom: 1rem;
}
.payment-method iframe[width="0"][height="0"] {
  display: block;
}
.credit-card-types {
  display: flex;
  gap: 0.375rem;
}
.credit-card-types img {
  max-width: 30px;
  filter: grayscale(100%);
}
.credit-card-types ._active img {
  filter: grayscale(0%);
}
.credit-card-types._inactive {
  opacity: .4;
}
.ccard .legend {
  display: none;
}
.ccard input[type=number] {
  -moz-appearance: textfield;
}
.ccard input::-webkit-outer-spin-button,
.ccard input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.ccard .month .select {
  width: 140px;
}
.ccard .year .select {
  width: 90px;
}
.ccard .captcha .input-text,
.ccard .number .input-text {
  width: 225px;
}
.ccard > .field.cvv > .control {
  display: inline-block;
}
.ccard .cvv .input-text {
  width: 80px;
}
.field-select-billing {
  margin-bottom: 1rem;
}
.field-select-billing:has(> .control:empty) {
  display: none !important;
}
.field-select-billing:has(> .control:empty) + div {
  margin-top: 0;
}
.billing-address-details {
  margin: 0;
  padding: 0.5rem 0 0 1.5rem;
}
.billing-address-details .action {
  margin-top: 0.25rem;
}
.billing-address-same-as-shipping-block[style*="display: none"] ~ .billing-address-details {
  padding: 0;
}
.payment-option._active {
  margin-bottom: 0.5rem;
}
.payment-option-title.field.choice {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
}
.payment-option-content {
  padding-top: 0.5rem;
}
.payment-option .form-discount {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.payment-option .form-discount .actions-toolbar {
  margin: 0;
}
.payment-option .form-discount .actions-toolbar .action {
  white-space: nowrap;
}
.form-discount label + .control,
.form-giftcard-account label + .control {
  margin: 0 !important;
}
.checkout-agreements-block .field + .field {
  margin-top: 0.25rem;
}
.checkout-agreements .action-show {
  white-space: normal;
}
.agreements-modal .modal-inner-wrap {
  --modal-max-width: 850px;
}
.page-layout-checkout {
  --container-max-width: 980px;
}
.page-layout-checkout .page-header {
  background: #ffffff;
}
.page-layout-checkout .page-main {
  padding-top: 1.25rem;
}
.page-layout-checkout .page-title-wrapper,
.page-layout-checkout .nav-toggle {
  display: none;
}
.page-layout-checkout .header.content {
  justify-content: center;
  --container-padding: 1rem 0.5rem 0.25rem 0.5rem;
}
.page-layout-checkout .page-title-wrapper ~ .columns {
  margin-top: 0;
}
.checkout-container {
  --sidebar-width: 320px;
  --sidebar-gap: 1rem;
  --checkout-step-padding-x: 1rem;
  --checkout-step-padding-y: var(--checkout-step-padding-x);
  display: flow-root;
}
.checkout-container .messages {
  clear: both;
}
.opc .actions-toolbar {
  justify-content: flex-end;
}
.opc .step-title,
.opc .field-select-billing .label,
.opc-block-summary > .title {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 0 0 0.75rem;
}
.opc > li {
  padding: var(--checkout-step-padding-y) var(--checkout-step-padding-x);
  position: relative;
}
.opc {
  background: rgba(255, 255, 255, .5);
  border: 2px solid #eff3f6;
  border-radius: 0.25rem;
}
.opc-estimated-wrapper {
  background: rgba(255, 255, 255, .5);
  border: 2px solid #eff3f6;
  border-radius: 0.25rem;
}
.checkout-index-index .header-bottom-right {
  display: none;
}
.page-wrapper .loading-mask {
  transition: 0s visibility 1200ms linear;
}
.loading-mask[style*="block"] ~ .opc-wrapper .loading-mask,
.loading-mask:not([style]) ~ .opc-wrapper .loading-mask,
.loading-mask[style*="block"] ~ .page-wrapper .loading-mask,
.loading-mask:not([style]) ~ .page-wrapper .loading-mask {
  visibility: hidden;
  transition: none;
}
.opc-progress-bar {
  color: #9ca3af;
  margin-bottom: 1rem;
}
.opc-progress-bar ._active span {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  font-weight: bold;
}
.opc-progress-bar ._complete span {
  cursor: pointer;
}
.opc-progress-bar li::after {
  color: #9ca3af;
}
.shipping-address-item {
  position: relative;
  padding: 0.5rem;
  width: calc(50% - 0.5rem);
  border: 2px solid #f9fafb;
  line-height: 1.75rem;
}
.shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.shipping-address-item .action {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.shipping-address-item .action-select-shipping-item {
  opacity: 0;
}
.shipping-policy-block {
  position: absolute;
  top: calc(var(--checkout-step-padding-y) + 0.25rem);
  right: calc(var(--checkout-step-padding-x) + 0.25rem);
}
.table-checkout-shipping-method thead {
  display: none;
}
.table-checkout-shipping-method tr {
  border: 0;
}
.table-checkout-shipping-method .col-method:first-child {
  text-align: center;
}
.table-checkout-shipping-method .col-method span {
  font-weight: 500 !important;
}
.table-checkout-shipping-method .col-carrier {
  font-weight: 500 !important;
}
.table-checkout-shipping-method .col {
  height: 52px;
}
.table-checkout-shipping-method .sc-position-relative input {
  margin-left: -5px;
}
.table-checkout-shipping-method .row {
  cursor: pointer;
}
.shipping-address-item.selected-item {
  border-color: #00578a;
}
.shipping-address-item.selected-item::after {
  color: #00578a;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 2rem;
  height: 2.75rem;
  padding: 0.5rem;
}
.shipping-address-item .edit-address-link {
  right: 0.5rem;
  top: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  opacity: .6;
  background: #ffffff;
  display: block !important;
}
.shipping-address-item .edit-address-link::before {
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.606 2.642a2.19 2.19 0 0 1 3.1 0l1.666 1.668a2.19 2.19 0 0 1 0 3.1L9.135 19.652a3.8 3.8 0 0 1-1.597.947l-4.735 1.39c-.22.03-.458.007-.62-.157a.62.62 0 0 1-.158-.619l1.393-4.735c.177-.603.503-1.15.947-1.597zm2.215.886a.94.94 0 0 0-1.33 0l-2.146 2.144 2.998 2.963 2.145-2.11a.94.94 0 0 0 0-1.329zM6.289 17.726l2.497.501 8.638-8.672-2.963-2.998-8.671 8.672zm-1.53-1.26a2.5 2.5 0 0 0-.14.364l-1.068 3.636 3.63-1.069q.194-.059.369-.14l-1.916-.384a.63.63 0 0 1-.491-.493z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  color: inherit !important;
}
.shipping-address-item:hover .action-select-shipping-item {
  opacity: 1;
}
.new-address-popup {
  margin-top: 1rem;
}
.sc-delivery-method-description {
  font-size: 0.875rem;
}
#store-pickup {
  padding-bottom: 0;
}
#store-pickup .form-login {
  margin: 1rem 0;
}
#opc-store-selector-popup {
  display: none;
}
#delivery-method-selector ~ div {
  margin-top: 1rem;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  padding: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.store-selector-popup .modal-content {
  padding-top: 0.25rem;
}
.store-selector-search {
  display: flex;
  gap: 0.5rem;
}
.store-selector-search .label {
  display: none;
}
.store-selector-search .label + .control {
  margin-top: 0;
}
.store-selector-search .field {
  flex-grow: 1;
}
.store-selector-search .actions .search {
  height: 100%;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin-top: 0.5rem;
  color: #9ca3af;
}
.opc-summary-wrapper .action-edit {
  text-transform: capitalize;
}
.opc-summary-wrapper .shipping-information {
  display: flex;
  gap: 0.5rem;
  color: #9ca3af;
  padding-top: 0.75rem;
  border-top: 1px solid #f3f4f6;
}
.opc-summary-wrapper .shipping-information > div {
  width: calc(50% - 0.25rem);
}
.opc-summary-wrapper .shipping-information-title {
  font-weight: 500;
  margin-bottom: 0.375rem;
}
.opc-summary-wrapper .table-totals {
  margin-top: 0.25rem;
}
.opc-block-summary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.opc-block-summary .title {
  order: -10;
}
.opc-block-summary .items-in-cart {
  order: -5;
  margin-top: -0.5rem;
}
.opc-block-summary .items-in-cart > .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.opc-block-summary .items-in-cart > .title strong {
  font-weight: 450;
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) #registration,
.login-container,
.form.form-orders-search,
.form.search.advanced,
.form.password.forget,
.form.password.reset,
.form.send.confirmation,
.form-create-account,
.page-layout-1column.cms-no-route .columns {
  margin-bottom: -55px;
}
:where(body:not(.narrow-page-reset)) .checkout-success + #registration {
  margin-top: 85px;
}
.form.form-orders-search .action.primary,
.form.search.advanced .action.primary,
.form.password.forget .action.primary,
.form.password.reset .action.primary,
.form.send.confirmation .action.primary,
.form-create-account .action.primary,
.form.form-orders-search .amshopby-button,
.form.search.advanced .amshopby-button,
.form.password.forget .amshopby-button,
.form.password.reset .amshopby-button,
.form.send.confirmation .amshopby-button,
.form-create-account .amshopby-button,
.form.form-orders-search .am-filter-go,
.form.search.advanced .am-filter-go,
.form.password.forget .am-filter-go,
.form.password.reset .am-filter-go,
.form.send.confirmation .am-filter-go,
.form-create-account .am-filter-go {
  width: 100%;
}
.login-container {
  max-width: none;
}
.login-container .block > .block-title {
  padding: 0.75rem 0;
  margin: 0 0 0.75rem;
}
.column.main .form.contact .action.primary,
.column.main .form.contact .amshopby-button,
.column.main .form.contact .am-filter-go {
  width: 100%;
}
:where(body:not(.narrow-page-reset)) .checkout-success .actions-toolbar,
.form.form-orders-search .actions-toolbar,
.form-create-account .actions-toolbar {
  justify-content: center;
}
.catalogsearch-advanced-index .page.messages,
.customer-account-forgotpassword .page.messages,
.customer-account-create .page.messages {
  max-width: 550px;
  margin: 0 auto;
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) .checkout-success + #registration {
  text-align: center;
}
.checkout-cart-index .action-edit {
  display: none !important;
}
.checkout-cart-index .column.main .block .title {
  padding: 1rem;
  background: #f9fafb;
}
.checkout-cart-index .column.main .block:not(.crosssell) .content {
  padding: 1rem;
}
.checkout-cart-index .column.main .block .products-grid {
  margin-top: max(2 * var(--listing-grid-item-margin), -2 * var(--listing-grid-item-margin));
}
.checkout-cart-index .summary.title {
  display: none;
}
#request-quote-button {
  text-wrap: auto;
}
button[type="submit"].action.update {
  display: none !important;
}
:where(.table-totals, .table.totals) a {
  display: inline-block;
}
:where(.table-totals, .table.totals) button {
  padding: 0 0.375rem;
  border: 0;
}
:where(.table-totals, .table.totals) .amount {
  text-align: right;
}
:where(.table-totals, .table.totals) [class^="totals-tax"],
:where(.table-totals, .table.totals) .totals:not(.grand) {
  color: #9ca3af;
  border: 0;
}
:where(.table-totals, .table.totals) [class^="totals-tax"] th,
:where(.table-totals, .table.totals) .totals:not(.grand) th,
:where(.table-totals, .table.totals) [class^="totals-tax"] td,
:where(.table-totals, .table.totals) .totals:not(.grand) td {
  font-weight: 300;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
:where(.table-totals, .table.totals) .totals-tax-details {
  display: none;
}
:where(.table-totals, .table.totals) .totals-tax-details.shown {
  display: table-row;
}
:where(.table-totals, .table.totals) .totals-tax-summary .amount .price {
  display: inline-flex;
}
:where(.table-totals, .table.totals) .totals-tax-summary .amount .price::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
:where(.table-totals, .table.totals) .grand.totals {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.cart-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  row-gap: 2rem;
}
.cart-container .form-cart {
  order: -2;
}
.cart-container .gift-wrapping .gift-options-content {
  margin: 0.5rem 0 0.75rem;
}
.cart-container .gift-wrapping .gift-printed-card {
  margin-top: 0.25rem;
}
.cart-container .gift-summary .price-box,
.cart-container .gift-options .price-box {
  margin-left: 1.25rem;
}
.cart-container .cart.actions {
  padding-top: 0.75rem;
  justify-content: flex-end;
  border-top: 1px solid #f3f4f6;
}
.cart-container .cart.actions .continue {
  display: none;
}
.cart-container .cart.actions .wimakeit-cart-main-action {
  order: -1;
  flex: 1 0 auto;
  font-size: 14px;
}
.cart-container .cart-summary {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.cart-container .cart-summary > .block ~ div {
  margin: 0;
}
.cart-container .discount .content,
.cart-container .shipping .content {
  display: none;
}
.cart-container .cart-totals {
  padding: 0 1rem;
}
.cart-container .col.price {
  white-space: nowrap !important;
}
.cart-container .col.price span:nth-child(2) {
  display: none !important;
}
.cart-container .col.subtotal {
  white-space: nowrap !important;
}
.cart-container .col.subtotal span:nth-child(2) {
  display: none !important;
}
.cart-container .col.subtotal {
  text-align: right;
  padding-right: 0.25rem;
  text-wrap: nowrap;
}
.cart-container .checkout-methods-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.cart-container .checkout-methods-items li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.cart-container .checkout-methods-items li > div {
  width: 100%;
}
.cart-container .checkout-methods-items li:first-child {
  width: 100%;
}
.cart-container .checkout-methods-items .primary {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 0.5rem;
  width: 100%;
}
.cart-container .checkout-methods-items .multicheckout {
  display: none;
}
.cart.item {
  position: relative;
}
.wimakeit-attribute.wmi_s_fabrican {
  color: #111827;
}
.wimakeit-attribute.wmi_s_fabrican .list-attributepages {
  color: #00578a;
  margin: 0;
}
.wimakeit-attribute.wmi_s_fabrican a {
  font-size: 12px;
  font-weight: 500;
}
.wimakeit-product-reference {
  text-wrap: nowrap;
  font-size: 12px;
}
.cart.table-wrapper .item-info {
  border: 0;
}
.cart.table-wrapper .item-info .item-options {
  display: flex;
  gap: 5px;
  margin: 0;
  font-size: 12px;
}
.cart.table-wrapper .item-info .item-options dt::after {
  content: ':';
  margin-left: 5px;
}
.cart.table-wrapper .item-actions .action.towishlist {
  display: none !important;
}
.cart.table-wrapper .item-actions td {
  padding: 0;
  position: relative;
}
.cart.table-wrapper .product-item-photo {
  float: left;
  max-width: 40%;
}
.cart.table-wrapper .product-item-details {
  float: left;
  max-width: calc(60% - 0.75rem);
  margin-left: 0.75rem;
}
.cart.table-wrapper .product-item-name {
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  margin-bottom: 0;
  text-wrap: nowrap;
}
.cart.table-wrapper .control.qty input.qty {
  padding: 0 0 0 0.25rem;
  border: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 2.5rem;
  border-color: transparent;
}
.cart.table-wrapper .actions-toolbar {
  margin: 0 0.25rem;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.cart.table-wrapper .action::before {
  width: 1.5rem;
  height: 1.5rem;
}
.cart.table-wrapper .action-edit,
.cart.table-wrapper .action-delete,
.cart.table-wrapper .action-towishlist {
  --muted-alpha: .3;
  color: #9ca3af;
}
.cart.table-wrapper .action-edit:hover,
.cart.table-wrapper .action-delete:hover,
.cart.table-wrapper .action-towishlist:hover {
  color: #00578a;
}
.cart.table-wrapper .action-edit::before,
.cart.table-wrapper .action-delete::before,
.cart.table-wrapper .action-towishlist::before {
  content: '';
  display: block;
}
.cart.table-wrapper .action-gift {
  gap: 0;
}
.cart.table-wrapper .action-gift::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.cart.table-wrapper .gift-options-cart-item {
  margin-right: auto;
}
.cart.table-wrapper .gift-content {
  display: none;
  max-width: 100%;
  margin: 0.5rem 0 0;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .gift-content .actions-toolbar {
  margin: 0.5rem 0;
  justify-content: flex-start;
}
.cart.table-wrapper .gift-options-title {
  margin: 0.5rem 0;
}
.cart.table-wrapper .item-options,
.cart.table-wrapper .message {
  margin: 0.5rem 0;
}
.cart-tax-total {
  display: inline-flex;
  gap: 0.125rem;
  align-items: center;
}
.cart-tax-total::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg);
}
.cart.table-wrapper .action-edit:hover,
.cart.table-wrapper .action-delete:hover,
.cart.table-wrapper .action-towishlist:hover {
  --muted-alpha: .6;
}
.cart.table-wrapper .action::before {
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-edit::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.606 2.642a2.19 2.19 0 0 1 3.1 0l1.666 1.668a2.19 2.19 0 0 1 0 3.1L9.135 19.652a3.8 3.8 0 0 1-1.597.947l-4.735 1.39c-.22.03-.458.007-.62-.157a.62.62 0 0 1-.158-.619l1.393-4.735c.177-.603.503-1.15.947-1.597zm2.215.886a.94.94 0 0 0-1.33 0l-2.146 2.144 2.998 2.963 2.145-2.11a.94.94 0 0 0 0-1.329zM6.289 17.726l2.497.501 8.638-8.672-2.963-2.998-8.671 8.672zm-1.53-1.26a2.5 2.5 0 0 0-.14.364l-1.068 3.636 3.63-1.069q.194-.059.369-.14l-1.916-.384a.63.63 0 0 1-.491-.493z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-delete::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 21 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.809 10.309a.62.62 0 0 1 .882 0l2.059 2.058 2.059-2.058a.62.62 0 0 1 .882 0 .62.62 0 0 1 0 .882l-2.058 2.059 2.058 2.059a.62.62 0 0 1 0 .882.62.62 0 0 1-.882 0l-2.059-2.058-2.059 2.058a.62.62 0 0 1-.882 0 .62.62 0 0 1 0-.882l2.058-2.059-2.058-2.059a.62.62 0 0 1 0-.882m6.304-7.428L15.16 4.5h3.715a.626.626 0 0 1 0 1.25h-.625v13.125A3.124 3.124 0 0 1 15.125 22h-8.75a3.125 3.125 0 0 1-3.125-3.125V5.75h-.625a.625.625 0 1 1 0-1.25H6.34l1.012-1.619A1.88 1.88 0 0 1 8.942 2h3.617c.644 0 1.246.333 1.554.881M7.816 4.5h5.868l-.598-.956a.62.62 0 0 0-.527-.294H8.94a.62.62 0 0 0-.527.294zM4.5 18.875c0 1.035.84 1.875 1.875 1.875h8.75c1.035 0 1.875-.84 1.875-1.875V5.75H4.5z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-gift::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg);
}
.cart.table-wrapper .action-gift._active::after {
  transform: rotate(-90deg);
}
.wimakeit-product-fabricant .attributepages-option-title {
  color: #00578a;
}
.wimakeit-ref {
  display: flex;
  gap: 5px;
}
.wimakeit-ref .list-attributepages {
  margin: 0 !important;
}
.product-item-name a {
  overflow: hidden;
  max-width: 600px;
  display: block;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  font-size: 14px !important;
}
#shopping-cart-table thead .col.qty {
  min-width: 130px;
}
#shopping-cart-table tbody .col.item {
  max-width: 300px;
}
#shopping-cart-table tbody .col.qty {
  min-width: 130px;
}
#shopping-cart-table tbody .col.qty .control.qty-controls {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-width: min-content;
  margin: auto;
}
#shopping-cart-table tbody .col.qty .control.qty-controls button {
  float: none !important;
  display: block;
}
#shopping-cart-table tbody .col.qty .control.qty-controls input {
  min-width: 50px;
  height: 25px;
}
.cart-tax-total {
  cursor: pointer;
}
.cart-tax-total::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.cart-tax-total-expanded::after {
  transform: rotate(-90deg);
}
.attributepages-short-description {
  display: none;
}
.totals-tax-summary {
  cursor: pointer;
}
.totals-tax-summary .amount .price::before {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg) translate(50%, 25%);
}
.totals-tax-summary.expanded .amount .price::before {
  transform: rotate(-90deg) translate(-50%, -25%);
}
.checkout-onepage-success #registration br {
  display: none;
}
.checkout-success {
  margin-bottom: 15px;
}
.page-narrow .checkout-success {
  text-align: center;
}
.page-narrow .checkout-success .actions-toolbar {
  margin-top: 2.5rem;
  justify-content: center;
}
.action.action-auth-toggle:hover {
  color: white;
}
.action.continue {
  color: white;
}
.action.primary,
.amshopby-button,
.am-filter-go {
  color: white;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  color: white;
}
.contact-index-index .footer-top {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footer-top .form.contact {
  margin: -80px auto;
}
.footer-top .form.contact .field.note {
  display: none;
}
.footer-top .form.contact .actions-toolbar {
  justify-content: center;
}
.customer-account-logoutsuccess.narrow-page .column.main {
  text-align: center;
}
#group-fields-customer-attributes .admin__legend.step-title {
  display: none !important;
}
body.account .page-main {
  max-width: 1600px !important;
}
.action.cookie-allow-all:hover {
  color: #ffffff !important;
}
.login-container .actions-toolbar {
  margin: 1.25rem 0;
}
.login-container > .block {
  padding: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-address-edit .field ~ .message .button-close {
  display: none;
}
.form-edit-account .fieldset.password:not([style]) {
  display: none;
}
.form-edit-account .fieldset.info {
  display: block;
}
.form-edit-account .fieldset.additional_info {
  display: block;
  clear: both;
}
[data-role="password-strength-meter"] {
  display: none;
}
.form-wishlist-items div:empty,
.form-wishlist-items .product-reviews-summary {
  display: none;
}
.form-wishlist-items .box-tocart {
  border: 0;
  padding: 0;
}
.page-title-wrapper .order-status {
  display: inline-block;
  border: 2px solid #f3f4f6;
  padding: 0.375rem 0.75rem;
}
.page-title-wrapper .order-status + .order-date {
  margin-left: 0.5rem;
}
.page-title-wrapper .order-date {
  display: inline-block;
  margin: 0;
}
.order-links {
  display: flex;
  margin-bottom: 0.5rem;
}
.order-links > .item {
  padding: 0.5rem 0.75rem;
  background-color: #f9fafb;
}
.order-links > .item.current {
  --divider-alpha: .2;
}
.order-details-items {
  margin: 0.5rem 0;
}
.order-links ~ .order-details-items .order-title {
  display: none;
}
.order-details-items dl.item-options {
  margin-top: 0.5rem;
}
.order-details-items tbody tr:not(:last-child) {
  border-bottom: 0;
}
.order-details-items tbody tr + tr td:first-child {
  padding-left: 1rem;
}
.order-details-items tbody tr + tr:not(:last-child) td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.sidebar .delimiter {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
#block-collapsible-nav {
  font-size: 14px;
}
#block-collapsible-nav ul.has-active,
#block-collapsible-nav ul.active {
  display: block !important;
}
#block-collapsible-nav li.nav.item {
  position: relative;
}
#block-collapsible-nav li.nav.item.has-active > a,
#block-collapsible-nav li.nav.item.opened > a,
#block-collapsible-nav li.nav.item.active > a {
  background: #ebf2fa;
}
#block-collapsible-nav li.nav.item.active > a {
  font-weight: 500;
}
#block-collapsible-nav .wmi-myshop-link.level-0 {
  padding-left: 1.75rem !important;
}
#block-collapsible-nav .wmi-myshop-link.level-1 {
  padding-left: 3rem !important;
}
#block-collapsible-nav .wmi-myshop-link.level-2 {
  padding-left: 4.25rem !important;
}
.paypal-review {
  max-width: none;
}
.paypal-review .block-order-details-view .block-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
}
.paypal-review .block-order-details-view .block-content .box {
  margin: 0;
}
@media (min-width: 640px) {
  .paypal-review .block-order-details-view .block-content {
    flex-direction: row;
  }
}
.paypal-review .box-order-billing-address img[src*="paypalobjects.com"] {
  width: 39px;
}
.paypal-review-discount,
.paypal-review-items {
  margin: 1rem 0;
}
.paypal-review .discount .title {
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #f3f4f6;
  border-width: 1px 0;
  margin-bottom: 1rem;
}
.paypal-review .discount .title strong {
  font-weight: 300;
}
.paypal-review .paypal-review-title a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 0.5rem;
}
.paypal-review .cart.items tfoot .mark ~ td {
  text-align: right;
}
.paypal-review .actions-toolbar {
  justify-content: flex-end;
}
.privacy-policy {
  --sidebar-width: 250px;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "sidebar" "main";
  gap: 1rem;
  row-gap: 1rem;
}
.privacy-policy > .privacy-policy-content {
  grid-area: main;
}
.privacy-policy > .block-collapsible-nav {
  grid-area: sidebar;
}
.page-print .logo {
  display: inline-block;
  margin-bottom: 0.5cm;
}
@media print {
  @page {
    size: auto;
    margin: 0;
  }
  body {
    margin: 1cm;
    min-height: auto;
  }
  a {
    --link-color: 126, 121, 121;
  }
  .page-header,
  .page-footer {
    display: none;
  }
  .page-wrapper {
    min-height: 0;
  }
  .page-main {
    padding: 0;
    margin: 0;
  }
  [data-action="toggle-nav"] {
    display: none;
  }
  .hidden-print {
    display: none !important;
  }
}
.amgdprcookie-modal-container.modal-slide {
  display: block;
  padding: 0;
}
.amgdprcookie-modal-container.modal-slide .amgdprcookie-modal-template .amgdprcookie-settings-form .amgdprcookie-policy-container {
  background: white;
}
.fancybox-container .fancybox-caption {
  display: none !important;
}
.fancybox-container .fancybox-content {
  transform: translate(0, 25%) !important;
}
@media only screen and (max-width: 767px) {
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .amcompany-tooltip-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    width: 100%;
  }
  .amcompany-tooltip-content:before,
  .amcompany-tooltip-content:after {
    display: none;
  }
  .amwishlist-product-grid .product-item-tooltip.wrapper.tooltip {
    margin-left: 0;
  }
  .ammessenger-widget-container.-top,
  .ammessenger-widget-container.-center {
    top: unset;
    bottom: 25px;
    transform: none;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    padding: 15px;
    width: 100%;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:last-of-type {
    margin: 0;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 25.5px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .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: 25px;
    height: 25px;
    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 / 25px;
    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;
  }
  .amstockstatus-tooltip-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    width: 100%;
  }
  .amstockstatus-tooltip-content > .amstockstatus-inner {
    max-width: 100%;
    max-height: 30vh;
  }
  .amstockstatus-tooltip-content:before,
  .amstockstatus-tooltip-content:after {
    display: none;
  }
  .amstockstatus-status-container.-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content,
  .amstockstatus-tooltip-content .am-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content,
  .am-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content {
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 10px;
    width: calc(100% - 20px);
  }
  html:not(.nav-open) .header.content .nav-toggle,
  .header.content .logo {
    z-index: 1;
  }
  .bfb-popup {
    margin: 0;
    height: 100%;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
    max-height: 100% !important;
  }
  .bfb-popup .block.bfb {
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
  .bfb-magnific .mfp-content {
    height: 100%;
  }
  .bfb-magnific .mfp-container {
    padding: 0;
  }
  .products.grid.products-related {
    display: block !important;
    width: 100vw;
  }
  .wimakeit-breadcrumbs-container,
  .breadcrumbs ul,
  .opc-progress-bar {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
  .sidebar .block-collapsible-nav {
    background: #ffffff;
    position: absolute;
    margin: 0 !important;
    top: 0;
    width: 100%;
  }
  .block-collapsible-nav .content {
    display: none;
  }
  .block-collapsible-nav .content::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    margin-top: -10px;
    box-shadow: 0 10px 10px #ffffff;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .modal-inner-wrap {
    transform: translateY(10px);
  }
  .tooltip.wrapper {
    --dropdown-width: 12rem;
  }
  #request-quote-modal button[type="submit"] {
    margin-bottom: 100px !important;
  }
  .md-down\:justify-center {
    justify-content: center;
  }
  .md-down\:a-center,
  .md-down-a-center {
    text-align: center;
  }
  .post-list-wrapper.blog-widget-recent .wimakeit-post-list {
    display: block !important;
  }
  .post-list-wrapper.blog-widget-recent .wimakeit-post-list .post-header {
    display: block !important;
  }
  .post-list-wrapper.blog-widget-recent .wimakeit-post-list .post-header .post-information {
    max-width: none !important;
  }
  .post-list-wrapper.blog-widget-recent .wimakeit-post-list .post-header .post-information .post-title-holder {
    margin-top: 10px;
  }
  .d-flex-ltr {
    justify-content: center;
    flex-direction: column !important;
    align-items: center;
  }
  .block.newsletter .form {
    justify-content: center !important;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .page-header .header-bottom-right {
    display: none;
  }
  .page-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .mobile-website-switcher {
    margin-top: 1rem;
  }
  .website-switcher {
    display: none !important;
  }
  .wimakeit-header-links {
    align-items: flex-start;
    flex-direction: column;
  }
  .wimakeit-header-links li a {
    color: inherit;
  }
  .wimakeit-store-switcher {
    padding: 0.5rem;
  }
  .switcher-language {
    padding: 0.5rem !important;
    margin: 0 !important;
  }
  .switcher-language .dropdown[aria-hidden="false"] {
    left: 0 !important;
    width: max-content !important;
  }
  .header.content > .switcher > .actions > .action span {
    display: none;
  }
  .header.content {
    gap: 0.5rem;
    padding: 1rem 0.5rem !important;
  }
  .header.content .nav-toggle,
  .header.content .switcher-account,
  .header.content .search-wimakeit,
  .header.content .minicart-wrapper {
    margin-top: 20px;
  }
  .header.content .logo {
    width: auto;
  }
  .header.content .logo img {
    width: 160px;
  }
  .header.content .switcher-account {
    margin-left: auto;
  }
  .header.content .nav-toggle {
    margin-right: 0;
  }
  .wimakeit-pay,
  .wimakeit-download {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }
  .block.filter .filter-content {
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .active.block.filter .filter-content,
  .filter-active .block.filter .filter-content {
    transform: translateX(0);
    visibility: visible;
  }
  .block.filter .filter-title strong::before {
    transition: 0.2s all ease-in;
    transition: 0.3s all ease-in;
    transition: all 0.1s ease-in;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .wimakeit-inactive .block.filter .filter-title strong::before {
    transition: none !important;
  }
  .active.block.filter .filter-title strong::before,
  .filter-active .block.filter .filter-title strong::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .block.filter .filter-title strong::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: #ffffff;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .active.block.filter .filter-title strong::after,
  .filter-active .block.filter .filter-title strong::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
  .block.filter .filter-title {
    border: 0;
    padding: 0.5rem 0.25rem 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .block.filter .filter-title::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
  }
  .block.filter .filter-title[data-count]::after {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: 0.125rem;
    content: attr(data-count);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    min-height: 1.25rem;
    background: rgba(var(--danger-color), var(--danger-alpha, 1));
    color: #ffffff;
    border-radius: 1.25rem;
    padding: 0 0.25rem;
  }
  .block.filter .filter-title[data-count="0"]::after {
    display: none;
  }
  .page-layout-1column .block.filter .filter-title,
  .sidebar .block.filter .filter-title {
    position: absolute;
    z-index: 5;
    top: 0;
    margin: 0;
    max-width: 9rem;
    white-space: nowrap;
    overflow: hidden;
  }
  .block.filter .filter-current-subtitle {
    display: block;
    padding: 0.25rem 0;
  }
  .block.filter .filter-content .item {
    padding: 0.125rem 0;
  }
  .page-with-filter.page-title-in-content .columns {
    padding-top: 3.25rem;
  }
  .page-with-filter.page-title-in-content .toolbar:not(.toolbar ~ .toolbar) {
    position: absolute;
    top: 0;
    width: 100%;
    flex-wrap: nowrap;
    margin: 0;
  }
  .page-with-filter .toolbar .modes {
    margin-left: 9rem;
  }
  .block.filter [data-role="title"] {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .block.filter .filter-title::before {
    content: '';
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 3a1 1 0 011-1h12a1 1 0 011 1v3a1 1 0 01-.293.707L12 11.414V15a1 1 0 01-.293.707l-2 2A1 1 0 018 17v-5.586L3.293 6.707A1 1 0 013 6V3z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.25rem 1.25rem;
  }
  .block.filter .filter-content {
    padding: 1rem 1.5rem;
  }
  .navigation-wrapper .opened > a .ui-icon {
    transform: translate(-10px, 50%) rotate(90deg) !important;
  }
  .navigation-wrapper #navpro-topnav .li-item .tip.top.accent {
    right: auto;
    left: 85px;
    top: 13px;
  }
  .navigation-wrapper #navpro-topnav .li-item .tip.top.accent::before {
    left: -8px;
    top: 7px;
    transform: rotate(90deg);
  }
  .navigation-wrapper #navpro-topnav .li-item.level0.parent .level-top .ui-menu-icon {
    position: absolute;
    transform: translate(-10px, 50%) rotate(0deg);
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item a {
    text-decoration: none;
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item a.ui-state-active {
    background: #ebf2fa;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item a.ui-state-active::before {
    background: #00578a;
    content: "";
    width: 5px;
    height: 38px;
    display: inline-block !important;
    position: absolute;
    left: 0;
    opacity: 1;
    top: 0;
    right: 0;
    -webkit-mask: none;
    transform: none;
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item a.ui-state-active .navpro-icon-caret {
    transform: translate(-50%, 50%) rotate(90deg) !important;
  }
  .navigation-wrapper {
    display: none;
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .nav-open .navigation-wrapper {
    transform: translateX(0);
    visibility: visible;
  }
  .nav-open .navigation-wrapper,
  .nav-before-open .navigation-wrapper {
    display: block;
  }
  .nav-toggle::before {
    transition: 0.2s all ease-in;
    transition: 0.3s all ease-in;
    transition: all 0.1s ease-in;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .wimakeit-inactive .nav-toggle::before {
    transition: none !important;
  }
  .nav-open .nav-toggle::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .nav-toggle span::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: #ffffff;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .nav-open .nav-toggle span::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
  .navigation-wrapper .navigation {
    clear: both;
    padding: 0.5rem 0;
  }
  .navigation-wrapper .navigation > ul {
    margin: 0;
  }
  .navigation-wrapper li > a {
    padding: 0.5rem;
  }
  .navigation-wrapper .submenu {
    padding: 0 0 0 1rem;
    width: auto;
    top: -9999px;
    border: 0;
    box-shadow: none;
    background: none;
    transform: scale(1);
  }
  body:not(.wimakeit) .navigation-wrapper .submenu,
  .navigation-wrapper .submenu.shown,
  .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) {
    position: static !important;
    transform: scale(1);
  }
  body:not(.wimakeit) .navigation-wrapper .submenu .ui-icon {
    display: none;
  }
  body:not(.wimakeit) .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
    display: block !important;
  }
  .navigation-wrapper .parent > a::after {
    display: none;
  }
  .navigation-wrapper .opened > a .ui-icon {
    transform: rotate(90deg);
  }
  .header.content {
    flex-wrap: nowrap !important;
  }
  .mgz-element-product_slider .owl-carousel .owl-nav {
    text-align: center;
  }
  .pagebuilder-mobile-hidden {
    display: none;
  }
  [data-appearance="carousel"] .product-items .product-item-inner {
    margin-top: 0;
  }
  .pagebuilder-column-group,
  .pagebuilder-column-line {
    row-gap: 1rem;
    flex-wrap: wrap;
  }
  .pagebuilder-column {
    flex-basis: 100%;
    max-width: 100%;
  }
  .product-info-wrapper {
    grid-template-areas: "media" "main";
  }
  .product-info-wrapper .product-info-main {
    display: contents;
  }
  .product.info.detailed .data.item.title {
    display: none !important;
  }
  .product.info.detailed .item.data.content:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .product-info-wrapper {
    gap: 1.5rem;
  }
  .slick-slider {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .slick-slider .slick-slide {
    margin-right: 10px;
  }
  .product-item-info .product-item-details .product-item-actions {
    gap: .5rem;
    justify-content: center;
  }
  .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 100%;
  }
  .product-item-info .product-item-details .product-item-actions .actions-primary .action.primary,
  .product-item-info .product-item-details .product-item-actions .actions-primary .amshopby-button,
  .product-item-info .product-item-details .product-item-actions .actions-primary .am-filter-go {
    width: 100%;
  }
  .amsearch-overlay-block {
    display: none !important;
  }
  .amsearch-wrapper-block {
    display: none;
    padding: 0;
    max-width: none;
    margin-top: 1.5rem !important;
    position: absolute;
    z-index: 10;
    top: 93px;
    left: 0;
  }
  .amsearch-wrapper-block .amsearch-items-section {
    padding: 0;
  }
  .amsearch-wrapper-block .amsearch-items-section .amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
    transform: rotate(-90deg) !important;
  }
  .amsearch-wrapper-block .amsearch-items-section .amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
    transform: rotate(90deg) !important;
  }
  .amsearch-wrapper-block::before {
    display: none;
  }
  .search-wimakeit::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m21.816 20.934-5.527-5.528c1.219-1.422 1.926-3.261 1.926-5.281A8.125 8.125 0 0 0 10.09 2C5.603 2 2 5.638 2 10.125s3.638 8.125 8.09 8.125c2.019 0 3.861-.74 5.281-1.959l5.527 5.527q.236.181.477.182c.16 0 .32-.061.442-.183a.62.62 0 0 0 0-.883M10.125 17a6.863 6.863 0 0 1-6.875-6.875c0-3.79 3.05-6.875 6.875-6.875A6.84 6.84 0 0 1 17 10.125 6.863 6.863 0 0 1 10.125 17" fill="currentColor"/></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 2rem 2rem;
    color: #00578a;
  }
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  .dcf-table-responsive tr {
    display: block;
  }
  .dcf-table-responsive td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    text-align: left !important;
  }
  .dcf-table-responsive.dcf-table-bordered,
  .dcf-table-responsive.dcf-table-bordered thead th,
  .dcf-table-responsive.wmi-table,
  .dcf-table-responsive.wmi-table thead th {
    border-width: 0;
  }
  .dcf-table-responsive.dcf-table-bordered tbody td,
  .dcf-table-responsive.wmi-table tbody td {
    border-top-width: 0;
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: .75em;
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding-bottom: 0;
  }
  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0;
  }
  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child,
  .dcf-table-responsive.wmi-table tbody tr:last-child td:last-child {
    border-bottom-width: 0;
  }
  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    padding-right: 1.78em;
  }
  .wmi-table-parent {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .wmi-table-main {
    overflow: scroll;
  }
  .opc-estimated-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: var(--checkout-step-padding-y) var(--checkout-step-padding-x);
    margin-bottom: 1rem;
    width: 100%;
    clear: left;
  }
  .opc-estimated-wrapper .estimated-block {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .opc-estimated-wrapper .estimated-price {
    font-weight: 500;
  }
  .cart-container {
    row-gap: 1rem;
  }
  .cart-container #gift-options-cart {
    order: -1;
  }
  .cart.table-wrapper {
    overflow: scroll !important;
  }
  .account .page-main .columns {
    padding-top: 3.5rem;
  }
  .order-details-items .table-wrapper {
    padding: false;
  }
  .order-links ~ .order-details-items .table-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  .cart.table-wrapper {
    overflow: hidden;
  }
  .checkout-payment-method .payment-option._collapsible.store-credit-add .payment-option-content {
    display: block;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .bfb-element .bfb-element-label,
  .bfb-element .bfb-element-control {
    width: 100% !important;
    padding: 0 !important;
  }
  .bfb-element.mgz-element-bfb_starratings .review-control-vote label:before,
  .bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
    font-size: 28px;
    height: 28px;
    letter-spacing: 5px;
    line-height: 28px;
    width: 12px;
  }
  .bfb-element.bfb-element-label-align-right .bfb-element-label {
    text-align: left;
  }
  .bfb-element .bfb-element-control-inner {
    width: 100% !important;
  }
  .bfb-element.mgz-element-bfb_address .addressfield {
    margin: 0;
  }
  .bfb-element.mgz-element-bfb_address .subfield {
    width: 100%;
    padding-right: 0;
  }
  .bfb-element.mgz-element-bfb_choicematrix table thead {
    display: none;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr {
    display: block;
    margin-bottom: 10px;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr > td {
    display: block;
    text-align: left;
    background-color: #f5f5f5;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr > td.matrix-row-label-cell {
    font-weight: 600;
    background-color: #FFF;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody label span {
    display: block;
  }
  .mobile-table,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) {
    display: block;
  }
  .mobile-table thead,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) thead {
    display: none;
  }
  .mobile-table tbody,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tbody,
  .mobile-table tfoot,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tfoot,
  .mobile-table th,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) th,
  .mobile-table tr,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tr,
  .mobile-table td,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) td {
    display: block;
  }
  .mobile-table tr,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tr {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .mobile-table td,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) td,
  .mobile-table th,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) th {
    padding: 0.25rem 0;
  }
  .mobile-table td[data-th]::before,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) td[data-th]::before,
  .mobile-table th[data-th]::before,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) th[data-th]::before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #9ca3af;
    font-weight: 500;
  }
  .mobile-table tfoot,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tfoot {
    text-align: right;
  }
  .page-with-filter.page-title-in-content .toolbar-amount {
    display: none;
  }
  .page-with-filter .toolbar .sorter > label {
    display: none;
  }
  .toolbar .modes ~ .toolbar-amount {
    order: 100;
    width: 100%;
  }
  .header .block-search .label::before {
    display: block;
  }
  .minisearch .action.search {
    display: none;
  }
  .search-suggestions {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .header.panel {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header.panel .header-panel-info {
    width: 100%;
    margin: 0;
    justify-content: center;
  }
  .header.panel > .switcher {
    max-width: 50%;
  }
  .page-with-filter .toolbar .sorter {
    width: calc(100% - 9rem);
  }
  .page-with-filter .toolbar .modes {
    display: none;
  }
  .products-grid .product-items .product-reviews-summary:not(.no-rating) .action,
  [data-appearance="carousel"] .product-items .product-reviews-summary:not(.no-rating) .action {
    text-decoration: none;
  }
  .products-grid .product-items .product-reviews-summary:not(.no-rating) .action span,
  [data-appearance="carousel"] .product-items .product-reviews-summary:not(.no-rating) .action span {
    display: none;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-block-header {
    padding: 0 20px 5px;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item {
    max-width: calc(100% / 1);
    padding: 15px;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .amsearch-image .amsearch-product-image-container {
    width: 100% !important;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .amsearch-image .amsearch-product-image-container .product-image-wrapper .product-image-photo {
    width: 100%;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions {
    width: 100%;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .actions-primary .action.tocart.primary {
    font-size: 1rem;
    width: 100%;
  }
}
@media all and (min-width: 640px) {
  .amwishlist-button:not(.-regular) {
    width: auto;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 36px;
    max-height: none;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-button.-empty {
    position: initial;
    flex-grow: 1;
    margin: 0 0 0 10px;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-image {
    float: none;
    width: 70px;
    height: 70px;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-name {
    display: flex;
    margin: 0 20px;
    max-height: 60px;
    width: 30%;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-qty-block {
    margin: 0 10px;
    width: 20%;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-sku {
    overflow: hidden;
    margin: 0 10px;
    width: 378px;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-price {
    flex-basis: auto;
    overflow: initial;
    margin: 0 10px;
    width: 25%;
  }
  .page-product-giftcard .product-info-price .amprice-history-container {
    clear: both;
    padding-top: .5rem;
  }
  .amqorder-item.-bundle .product-options-wrapper .amqorder-qty-block {
    justify-content: center;
    margin: 0;
  }
  .amqorder-item.-bundle .product-options-wrapper .amqorder-options-list {
    flex-basis: 55%;
    max-width: 475px;
  }
  .amqorder-qty-block .amqorder-qty-block {
    white-space: inherit;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 36px;
    max-height: none;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-button.-empty {
    position: initial;
    flex-grow: 1;
    margin: 0 0 0 10px;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-image {
    float: none;
    width: 70px;
    height: 70px;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-name {
    display: flex;
    margin: 0 20px;
    max-height: 60px;
    width: 30%;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-qty-block {
    margin: 0 10px;
    width: 20%;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-sku {
    overflow: hidden;
    margin: 0 10px;
    width: 378px;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-price {
    flex-basis: auto;
    overflow: initial;
    margin: 0 10px;
    width: 25%;
  }
  .amqorder-buttons-block.-qty-2 .amqorder-button,
  .amqorder-buttons-block.-qty-3 .amqorder-button {
    flex-grow: inherit;
  }
  .amqorder-buttons-block.-qty-2 .amqorder-button.-checkout,
  .amqorder-buttons-block.-qty-3 .amqorder-button.-checkout {
    flex-basis: 100px;
    margin-top: 0;
  }
  .amqorder-grid-block .amqorder-toolbar-block {
    padding: 25px 15px;
  }
  .amqorder-grid-block .amqorder-toolbar-block.-disabled .amqorder-button {
    pointer-events: none;
  }
  .amqorder-grid-block .amqorder-toolbar-block.-pagination .amqorder-pager-block {
    order: -1;
    margin: 0 auto 0 0;
  }
  .amqorder-grid-block .amqorder-toolbar-block.-pagination .amqorder-button:not(.-arrow) {
    margin: 0 0 0 20px;
  }
  .amqorder-grid-block .amqorder-toolbar-block:not(.-pagination) .amqorder-button.-clear-list {
    flex-basis: auto;
    margin: 0 0 0 auto;
  }
  .amqorder-grid-block .amqorder-toolbar-block .amqorder-pager-block {
    flex-basis: auto;
    order: inherit;
    margin: 0 10px 0 0;
    padding: 0;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 100px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow {
    display: inline-block;
    width: 13px;
    height: 25px;
    margin-top: 3px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiNDMkMyQzIiLz48L3N2Zz4=) no-repeat center;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=) no-repeat center;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-minus {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-plus {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    margin: 0 3px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty > .mage-error:not(.amconf-matrix-input) {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .abs-form-field__media-sm__column-2 .fieldset {
    letter-spacing: -.25em;
  }
  .abs-form-field__media-sm__column-2 .fieldset > :not(.fieldset) {
    letter-spacing: normal;
  }
  .abs-form-field__media-sm__column-2 .fieldset > .field {
    padding-right: 0.5rem;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field__media-sm__column-2 .fieldset > :not(.field) ~ .field:not(.field .field):nth-child(3) {
    margin-top: 0;
  }
  .abs-form-field__media-sm__column-2 .fields .field + .field + .field {
    margin-top: 0.5rem;
  }
  .abs-form-row-builder .fields .fieldset {
    width: 80%;
    grid-template-columns: 1fr 1fr;
  }
  .wimakeit-page-narrow .breadcrumbs,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .breadcrumbs {
    display: none;
  }
  .wimakeit-page-narrow .page-title-wrapper,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-title-wrapper {
    margin: 4rem 0;
    text-align: center;
  }
  .wimakeit-page-narrow .page-main,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main {
    padding-bottom: 2rem;
  }
  .wimakeit-page-narrow .page-main .columns,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main .columns {
    max-width: 640px;
    margin: 0 auto;
  }
  .ui-dialog.popup {
    width: 24rem;
  }
  .modal-slide,
  .modal-popup,
  .modal-custom {
    justify-content: center;
  }
  .tooltip.wrapper .tooltip.content {
    right: auto;
    left: 0;
  }
  .sm\:hide,
  .sm-hide {
    display: none !important;
  }
  .sm\:show,
  .sm-show {
    display: revert !important;
  }
  .sm\:flex,
  .sm-flex {
    display: flex !important;
  }
  .sm\:grid {
    display: grid !important;
  }
  .header.panel,
  .header.content {
    --container-max-width: 100%;
  }
  :root {
    --listing-grid-columns: 3;
  }
  .block-search {
    position: relative;
  }
  .minisearch .control {
    background: transparent;
    position: static;
    display: block;
    padding: 0;
  }
  .minisearch .actions {
    display: flex;
    position: static;
  }
}
@media all and (min-width: 768px), print {
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary,
  #store-selector .form-continue .actions-toolbar .amshopby-button,
  #store-selector .form-continue .actions-toolbar .am-filter-go {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .amcorder-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .amcompany-button:not(.-regular),
  .amcompany-customer-account .page-main .action.primary,
  .amcompany-customer-account .page-main .amshopby-button,
  .amcompany-customer-account .page-main .am-filter-go {
    width: auto;
  }
  .amcompany-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .amcompany-paycard-block {
    max-width: 370px;
    min-height: 230px;
  }
  .amcompany-customer-account .page-main .actions-toolbar > .primary,
  .amcompany-customer-account .page-main .actions-toolbar > .secondary {
    width: auto;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amwishlist-wishlist-index .pager .pages {
    flex-basis: auto;
  }
  .amwishlist-wishlist-index .pager .limiter {
    margin: 0;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-toolbar-block.-mass-action {
    box-shadow: none;
    flex-wrap: nowrap;
    padding: 0 0 35px;
    position: initial;
    z-index: initial;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button {
    height: 40px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
    margin: 0 20px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link) {
    min-width: 116px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link):not(:last-child) {
    flex-basis: auto;
    margin: 0 10px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-addtolist {
    flex-basis: 196px;
    margin: 0 0 0 auto;
  }
  .amwishlist-product-grid > .amwishlist-items {
    margin: 0 -20px;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(50% - 20px);
  }
  .amwishlist-popup-block .amwishlist-content {
    padding: 0 30px;
  }
  .amwishlist-popup-block .amwishlist-toolbar.-footer {
    box-shadow: 0 -10px 30px rgba(190, 198, 218, 0.1), 0 -5px 15px rgba(190, 198, 218, 0.09);
    padding: 20px 30px;
  }
  .amwishlist-popup-block .amwishlist-list.-align-left {
    justify-content: flex-start;
  }
  .amwishlist-popup-block .amwishlist-button.-create-list {
    padding: 0 0 20px;
  }
  .amwishlist-popup-block .amwishlist-button.-addtolist {
    max-width: 194px;
  }
  .amwishlist-popup-block .amwishlist-tabs-block.-title {
    margin: 0 0 20px;
  }
  .amwishlist-newlist-block .amwishlist-button.-plus {
    padding: 0 0 20px;
  }
  .ammessenger-widget-container.-center.-right .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container,
  .ammessenger-widget-container.-top.-right .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container,
  .ammessenger-widget-container.-center.-right .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container .ammessenger-item,
  .ammessenger-widget-container.-top.-right .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container .ammessenger-item {
    transform: scale(1, -1);
  }
  .ammessenger-widget-container.-center.-left .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container,
  .ammessenger-widget-container.-top.-left .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container,
  .ammessenger-widget-container.-center.-left .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container .ammessenger-item,
  .ammessenger-widget-container.-top.-left .ammessenger-widget-component:not(.-drop-line.-opened) .ammessenger-messengers-container .ammessenger-item {
    transform: scale(-1);
  }
  .ammessenger-widget-container.-top.-right .ammessenger-widget-component.-opened.-drop-circle .ammessenger-messengers-container .ammessenger-item {
    transform: scale(2, -2);
  }
  .ammessenger-widget-container.-top.-right .ammessenger-widget-component.-opened.-drop-circle .ammessenger-messengers-container .ammessenger-item:hover {
    transform: scale(2.5, -2.5);
  }
  .ammessenger-widget-container.-top.-left .ammessenger-widget-component.-opened.-drop-circle .ammessenger-messengers-container .ammessenger-item {
    transform: scale(-2);
  }
  .ammessenger-widget-container.-top.-left .ammessenger-widget-component.-opened.-drop-circle .ammessenger-messengers-container .ammessenger-item:hover {
    transform: scale(-2.5);
  }
  .ammessenger-widget-container.-top .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container,
  .ammessenger-widget-container.-center .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container {
    transform: scale(1, -1);
  }
  .ammessenger-widget-container.-top .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item,
  .ammessenger-widget-container.-center .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item {
    transform: translateX(-50%) scale(2, -2);
  }
  .ammessenger-widget-container.-top .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:hover,
  .ammessenger-widget-container.-center .ammessenger-widget-component.-opened.-drop-line .ammessenger-messengers-container .ammessenger-item:hover {
    transform: translateX(-50%) scale(2.5, -2.5);
  }
  .ammessenger-privacy-policy .ammessenger-popup {
    width: 700px;
  }
  .ammessenger-privacy-policy .ammessenger-actions {
    flex-direction: row;
  }
  .ammessenger-privacy-policy .ammessenger-button.-accept {
    order: 1;
    margin: 0;
  }
  .ammessenger-privacy-policy .ammessenger-button.-reject {
    order: 0;
    margin-right: 15px;
  }
  .amqorder-search-block {
    padding: 30px 15px 35px;
  }
  .amqorder-search-block .amqorder-qty-block {
    display: flex;
  }
  .amqorder-popup-block .amqorder-labels-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0 0 10px;
    color: #777;
    list-style: none;
    text-align: left;
    font-size: 14px;
  }
  .amqorder-popup-block .amqorder-header {
    font-weight: 600;
  }
  .amqorder-popup-block .amqorder-item {
    margin: 0;
  }
  .amqorder-popup-block .amqorder-item.-index {
    flex-basis: 15%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-item.-sku {
    flex-basis: 55%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-item.-reason {
    flex-basis: 30%;
  }
  .amqorder-popup-block .amqorder-errors-list {
    max-height: 360px;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-item {
    flex-wrap: nowrap;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-index,
  .amqorder-popup-block .amqorder-errors-list .amqorder-sku,
  .amqorder-popup-block .amqorder-errors-list .amqorder-reason {
    display: inline-block;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-index:before,
  .amqorder-popup-block .amqorder-errors-list .amqorder-sku:before,
  .amqorder-popup-block .amqorder-errors-list .amqorder-reason:before {
    content: none;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-index {
    flex-basis: 15%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-sku {
    flex-basis: 55%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-reason {
    flex-basis: 30%;
  }
  .amquote-addto-button {
    width: 49%;
  }
  .amquote-action-wrap .action.tocart {
    width: 48%;
  }
  .amquote-cart-wrapper.minicart-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    margin: 0 5px 0 20px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 390px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
    transform: none;
  }
  .quote-details {
    padding: 0;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    flex-basis: auto;
  }
  .amasty_quote-cart-index .cart.main.actions .action:not(:last-child):not(:first-child) {
    margin: 0 calc(5px) 0 0;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:not(:first-child):last-of-type {
    margin: 0;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 12.5px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']) {
    margin: 20px 0 0;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: none;
    margin: 18px auto;
    padding: 10px;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    margin: auto 0 0;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 20px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 20px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-socials-checkout {
    max-width: 500px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  .amstock-popup-block {
    overflow: auto;
    padding-bottom: 50px;
    max-width: 565px;
    max-height: calc(100% - 25px * 2);
    height: auto;
  }
  .amstock-popup-block > .amstock-button.-close {
    margin: 10px 5px;
    padding: 15px;
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  .amstock-popup-block > .amstock-content {
    max-height: 375px;
  }
  .amstock-popup-block .amstock-item {
    align-items: center;
    flex-direction: row;
    padding: 5px 0;
  }
  .amstock-popup-block .amstock-item > .amstock-title {
    margin-bottom: 0;
    padding: 0 5px;
  }
  .amstock-popup-block .amstock-item > .amstock-value {
    flex-wrap: nowrap;
    padding: 0 5px;
  }
  .amstorecredit-pager .limiter {
    float: right;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .product.data.items .block.crosssell .products-grid .product-item {
    width: 25%;
    margin: 0;
  }
  .product.data.items .block.crosssell .product-item-actions {
    margin-top: 10px;
  }
  .product.data.items.collapsed > [role=tablist] {
    float: left;
    overflow-x: visible;
  }
  .product.data.items.collapsed > [role=tablist] > .item.title > .switch {
    padding: 0.25rem 1rem 0.25rem 1rem;
  }
  .product.data.items.accordion {
    margin: 0;
    padding: 0;
  }
  .product.data.items.accordion > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items.accordion > .item.title > .switch {
    display: block;
  }
  .product.data.items.accordion > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items.accordion > .item.content:before,
  .product.data.items.accordion > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.accordion > .item.content:after {
    clear: both;
  }
  .product.data.items.accordion > .item.content.active {
    display: block;
  }
  .product.data.items.accordion > .item.title {
    margin: 0 0 0.25rem;
  }
  .product.data.items.accordion > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 2rem;
    padding: 0.25rem 1rem 0.25rem 1rem;
    font-weight: 500;
    line-height: 2rem;
    font-size: 2rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:active {
    color: #111827;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:active,
  .product.data.items.accordion > .item.title.active > .switch,
  .product.data.items.accordion > .item.title.active > .switch:focus,
  .product.data.items.accordion > .item.title.active > .switch:hover {
    color: #111827;
    text-decoration: none;
    padding-bottom: 0.25rem;
  }
  .product.data.items.accordion > .item.content {
    background: #ffffff;
    margin: -1px 0 -1px;
    padding: 1rem 1rem 1rem 1rem;
  }
  .product.data.items.accordion > .item.title.active > .switch,
  .product.data.items.accordion > .item.title.active > .switch:focus,
  .product.data.items.accordion > .item.title.active > .switch:hover {
    padding: 0.25rem 1rem 0.25rem 1rem;
  }
  .product.data.items.accordion > .item.title a::after {
    display: block !important;
  }
  .product.data.items.accordion > .item.content:not([aria-hidden]) {
    display: none;
  }
  .product.data.items.expanded {
    display: flex;
    flex-flow: row wrap;
  }
  .product.data.items.expanded > .item.title {
    width: 25%;
    padding: 0rem 0.5rem 0rem 0.5rem;
  }
  .product.data.items.expanded > .item.content {
    border-top: 1px solid #d1d1d1;
    width: calc(75% - 1px);
    padding: 2rem 0.5rem 2rem 0.5rem;
  }
  .product.info.detailed .tabs-toolbar {
    background: #ffffff;
    box-shadow: 0 1px 0 #d1d1d1;
    top: 0;
    z-index: 99;
    display: flex;
    position: sticky;
    text-align: center;
  }
  .product.info.detailed .tabs-toolbar-item {
    color: currentColor;
    font-weight: bold;
    margin: 0;
    padding: 1rem 2rem;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product.info.detailed .tabs-toolbar-item.active {
    background: #ffffff;
    box-shadow: 0 2px 0 currentColor;
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > .item.title {
    visibility: hidden;
    height: 0;
    width: 100%;
    border: 0;
    padding: 0;
    overflow: hidden;
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > .item.content {
    width: 100%;
  }
  .block.newsletter .form.subscribe.hidden-consents > .field,
  .block.newsletter .form.subscribe.visible-consents > .field,
  .block.newsletter .form.subscribe.hidden-consents > .actions,
  .block.newsletter .form.subscribe.visible-consents > .actions {
    float: none;
  }
  .cookie-bar-mode-minimalistic .cookie-bar-container {
    flex-direction: row;
    align-items: center;
  }
  .cookie-bar-mode-minimalistic .cookie-bar-buttons {
    justify-content: flex-end;
    max-width: 50%;
  }
  .cookie-settings-multicols .cookie-groups {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cookie-settings-multicols .cookie-group {
    width: calc(50% - 7px);
  }
  .cookie-settings-multicols .cookie-group-description {
    min-height: 85px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: transform 0.05s ease-in-out;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    filter: drop-shadow(0px 0px 1px #007aff);
    transform: scale(1.1);
  }
  .swiper-button-black:hover {
    filter: drop-shadow(0px 0px 1px #000);
  }
  .swiper-button-white:hover {
    filter: drop-shadow(0px 0px 1px #fff);
  }
  .amconf-matrix-table-wrap .amconf-matrix-title {
    font-size: 14px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    max-width: 40px;
    padding: 0 5px;
  }
  .wimakeit-page-narrow .page-main .columns,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main .columns {
    max-width: 768px;
  }
  .block-collapsible-nav > .title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .block-collapsible-nav .content {
    padding: 0.75rem 0;
    background: #f9fafb;
  }
  .block-collapsible-nav .content .item > a,
  .block-collapsible-nav .content .item > strong {
    padding: 0.375rem 0.75rem;
    border-left: 3px solid transparent;
  }
  .block-collapsible-nav .content .current > a,
  .block-collapsible-nav .content .current > strong {
    border-color: #00578a;
  }
  .block-collapsible-nav .content .delimiter {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .block-collapsible-nav .content {
    position: sticky;
    top: 0.5rem;
    left: 0;
  }
  .modal-slide,
  .modal-popup,
  .modal-custom {
    --modal-padding-x: 2rem;
  }
  .modal-inner-wrap {
    transform: scale(0.97);
  }
  .md\:hide,
  .md-hide {
    display: none !important;
  }
  .md\:show,
  .md-show {
    display: revert !important;
  }
  .md\:flex,
  .md-flex {
    display: flex !important;
  }
  .md\:a-right,
  .md-a-right {
    text-align: right;
  }
  .md\:grid {
    display: grid !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .popup-authentication .block-authentication {
    flex-direction: row;
    gap: 2rem;
  }
  .popup-authentication .block-authentication > .block {
    flex-grow: 1;
    flex-basis: 0;
  }
  .block .box {
    width: 50%;
    float: left;
    max-width: 400px;
  }
  .block .box:last-child {
    margin: 0;
  }
  .block .box:nth-child(2n+1) {
    clear: left;
  }
  .product-item-info .actions-primary {
    transition: 0.2s all ease-in;
    transition: 0.3s all ease-in;
    transition: all 0.1s ease-in;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    pointer-events: none;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%) translateY(40%);
    top: 33%;
    left: 50%;
  }
  .wimakeit-inactive .product-item-info .actions-primary {
    transition: none !important;
  }
  .product-item-info:hover .actions-primary {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%);
  }
  .product-item-info .actions-secondary {
    position: absolute;
    z-index: 5;
    flex-direction: column;
    top: calc(.25rem + var(--listing-grid-item-padding, 0px));
    right: calc(.25rem + var(--listing-grid-item-padding, 0px));
    opacity: 0;
    transition: 0.2s all ease-in;
    transition: 0.3s all ease-in;
    transition: all 0.1s ease-in;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .wimakeit-inactive .product-item-info .actions-secondary {
    transition: none !important;
  }
  .product-item-info .actions-secondary span {
    display: none;
  }
  .product-item-info:hover .actions-secondary {
    opacity: 1;
  }
  .action.action-show-popup:hover,
  .action.action-select-shipping-item:hover {
    color: #ffffff !important;
  }
  .page-layout-3columns .page-main > .columns,
  .page-layout-2columns-left .page-main > .columns {
    grid-template-columns: var(--sidebar-width) 1fr;
    grid-template-areas: "sidebar main" "additional main";
  }
  .page-layout-2columns-right .page-main > .columns {
    grid-template-columns: 1fr var(--sidebar-width);
    grid-template-areas: "main sidebar" "main additional";
  }
  .d-flex-rtl {
    justify-content: flex-end !important;
  }
  .d-flex-ltr {
    justify-content: flex-start !important;
  }
  .navigation-wrapper .mobile-header-panel {
    display: none;
  }
  .navigation-wrapper .mobile-website-switcher {
    display: none;
  }
  .navigation-wrapper .mobile-header-bottom-right {
    display: none;
  }
  .header.content .account-dropdown .dropdown {
    width: max-content;
  }
  .panel.header .panel-left,
  .panel.header .panel-right {
    max-width: 25%;
  }
  .panel.header .panel-middle {
    max-width: 50%;
  }
  .column.main .block.filter .filter-options-content {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: -9999px;
    color: rgba(var(--base-color), var(--base-alpha, 1));
    --base-color: 17, 24, 39;
    --base-alpha: 1;
    --headings-color: var(--base-color);
    --headings-alpha: 1;
    --block-title-color: var(--base-color);
    --link-color: var(--blue);
    --link-alpha: 0.85;
    --muted-bg: rgba(245, 245, 245, 1);
    --muted-bg-alpha: 1;
    --ring-color: var(--brand-color);
    --ring-alpha: 1;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
    --button-color: 255, 255, 255;
    --button-primary-color: 255, 255, 255;
    --button-primary-bg: var(--brand-color);
    --button-primary-border-color: var(--button-bg);
    --button-secondary-color: var(--gray-600);
    --button-secondary-bg: var(--gray-200);
    --button-secondary-border-color: var(--button-secondary-bg);
    --input-color: 17, 24, 39;
    --input-alpha: 1;
    --input-bg: var(--base-bg);
    --input-bg-alpha: 1;
    --input-border-color: 221, 221, 221;
    --input-border-alpha: 1;
    transition: 0.2s all ease-in;
    transition: 0.3s all ease-in;
    transition: all 0.1s ease-in;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    padding: var(--dropdown-padding);
    width: var(--dropdown-width);
    transform-origin: top;
    transform: scale(0.95);
    z-index: 850;
    visibility: hidden;
    margin-top: 0.125rem;
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    border-radius: 0.25rem;
    text-align: left;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  }
  .wimakeit-inactive .column.main .block.filter .filter-options-content {
    transition: none !important;
  }
  .wimakeit .column.main .block.filter .filter-options-content {
    display: block !important;
  }
  .column.main .block.filter .filter-options-content[aria-hidden=false] {
    z-index: 851;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: scale(1);
    top: auto;
  }
  .column.main .block.filter .filter-options-content .item {
    display: block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    --divider-alpha: 0.05;
    cursor: pointer;
    display: flex;
  }
  .column.main .block.filter .filter-options-content .item:hover {
    background: rgba(245, 245, 245, 1);
  }
  .column.main .block.filter {
    margin-bottom: 1rem;
  }
  .column.main .block.filter .filter-title {
    display: none;
  }
  .column.main .block.filter .filter-current {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-right: 0.5rem;
  }
  .column.main .block.filter .filter-current-subtitle {
    padding: 0.25rem 0;
    flex-shrink: 0;
  }
  .column.main .block.filter .filter-current-subtitle::after {
    content: ':';
  }
  .column.main .block.filter .filter-current .items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .column.main .block.filter .filter-current li {
    padding: 0.25rem 0.75rem;
    background: #f9fafb;
    border-radius: 24rem;
  }
  .column.main .block.filter .filter-current ~ .filter-options {
    margin-top: 0.25rem;
  }
  .column.main .block.filter .filter-actions {
    display: inline-flex;
  }
  .column.main .block.filter .filter-options {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.75rem;
  }
  .column.main .block.filter .filter-options-item {
    margin: 0;
    border: 0;
    position: relative;
  }
  .column.main .block.filter .filter-options a {
    display: block;
  }
  .column.main .block.filter .filter-options .item > a {
    flex-grow: 1;
  }
  .column.main .block.filter .filter-options-title::after {
    opacity: 0.3;
  }
  .column.main .block.filter .filter-options-content {
    display: block !important;
    height: auto;
    width: 13rem;
    right: auto;
    left: -9999px;
    margin-left: -6rem;
  }
  .column.main .block.filter .filter-options-content[aria-hidden=false] {
    left: 50%;
  }
  .column.main .block.filter .filter-options-content > :first-child {
    margin: 0;
  }
  .block.filter filter-content,
  .block.filter .filter-title strong::after {
    transition: none;
  }
  .page-layout-1column {
    --listing-grid-columns: 4;
  }
  .navigation-wrapper #navpro-topnav .li-item .parent > a {
    width: 100%;
  }
  .navigation-wrapper #navpro-topnav .li-item .parent > a::after {
    transform: translateY(50%);
  }
  .navigation-wrapper #navpro-topnav .li-item.level0.parent .level-top .ui-menu-icon {
    display: none !important;
  }
  .navigation-wrapper #navpro-topnav .li-item.level0.first {
    display: flex;
    align-items: center;
    background: #00578a;
    color: white;
    border-radius: 4px;
  }
  .navigation-wrapper #navpro-topnav .li-item.level0.first.opened a {
    background: transparent;
  }
  .navigation-wrapper #navpro-topnav .li-item.level0.first.has-active a {
    background: transparent;
  }
  .navigation-wrapper #navpro-topnav .li-item.level0.first:hover a {
    background: transparent;
  }
  .navigation-wrapper #navpro-topnav .li-item.level0.first::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 5.125c0-.345.28-.625.625-.625h16.25a.626.626 0 0 1 0 1.25H3.625A.625.625 0 0 1 3 5.125m0 6.25c0-.344.28-.625.625-.625h16.25c.344 0 .625.281.625.625a.627.627 0 0 1-.625.625H3.625A.626.626 0 0 1 3 11.375m16.875 6.875H3.625a.626.626 0 0 1 0-1.25h16.25c.344 0 .625.281.625.625a.627.627 0 0 1-.625.625" fill="currentColor"/></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    margin-left: 10px;
  }
  .navigation-wrapper #navpro-topnav .li-item.level0 {
    padding: 5px;
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown {
    width: 320px !important;
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown:not(.navpro-dropdown-level1).shown {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item {
    display: flex;
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.has-active,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.active,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item:hover,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.opened {
    background: rgba(245, 245, 245, 1);
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.has-active::before,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.active::before,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item:hover::before,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.opened::before {
    background: #00578a;
    content: "";
    width: 5px;
    display: inline-block;
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.has-active:hover::before,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.active:hover::before,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item:hover:hover::before,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.opened:hover::before {
    width: 5px;
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.has-active a,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.active a,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item:hover a,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.opened a {
    width: 100%;
    text-decoration: none;
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.has-active a::after,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.active a::after,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item:hover a::after,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.opened a::after {
    transform: translateY(50%);
  }
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.has-active a.opened,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.active a.opened,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item:hover a.opened,
  .navigation-wrapper #navpro-topnav .li-item .navpro-dropdown .children .li-item.opened a.opened {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  [data-action="toggle-nav"] {
    display: none;
  }
  .navigation > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  .navigation-wrapper li > a:hover,
  .navigation-wrapper .opened > a {
    background: rgba(245, 245, 245, 1);
  }
  .navigation-wrapper li > a.level-top:hover,
  .navigation-wrapper .opened > a.level-top {
    background: rgba(245, 245, 245, 1);
  }
  .navigation-wrapper li.active > a.level-top,
  .navigation-wrapper li.has-active > a.level-top,
  .navigation-wrapper li.active > a.level-top:hover,
  .navigation-wrapper li.has-active > a.level-top:hover {
    background: rgba(245, 245, 245, 1);
  }
  .navigation-wrapper .parent > a .ui-icon {
    display: none;
  }
  .navigation-wrapper .parent > a::after {
    transition: none;
  }
  .navigation-wrapper .parent.level-top > a::after {
    transform: rotate(90deg);
  }
  .navigation-wrapper .submenu {
    width: 13rem;
    top: -9999px;
    left: -9999px;
    right: auto;
    border-radius: 0.25rem;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  }
  .navigation-wrapper .submenu.shown {
    top: 100%;
    left: 0;
  }
  .navigation-wrapper .submenu .submenu.shown {
    top: -0.125rem !important;
    left: calc(100% - 1rem) !important;
  }
  .mgz-element-product_slider .owl-carousel .owl-nav {
    float: right;
  }
  .mgz-element-product_slider .owl-carousel .owl-dots {
    float: left;
    display: none;
  }
  .mgz-element-content_slider .owl-nav button:hover {
    background-color: transparent !important;
  }
  .pagebuilder-mobile-only {
    display: none;
  }
  .product-info-wrapper {
    row-gap: 0;
    grid-template-columns: 40%;
    grid-template-areas: "media main" "media main";
  }
  .product-info-wrapper .page-title-wrapper {
    margin-bottom: 0.125rem;
  }
  .product.info #reviews::after {
    content: '';
    display: table;
    clear: both;
  }
  .product.info .review-add + .review-list,
  .product.info #product-review-container {
    float: right;
    width: 55%;
  }
  .product.info .review-add {
    float: left;
    width: 42%;
  }
  .product.media:not(:has(.opened)),
  .product-info-wrapper .product-info-main {
    position: sticky;
    top: 1rem;
    z-index: 20;
    align-self: flex-start;
  }
  .modal-content .product.media:not(:has(.opened)),
  .modal-content .product-info-wrapper .product-info-main {
    top: 0;
  }
  .bundle-options-container {
    margin: 1rem 0;
  }
  .bundle-wrapper {
    align-items: flex-start;
    flex-direction: row;
  }
  .bundle-wrapper > div {
    width: 50%;
  }
  .bundle-wrapper .block-bundle-summary {
    position: sticky;
    top: 0;
    right: 0;
  }
  .block-bundle-summary .content {
    gap: 0.5rem;
  }
  .block-bundle-summary .bundle-summary {
    order: initial;
  }
  .block-bundle-summary .subtitle {
    display: block;
    border: 0;
    padding: 0;
  }
  .catalog-product-view.page-layout-1column {
    --listing-grid-columns: 3;
  }
  #amasty-gallery-images .slick-track {
    display: flex;
    gap: 25px;
  }
  .page-bottom .widget-recent {
    --listing-grid-columns: 4;
  }
  .search-wimakeit {
    display: none;
  }
  .checkout-container {
    --checkout-step-padding-x: 2rem;
  }
  .opc-wrapper {
    float: left;
    clear: left;
    margin-bottom: 1rem;
    width: calc(100% - var(--sidebar-width) - var(--sidebar-gap));
  }
  .opc-sidebar.modal-custom {
    position: sticky;
    z-index: initial;
    top: 1rem;
    padding: 0;
    width: var(--sidebar-width);
    margin-bottom: 1.5rem;
    float: right;
    visibility: visible;
    pointer-events: all;
  }
  .opc-sidebar.modal-custom .modal-inner-wrap {
    opacity: 1;
    transform: none;
    box-shadow: none;
    max-height: none;
    border-radius: 0;
    border-radius: 0.25rem;
  }
  .opc-sidebar.modal-custom .modal-content {
    margin: 0;
    padding: var(--checkout-step-padding-y) var(--checkout-step-padding-x);
  }
  .opc-sidebar.modal-custom [data-role="focusable-start"],
  .opc-sidebar.modal-custom [data-role="focusable-end"],
  .opc-sidebar.modal-custom .modal-header,
  .opc-sidebar.modal-custom .modal-footer {
    display: none;
  }
  .opc-sidebar.modal-custom {
    background: rgba(255, 255, 255, .5);
    border: 2px solid #eff3f6;
    border-radius: 0.25rem;
  }
  .opc-sidebar.modal-custom .minicart-items-wrapper::after {
    background: linear-gradient(rgba(var(--base-bg), 0), rgba(var(--base-bg), 1));
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-sidebar .modal-content {
    overflow: visible;
  }
  .cart-container {
    --sidebar-width: 220px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
  }
  .checkout-cart-index .cart-container > * {
    width: calc(100% - var(--sidebar-width));
    padding-right: 2%;
  }
  .cart-container .cart-summary {
    position: sticky;
    top: 1rem;
    width: var(--sidebar-width);
    margin-top: 8px;
  }
  .cart-container .cart-summary #block-shipping {
    display: none !important;
  }
  .cart.table-wrapper .gift-content {
    width: 420px;
  }
  body.account {
    --sidebar-width: 300px;
  }
  .login-container {
    display: flex;
    gap: 3rem;
    flex-direction: row;
  }
  .login-container > .block {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 !important;
  }
  .login-container > .block .block-title {
    font-size: 1.5rem;
  }
  .form-edit-account > .fieldset,
  .form-address-edit > .fieldset {
    width: 48%;
    max-width: 420px;
    margin-right: 2%;
  }
  .order-details-items .order-title {
    display: none;
  }
  .privacy-policy {
    grid-template-columns: var(--sidebar-width) 1fr;
    grid-template-areas: "sidebar main";
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .product.info.detailed {
    margin: 1rem 0;
  }
}
@media all and (min-width: 1024px), print {
  .amcompany-tree-block .jstree-checkbox:hover {
    background: #00578a;
    border-color: #00578a;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-tabs-block.-block .amwishlist-list.-active {
    justify-content: flex-start;
  }
  .amwishlist-product-grid .amwishlist-inner {
    background: #f4f5fa;
    left: 0;
    opacity: 0;
    padding: 0 15px 15px;
    position: absolute;
    right: 0;
    visibility: hidden;
    z-index: -1;
  }
  .amwishlist-product-grid > .amwishlist-items {
    justify-content: flex-start;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item.-active {
    background: #ffffff;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(25% - 20px);
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover {
    background: #f4f5fa;
    position: relative;
    z-index: 3;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover .amwishlist-inner {
    opacity: 1;
    visibility: visible;
    z-index: 4;
  }
  .amwishlist-list-grid .amwishlist-list {
    justify-content: flex-start;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item {
    flex-basis: 228px;
    margin: 0 8px 32px;
    padding: 15px 17px;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item:hover {
    background: #f4f5fa;
  }
  .amwishlist-list-grid .amwishlist-select-block {
    bottom: auto;
    top: 0;
  }
  .amwishlist-list-grid .amwishlist-button.-add {
    width: 100px;
  }
  .amwishlist-list-grid .amwishlist-name {
    font-size: 14px;
  }
  .amwishlist-list-grid .amwishlist-preview-block {
    min-height: 200px;
  }
  .amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
    height: 84px;
    margin: 4px;
    width: calc(50% - 4px * 2);
  }
  .amwishlist-field-block.-editable:hover:not(.-active) {
    background: #f4f5f7;
  }
  .amwishlist-field-block.-editable:hover .amwishlist-button.-edit {
    display: flex;
    height: 34px;
    margin: 0 5px 0 0;
  }
  .amwishlist-field-block.-editable .amwishlist-button.-edit {
    display: none;
    justify-content: flex-end;
    padding: 0 10px;
    position: absolute;
    width: 100%;
  }
  .amwishlist-checkbox-block .amwishlist-input:hover + .amwishlist-checker {
    background: #00578a;
    border-color: #00578a;
  }
  .amwishlist-search-block {
    margin: 0 0 40px;
  }
  .amwishlist-search-block .amwishlist-qty-block {
    display: flex;
  }
  .amwishlist-search-block .amwishlist-field {
    margin: 20px 0 0 0;
    max-width: 270px;
  }
  .amwishlist-list-block.-recently-viewed {
    margin: 0;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item {
    max-width: 175px;
    padding: 15px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item:before {
    height: 150px;
    width: 150px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-list {
    flex-wrap: wrap;
  }
  .amwishlist-page-title {
    order: 1;
  }
  .amwishlist-page-title .amwishlist-field-block.-title {
    flex-basis: 55%;
  }
  .amwishlist-page-title .amwishlist-toolbar {
    flex-basis: 40%;
    order: 1;
  }
  .amwishlist-page-title .amwishlist-counter {
    order: 3;
    padding: 0;
  }
  .amasty_quickorder-index-index .page-title {
    font-size: 40px;
  }
  .amqorder-item.-configurable .product-options-wrapper {
    margin: 0 -15px;
  }
  .amqorder-item.-configurable .product-options-wrapper .swatch-attribute,
  .amqorder-item.-configurable .product-options-wrapper .field {
    flex-basis: auto;
    padding: 0 15px 10px;
    max-width: 50%;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-price {
    display: flex;
  }
  .amqorder-grid-block .amqorder-header {
    margin: 0;
    padding: 35px 15px 20px;
    color: #777;
    list-style: none;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item {
    box-sizing: border-box;
    margin: 0;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item.-item {
    flex-grow: 2;
    text-align: left;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item.-action {
    text-align: right;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item.-sku {
    max-width: 130px;
  }
  .amqorder-grid-block .amqorder-options-block {
    margin: 0;
    padding: 0;
  }
  .amqorder-grid-block .amqorder-msg.-error {
    position: absolute;
    margin: 0;
  }
  .amqorder-grid-block .amqorder-sku {
    margin: 0;
    max-width: 130px;
  }
  .amqorder-grid-block .amqorder-sku:before {
    display: none;
  }
  .amqorder-grid-block .amqorder-button.-action {
    justify-content: flex-end;
    min-width: 70px;
  }
  .amqorder-grid-block .amqorder-messages-list {
    padding: 10px 0 5px;
  }
  .amqorder-grid-block .amqorder-button.-options {
    padding: 0;
  }
  .amqorder-grid-block .amqorder-items-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-qty {
    flex-basis: auto;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-qty:before {
    display: none;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-checkbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-name {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 0 10px;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-button.-action,
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-button.-options {
    display: flex;
  }
  .amqorder-grid-block .amqorder-items-block .amqorder-items-wrapper {
    flex-wrap: nowrap;
  }
  .amqorder-grid-block .amqorder-items-block > .amqorder-item,
  .amqorder-grid-block .amqorder-items-block > .amqorder-item.-weee {
    padding: 15px;
  }
  .amqorder-grid-block .amqorder-items-block .amqorder-image {
    float: none;
    margin: 0;
    max-width: inherit;
    width: auto;
  }
  .amqorder-grid-block .amqorder-items-block .amqorder-price {
    flex-basis: auto;
    font-weight: 400;
  }
  .amqorder-grid-block .amqorder-items-block .swatch-attribute,
  .amqorder-grid-block .amqorder-items-block .field {
    width: auto;
  }
  .amqorder-grid-block .amqorder-items-block .product-options-wrapper {
    padding: 25px 0 0;
  }
  .amqorder-item-info > .amqorder-price,
  .amqorder-item-info > .amqorder-button.-action,
  .amqorder-item-info > .amqorder-button.-options {
    display: none;
  }
  .amqorder-massaction-toolbar .amqorder-selected-toolbar {
    margin: 0 20px 0 0;
  }
  .amqorder-massaction-toolbar:first-child {
    justify-content: flex-end;
    width: 100%;
  }
  .amqorder-massaction-toolbar:first-child .amqorder-buttons-block {
    display: flex;
  }
  .amqorder-massaction-toolbar:last-child {
    justify-content: flex-end;
  }
  .amqorder-massaction-toolbar:last-child .amqorder-buttons-block {
    width: auto;
  }
  .catalog-category-view .amqorder-item-info .amqorder-checkbox-container,
  .catalogsearch-result-index .amqorder-item-info .amqorder-checkbox-container {
    position: inherit;
    padding: 0;
  }
  .catalog-category-view .amqorder-massaction-toolbar:last-child > .amqorder-selected-toolbar,
  .catalogsearch-result-index .amqorder-massaction-toolbar:last-child > .amqorder-selected-toolbar {
    margin: 0 20px 0 0;
  }
  .catalog-category-view .amqorder-massaction-toolbar:first-child,
  .catalogsearch-result-index .amqorder-massaction-toolbar:first-child {
    justify-content: flex-end;
    width: 100%;
  }
  .catalog-category-view .amqorder-massaction-toolbar:first-child .amqorder-buttons-block,
  .catalogsearch-result-index .amqorder-massaction-toolbar:first-child .amqorder-buttons-block {
    display: flex;
  }
  .catalog-category-view .amqorder-header,
  .catalogsearch-result-index .amqorder-header {
    width: 100%;
  }
  .catalog-category-view .amqorder-header .amqorder-item.-item,
  .catalogsearch-result-index .amqorder-header .amqorder-item.-item {
    min-width: 305px;
  }
  .catalog-category-view .amqorder-header .amqorder-item:not(.-selectall),
  .catalogsearch-result-index .amqorder-header .amqorder-item:not(.-selectall) {
    display: inline-block;
  }
  .catalog-category-view .amqorder-items-block .amqorder-item.-name,
  .catalogsearch-result-index .amqorder-items-block .amqorder-item.-name {
    min-width: 200px;
  }
  .amasty_quickorder-index-index .amqorder-grid-block .amqorder-header {
    display: flex;
  }
  .amasty_quickorder-index-index .amqorder-header .amqorder-item.-item {
    min-width: 315px;
  }
  .amasty_quickorder-index-index .amqorder-items-block .amqorder-item.-name {
    min-width: 210px;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .cookie-settings-cols3 .cookie-group {
    width: calc(33% - 7px);
  }
  .cookie-settings-cols4 .cookie-group {
    width: calc(25% - 7px);
  }
  .amconf-matrix-table-wrap .amconf-text {
    border-right: 1px solid #c4c4c4;
  }
  .amconf-matrix-table-wrap .amconf-cell:last-child .amconf-text {
    border: 0;
  }
  .lg\:hide,
  .lg-hide {
    display: none !important;
  }
  .lg\:show,
  .lg-show {
    display: revert !important;
  }
  .lg\:flex,
  .lg-flex {
    display: flex !important;
  }
  .lg\:grid {
    display: grid !important;
  }
  :root {
    --sidebar-width: 220px;
    --sidebar-gap: 2rem;
  }
  .page-layout-3columns .page-main > .columns {
    grid-template-columns: var(--sidebar-width) 1fr var(--sidebar-width);
    grid-template-areas: "sidebar main additional";
  }
  :root {
    --listing-grid-columns: 4;
  }
  .page-layout-1column {
    --listing-grid-columns: 5;
  }
  .page-layout-3columns {
    --listing-grid-columns: 3;
  }
  .page-bottom .widget-recent {
    --listing-grid-columns: 5;
  }
  .checkout-container {
    --sidebar-width: 380px;
    --sidebar-gap: 2.5rem;
  }
  .cart-container {
    --sidebar-width: 320px;
  }
  .customer-account-login.narrow-page.page-layout-1column .page-main .columns {
    max-width: 1024px;
  }
}
@media all and (min-width: 1260px), print {
  .amqorder-wrapper {
    flex-wrap: nowrap;
  }
  .amqorder-grid-block {
    order: inherit;
  }
  .amqorder-grid-block .amqorder-message {
    margin: 75px 0 0;
  }
  .amqorder-multiple-block {
    position: sticky;
    margin: 75px 0 0;
    padding: 30px;
    max-width: 370px;
  }
  .amqorder-multiple-block:not(.-active) {
    padding: 30px 15px;
    min-height: 320px;
    max-width: 72px;
  }
  .amqorder-multiple-block:not(.-active) .amqorder-title {
    transform: translate(-150px, 150px) rotate(90deg);
  }
  .amqorder-multiple-block .amqorder-button.-reverse {
    transition: 0.6s all ease-in;
  }
  .amqorder-multiple-block .amqorder-title {
    min-width: 340px;
  }
  .amasty_quickorder-index-index .amqorder-grid-block {
    margin: 0 30px 0 0;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  :root {
    --container-max-width: 1260px;
  }
  .xl\:hide,
  .xl-hide {
    display: none !important;
  }
  .xl\:show,
  .xl-show {
    display: revert !important;
  }
  .xl\:flex,
  .xl-flex {
    display: flex !important;
  }
  .xl\:grid {
    display: grid !important;
  }
  .header.panel,
  .header.content {
    --container-max-width: 1260px;
  }
  :root {
    --listing-grid-columns: 3;
  }
  .page-layout-1column {
    --listing-grid-columns: 4;
  }
  .xl-bg-clamp [data-background-images] {
    background-size: clamp(0px, 1400px, 100%) !important;
  }
  .xl-bg-center [data-background-images] {
    background-position: center !important;
  }
  .page-bottom .widget-recent {
    --listing-grid-columns: 4;
  }
}
.alma-cart-eligibility img {
    height: 45px;
}

.alma.payment-method .alma-plan-choices label {
    cursor: pointer;
    width: 28%;
    display: inline-block;
}
.alma.payment-method .alma-plan-choices label span {
    position: relative;
    padding-left: 0.2rem;
    bottom: 0.2rem  ;
}

.alma.payment-method .alma-plan-logo {
    height: 25px;
    vertical-align: bottom;
}

.alma.payment-method .alma-method-logo{
    position: relative;
    padding : 0 10px;
    float: right;
    bottom: 3.8rem;
    width: 50px;
}

.alma.payment-method ul.alma-installments {
    padding: 0;
    margin-bottom: 2rem;
}

.alma.payment-method ul.alma-installments li {
    list-style-type: none;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid silver;
}

.alma.payment-method ul.alma-installments li:last-child {
    border-bottom: none;
}

.alma.payment-method .alma-installment--amount-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.alma.payment-method .alma-installment--amount {
    font-weight: bolder;
}

.alma.payment-method .alma-installment--fee {
    font-weight: lighter;
    font-size: smaller;
}
.alma.payment-method .payment-method-description {
    font-size: smaller;
    color:grey;
    position:relative;
    bottom: 20px;
}
@charset "UTF-8";.fancyambox-enabled{overflow:hidden}.fancyambox-enabled body{overflow:visible;height:100%}.fancyambox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancyambox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancyambox-container~.fancyambox-container{z-index:99992}.fancyambox-bg,.fancyambox-inner,.fancyambox-outer,.fancyambox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancyambox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancyambox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyambox-is-open .fancyambox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyambox-caption-wrap,.fancyambox-infobar,.fancyambox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancyambox-show-caption .fancyambox-caption-wrap,.fancyambox-show-infobar .fancyambox-infobar,.fancyambox-show-toolbar .fancyambox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancyambox-infobar{top:0;left:50%;margin-left:-79px}.fancyambox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancyambox-toolbar{top:0;right:0}.fancyambox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancyambox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancyambox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancyambox-is-sliding .fancyambox-slide,.fancyambox-slide--current,.fancyambox-slide--next,.fancyambox-slide--previous{display:block}.fancyambox-slide--image{overflow:visible}.fancyambox-slide--image:before{display:none}.fancyambox-slide--video .fancyambox-content,.fancyambox-slide--video iframe{background:#000}.fancyambox-slide--map .fancyambox-content,.fancyambox-slide--map iframe{background:#e5e3df}.fancyambox-slide--next{z-index:99995}.fancyambox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancyambox-slide .fancyambox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-can-zoomOut .fancyambox-image-wrap{cursor:zoom-out}.fancyambox-can-zoomIn .fancyambox-image-wrap{cursor:zoom-in}.fancyambox-can-drag .fancyambox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancyambox-is-dragging .fancyambox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancyambox-image,.fancyambox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-spaceball{z-index:1}.fancyambox-slide--iframe .fancyambox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancyambox-iframe{display:block;padding:0;border:0;height:100%}.fancyambox-error,.fancyambox-iframe{margin:0;width:100%;background:#fff}.fancyambox-error{padding:40px;max-width:380px;cursor:default}.fancyambox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancyambox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancyambox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancyambox-close-small:hover:after{color:#555;background:#eee}.fancyambox-slide--iframe .fancyambox-close-small{top:0;right:-44px}.fancyambox-slide--iframe .fancyambox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancyambox-slide--iframe .fancyambox-close-small:hover:after{color:#fff}.fancyambox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancyambox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancyambox-caption a,.fancyambox-caption button,.fancyambox-caption select{pointer-events:all}.fancyambox-caption a{color:#fff;text-decoration:underline}.fancyambox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancyambox-button[disabled]{cursor:default;pointer-events:none}.fancyambox-button,.fancyambox-infobar__body{background:rgba(30,30,30,.6)}.fancyambox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancyambox-button:after,.fancyambox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancyambox-button[disabled]:after,.fancyambox-button[disabled]:before{opacity:.3}.fancyambox-button--left:after,.fancyambox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancyambox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancyambox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--left{border-bottom-left-radius:5px}.fancyambox-button--right{border-bottom-right-radius:5px}.fancyambox-button--close:after,.fancyambox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancyambox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancyambox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancyambox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancyambox-arrow--right{right:0}.fancyambox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancyambox-arrow--left:after,.fancyambox-arrow--right:after{left:0}.fancyambox-show-nav .fancyambox-arrow{opacity:.6}.fancyambox-show-nav .fancyambox-arrow[disabled]{opacity:.3}.fancyambox-slide>.fancyambox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancyambox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyambox-fx-slide.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancyambox-fx-fade.fancyambox-slide--next,.fancyambox-fx-fade.fancyambox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyambox-fx-fade.fancyambox-slide--current{opacity:1}.fancyambox-fx-zoom-in-out.fancyambox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancyambox-fx-rotate.fancyambox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancyambox-fx-circular.fancyambox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancyambox-fx-tube.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyambox-fx-tube.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyambox-fx-tube.fancyambox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancyambox-infobar{left:0;margin-left:0}.fancyambox-button--left,.fancyambox-button--right{display:none!important}.fancyambox-caption{padding:20px 0;margin:0}}.fancyambox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancyambox-button--pause:before,.fancyambox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancyambox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancyambox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancyambox-button--thumbs,.fancyambox-thumbs{display:none}@media (min-width:800px){.fancyambox-button--thumbs{display:inline-block}.fancyambox-button--thumbs span{font-size:23px}.fancyambox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancyambox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancyambox-show-thumbs .fancyambox-thumbs{display:block}.fancyambox-show-thumbs .fancyambox-inner{right:220px}.fancyambox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancyambox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancyambox-thumbs-loading{background:rgba(0,0,0,.1)}.fancyambox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancyambox-thumbs>ul>li.fancyambox-thumbs-active:before{opacity:1}}
@media all and (min-width: 768px), print {
    .amhideprice-form {
        max-width: 700px;
        width: 40%;
    }
}

@media all and (max-width: 767px), print {
    .amhideprice-form {
        width: 80%;
    }
}

.amhideprice-form {
    position: relative;
    padding: 30px;
    vertical-align: middle;
    background: #fafafa;
}

div.message.am-hide-message {
    display: inline-block;
    padding: 13px 70px;
}

.fancyambox-stage .amhideprice-form .legend span {
    font-size: 1.8rem;
}

.amhideprice-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.amhideprice-close:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) no-repeat center;
    background-size: contain;
}

a.amasty-hide-price-container {
    cursor: pointer;
}

.amasty-hide-price-container.hidden,
.price-final_price.hidden {
    display: none !important;
}

.widget.hide-price-observed {
    .amasty-hide-price-button {
        margin-bottom: 1rem;
    }
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
.askprice {

    margin-bottom: 15px;

    display: inline-block;

}

.special-price-button span{

    color: #006bb4;

    cursor: pointer;

}

.special-price-button span:hover{

    text-decoration: underline;

}

.md-tooltip{display: block;}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;box-shadow: none;}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/css/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-dots,.owl-carousel .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav{margin-top:10px}.owl-carousel .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-carousel .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-carousel .owl-nav .disabled{opacity:.5;cursor:default}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.mgz-fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.mgz-fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.mgz-fa-xs {
  font-size: 0.75em;
}
.mgz-fa-sm {
  font-size: 0.875em;
}
.mgz-fa-1x {
  font-size: 1em;
}
.mgz-fa-2x {
  font-size: 2em;
}
.mgz-fa-3x {
  font-size: 3em;
}
.mgz-fa-4x {
  font-size: 4em;
}
.mgz-fa-5x {
  font-size: 5em;
}
.mgz-fa-6x {
  font-size: 6em;
}
.mgz-fa-7x {
  font-size: 7em;
}
.mgz-fa-8x {
  font-size: 8em;
}
.mgz-fa-9x {
  font-size: 9em;
}
.mgz-fa-10x {
  font-size: 10em;
}
.mgz-fa-fw {
  text-align: center;
  width: 1.25em;
}
.mgz-fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.mgz-fa-ul > li {
  position: relative;
}
.mgz-fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.mgz-fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.mgz-fa-pull-left {
  float: left;
}
.mgz-fa-pull-right {
  float: right;
}
.mgz-fa.mgz-fa-pull-left,
.fas.mgz-fa-pull-left,
.far.mgz-fa-pull-left,
.fal.mgz-fa-pull-left,
.fab.mgz-fa-pull-left {
  margin-right: 0.3em;
}
.mgz-fa.mgz-fa-pull-right,
.fas.mgz-fa-pull-right,
.far.mgz-fa-pull-right,
.fal.mgz-fa-pull-right,
.fab.mgz-fa-pull-right {
  margin-left: 0.3em;
}
.mgz-fa-spin {
  animation: fa-spin 2s infinite linear;
}
.mgz-fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mgz-fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.mgz-fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.mgz-fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.mgz-fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.mgz-fa-flip-both,
.mgz-fa-flip-horizontal.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .mgz-fa-rotate-90,
:root .mgz-fa-rotate-180,
:root .mgz-fa-rotate-270,
:root .mgz-fa-flip-horizontal,
:root .mgz-fa-flip-vertical,
:root .mgz-fa-flip-both {
  filter: none;
}
.mgz-fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.mgz-fa-stack-1x,
.mgz-fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.mgz-fa-stack-1x {
  line-height: inherit;
}
.mgz-fa-stack-2x {
  font-size: 2em;
}
.mgz-fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.mgz-fa-500px:before {
  content: "\f26e";
}
.mgz-fa-accessible-icon:before {
  content: "\f368";
}
.mgz-fa-accusoft:before {
  content: "\f369";
}
.mgz-fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.mgz-fa-ad:before {
  content: "\f641";
}
.mgz-fa-address-book:before {
  content: "\f2b9";
}
.mgz-fa-address-card:before {
  content: "\f2bb";
}
.mgz-fa-adjust:before {
  content: "\f042";
}
.mgz-fa-adn:before {
  content: "\f170";
}
.mgz-fa-adobe:before {
  content: "\f778";
}
.mgz-fa-adversal:before {
  content: "\f36a";
}
.mgz-fa-affiliatetheme:before {
  content: "\f36b";
}
.mgz-fa-air-freshener:before {
  content: "\f5d0";
}
.mgz-fa-airbnb:before {
  content: "\f834";
}
.mgz-fa-algolia:before {
  content: "\f36c";
}
.mgz-fa-align-center:before {
  content: "\f037";
}
.mgz-fa-align-justify:before {
  content: "\f039";
}
.mgz-fa-align-left:before {
  content: "\f036";
}
.mgz-fa-align-right:before {
  content: "\f038";
}
.mgz-fa-alipay:before {
  content: "\f642";
}
.mgz-fa-allergies:before {
  content: "\f461";
}
.mgz-fa-amazon:before {
  content: "\f270";
}
.mgz-fa-amazon-pay:before {
  content: "\f42c";
}
.mgz-fa-ambulance:before {
  content: "\f0f9";
}
.mgz-fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.mgz-fa-amilia:before {
  content: "\f36d";
}
.mgz-fa-anchor:before {
  content: "\f13d";
}
.mgz-fa-android:before {
  content: "\f17b";
}
.mgz-fa-angellist:before {
  content: "\f209";
}
.mgz-fa-angle-double-down:before {
  content: "\f103";
}
.mgz-fa-angle-double-left:before {
  content: "\f100";
}
.mgz-fa-angle-double-right:before {
  content: "\f101";
}
.mgz-fa-angle-double-up:before {
  content: "\f102";
}
.mgz-fa-angle-down:before {
  content: "\f107";
}
.mgz-fa-angle-left:before {
  content: "\f104";
}
.mgz-fa-angle-right:before {
  content: "\f105";
}
.mgz-fa-angle-up:before {
  content: "\f106";
}
.mgz-fa-angry:before {
  content: "\f556";
}
.mgz-fa-angrycreative:before {
  content: "\f36e";
}
.mgz-fa-angular:before {
  content: "\f420";
}
.mgz-fa-ankh:before {
  content: "\f644";
}
.mgz-fa-app-store:before {
  content: "\f36f";
}
.mgz-fa-app-store-ios:before {
  content: "\f370";
}
.mgz-fa-apper:before {
  content: "\f371";
}
.mgz-fa-apple:before {
  content: "\f179";
}
.mgz-fa-apple-alt:before {
  content: "\f5d1";
}
.mgz-fa-apple-pay:before {
  content: "\f415";
}
.mgz-fa-archive:before {
  content: "\f187";
}
.mgz-fa-archway:before {
  content: "\f557";
}
.mgz-fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.mgz-fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.mgz-fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.mgz-fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.mgz-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.mgz-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.mgz-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.mgz-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.mgz-fa-arrow-down:before {
  content: "\f063";
}
.mgz-fa-arrow-left:before {
  content: "\f060";
}
.mgz-fa-arrow-right:before {
  content: "\f061";
}
.mgz-fa-arrow-up:before {
  content: "\f062";
}
.mgz-fa-arrows-alt:before {
  content: "\f0b2";
}
.mgz-fa-arrows-alt-h:before {
  content: "\f337";
}
.mgz-fa-arrows-alt-v:before {
  content: "\f338";
}
.mgz-fa-artstation:before {
  content: "\f77a";
}
.mgz-fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.mgz-fa-asterisk:before {
  content: "\f069";
}
.mgz-fa-asymmetrik:before {
  content: "\f372";
}
.mgz-fa-at:before {
  content: "\f1fa";
}
.mgz-fa-atlas:before {
  content: "\f558";
}
.mgz-fa-atlassian:before {
  content: "\f77b";
}
.mgz-fa-atom:before {
  content: "\f5d2";
}
.mgz-fa-audible:before {
  content: "\f373";
}
.mgz-fa-audio-description:before {
  content: "\f29e";
}
.mgz-fa-autoprefixer:before {
  content: "\f41c";
}
.mgz-fa-avianex:before {
  content: "\f374";
}
.mgz-fa-aviato:before {
  content: "\f421";
}
.mgz-fa-award:before {
  content: "\f559";
}
.mgz-fa-aws:before {
  content: "\f375";
}
.mgz-fa-baby:before {
  content: "\f77c";
}
.mgz-fa-baby-carriage:before {
  content: "\f77d";
}
.mgz-fa-backspace:before {
  content: "\f55a";
}
.mgz-fa-backward:before {
  content: "\f04a";
}
.mgz-fa-bacon:before {
  content: "\f7e5";
}
.mgz-fa-balance-scale:before {
  content: "\f24e";
}
.mgz-fa-ban:before {
  content: "\f05e";
}
.mgz-fa-band-aid:before {
  content: "\f462";
}
.mgz-fa-bandcamp:before {
  content: "\f2d5";
}
.mgz-fa-barcode:before {
  content: "\f02a";
}
.mgz-fa-bars:before {
  content: "\f0c9";
}
.mgz-fa-baseball-ball:before {
  content: "\f433";
}
.mgz-fa-basketball-ball:before {
  content: "\f434";
}
.mgz-fa-bath:before {
  content: "\f2cd";
}
.mgz-fa-battery-empty:before {
  content: "\f244";
}
.mgz-fa-battery-full:before {
  content: "\f240";
}
.mgz-fa-battery-half:before {
  content: "\f242";
}
.mgz-fa-battery-quarter:before {
  content: "\f243";
}
.mgz-fa-battery-three-quarters:before {
  content: "\f241";
}
.mgz-fa-battle-net:before {
  content: "\f835";
}
.mgz-fa-bed:before {
  content: "\f236";
}
.mgz-fa-beer:before {
  content: "\f0fc";
}
.mgz-fa-behance:before {
  content: "\f1b4";
}
.mgz-fa-behance-square:before {
  content: "\f1b5";
}
.mgz-fa-bell:before {
  content: "\f0f3";
}
.mgz-fa-bell-slash:before {
  content: "\f1f6";
}
.mgz-fa-bezier-curve:before {
  content: "\f55b";
}
.mgz-fa-bible:before {
  content: "\f647";
}
.mgz-fa-bicycle:before {
  content: "\f206";
}
.mgz-fa-bimobject:before {
  content: "\f378";
}
.mgz-fa-binoculars:before {
  content: "\f1e5";
}
.mgz-fa-biohazard:before {
  content: "\f780";
}
.mgz-fa-birthday-cake:before {
  content: "\f1fd";
}
.mgz-fa-bitbucket:before {
  content: "\f171";
}
.mgz-fa-bitcoin:before {
  content: "\f379";
}
.mgz-fa-bity:before {
  content: "\f37a";
}
.mgz-fa-black-tie:before {
  content: "\f27e";
}
.mgz-fa-blackberry:before {
  content: "\f37b";
}
.mgz-fa-blender:before {
  content: "\f517";
}
.mgz-fa-blender-phone:before {
  content: "\f6b6";
}
.mgz-fa-blind:before {
  content: "\f29d";
}
.mgz-fa-blog:before {
  content: "\f781";
}
.mgz-fa-blogger:before {
  content: "\f37c";
}
.mgz-fa-blogger-b:before {
  content: "\f37d";
}
.mgz-fa-bluetooth:before {
  content: "\f293";
}
.mgz-fa-bluetooth-b:before {
  content: "\f294";
}
.mgz-fa-bold:before {
  content: "\f032";
}
.mgz-fa-bolt:before {
  content: "\f0e7";
}
.mgz-fa-bomb:before {
  content: "\f1e2";
}
.mgz-fa-bone:before {
  content: "\f5d7";
}
.mgz-fa-bong:before {
  content: "\f55c";
}
.mgz-fa-book:before {
  content: "\f02d";
}
.mgz-fa-book-dead:before {
  content: "\f6b7";
}
.mgz-fa-book-medical:before {
  content: "\f7e6";
}
.mgz-fa-book-open:before {
  content: "\f518";
}
.mgz-fa-book-reader:before {
  content: "\f5da";
}
.mgz-fa-bookmark:before {
  content: "\f02e";
}
.mgz-fa-bootstrap:before {
  content: "\f836";
}
.mgz-fa-bowling-ball:before {
  content: "\f436";
}
.mgz-fa-box:before {
  content: "\f466";
}
.mgz-fa-box-open:before {
  content: "\f49e";
}
.mgz-fa-boxes:before {
  content: "\f468";
}
.mgz-fa-braille:before {
  content: "\f2a1";
}
.mgz-fa-brain:before {
  content: "\f5dc";
}
.mgz-fa-bread-slice:before {
  content: "\f7ec";
}
.mgz-fa-briefcase:before {
  content: "\f0b1";
}
.mgz-fa-briefcase-medical:before {
  content: "\f469";
}
.mgz-fa-broadcast-tower:before {
  content: "\f519";
}
.mgz-fa-broom:before {
  content: "\f51a";
}
.mgz-fa-brush:before {
  content: "\f55d";
}
.mgz-fa-btc:before {
  content: "\f15a";
}
.mgz-fa-buffer:before {
  content: "\f837";
}
.mgz-fa-bug:before {
  content: "\f188";
}
.mgz-fa-building:before {
  content: "\f1ad";
}
.mgz-fa-bullhorn:before {
  content: "\f0a1";
}
.mgz-fa-bullseye:before {
  content: "\f140";
}
.mgz-fa-burn:before {
  content: "\f46a";
}
.mgz-fa-buromobelexperte:before {
  content: "\f37f";
}
.mgz-fa-bus:before {
  content: "\f207";
}
.mgz-fa-bus-alt:before {
  content: "\f55e";
}
.mgz-fa-business-time:before {
  content: "\f64a";
}
.mgz-fa-buysellads:before {
  content: "\f20d";
}
.mgz-fa-calculator:before {
  content: "\f1ec";
}
.mgz-fa-calendar:before {
  content: "\f133";
}
.mgz-fa-calendar-alt:before {
  content: "\f073";
}
.mgz-fa-calendar-check:before {
  content: "\f274";
}
.mgz-fa-calendar-day:before {
  content: "\f783";
}
.mgz-fa-calendar-minus:before {
  content: "\f272";
}
.mgz-fa-calendar-plus:before {
  content: "\f271";
}
.mgz-fa-calendar-times:before {
  content: "\f273";
}
.mgz-fa-calendar-week:before {
  content: "\f784";
}
.mgz-fa-camera:before {
  content: "\f030";
}
.mgz-fa-camera-retro:before {
  content: "\f083";
}
.mgz-fa-campground:before {
  content: "\f6bb";
}
.mgz-fa-canadian-maple-leaf:before {
  content: "\f785";
}
.mgz-fa-candy-cane:before {
  content: "\f786";
}
.mgz-fa-cannabis:before {
  content: "\f55f";
}
.mgz-fa-capsules:before {
  content: "\f46b";
}
.mgz-fa-car:before {
  content: "\f1b9";
}
.mgz-fa-car-alt:before {
  content: "\f5de";
}
.mgz-fa-car-battery:before {
  content: "\f5df";
}
.mgz-fa-car-crash:before {
  content: "\f5e1";
}
.mgz-fa-car-side:before {
  content: "\f5e4";
}
.mgz-fa-caret-down:before {
  content: "\f0d7";
}
.mgz-fa-caret-left:before {
  content: "\f0d9";
}
.mgz-fa-caret-right:before {
  content: "\f0da";
}
.mgz-fa-caret-square-down:before {
  content: "\f150";
}
.mgz-fa-caret-square-left:before {
  content: "\f191";
}
.mgz-fa-caret-square-right:before {
  content: "\f152";
}
.mgz-fa-caret-square-up:before {
  content: "\f151";
}
.mgz-fa-caret-up:before {
  content: "\f0d8";
}
.mgz-fa-carrot:before {
  content: "\f787";
}
.mgz-fa-cart-arrow-down:before {
  content: "\f218";
}
.mgz-fa-cart-plus:before {
  content: "\f217";
}
.mgz-fa-cash-register:before {
  content: "\f788";
}
.mgz-fa-cat:before {
  content: "\f6be";
}
.mgz-fa-cc-amazon-pay:before {
  content: "\f42d";
}
.mgz-fa-cc-amex:before {
  content: "\f1f3";
}
.mgz-fa-cc-apple-pay:before {
  content: "\f416";
}
.mgz-fa-cc-diners-club:before {
  content: "\f24c";
}
.mgz-fa-cc-discover:before {
  content: "\f1f2";
}
.mgz-fa-cc-jcb:before {
  content: "\f24b";
}
.mgz-fa-cc-mastercard:before {
  content: "\f1f1";
}
.mgz-fa-cc-paypal:before {
  content: "\f1f4";
}
.mgz-fa-cc-stripe:before {
  content: "\f1f5";
}
.mgz-fa-cc-visa:before {
  content: "\f1f0";
}
.mgz-fa-centercode:before {
  content: "\f380";
}
.mgz-fa-centos:before {
  content: "\f789";
}
.mgz-fa-certificate:before {
  content: "\f0a3";
}
.mgz-fa-chair:before {
  content: "\f6c0";
}
.mgz-fa-chalkboard:before {
  content: "\f51b";
}
.mgz-fa-chalkboard-teacher:before {
  content: "\f51c";
}
.mgz-fa-charging-station:before {
  content: "\f5e7";
}
.mgz-fa-chart-area:before {
  content: "\f1fe";
}
.mgz-fa-chart-bar:before {
  content: "\f080";
}
.mgz-fa-chart-line:before {
  content: "\f201";
}
.mgz-fa-chart-pie:before {
  content: "\f200";
}
.mgz-fa-check:before {
  content: "\f00c";
}
.mgz-fa-check-circle:before {
  content: "\f058";
}
.mgz-fa-check-double:before {
  content: "\f560";
}
.mgz-fa-check-square:before {
  content: "\f14a";
}
.mgz-fa-cheese:before {
  content: "\f7ef";
}
.mgz-fa-chess:before {
  content: "\f439";
}
.mgz-fa-chess-bishop:before {
  content: "\f43a";
}
.mgz-fa-chess-board:before {
  content: "\f43c";
}
.mgz-fa-chess-king:before {
  content: "\f43f";
}
.mgz-fa-chess-knight:before {
  content: "\f441";
}
.mgz-fa-chess-pawn:before {
  content: "\f443";
}
.mgz-fa-chess-queen:before {
  content: "\f445";
}
.mgz-fa-chess-rook:before {
  content: "\f447";
}
.mgz-fa-chevron-circle-down:before {
  content: "\f13a";
}
.mgz-fa-chevron-circle-left:before {
  content: "\f137";
}
.mgz-fa-chevron-circle-right:before {
  content: "\f138";
}
.mgz-fa-chevron-circle-up:before {
  content: "\f139";
}
.mgz-fa-chevron-down:before {
  content: "\f078";
}
.mgz-fa-chevron-left:before {
  content: "\f053";
}
.mgz-fa-chevron-right:before {
  content: "\f054";
}
.mgz-fa-chevron-up:before {
  content: "\f077";
}
.mgz-fa-child:before {
  content: "\f1ae";
}
.mgz-fa-chrome:before {
  content: "\f268";
}
.mgz-fa-chromecast:before {
  content: "\f838";
}
.mgz-fa-church:before {
  content: "\f51d";
}
.mgz-fa-circle:before {
  content: "\f111";
}
.mgz-fa-circle-notch:before {
  content: "\f1ce";
}
.mgz-fa-city:before {
  content: "\f64f";
}
.mgz-fa-clinic-medical:before {
  content: "\f7f2";
}
.mgz-fa-clipboard:before {
  content: "\f328";
}
.mgz-fa-clipboard-check:before {
  content: "\f46c";
}
.mgz-fa-clipboard-list:before {
  content: "\f46d";
}
.mgz-fa-clock:before {
  content: "\f017";
}
.mgz-fa-clone:before {
  content: "\f24d";
}
.mgz-fa-closed-captioning:before {
  content: "\f20a";
}
.mgz-fa-cloud:before {
  content: "\f0c2";
}
.mgz-fa-cloud-download-alt:before {
  content: "\f381";
}
.mgz-fa-cloud-meatball:before {
  content: "\f73b";
}
.mgz-fa-cloud-moon:before {
  content: "\f6c3";
}
.mgz-fa-cloud-moon-rain:before {
  content: "\f73c";
}
.mgz-fa-cloud-rain:before {
  content: "\f73d";
}
.mgz-fa-cloud-showers-heavy:before {
  content: "\f740";
}
.mgz-fa-cloud-sun:before {
  content: "\f6c4";
}
.mgz-fa-cloud-sun-rain:before {
  content: "\f743";
}
.mgz-fa-cloud-upload-alt:before {
  content: "\f382";
}
.mgz-fa-cloudscale:before {
  content: "\f383";
}
.mgz-fa-cloudsmith:before {
  content: "\f384";
}
.mgz-fa-cloudversify:before {
  content: "\f385";
}
.mgz-fa-cocktail:before {
  content: "\f561";
}
.mgz-fa-code:before {
  content: "\f121";
}
.mgz-fa-code-branch:before {
  content: "\f126";
}
.mgz-fa-codepen:before {
  content: "\f1cb";
}
.mgz-fa-codiepie:before {
  content: "\f284";
}
.mgz-fa-coffee:before {
  content: "\f0f4";
}
.mgz-fa-cog:before {
  content: "\f013";
}
.mgz-fa-cogs:before {
  content: "\f085";
}
.mgz-fa-coins:before {
  content: "\f51e";
}
.mgz-fa-columns:before {
  content: "\f0db";
}
.mgz-fa-comment:before {
  content: "\f075";
}
.mgz-fa-comment-alt:before {
  content: "\f27a";
}
.mgz-fa-comment-dollar:before {
  content: "\f651";
}
.mgz-fa-comment-dots:before {
  content: "\f4ad";
}
.mgz-fa-comment-medical:before {
  content: "\f7f5";
}
.mgz-fa-comment-slash:before {
  content: "\f4b3";
}
.mgz-fa-comments:before {
  content: "\f086";
}
.mgz-fa-comments-dollar:before {
  content: "\f653";
}
.mgz-fa-compact-disc:before {
  content: "\f51f";
}
.mgz-fa-compass:before {
  content: "\f14e";
}
.mgz-fa-compress:before {
  content: "\f066";
}
.mgz-fa-compress-arrows-alt:before {
  content: "\f78c";
}
.mgz-fa-concierge-bell:before {
  content: "\f562";
}
.mgz-fa-confluence:before {
  content: "\f78d";
}
.mgz-fa-connectdevelop:before {
  content: "\f20e";
}
.mgz-fa-contao:before {
  content: "\f26d";
}
.mgz-fa-cookie:before {
  content: "\f563";
}
.mgz-fa-cookie-bite:before {
  content: "\f564";
}
.mgz-fa-copy:before {
  content: "\f0c5";
}
.mgz-fa-copyright:before {
  content: "\f1f9";
}
.mgz-fa-couch:before {
  content: "\f4b8";
}
.mgz-fa-cpanel:before {
  content: "\f388";
}
.mgz-fa-creative-commons:before {
  content: "\f25e";
}
.mgz-fa-creative-commons-by:before {
  content: "\f4e7";
}
.mgz-fa-creative-commons-nc:before {
  content: "\f4e8";
}
.mgz-fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.mgz-fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.mgz-fa-creative-commons-nd:before {
  content: "\f4eb";
}
.mgz-fa-creative-commons-pd:before {
  content: "\f4ec";
}
.mgz-fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.mgz-fa-creative-commons-remix:before {
  content: "\f4ee";
}
.mgz-fa-creative-commons-sa:before {
  content: "\f4ef";
}
.mgz-fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.mgz-fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.mgz-fa-creative-commons-share:before {
  content: "\f4f2";
}
.mgz-fa-creative-commons-zero:before {
  content: "\f4f3";
}
.mgz-fa-credit-card:before {
  content: "\f09d";
}
.mgz-fa-critical-role:before {
  content: "\f6c9";
}
.mgz-fa-crop:before {
  content: "\f125";
}
.mgz-fa-crop-alt:before {
  content: "\f565";
}
.mgz-fa-cross:before {
  content: "\f654";
}
.mgz-fa-crosshairs:before {
  content: "\f05b";
}
.mgz-fa-crow:before {
  content: "\f520";
}
.mgz-fa-crown:before {
  content: "\f521";
}
.mgz-fa-crutch:before {
  content: "\f7f7";
}
.mgz-fa-css3:before {
  content: "\f13c";
}
.mgz-fa-css3-alt:before {
  content: "\f38b";
}
.mgz-fa-cube:before {
  content: "\f1b2";
}
.mgz-fa-cubes:before {
  content: "\f1b3";
}
.mgz-fa-cut:before {
  content: "\f0c4";
}
.mgz-fa-cuttlefish:before {
  content: "\f38c";
}
.mgz-fa-d-and-d:before {
  content: "\f38d";
}
.mgz-fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.mgz-fa-dashcube:before {
  content: "\f210";
}
.mgz-fa-database:before {
  content: "\f1c0";
}
.mgz-fa-deaf:before {
  content: "\f2a4";
}
.mgz-fa-delicious:before {
  content: "\f1a5";
}
.mgz-fa-democrat:before {
  content: "\f747";
}
.mgz-fa-deploydog:before {
  content: "\f38e";
}
.mgz-fa-deskpro:before {
  content: "\f38f";
}
.mgz-fa-desktop:before {
  content: "\f108";
}
.mgz-fa-dev:before {
  content: "\f6cc";
}
.mgz-fa-deviantart:before {
  content: "\f1bd";
}
.mgz-fa-dharmachakra:before {
  content: "\f655";
}
.mgz-fa-dhl:before {
  content: "\f790";
}
.mgz-fa-diagnoses:before {
  content: "\f470";
}
.mgz-fa-diaspora:before {
  content: "\f791";
}
.mgz-fa-dice:before {
  content: "\f522";
}
.mgz-fa-dice-d20:before {
  content: "\f6cf";
}
.mgz-fa-dice-d6:before {
  content: "\f6d1";
}
.mgz-fa-dice-five:before {
  content: "\f523";
}
.mgz-fa-dice-four:before {
  content: "\f524";
}
.mgz-fa-dice-one:before {
  content: "\f525";
}
.mgz-fa-dice-six:before {
  content: "\f526";
}
.mgz-fa-dice-three:before {
  content: "\f527";
}
.mgz-fa-dice-two:before {
  content: "\f528";
}
.mgz-fa-digg:before {
  content: "\f1a6";
}
.mgz-fa-digital-ocean:before {
  content: "\f391";
}
.mgz-fa-digital-tachograph:before {
  content: "\f566";
}
.mgz-fa-directions:before {
  content: "\f5eb";
}
.mgz-fa-discord:before {
  content: "\f392";
}
.mgz-fa-discourse:before {
  content: "\f393";
}
.mgz-fa-divide:before {
  content: "\f529";
}
.mgz-fa-dizzy:before {
  content: "\f567";
}
.mgz-fa-dna:before {
  content: "\f471";
}
.mgz-fa-dochub:before {
  content: "\f394";
}
.mgz-fa-docker:before {
  content: "\f395";
}
.mgz-fa-dog:before {
  content: "\f6d3";
}
.mgz-fa-dollar-sign:before {
  content: "\f155";
}
.mgz-fa-dolly:before {
  content: "\f472";
}
.mgz-fa-dolly-flatbed:before {
  content: "\f474";
}
.mgz-fa-donate:before {
  content: "\f4b9";
}
.mgz-fa-door-closed:before {
  content: "\f52a";
}
.mgz-fa-door-open:before {
  content: "\f52b";
}
.mgz-fa-dot-circle:before {
  content: "\f192";
}
.mgz-fa-dove:before {
  content: "\f4ba";
}
.mgz-fa-download:before {
  content: "\f019";
}
.mgz-fa-draft2digital:before {
  content: "\f396";
}
.mgz-fa-drafting-compass:before {
  content: "\f568";
}
.mgz-fa-dragon:before {
  content: "\f6d5";
}
.mgz-fa-draw-polygon:before {
  content: "\f5ee";
}
.mgz-fa-dribbble:before {
  content: "\f17d";
}
.mgz-fa-dribbble-square:before {
  content: "\f397";
}
.mgz-fa-dropbox:before {
  content: "\f16b";
}
.mgz-fa-drum:before {
  content: "\f569";
}
.mgz-fa-drum-steelpan:before {
  content: "\f56a";
}
.mgz-fa-drumstick-bite:before {
  content: "\f6d7";
}
.mgz-fa-drupal:before {
  content: "\f1a9";
}
.mgz-fa-dumbbell:before {
  content: "\f44b";
}
.mgz-fa-dumpster:before {
  content: "\f793";
}
.mgz-fa-dumpster-fire:before {
  content: "\f794";
}
.mgz-fa-dungeon:before {
  content: "\f6d9";
}
.mgz-fa-dyalog:before {
  content: "\f399";
}
.mgz-fa-earlybirds:before {
  content: "\f39a";
}
.mgz-fa-ebay:before {
  content: "\f4f4";
}
.mgz-fa-edge:before {
  content: "\f282";
}
.mgz-fa-edit:before {
  content: "\f044";
}
.mgz-fa-egg:before {
  content: "\f7fb";
}
.mgz-fa-eject:before {
  content: "\f052";
}
.mgz-fa-elementor:before {
  content: "\f430";
}
.mgz-fa-ellipsis-h:before {
  content: "\f141";
}
.mgz-fa-ellipsis-v:before {
  content: "\f142";
}
.mgz-fa-ello:before {
  content: "\f5f1";
}
.mgz-fa-ember:before {
  content: "\f423";
}
.mgz-fa-empire:before {
  content: "\f1d1";
}
.mgz-fa-envelope:before {
  content: "\f0e0";
}
.mgz-fa-envelope-open:before {
  content: "\f2b6";
}
.mgz-fa-envelope-open-text:before {
  content: "\f658";
}
.mgz-fa-envelope-square:before {
  content: "\f199";
}
.mgz-fa-envira:before {
  content: "\f299";
}
.mgz-fa-equals:before {
  content: "\f52c";
}
.mgz-fa-eraser:before {
  content: "\f12d";
}
.mgz-fa-erlang:before {
  content: "\f39d";
}
.mgz-fa-ethereum:before {
  content: "\f42e";
}
.mgz-fa-ethernet:before {
  content: "\f796";
}
.mgz-fa-etsy:before {
  content: "\f2d7";
}
.mgz-fa-euro-sign:before {
  content: "\f153";
}
.mgz-fa-evernote:before {
  content: "\f839";
}
.mgz-fa-exchange-alt:before {
  content: "\f362";
}
.mgz-fa-exclamation:before {
  content: "\f12a";
}
.mgz-fa-exclamation-circle:before {
  content: "\f06a";
}
.mgz-fa-exclamation-triangle:before {
  content: "\f071";
}
.mgz-fa-expand:before {
  content: "\f065";
}
.mgz-fa-expand-arrows-alt:before {
  content: "\f31e";
}
.mgz-fa-expeditedssl:before {
  content: "\f23e";
}
.mgz-fa-external-link-alt:before {
  content: "\f35d";
}
.mgz-fa-external-link-square-alt:before {
  content: "\f360";
}
.mgz-fa-eye:before {
  content: "\f06e";
}
.mgz-fa-eye-dropper:before {
  content: "\f1fb";
}
.mgz-fa-eye-slash:before {
  content: "\f070";
}
.mgz-fa-facebook:before {
  content: "\f09a";
}
.mgz-fa-facebook-f:before {
  content: "\f39e";
}
.mgz-fa-facebook-messenger:before {
  content: "\f39f";
}
.mgz-fa-facebook-square:before {
  content: "\f082";
}
.mgz-fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.mgz-fa-fast-backward:before {
  content: "\f049";
}
.mgz-fa-fast-forward:before {
  content: "\f050";
}
.mgz-fa-fax:before {
  content: "\f1ac";
}
.mgz-fa-feather:before {
  content: "\f52d";
}
.mgz-fa-feather-alt:before {
  content: "\f56b";
}
.mgz-fa-fedex:before {
  content: "\f797";
}
.mgz-fa-fedora:before {
  content: "\f798";
}
.mgz-fa-female:before {
  content: "\f182";
}
.mgz-fa-fighter-jet:before {
  content: "\f0fb";
}
.mgz-fa-figma:before {
  content: "\f799";
}
.mgz-fa-file:before {
  content: "\f15b";
}
.mgz-fa-file-alt:before {
  content: "\f15c";
}
.mgz-fa-file-archive:before {
  content: "\f1c6";
}
.mgz-fa-file-audio:before {
  content: "\f1c7";
}
.mgz-fa-file-code:before {
  content: "\f1c9";
}
.mgz-fa-file-contract:before {
  content: "\f56c";
}
.mgz-fa-file-csv:before {
  content: "\f6dd";
}
.mgz-fa-file-download:before {
  content: "\f56d";
}
.mgz-fa-file-excel:before {
  content: "\f1c3";
}
.mgz-fa-file-export:before {
  content: "\f56e";
}
.mgz-fa-file-image:before {
  content: "\f1c5";
}
.mgz-fa-file-import:before {
  content: "\f56f";
}
.mgz-fa-file-invoice:before {
  content: "\f570";
}
.mgz-fa-file-invoice-dollar:before {
  content: "\f571";
}
.mgz-fa-file-medical:before {
  content: "\f477";
}
.mgz-fa-file-medical-alt:before {
  content: "\f478";
}
.mgz-fa-file-pdf:before {
  content: "\f1c1";
}
.mgz-fa-file-powerpoint:before {
  content: "\f1c4";
}
.mgz-fa-file-prescription:before {
  content: "\f572";
}
.mgz-fa-file-signature:before {
  content: "\f573";
}
.mgz-fa-file-upload:before {
  content: "\f574";
}
.mgz-fa-file-video:before {
  content: "\f1c8";
}
.mgz-fa-file-word:before {
  content: "\f1c2";
}
.mgz-fa-fill:before {
  content: "\f575";
}
.mgz-fa-fill-drip:before {
  content: "\f576";
}
.mgz-fa-film:before {
  content: "\f008";
}
.mgz-fa-filter:before {
  content: "\f0b0";
}
.mgz-fa-fingerprint:before {
  content: "\f577";
}
.mgz-fa-fire:before {
  content: "\f06d";
}
.mgz-fa-fire-alt:before {
  content: "\f7e4";
}
.mgz-fa-fire-extinguisher:before {
  content: "\f134";
}
.mgz-fa-firefox:before {
  content: "\f269";
}
.mgz-fa-first-aid:before {
  content: "\f479";
}
.mgz-fa-first-order:before {
  content: "\f2b0";
}
.mgz-fa-first-order-alt:before {
  content: "\f50a";
}
.mgz-fa-firstdraft:before {
  content: "\f3a1";
}
.mgz-fa-fish:before {
  content: "\f578";
}
.mgz-fa-fist-raised:before {
  content: "\f6de";
}
.mgz-fa-flag:before {
  content: "\f024";
}
.mgz-fa-flag-checkered:before {
  content: "\f11e";
}
.mgz-fa-flag-usa:before {
  content: "\f74d";
}
.mgz-fa-flask:before {
  content: "\f0c3";
}
.mgz-fa-flickr:before {
  content: "\f16e";
}
.mgz-fa-flipboard:before {
  content: "\f44d";
}
.mgz-fa-flushed:before {
  content: "\f579";
}
.mgz-fa-fly:before {
  content: "\f417";
}
.mgz-fa-folder:before {
  content: "\f07b";
}
.mgz-fa-folder-minus:before {
  content: "\f65d";
}
.mgz-fa-folder-open:before {
  content: "\f07c";
}
.mgz-fa-folder-plus:before {
  content: "\f65e";
}
.mgz-fa-font:before {
  content: "\f031";
}
.mgz-fa-font-awesome:before {
  content: "\f2b4";
}
.mgz-fa-font-awesome-alt:before {
  content: "\f35c";
}
.mgz-fa-font-awesome-flag:before {
  content: "\f425";
}
.mgz-fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.mgz-fa-fonticons:before {
  content: "\f280";
}
.mgz-fa-fonticons-fi:before {
  content: "\f3a2";
}
.mgz-fa-football-ball:before {
  content: "\f44e";
}
.mgz-fa-fort-awesome:before {
  content: "\f286";
}
.mgz-fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.mgz-fa-forumbee:before {
  content: "\f211";
}
.mgz-fa-forward:before {
  content: "\f04e";
}
.mgz-fa-foursquare:before {
  content: "\f180";
}
.mgz-fa-free-code-camp:before {
  content: "\f2c5";
}
.mgz-fa-freebsd:before {
  content: "\f3a4";
}
.mgz-fa-frog:before {
  content: "\f52e";
}
.mgz-fa-frown:before {
  content: "\f119";
}
.mgz-fa-frown-open:before {
  content: "\f57a";
}
.mgz-fa-fulcrum:before {
  content: "\f50b";
}
.mgz-fa-funnel-dollar:before {
  content: "\f662";
}
.mgz-fa-futbol:before {
  content: "\f1e3";
}
.mgz-fa-galactic-republic:before {
  content: "\f50c";
}
.mgz-fa-galactic-senate:before {
  content: "\f50d";
}
.mgz-fa-gamepad:before {
  content: "\f11b";
}
.mgz-fa-gas-pump:before {
  content: "\f52f";
}
.mgz-fa-gavel:before {
  content: "\f0e3";
}
.mgz-fa-gem:before {
  content: "\f3a5";
}
.mgz-fa-genderless:before {
  content: "\f22d";
}
.mgz-fa-get-pocket:before {
  content: "\f265";
}
.mgz-fa-gg:before {
  content: "\f260";
}
.mgz-fa-gg-circle:before {
  content: "\f261";
}
.mgz-fa-ghost:before {
  content: "\f6e2";
}
.mgz-fa-gift:before {
  content: "\f06b";
}
.mgz-fa-gifts:before {
  content: "\f79c";
}
.mgz-fa-git:before {
  content: "\f1d3";
}
.mgz-fa-git-square:before {
  content: "\f1d2";
}
.mgz-fa-github:before {
  content: "\f09b";
}
.mgz-fa-github-alt:before {
  content: "\f113";
}
.mgz-fa-github-square:before {
  content: "\f092";
}
.mgz-fa-gitkraken:before {
  content: "\f3a6";
}
.mgz-fa-gitlab:before {
  content: "\f296";
}
.mgz-fa-gitter:before {
  content: "\f426";
}
.mgz-fa-glass-cheers:before {
  content: "\f79f";
}
.mgz-fa-glass-martini:before {
  content: "\f000";
}
.mgz-fa-glass-martini-alt:before {
  content: "\f57b";
}
.mgz-fa-glass-whiskey:before {
  content: "\f7a0";
}
.mgz-fa-glasses:before {
  content: "\f530";
}
.mgz-fa-glide:before {
  content: "\f2a5";
}
.mgz-fa-glide-g:before {
  content: "\f2a6";
}
.mgz-fa-globe:before {
  content: "\f0ac";
}
.mgz-fa-globe-africa:before {
  content: "\f57c";
}
.mgz-fa-globe-americas:before {
  content: "\f57d";
}
.mgz-fa-globe-asia:before {
  content: "\f57e";
}
.mgz-fa-globe-europe:before {
  content: "\f7a2";
}
.mgz-fa-gofore:before {
  content: "\f3a7";
}
.mgz-fa-golf-ball:before {
  content: "\f450";
}
.mgz-fa-goodreads:before {
  content: "\f3a8";
}
.mgz-fa-goodreads-g:before {
  content: "\f3a9";
}
.mgz-fa-google:before {
  content: "\f1a0";
}
.mgz-fa-google-drive:before {
  content: "\f3aa";
}
.mgz-fa-google-play:before {
  content: "\f3ab";
}
.mgz-fa-google-plus:before {
  content: "\f2b3";
}
.mgz-fa-google-plus-g:before {
  content: "\f0d5";
}
.mgz-fa-google-plus-square:before {
  content: "\f0d4";
}
.mgz-fa-google-wallet:before {
  content: "\f1ee";
}
.mgz-fa-gopuram:before {
  content: "\f664";
}
.mgz-fa-graduation-cap:before {
  content: "\f19d";
}
.mgz-fa-gratipay:before {
  content: "\f184";
}
.mgz-fa-grav:before {
  content: "\f2d6";
}
.mgz-fa-greater-than:before {
  content: "\f531";
}
.mgz-fa-greater-than-equal:before {
  content: "\f532";
}
.mgz-fa-grimace:before {
  content: "\f57f";
}
.mgz-fa-grin:before {
  content: "\f580";
}
.mgz-fa-grin-alt:before {
  content: "\f581";
}
.mgz-fa-grin-beam:before {
  content: "\f582";
}
.mgz-fa-grin-beam-sweat:before {
  content: "\f583";
}
.mgz-fa-grin-hearts:before {
  content: "\f584";
}
.mgz-fa-grin-squint:before {
  content: "\f585";
}
.mgz-fa-grin-squint-tears:before {
  content: "\f586";
}
.mgz-fa-grin-stars:before {
  content: "\f587";
}
.mgz-fa-grin-tears:before {
  content: "\f588";
}
.mgz-fa-grin-tongue:before {
  content: "\f589";
}
.mgz-fa-grin-tongue-squint:before {
  content: "\f58a";
}
.mgz-fa-grin-tongue-wink:before {
  content: "\f58b";
}
.mgz-fa-grin-wink:before {
  content: "\f58c";
}
.mgz-fa-grip-horizontal:before {
  content: "\f58d";
}
.mgz-fa-grip-lines:before {
  content: "\f7a4";
}
.mgz-fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.mgz-fa-grip-vertical:before {
  content: "\f58e";
}
.mgz-fa-gripfire:before {
  content: "\f3ac";
}
.mgz-fa-grunt:before {
  content: "\f3ad";
}
.mgz-fa-guitar:before {
  content: "\f7a6";
}
.mgz-fa-gulp:before {
  content: "\f3ae";
}
.mgz-fa-h-square:before {
  content: "\f0fd";
}
.mgz-fa-hacker-news:before {
  content: "\f1d4";
}
.mgz-fa-hacker-news-square:before {
  content: "\f3af";
}
.mgz-fa-hackerrank:before {
  content: "\f5f7";
}
.mgz-fa-hamburger:before {
  content: "\f805";
}
.mgz-fa-hammer:before {
  content: "\f6e3";
}
.mgz-fa-hamsa:before {
  content: "\f665";
}
.mgz-fa-hand-holding:before {
  content: "\f4bd";
}
.mgz-fa-hand-holding-heart:before {
  content: "\f4be";
}
.mgz-fa-hand-holding-usd:before {
  content: "\f4c0";
}
.mgz-fa-hand-lizard:before {
  content: "\f258";
}
.mgz-fa-hand-middle-finger:before {
  content: "\f806";
}
.mgz-fa-hand-paper:before {
  content: "\f256";
}
.mgz-fa-hand-peace:before {
  content: "\f25b";
}
.mgz-fa-hand-point-down:before {
  content: "\f0a7";
}
.mgz-fa-hand-point-left:before {
  content: "\f0a5";
}
.mgz-fa-hand-point-right:before {
  content: "\f0a4";
}
.mgz-fa-hand-point-up:before {
  content: "\f0a6";
}
.mgz-fa-hand-pointer:before {
  content: "\f25a";
}
.mgz-fa-hand-rock:before {
  content: "\f255";
}
.mgz-fa-hand-scissors:before {
  content: "\f257";
}
.mgz-fa-hand-spock:before {
  content: "\f259";
}
.mgz-fa-hands:before {
  content: "\f4c2";
}
.mgz-fa-hands-helping:before {
  content: "\f4c4";
}
.mgz-fa-handshake:before {
  content: "\f2b5";
}
.mgz-fa-hanukiah:before {
  content: "\f6e6";
}
.mgz-fa-hard-hat:before {
  content: "\f807";
}
.mgz-fa-hashtag:before {
  content: "\f292";
}
.mgz-fa-hat-wizard:before {
  content: "\f6e8";
}
.mgz-fa-haykal:before {
  content: "\f666";
}
.mgz-fa-hdd:before {
  content: "\f0a0";
}
.mgz-fa-heading:before {
  content: "\f1dc";
}
.mgz-fa-headphones:before {
  content: "\f025";
}
.mgz-fa-headphones-alt:before {
  content: "\f58f";
}
.mgz-fa-headset:before {
  content: "\f590";
}
.mgz-fa-heart:before {
  content: "\f004";
}
.mgz-fa-heart-broken:before {
  content: "\f7a9";
}
.mgz-fa-heartbeat:before {
  content: "\f21e";
}
.mgz-fa-helicopter:before {
  content: "\f533";
}
.mgz-fa-highlighter:before {
  content: "\f591";
}
.mgz-fa-hiking:before {
  content: "\f6ec";
}
.mgz-fa-hippo:before {
  content: "\f6ed";
}
.mgz-fa-hips:before {
  content: "\f452";
}
.mgz-fa-hire-a-helper:before {
  content: "\f3b0";
}
.mgz-fa-history:before {
  content: "\f1da";
}
.mgz-fa-hockey-puck:before {
  content: "\f453";
}
.mgz-fa-holly-berry:before {
  content: "\f7aa";
}
.mgz-fa-home:before {
  content: "\f015";
}
.mgz-fa-hooli:before {
  content: "\f427";
}
.mgz-fa-hornbill:before {
  content: "\f592";
}
.mgz-fa-horse:before {
  content: "\f6f0";
}
.mgz-fa-horse-head:before {
  content: "\f7ab";
}
.mgz-fa-hospital:before {
  content: "\f0f8";
}
.mgz-fa-hospital-alt:before {
  content: "\f47d";
}
.mgz-fa-hospital-symbol:before {
  content: "\f47e";
}
.mgz-fa-hot-tub:before {
  content: "\f593";
}
.mgz-fa-hotdog:before {
  content: "\f80f";
}
.mgz-fa-hotel:before {
  content: "\f594";
}
.mgz-fa-hotjar:before {
  content: "\f3b1";
}
.mgz-fa-hourglass:before {
  content: "\f254";
}
.mgz-fa-hourglass-end:before {
  content: "\f253";
}
.mgz-fa-hourglass-half:before {
  content: "\f252";
}
.mgz-fa-hourglass-start:before {
  content: "\f251";
}
.mgz-fa-house-damage:before {
  content: "\f6f1";
}
.mgz-fa-houzz:before {
  content: "\f27c";
}
.mgz-fa-hryvnia:before {
  content: "\f6f2";
}
.mgz-fa-html5:before {
  content: "\f13b";
}
.mgz-fa-hubspot:before {
  content: "\f3b2";
}
.mgz-fa-i-cursor:before {
  content: "\f246";
}
.mgz-fa-ice-cream:before {
  content: "\f810";
}
.mgz-fa-icicles:before {
  content: "\f7ad";
}
.mgz-fa-id-badge:before {
  content: "\f2c1";
}
.mgz-fa-id-card:before {
  content: "\f2c2";
}
.mgz-fa-id-card-alt:before {
  content: "\f47f";
}
.mgz-fa-igloo:before {
  content: "\f7ae";
}
.mgz-fa-image:before {
  content: "\f03e";
}
.mgz-fa-images:before {
  content: "\f302";
}
.mgz-fa-imdb:before {
  content: "\f2d8";
}
.mgz-fa-inbox:before {
  content: "\f01c";
}
.mgz-fa-indent:before {
  content: "\f03c";
}
.mgz-fa-industry:before {
  content: "\f275";
}
.mgz-fa-infinity:before {
  content: "\f534";
}
.mgz-fa-info:before {
  content: "\f129";
}
.mgz-fa-info-circle:before {
  content: "\f05a";
}
.mgz-fa-instagram:before {
  content: "\f16d";
}
.mgz-fa-intercom:before {
  content: "\f7af";
}
.mgz-fa-internet-explorer:before {
  content: "\f26b";
}
.mgz-fa-invision:before {
  content: "\f7b0";
}
.mgz-fa-ioxhost:before {
  content: "\f208";
}
.mgz-fa-italic:before {
  content: "\f033";
}
.mgz-fa-itch-io:before {
  content: "\f83a";
}
.mgz-fa-itunes:before {
  content: "\f3b4";
}
.mgz-fa-itunes-note:before {
  content: "\f3b5";
}
.mgz-fa-java:before {
  content: "\f4e4";
}
.mgz-fa-jedi:before {
  content: "\f669";
}
.mgz-fa-jedi-order:before {
  content: "\f50e";
}
.mgz-fa-jenkins:before {
  content: "\f3b6";
}
.mgz-fa-jira:before {
  content: "\f7b1";
}
.mgz-fa-joget:before {
  content: "\f3b7";
}
.mgz-fa-joint:before {
  content: "\f595";
}
.mgz-fa-joomla:before {
  content: "\f1aa";
}
.mgz-fa-journal-whills:before {
  content: "\f66a";
}
.mgz-fa-js:before {
  content: "\f3b8";
}
.mgz-fa-js-square:before {
  content: "\f3b9";
}
.mgz-fa-jsfiddle:before {
  content: "\f1cc";
}
.mgz-fa-kaaba:before {
  content: "\f66b";
}
.mgz-fa-kaggle:before {
  content: "\f5fa";
}
.mgz-fa-key:before {
  content: "\f084";
}
.mgz-fa-keybase:before {
  content: "\f4f5";
}
.mgz-fa-keyboard:before {
  content: "\f11c";
}
.mgz-fa-keycdn:before {
  content: "\f3ba";
}
.mgz-fa-khanda:before {
  content: "\f66d";
}
.mgz-fa-kickstarter:before {
  content: "\f3bb";
}
.mgz-fa-kickstarter-k:before {
  content: "\f3bc";
}
.mgz-fa-kiss:before {
  content: "\f596";
}
.mgz-fa-kiss-beam:before {
  content: "\f597";
}
.mgz-fa-kiss-wink-heart:before {
  content: "\f598";
}
.mgz-fa-kiwi-bird:before {
  content: "\f535";
}
.mgz-fa-korvue:before {
  content: "\f42f";
}
.mgz-fa-landmark:before {
  content: "\f66f";
}
.mgz-fa-language:before {
  content: "\f1ab";
}
.mgz-fa-laptop:before {
  content: "\f109";
}
.mgz-fa-laptop-code:before {
  content: "\f5fc";
}
.mgz-fa-laptop-medical:before {
  content: "\f812";
}
.mgz-fa-laravel:before {
  content: "\f3bd";
}
.mgz-fa-lastfm:before {
  content: "\f202";
}
.mgz-fa-lastfm-square:before {
  content: "\f203";
}
.mgz-fa-laugh:before {
  content: "\f599";
}
.mgz-fa-laugh-beam:before {
  content: "\f59a";
}
.mgz-fa-laugh-squint:before {
  content: "\f59b";
}
.mgz-fa-laugh-wink:before {
  content: "\f59c";
}
.mgz-fa-layer-group:before {
  content: "\f5fd";
}
.mgz-fa-leaf:before {
  content: "\f06c";
}
.mgz-fa-leanpub:before {
  content: "\f212";
}
.mgz-fa-lemon:before {
  content: "\f094";
}
.mgz-fa-less:before {
  content: "\f41d";
}
.mgz-fa-less-than:before {
  content: "\f536";
}
.mgz-fa-less-than-equal:before {
  content: "\f537";
}
.mgz-fa-level-down-alt:before {
  content: "\f3be";
}
.mgz-fa-level-up-alt:before {
  content: "\f3bf";
}
.mgz-fa-life-ring:before {
  content: "\f1cd";
}
.mgz-fa-lightbulb:before {
  content: "\f0eb";
}
.mgz-fa-line:before {
  content: "\f3c0";
}
.mgz-fa-link:before {
  content: "\f0c1";
}
.mgz-fa-linkedin:before {
  content: "\f08c";
}
.mgz-fa-linkedin-in:before {
  content: "\f0e1";
}
.mgz-fa-linode:before {
  content: "\f2b8";
}
.mgz-fa-linux:before {
  content: "\f17c";
}
.mgz-fa-lira-sign:before {
  content: "\f195";
}
.mgz-fa-list:before {
  content: "\f03a";
}
.mgz-fa-list-alt:before {
  content: "\f022";
}
.mgz-fa-list-ol:before {
  content: "\f0cb";
}
.mgz-fa-list-ul:before {
  content: "\f0ca";
}
.mgz-fa-location-arrow:before {
  content: "\f124";
}
.mgz-fa-lock:before {
  content: "\f023";
}
.mgz-fa-lock-open:before {
  content: "\f3c1";
}
.mgz-fa-long-arrow-alt-down:before {
  content: "\f309";
}
.mgz-fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.mgz-fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.mgz-fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.mgz-fa-low-vision:before {
  content: "\f2a8";
}
.mgz-fa-luggage-cart:before {
  content: "\f59d";
}
.mgz-fa-lyft:before {
  content: "\f3c3";
}
.mgz-fa-magento:before {
  content: "\f3c4";
}
.mgz-fa-magic:before {
  content: "\f0d0";
}
.mgz-fa-magnet:before {
  content: "\f076";
}
.mgz-fa-mail-bulk:before {
  content: "\f674";
}
.mgz-fa-mailchimp:before {
  content: "\f59e";
}
.mgz-fa-male:before {
  content: "\f183";
}
.mgz-fa-mandalorian:before {
  content: "\f50f";
}
.mgz-fa-map:before {
  content: "\f279";
}
.mgz-fa-map-marked:before {
  content: "\f59f";
}
.mgz-fa-map-marked-alt:before {
  content: "\f5a0";
}
.mgz-fa-map-marker:before {
  content: "\f041";
}
.mgz-fa-map-marker-alt:before {
  content: "\f3c5";
}
.mgz-fa-map-pin:before {
  content: "\f276";
}
.mgz-fa-map-signs:before {
  content: "\f277";
}
.mgz-fa-markdown:before {
  content: "\f60f";
}
.mgz-fa-marker:before {
  content: "\f5a1";
}
.mgz-fa-mars:before {
  content: "\f222";
}
.mgz-fa-mars-double:before {
  content: "\f227";
}
.mgz-fa-mars-stroke:before {
  content: "\f229";
}
.mgz-fa-mars-stroke-h:before {
  content: "\f22b";
}
.mgz-fa-mars-stroke-v:before {
  content: "\f22a";
}
.mgz-fa-mask:before {
  content: "\f6fa";
}
.mgz-fa-mastodon:before {
  content: "\f4f6";
}
.mgz-fa-maxcdn:before {
  content: "\f136";
}
.mgz-fa-medal:before {
  content: "\f5a2";
}
.mgz-fa-medapps:before {
  content: "\f3c6";
}
.mgz-fa-medium:before {
  content: "\f23a";
}
.mgz-fa-medium-m:before {
  content: "\f3c7";
}
.mgz-fa-medkit:before {
  content: "\f0fa";
}
.mgz-fa-medrt:before {
  content: "\f3c8";
}
.mgz-fa-meetup:before {
  content: "\f2e0";
}
.mgz-fa-megaport:before {
  content: "\f5a3";
}
.mgz-fa-meh:before {
  content: "\f11a";
}
.mgz-fa-meh-blank:before {
  content: "\f5a4";
}
.mgz-fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.mgz-fa-memory:before {
  content: "\f538";
}
.mgz-fa-mendeley:before {
  content: "\f7b3";
}
.mgz-fa-menorah:before {
  content: "\f676";
}
.mgz-fa-mercury:before {
  content: "\f223";
}
.mgz-fa-meteor:before {
  content: "\f753";
}
.mgz-fa-microchip:before {
  content: "\f2db";
}
.mgz-fa-microphone:before {
  content: "\f130";
}
.mgz-fa-microphone-alt:before {
  content: "\f3c9";
}
.mgz-fa-microphone-alt-slash:before {
  content: "\f539";
}
.mgz-fa-microphone-slash:before {
  content: "\f131";
}
.mgz-fa-microscope:before {
  content: "\f610";
}
.mgz-fa-microsoft:before {
  content: "\f3ca";
}
.mgz-fa-minus:before {
  content: "\f068";
}
.mgz-fa-minus-circle:before {
  content: "\f056";
}
.mgz-fa-minus-square:before {
  content: "\f146";
}
.mgz-fa-mitten:before {
  content: "\f7b5";
}
.mgz-fa-mix:before {
  content: "\f3cb";
}
.mgz-fa-mixcloud:before {
  content: "\f289";
}
.mgz-fa-mizuni:before {
  content: "\f3cc";
}
.mgz-fa-mobile:before {
  content: "\f10b";
}
.mgz-fa-mobile-alt:before {
  content: "\f3cd";
}
.mgz-fa-modx:before {
  content: "\f285";
}
.mgz-fa-monero:before {
  content: "\f3d0";
}
.mgz-fa-money-bill:before {
  content: "\f0d6";
}
.mgz-fa-money-bill-alt:before {
  content: "\f3d1";
}
.mgz-fa-money-bill-wave:before {
  content: "\f53a";
}
.mgz-fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.mgz-fa-money-check:before {
  content: "\f53c";
}
.mgz-fa-money-check-alt:before {
  content: "\f53d";
}
.mgz-fa-monument:before {
  content: "\f5a6";
}
.mgz-fa-moon:before {
  content: "\f186";
}
.mgz-fa-mortar-pestle:before {
  content: "\f5a7";
}
.mgz-fa-mosque:before {
  content: "\f678";
}
.mgz-fa-motorcycle:before {
  content: "\f21c";
}
.mgz-fa-mountain:before {
  content: "\f6fc";
}
.mgz-fa-mouse-pointer:before {
  content: "\f245";
}
.mgz-fa-mug-hot:before {
  content: "\f7b6";
}
.mgz-fa-music:before {
  content: "\f001";
}
.mgz-fa-napster:before {
  content: "\f3d2";
}
.mgz-fa-neos:before {
  content: "\f612";
}
.mgz-fa-network-wired:before {
  content: "\f6ff";
}
.mgz-fa-neuter:before {
  content: "\f22c";
}
.mgz-fa-newspaper:before {
  content: "\f1ea";
}
.mgz-fa-nimblr:before {
  content: "\f5a8";
}
.mgz-fa-nintendo-switch:before {
  content: "\f418";
}
.mgz-fa-node:before {
  content: "\f419";
}
.mgz-fa-node-js:before {
  content: "\f3d3";
}
.mgz-fa-not-equal:before {
  content: "\f53e";
}
.mgz-fa-notes-medical:before {
  content: "\f481";
}
.mgz-fa-npm:before {
  content: "\f3d4";
}
.mgz-fa-ns8:before {
  content: "\f3d5";
}
.mgz-fa-nutritionix:before {
  content: "\f3d6";
}
.mgz-fa-object-group:before {
  content: "\f247";
}
.mgz-fa-object-ungroup:before {
  content: "\f248";
}
.mgz-fa-odnoklassniki:before {
  content: "\f263";
}
.mgz-fa-odnoklassniki-square:before {
  content: "\f264";
}
.mgz-fa-oil-can:before {
  content: "\f613";
}
.mgz-fa-old-republic:before {
  content: "\f510";
}
.mgz-fa-om:before {
  content: "\f679";
}
.mgz-fa-opencart:before {
  content: "\f23d";
}
.mgz-fa-openid:before {
  content: "\f19b";
}
.mgz-fa-opera:before {
  content: "\f26a";
}
.mgz-fa-optin-monster:before {
  content: "\f23c";
}
.mgz-fa-osi:before {
  content: "\f41a";
}
.mgz-fa-otter:before {
  content: "\f700";
}
.mgz-fa-outdent:before {
  content: "\f03b";
}
.mgz-fa-page4:before {
  content: "\f3d7";
}
.mgz-fa-pagelines:before {
  content: "\f18c";
}
.mgz-fa-pager:before {
  content: "\f815";
}
.mgz-fa-paint-brush:before {
  content: "\f1fc";
}
.mgz-fa-paint-roller:before {
  content: "\f5aa";
}
.mgz-fa-palette:before {
  content: "\f53f";
}
.mgz-fa-palfed:before {
  content: "\f3d8";
}
.mgz-fa-pallet:before {
  content: "\f482";
}
.mgz-fa-paper-plane:before {
  content: "\f1d8";
}
.mgz-fa-paperclip:before {
  content: "\f0c6";
}
.mgz-fa-parachute-box:before {
  content: "\f4cd";
}
.mgz-fa-paragraph:before {
  content: "\f1dd";
}
.mgz-fa-parking:before {
  content: "\f540";
}
.mgz-fa-passport:before {
  content: "\f5ab";
}
.mgz-fa-pastafarianism:before {
  content: "\f67b";
}
.mgz-fa-paste:before {
  content: "\f0ea";
}
.mgz-fa-patreon:before {
  content: "\f3d9";
}
.mgz-fa-pause:before {
  content: "\f04c";
}
.mgz-fa-pause-circle:before {
  content: "\f28b";
}
.mgz-fa-paw:before {
  content: "\f1b0";
}
.mgz-fa-paypal:before {
  content: "\f1ed";
}
.mgz-fa-peace:before {
  content: "\f67c";
}
.mgz-fa-pen:before {
  content: "\f304";
}
.mgz-fa-pen-alt:before {
  content: "\f305";
}
.mgz-fa-pen-fancy:before {
  content: "\f5ac";
}
.mgz-fa-pen-nib:before {
  content: "\f5ad";
}
.mgz-fa-pen-square:before {
  content: "\f14b";
}
.mgz-fa-pencil-alt:before {
  content: "\f303";
}
.mgz-fa-pencil-ruler:before {
  content: "\f5ae";
}
.mgz-fa-penny-arcade:before {
  content: "\f704";
}
.mgz-fa-people-carry:before {
  content: "\f4ce";
}
.mgz-fa-pepper-hot:before {
  content: "\f816";
}
.mgz-fa-percent:before {
  content: "\f295";
}
.mgz-fa-percentage:before {
  content: "\f541";
}
.mgz-fa-periscope:before {
  content: "\f3da";
}
.mgz-fa-person-booth:before {
  content: "\f756";
}
.mgz-fa-phabricator:before {
  content: "\f3db";
}
.mgz-fa-phoenix-framework:before {
  content: "\f3dc";
}
.mgz-fa-phoenix-squadron:before {
  content: "\f511";
}
.mgz-fa-phone:before {
  content: "\f095";
}
.mgz-fa-phone-slash:before {
  content: "\f3dd";
}
.mgz-fa-phone-square:before {
  content: "\f098";
}
.mgz-fa-phone-volume:before {
  content: "\f2a0";
}
.mgz-fa-php:before {
  content: "\f457";
}
.mgz-fa-pied-piper:before {
  content: "\f2ae";
}
.mgz-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.mgz-fa-pied-piper-hat:before {
  content: "\f4e5";
}
.mgz-fa-pied-piper-pp:before {
  content: "\f1a7";
}
.mgz-fa-piggy-bank:before {
  content: "\f4d3";
}
.mgz-fa-pills:before {
  content: "\f484";
}
.mgz-fa-pinterest:before {
  content: "\f0d2";
}
.mgz-fa-pinterest-p:before {
  content: "\f231";
}
.mgz-fa-pinterest-square:before {
  content: "\f0d3";
}
.mgz-fa-pizza-slice:before {
  content: "\f818";
}
.mgz-fa-place-of-worship:before {
  content: "\f67f";
}
.mgz-fa-plane:before {
  content: "\f072";
}
.mgz-fa-plane-arrival:before {
  content: "\f5af";
}
.mgz-fa-plane-departure:before {
  content: "\f5b0";
}
.mgz-fa-play:before {
  content: "\f04b";
}
.mgz-fa-play-circle:before {
  content: "\f144";
}
.mgz-fa-playstation:before {
  content: "\f3df";
}
.mgz-fa-plug:before {
  content: "\f1e6";
}
.mgz-fa-plus:before {
  content: "\f067";
}
.mgz-fa-plus-circle:before {
  content: "\f055";
}
.mgz-fa-plus-square:before {
  content: "\f0fe";
}
.mgz-fa-podcast:before {
  content: "\f2ce";
}
.mgz-fa-poll:before {
  content: "\f681";
}
.mgz-fa-poll-h:before {
  content: "\f682";
}
.mgz-fa-poo:before {
  content: "\f2fe";
}
.mgz-fa-poo-storm:before {
  content: "\f75a";
}
.mgz-fa-poop:before {
  content: "\f619";
}
.mgz-fa-portrait:before {
  content: "\f3e0";
}
.mgz-fa-pound-sign:before {
  content: "\f154";
}
.mgz-fa-power-off:before {
  content: "\f011";
}
.mgz-fa-pray:before {
  content: "\f683";
}
.mgz-fa-praying-hands:before {
  content: "\f684";
}
.mgz-fa-prescription:before {
  content: "\f5b1";
}
.mgz-fa-prescription-bottle:before {
  content: "\f485";
}
.mgz-fa-prescription-bottle-alt:before {
  content: "\f486";
}
.mgz-fa-print:before {
  content: "\f02f";
}
.mgz-fa-procedures:before {
  content: "\f487";
}
.mgz-fa-product-hunt:before {
  content: "\f288";
}
.mgz-fa-project-diagram:before {
  content: "\f542";
}
.mgz-fa-pushed:before {
  content: "\f3e1";
}
.mgz-fa-puzzle-piece:before {
  content: "\f12e";
}
.mgz-fa-python:before {
  content: "\f3e2";
}
.mgz-fa-qq:before {
  content: "\f1d6";
}
.mgz-fa-qrcode:before {
  content: "\f029";
}
.mgz-fa-question:before {
  content: "\f128";
}
.mgz-fa-question-circle:before {
  content: "\f059";
}
.mgz-fa-quidditch:before {
  content: "\f458";
}
.mgz-fa-quinscape:before {
  content: "\f459";
}
.mgz-fa-quora:before {
  content: "\f2c4";
}
.mgz-fa-quote-left:before {
  content: "\f10d";
}
.mgz-fa-quote-right:before {
  content: "\f10e";
}
.mgz-fa-quran:before {
  content: "\f687";
}
.mgz-fa-r-project:before {
  content: "\f4f7";
}
.mgz-fa-radiation:before {
  content: "\f7b9";
}
.mgz-fa-radiation-alt:before {
  content: "\f7ba";
}
.mgz-fa-rainbow:before {
  content: "\f75b";
}
.mgz-fa-random:before {
  content: "\f074";
}
.mgz-fa-raspberry-pi:before {
  content: "\f7bb";
}
.mgz-fa-ravelry:before {
  content: "\f2d9";
}
.mgz-fa-react:before {
  content: "\f41b";
}
.mgz-fa-reacteurope:before {
  content: "\f75d";
}
.mgz-fa-readme:before {
  content: "\f4d5";
}
.mgz-fa-rebel:before {
  content: "\f1d0";
}
.mgz-fa-receipt:before {
  content: "\f543";
}
.mgz-fa-recycle:before {
  content: "\f1b8";
}
.mgz-fa-red-river:before {
  content: "\f3e3";
}
.mgz-fa-reddit:before {
  content: "\f1a1";
}
.mgz-fa-reddit-alien:before {
  content: "\f281";
}
.mgz-fa-reddit-square:before {
  content: "\f1a2";
}
.mgz-fa-redhat:before {
  content: "\f7bc";
}
.mgz-fa-redo:before {
  content: "\f01e";
}
.mgz-fa-redo-alt:before {
  content: "\f2f9";
}
.mgz-fa-registered:before {
  content: "\f25d";
}
.mgz-fa-renren:before {
  content: "\f18b";
}
.mgz-fa-reply:before {
  content: "\f3e5";
}
.mgz-fa-reply-all:before {
  content: "\f122";
}
.mgz-fa-replyd:before {
  content: "\f3e6";
}
.mgz-fa-republican:before {
  content: "\f75e";
}
.mgz-fa-researchgate:before {
  content: "\f4f8";
}
.mgz-fa-resolving:before {
  content: "\f3e7";
}
.mgz-fa-restroom:before {
  content: "\f7bd";
}
.mgz-fa-retweet:before {
  content: "\f079";
}
.mgz-fa-rev:before {
  content: "\f5b2";
}
.mgz-fa-ribbon:before {
  content: "\f4d6";
}
.mgz-fa-ring:before {
  content: "\f70b";
}
.mgz-fa-road:before {
  content: "\f018";
}
.mgz-fa-robot:before {
  content: "\f544";
}
.mgz-fa-rocket:before {
  content: "\f135";
}
.mgz-fa-rocketchat:before {
  content: "\f3e8";
}
.mgz-fa-rockrms:before {
  content: "\f3e9";
}
.mgz-fa-route:before {
  content: "\f4d7";
}
.mgz-fa-rss:before {
  content: "\f09e";
}
.mgz-fa-rss-square:before {
  content: "\f143";
}
.mgz-fa-ruble-sign:before {
  content: "\f158";
}
.mgz-fa-ruler:before {
  content: "\f545";
}
.mgz-fa-ruler-combined:before {
  content: "\f546";
}
.mgz-fa-ruler-horizontal:before {
  content: "\f547";
}
.mgz-fa-ruler-vertical:before {
  content: "\f548";
}
.mgz-fa-running:before {
  content: "\f70c";
}
.mgz-fa-rupee-sign:before {
  content: "\f156";
}
.mgz-fa-sad-cry:before {
  content: "\f5b3";
}
.mgz-fa-sad-tear:before {
  content: "\f5b4";
}
.mgz-fa-safari:before {
  content: "\f267";
}
.mgz-fa-salesforce:before {
  content: "\f83b";
}
.mgz-fa-sass:before {
  content: "\f41e";
}
.mgz-fa-satellite:before {
  content: "\f7bf";
}
.mgz-fa-satellite-dish:before {
  content: "\f7c0";
}
.mgz-fa-save:before {
  content: "\f0c7";
}
.mgz-fa-schlix:before {
  content: "\f3ea";
}
.mgz-fa-school:before {
  content: "\f549";
}
.mgz-fa-screwdriver:before {
  content: "\f54a";
}
.mgz-fa-scribd:before {
  content: "\f28a";
}
.mgz-fa-scroll:before {
  content: "\f70e";
}
.mgz-fa-sd-card:before {
  content: "\f7c2";
}
.mgz-fa-search:before {
  content: "\f002";
}
.mgz-fa-search-dollar:before {
  content: "\f688";
}
.mgz-fa-search-location:before {
  content: "\f689";
}
.mgz-fa-search-minus:before {
  content: "\f010";
}
.mgz-fa-search-plus:before {
  content: "\f00e";
}
.mgz-fa-searchengin:before {
  content: "\f3eb";
}
.mgz-fa-seedling:before {
  content: "\f4d8";
}
.mgz-fa-sellcast:before {
  content: "\f2da";
}
.mgz-fa-sellsy:before {
  content: "\f213";
}
.mgz-fa-server:before {
  content: "\f233";
}
.mgz-fa-servicestack:before {
  content: "\f3ec";
}
.mgz-fa-shapes:before {
  content: "\f61f";
}
.mgz-fa-share:before {
  content: "\f064";
}
.mgz-fa-share-alt:before {
  content: "\f1e0";
}
.mgz-fa-share-alt-square:before {
  content: "\f1e1";
}
.mgz-fa-share-square:before {
  content: "\f14d";
}
.mgz-fa-shekel-sign:before {
  content: "\f20b";
}
.mgz-fa-shield-alt:before {
  content: "\f3ed";
}
.mgz-fa-ship:before {
  content: "\f21a";
}
.mgz-fa-shipping-fast:before {
  content: "\f48b";
}
.mgz-fa-shirtsinbulk:before {
  content: "\f214";
}
.mgz-fa-shoe-prints:before {
  content: "\f54b";
}
.mgz-fa-shopping-bag:before {
  content: "\f290";
}
.mgz-fa-shopping-basket:before {
  content: "\f291";
}
.mgz-fa-shopping-cart:before {
  content: "\f07a";
}
.mgz-fa-shopware:before {
  content: "\f5b5";
}
.mgz-fa-shower:before {
  content: "\f2cc";
}
.mgz-fa-shuttle-van:before {
  content: "\f5b6";
}
.mgz-fa-sign:before {
  content: "\f4d9";
}
.mgz-fa-sign-in-alt:before {
  content: "\f2f6";
}
.mgz-fa-sign-language:before {
  content: "\f2a7";
}
.mgz-fa-sign-out-alt:before {
  content: "\f2f5";
}
.mgz-fa-signal:before {
  content: "\f012";
}
.mgz-fa-signature:before {
  content: "\f5b7";
}
.mgz-fa-sim-card:before {
  content: "\f7c4";
}
.mgz-fa-simplybuilt:before {
  content: "\f215";
}
.mgz-fa-sistrix:before {
  content: "\f3ee";
}
.mgz-fa-sitemap:before {
  content: "\f0e8";
}
.mgz-fa-sith:before {
  content: "\f512";
}
.mgz-fa-skating:before {
  content: "\f7c5";
}
.mgz-fa-sketch:before {
  content: "\f7c6";
}
.mgz-fa-skiing:before {
  content: "\f7c9";
}
.mgz-fa-skiing-nordic:before {
  content: "\f7ca";
}
.mgz-fa-skull:before {
  content: "\f54c";
}
.mgz-fa-skull-crossbones:before {
  content: "\f714";
}
.mgz-fa-skyatlas:before {
  content: "\f216";
}
.mgz-fa-skype:before {
  content: "\f17e";
}
.mgz-fa-slack:before {
  content: "\f198";
}
.mgz-fa-slack-hash:before {
  content: "\f3ef";
}
.mgz-fa-slash:before {
  content: "\f715";
}
.mgz-fa-sleigh:before {
  content: "\f7cc";
}
.mgz-fa-sliders-h:before {
  content: "\f1de";
}
.mgz-fa-slideshare:before {
  content: "\f1e7";
}
.mgz-fa-smile:before {
  content: "\f118";
}
.mgz-fa-smile-beam:before {
  content: "\f5b8";
}
.mgz-fa-smile-wink:before {
  content: "\f4da";
}
.mgz-fa-smog:before {
  content: "\f75f";
}
.mgz-fa-smoking:before {
  content: "\f48d";
}
.mgz-fa-smoking-ban:before {
  content: "\f54d";
}
.mgz-fa-sms:before {
  content: "\f7cd";
}
.mgz-fa-snapchat:before {
  content: "\f2ab";
}
.mgz-fa-snapchat-ghost:before {
  content: "\f2ac";
}
.mgz-fa-snapchat-square:before {
  content: "\f2ad";
}
.mgz-fa-snowboarding:before {
  content: "\f7ce";
}
.mgz-fa-snowflake:before {
  content: "\f2dc";
}
.mgz-fa-snowman:before {
  content: "\f7d0";
}
.mgz-fa-snowplow:before {
  content: "\f7d2";
}
.mgz-fa-socks:before {
  content: "\f696";
}
.mgz-fa-solar-panel:before {
  content: "\f5ba";
}
.mgz-fa-sort:before {
  content: "\f0dc";
}
.mgz-fa-sort-alpha-down:before {
  content: "\f15d";
}
.mgz-fa-sort-alpha-up:before {
  content: "\f15e";
}
.mgz-fa-sort-amount-down:before {
  content: "\f160";
}
.mgz-fa-sort-amount-up:before {
  content: "\f161";
}
.mgz-fa-sort-down:before {
  content: "\f0dd";
}
.mgz-fa-sort-numeric-down:before {
  content: "\f162";
}
.mgz-fa-sort-numeric-up:before {
  content: "\f163";
}
.mgz-fa-sort-up:before {
  content: "\f0de";
}
.mgz-fa-soundcloud:before {
  content: "\f1be";
}
.mgz-fa-sourcetree:before {
  content: "\f7d3";
}
.mgz-fa-spa:before {
  content: "\f5bb";
}
.mgz-fa-space-shuttle:before {
  content: "\f197";
}
.mgz-fa-speakap:before {
  content: "\f3f3";
}
.mgz-fa-speaker-deck:before {
  content: "\f83c";
}
.mgz-fa-spider:before {
  content: "\f717";
}
.mgz-fa-spinner:before {
  content: "\f110";
}
.mgz-fa-splotch:before {
  content: "\f5bc";
}
.mgz-fa-spotify:before {
  content: "\f1bc";
}
.mgz-fa-spray-can:before {
  content: "\f5bd";
}
.mgz-fa-square:before {
  content: "\f0c8";
}
.mgz-fa-square-full:before {
  content: "\f45c";
}
.mgz-fa-square-root-alt:before {
  content: "\f698";
}
.mgz-fa-squarespace:before {
  content: "\f5be";
}
.mgz-fa-stack-exchange:before {
  content: "\f18d";
}
.mgz-fa-stack-overflow:before {
  content: "\f16c";
}
.mgz-fa-stamp:before {
  content: "\f5bf";
}
.mgz-fa-star:before {
  content: "\f005";
}
.mgz-fa-star-and-crescent:before {
  content: "\f699";
}
.mgz-fa-star-half:before {
  content: "\f089";
}
.mgz-fa-star-half-alt:before {
  content: "\f5c0";
}
.mgz-fa-star-of-david:before {
  content: "\f69a";
}
.mgz-fa-star-of-life:before {
  content: "\f621";
}
.mgz-fa-staylinked:before {
  content: "\f3f5";
}
.mgz-fa-steam:before {
  content: "\f1b6";
}
.mgz-fa-steam-square:before {
  content: "\f1b7";
}
.mgz-fa-steam-symbol:before {
  content: "\f3f6";
}
.mgz-fa-step-backward:before {
  content: "\f048";
}
.mgz-fa-step-forward:before {
  content: "\f051";
}
.mgz-fa-stethoscope:before {
  content: "\f0f1";
}
.mgz-fa-sticker-mule:before {
  content: "\f3f7";
}
.mgz-fa-sticky-note:before {
  content: "\f249";
}
.mgz-fa-stop:before {
  content: "\f04d";
}
.mgz-fa-stop-circle:before {
  content: "\f28d";
}
.mgz-fa-stopwatch:before {
  content: "\f2f2";
}
.mgz-fa-store:before {
  content: "\f54e";
}
.mgz-fa-store-alt:before {
  content: "\f54f";
}
.mgz-fa-strava:before {
  content: "\f428";
}
.mgz-fa-stream:before {
  content: "\f550";
}
.mgz-fa-street-view:before {
  content: "\f21d";
}
.mgz-fa-strikethrough:before {
  content: "\f0cc";
}
.mgz-fa-stripe:before {
  content: "\f429";
}
.mgz-fa-stripe-s:before {
  content: "\f42a";
}
.mgz-fa-stroopwafel:before {
  content: "\f551";
}
.mgz-fa-studiovinari:before {
  content: "\f3f8";
}
.mgz-fa-stumbleupon:before {
  content: "\f1a4";
}
.mgz-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.mgz-fa-subscript:before {
  content: "\f12c";
}
.mgz-fa-subway:before {
  content: "\f239";
}
.mgz-fa-suitcase:before {
  content: "\f0f2";
}
.mgz-fa-suitcase-rolling:before {
  content: "\f5c1";
}
.mgz-fa-sun:before {
  content: "\f185";
}
.mgz-fa-superpowers:before {
  content: "\f2dd";
}
.mgz-fa-superscript:before {
  content: "\f12b";
}
.mgz-fa-supple:before {
  content: "\f3f9";
}
.mgz-fa-surprise:before {
  content: "\f5c2";
}
.mgz-fa-suse:before {
  content: "\f7d6";
}
.mgz-fa-swatchbook:before {
  content: "\f5c3";
}
.mgz-fa-swimmer:before {
  content: "\f5c4";
}
.mgz-fa-swimming-pool:before {
  content: "\f5c5";
}
.mgz-fa-symfony:before {
  content: "\f83d";
}
.mgz-fa-synagogue:before {
  content: "\f69b";
}
.mgz-fa-sync:before {
  content: "\f021";
}
.mgz-fa-sync-alt:before {
  content: "\f2f1";
}
.mgz-fa-syringe:before {
  content: "\f48e";
}
.mgz-fa-table:before {
  content: "\f0ce";
}
.mgz-fa-table-tennis:before {
  content: "\f45d";
}
.mgz-fa-tablet:before {
  content: "\f10a";
}
.mgz-fa-tablet-alt:before {
  content: "\f3fa";
}
.mgz-fa-tablets:before {
  content: "\f490";
}
.mgz-fa-tachometer-alt:before {
  content: "\f3fd";
}
.mgz-fa-tag:before {
  content: "\f02b";
}
.mgz-fa-tags:before {
  content: "\f02c";
}
.mgz-fa-tape:before {
  content: "\f4db";
}
.mgz-fa-tasks:before {
  content: "\f0ae";
}
.mgz-fa-taxi:before {
  content: "\f1ba";
}
.mgz-fa-teamspeak:before {
  content: "\f4f9";
}
.mgz-fa-teeth:before {
  content: "\f62e";
}
.mgz-fa-teeth-open:before {
  content: "\f62f";
}
.mgz-fa-telegram:before {
  content: "\f2c6";
}
.mgz-fa-telegram-plane:before {
  content: "\f3fe";
}
.mgz-fa-temperature-high:before {
  content: "\f769";
}
.mgz-fa-temperature-low:before {
  content: "\f76b";
}
.mgz-fa-tencent-weibo:before {
  content: "\f1d5";
}
.mgz-fa-tenge:before {
  content: "\f7d7";
}
.mgz-fa-terminal:before {
  content: "\f120";
}
.mgz-fa-text-height:before {
  content: "\f034";
}
.mgz-fa-text-width:before {
  content: "\f035";
}
.mgz-fa-th:before {
  content: "\f00a";
}
.mgz-fa-th-large:before {
  content: "\f009";
}
.mgz-fa-th-list:before {
  content: "\f00b";
}
.mgz-fa-the-red-yeti:before {
  content: "\f69d";
}
.mgz-fa-theater-masks:before {
  content: "\f630";
}
.mgz-fa-themeco:before {
  content: "\f5c6";
}
.mgz-fa-themeisle:before {
  content: "\f2b2";
}
.mgz-fa-thermometer:before {
  content: "\f491";
}
.mgz-fa-thermometer-empty:before {
  content: "\f2cb";
}
.mgz-fa-thermometer-full:before {
  content: "\f2c7";
}
.mgz-fa-thermometer-half:before {
  content: "\f2c9";
}
.mgz-fa-thermometer-quarter:before {
  content: "\f2ca";
}
.mgz-fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.mgz-fa-think-peaks:before {
  content: "\f731";
}
.mgz-fa-thumbs-down:before {
  content: "\f165";
}
.mgz-fa-thumbs-up:before {
  content: "\f164";
}
.mgz-fa-thumbtack:before {
  content: "\f08d";
}
.mgz-fa-ticket-alt:before {
  content: "\f3ff";
}
.mgz-fa-times:before {
  content: "\f00d";
}
.mgz-fa-times-circle:before {
  content: "\f057";
}
.mgz-fa-tint:before {
  content: "\f043";
}
.mgz-fa-tint-slash:before {
  content: "\f5c7";
}
.mgz-fa-tired:before {
  content: "\f5c8";
}
.mgz-fa-toggle-off:before {
  content: "\f204";
}
.mgz-fa-toggle-on:before {
  content: "\f205";
}
.mgz-fa-toilet:before {
  content: "\f7d8";
}
.mgz-fa-toilet-paper:before {
  content: "\f71e";
}
.mgz-fa-toolbox:before {
  content: "\f552";
}
.mgz-fa-tools:before {
  content: "\f7d9";
}
.mgz-fa-tooth:before {
  content: "\f5c9";
}
.mgz-fa-torah:before {
  content: "\f6a0";
}
.mgz-fa-torii-gate:before {
  content: "\f6a1";
}
.mgz-fa-tractor:before {
  content: "\f722";
}
.mgz-fa-trade-federation:before {
  content: "\f513";
}
.mgz-fa-trademark:before {
  content: "\f25c";
}
.mgz-fa-traffic-light:before {
  content: "\f637";
}
.mgz-fa-train:before {
  content: "\f238";
}
.mgz-fa-tram:before {
  content: "\f7da";
}
.mgz-fa-transgender:before {
  content: "\f224";
}
.mgz-fa-transgender-alt:before {
  content: "\f225";
}
.mgz-fa-trash:before {
  content: "\f1f8";
}
.mgz-fa-trash-alt:before {
  content: "\f2ed";
}
.mgz-fa-trash-restore:before {
  content: "\f829";
}
.mgz-fa-trash-restore-alt:before {
  content: "\f82a";
}
.mgz-fa-tree:before {
  content: "\f1bb";
}
.mgz-fa-trello:before {
  content: "\f181";
}
.mgz-fa-tripadvisor:before {
  content: "\f262";
}
.mgz-fa-trophy:before {
  content: "\f091";
}
.mgz-fa-truck:before {
  content: "\f0d1";
}
.mgz-fa-truck-loading:before {
  content: "\f4de";
}
.mgz-fa-truck-monster:before {
  content: "\f63b";
}
.mgz-fa-truck-moving:before {
  content: "\f4df";
}
.mgz-fa-truck-pickup:before {
  content: "\f63c";
}
.mgz-fa-tshirt:before {
  content: "\f553";
}
.mgz-fa-tty:before {
  content: "\f1e4";
}
.mgz-fa-tumblr:before {
  content: "\f173";
}
.mgz-fa-tumblr-square:before {
  content: "\f174";
}
.mgz-fa-tv:before {
  content: "\f26c";
}
.mgz-fa-twitch:before {
  content: "\f1e8";
}
.mgz-fa-twitter:before {
  content: "\f099";
}
.mgz-fa-twitter-square:before {
  content: "\f081";
}
.mgz-fa-typo3:before {
  content: "\f42b";
}
.mgz-fa-uber:before {
  content: "\f402";
}
.mgz-fa-ubuntu:before {
  content: "\f7df";
}
.mgz-fa-uikit:before {
  content: "\f403";
}
.mgz-fa-umbrella:before {
  content: "\f0e9";
}
.mgz-fa-umbrella-beach:before {
  content: "\f5ca";
}
.mgz-fa-underline:before {
  content: "\f0cd";
}
.mgz-fa-undo:before {
  content: "\f0e2";
}
.mgz-fa-undo-alt:before {
  content: "\f2ea";
}
.mgz-fa-uniregistry:before {
  content: "\f404";
}
.mgz-fa-universal-access:before {
  content: "\f29a";
}
.mgz-fa-university:before {
  content: "\f19c";
}
.mgz-fa-unlink:before {
  content: "\f127";
}
.mgz-fa-unlock:before {
  content: "\f09c";
}
.mgz-fa-unlock-alt:before {
  content: "\f13e";
}
.mgz-fa-untappd:before {
  content: "\f405";
}
.mgz-fa-upload:before {
  content: "\f093";
}
.mgz-fa-ups:before {
  content: "\f7e0";
}
.mgz-fa-usb:before {
  content: "\f287";
}
.mgz-fa-user:before {
  content: "\f007";
}
.mgz-fa-user-alt:before {
  content: "\f406";
}
.mgz-fa-user-alt-slash:before {
  content: "\f4fa";
}
.mgz-fa-user-astronaut:before {
  content: "\f4fb";
}
.mgz-fa-user-check:before {
  content: "\f4fc";
}
.mgz-fa-user-circle:before {
  content: "\f2bd";
}
.mgz-fa-user-clock:before {
  content: "\f4fd";
}
.mgz-fa-user-cog:before {
  content: "\f4fe";
}
.mgz-fa-user-edit:before {
  content: "\f4ff";
}
.mgz-fa-user-friends:before {
  content: "\f500";
}
.mgz-fa-user-graduate:before {
  content: "\f501";
}
.mgz-fa-user-injured:before {
  content: "\f728";
}
.mgz-fa-user-lock:before {
  content: "\f502";
}
.mgz-fa-user-md:before {
  content: "\f0f0";
}
.mgz-fa-user-minus:before {
  content: "\f503";
}
.mgz-fa-user-ninja:before {
  content: "\f504";
}
.mgz-fa-user-nurse:before {
  content: "\f82f";
}
.mgz-fa-user-plus:before {
  content: "\f234";
}
.mgz-fa-user-secret:before {
  content: "\f21b";
}
.mgz-fa-user-shield:before {
  content: "\f505";
}
.mgz-fa-user-slash:before {
  content: "\f506";
}
.mgz-fa-user-tag:before {
  content: "\f507";
}
.mgz-fa-user-tie:before {
  content: "\f508";
}
.mgz-fa-user-times:before {
  content: "\f235";
}
.mgz-fa-users:before {
  content: "\f0c0";
}
.mgz-fa-users-cog:before {
  content: "\f509";
}
.mgz-fa-usps:before {
  content: "\f7e1";
}
.mgz-fa-ussunnah:before {
  content: "\f407";
}
.mgz-fa-utensil-spoon:before {
  content: "\f2e5";
}
.mgz-fa-utensils:before {
  content: "\f2e7";
}
.mgz-fa-vaadin:before {
  content: "\f408";
}
.mgz-fa-vector-square:before {
  content: "\f5cb";
}
.mgz-fa-venus:before {
  content: "\f221";
}
.mgz-fa-venus-double:before {
  content: "\f226";
}
.mgz-fa-venus-mars:before {
  content: "\f228";
}
.mgz-fa-viacoin:before {
  content: "\f237";
}
.mgz-fa-viadeo:before {
  content: "\f2a9";
}
.mgz-fa-viadeo-square:before {
  content: "\f2aa";
}
.mgz-fa-vial:before {
  content: "\f492";
}
.mgz-fa-vials:before {
  content: "\f493";
}
.mgz-fa-viber:before {
  content: "\f409";
}
.mgz-fa-video:before {
  content: "\f03d";
}
.mgz-fa-video-slash:before {
  content: "\f4e2";
}
.mgz-fa-vihara:before {
  content: "\f6a7";
}
.mgz-fa-vimeo:before {
  content: "\f40a";
}
.mgz-fa-vimeo-square:before {
  content: "\f194";
}
.mgz-fa-vimeo-v:before {
  content: "\f27d";
}
.mgz-fa-vine:before {
  content: "\f1ca";
}
.mgz-fa-vk:before {
  content: "\f189";
}
.mgz-fa-vnv:before {
  content: "\f40b";
}
.mgz-fa-volleyball-ball:before {
  content: "\f45f";
}
.mgz-fa-volume-down:before {
  content: "\f027";
}
.mgz-fa-volume-mute:before {
  content: "\f6a9";
}
.mgz-fa-volume-off:before {
  content: "\f026";
}
.mgz-fa-volume-up:before {
  content: "\f028";
}
.mgz-fa-vote-yea:before {
  content: "\f772";
}
.mgz-fa-vr-cardboard:before {
  content: "\f729";
}
.mgz-fa-vuejs:before {
  content: "\f41f";
}
.mgz-fa-walking:before {
  content: "\f554";
}
.mgz-fa-wallet:before {
  content: "\f555";
}
.mgz-fa-warehouse:before {
  content: "\f494";
}
.mgz-fa-water:before {
  content: "\f773";
}
.mgz-fa-wave-square:before {
  content: "\f83e";
}
.mgz-fa-waze:before {
  content: "\f83f";
}
.mgz-fa-weebly:before {
  content: "\f5cc";
}
.mgz-fa-weibo:before {
  content: "\f18a";
}
.mgz-fa-weight:before {
  content: "\f496";
}
.mgz-fa-weight-hanging:before {
  content: "\f5cd";
}
.mgz-fa-weixin:before {
  content: "\f1d7";
}
.mgz-fa-whatsapp:before {
  content: "\f232";
}
.mgz-fa-whatsapp-square:before {
  content: "\f40c";
}
.mgz-fa-wheelchair:before {
  content: "\f193";
}
.mgz-fa-whmcs:before {
  content: "\f40d";
}
.mgz-fa-wifi:before {
  content: "\f1eb";
}
.mgz-fa-wikipedia-w:before {
  content: "\f266";
}
.mgz-fa-wind:before {
  content: "\f72e";
}
.mgz-fa-window-close:before {
  content: "\f410";
}
.mgz-fa-window-maximize:before {
  content: "\f2d0";
}
.mgz-fa-window-minimize:before {
  content: "\f2d1";
}
.mgz-fa-window-restore:before {
  content: "\f2d2";
}
.mgz-fa-windows:before {
  content: "\f17a";
}
.mgz-fa-wine-bottle:before {
  content: "\f72f";
}
.mgz-fa-wine-glass:before {
  content: "\f4e3";
}
.mgz-fa-wine-glass-alt:before {
  content: "\f5ce";
}
.mgz-fa-wix:before {
  content: "\f5cf";
}
.mgz-fa-wizards-of-the-coast:before {
  content: "\f730";
}
.mgz-fa-wolf-pack-battalion:before {
  content: "\f514";
}
.mgz-fa-won-sign:before {
  content: "\f159";
}
.mgz-fa-wordpress:before {
  content: "\f19a";
}
.mgz-fa-wordpress-simple:before {
  content: "\f411";
}
.mgz-fa-wpbeginner:before {
  content: "\f297";
}
.mgz-fa-wpexplorer:before {
  content: "\f2de";
}
.mgz-fa-wpforms:before {
  content: "\f298";
}
.mgz-fa-wpressr:before {
  content: "\f3e4";
}
.mgz-fa-wrench:before {
  content: "\f0ad";
}
.mgz-fa-x-ray:before {
  content: "\f497";
}
.mgz-fa-xbox:before {
  content: "\f412";
}
.mgz-fa-xing:before {
  content: "\f168";
}
.mgz-fa-xing-square:before {
  content: "\f169";
}
.mgz-fa-y-combinator:before {
  content: "\f23b";
}
.mgz-fa-yahoo:before {
  content: "\f19e";
}
.mgz-fa-yammer:before {
  content: "\f840";
}
.mgz-fa-yandex:before {
  content: "\f413";
}
.mgz-fa-yandex-international:before {
  content: "\f414";
}
.mgz-fa-yarn:before {
  content: "\f7e3";
}
.mgz-fa-yelp:before {
  content: "\f1e9";
}
.mgz-fa-yen-sign:before {
  content: "\f157";
}
.mgz-fa-yin-yang:before {
  content: "\f6ad";
}
.mgz-fa-yoast:before {
  content: "\f2b1";
}
.mgz-fa-youtube:before {
  content: "\f167";
}
.mgz-fa-youtube-square:before {
  content: "\f431";
}
.mgz-fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-solid-900.eot');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-solid-900.woff2') format('woff2'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-solid-900.woff') format('woff'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-solid-900.ttf') format('truetype'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-regular-400.eot');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-regular-400.woff2') format('woff2'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-regular-400.woff') format('woff'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-regular-400.ttf') format('truetype'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-brands-400.eot');
  src: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-brands-400.woff2') format('woff2'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-brands-400.woff') format('woff'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-brands-400.ttf') format('truetype'), url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Magezon-Icons';
  src:  url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/fonts/mgz_icons.eot?lbpphw');
  src:  url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/css/fonts/mgz_icons.eot?lbpphw#iefix') format('embedded-opentype'),
  url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/fonts/mgz_icons.ttf?lbpphw') format('truetype'),
  url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/fonts/mgz_icons.woff?lbpphw') format('woff'),
  url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/fonts/mgz_icons.svg?lbpphw#mgz_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mgz-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mgz-icon:before {
    font-family: inherit;
}

.mgz-icon-search:before {
  content: "\e8b6";
}
.mgz-icon-close:before {
  content: "\e62f";
}
.mgz-icon-add:before {
  content: "\e90d";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-dragndrop:before {
  content: "\e913";
}
.mgz-icon-edit:before {
  content: "\e91d";
}
.mgz-icon-delete:before {
  content: "\e912";
}
.mgz-icon-clone:before {
  content: "\e911";
}
.mgz-icon-arrow_drop_right:before {
  content: "\e916";
}
.mgz-icon-arrow_drop_down:before {
  content: "\e5c5";
}
.mgz-icon-arrow_drop_up:before {
  content: "\e5c7";
}
.mgz-icon-1-1:before {
  content: "\e900";
}
.mgz-icon-1-2_1-2:before {
  content: "\e901";
}
.mgz-icon-1-3_1-3_1-3:before {
  content: "\e902";
}
.mgz-icon-1-4_1-2_1-4:before {
  content: "\e904";
}
.mgz-icon-1-4_1-4_1-4_1-4:before {
  content: "\e905";
}
.mgz-icon-1-4_3-4:before {
  content: "\e906";
}
.mgz-icon-1-6_1-6_1-6_1-2:before {
  content: "\e907";
}
.mgz-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
  content: "\e908";
}
.mgz-icon-l_15_15_15_15_15:before {
  content: "\e909";
}
.mgz-icon-1-6_2-3_1-6:before {
  content: "\e90a";
}
.mgz-icon-2-3_1-3:before {
  content: "\e90b";
}
.mgz-icon-5-6_1-6:before {
  content: "\e90c";
}
.mgz-icon-1-6_4-6_1-6:before {
  content: "\e90e";
}
.mgz-icon-row:before {
  content: "\e91e";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-fullscreen_exit:before {
  content: "\e914";
}
.mgz-icon-check-mage:before {
  content: "\e62d";
}
.mgz-icon-plus:before {
  content: "\e61c";
}
.mgz-icon-minus:before {
  content: "\e60f";
}
.mgz-icon-remove:before {
  content: "\e604";
}
.mgz-icon-up:before {
  content: "\e621";
}
.mgz-icon-down:before {
  content: "\e622";
}
.mgz-icon-product:before {
  content: "\e608";
}
.mgz-icon-tabs:before {
  content: "\e879";
}
.mgz-icon-divider:before {
  content: "\e822";
  font-weight: bold;
}
.mgz-icon-spacer:before {
  content: "\e877";
  font-weight: bold;
}
.mgz-settings-icon:before{
  content: "\e910";
}
.mgz-icon-play:before {
  content: "\e939";
}
.mgz-icon-cms:before {
  content: "\e602";
}
.mgz-icon-testimonial:before {
  content: "\e920";
}
.mgz-icon-social-icons:before {
  content: "\e876";
}
.mgz-icon-pricing-table:before {
  content: "\e859";
}
.mgz-icon-accordion:before {
  content: "\e806";
}
.mgz-icon-number-counter:before {
  content: "\e921";
}
.mgz-icon-favorite:before {
  content: "\e895";
}
.mgz-icon-toggle:before {
  content: "\e887";
}
.mgz-icon-slideshow:before {
  content: "\e875";
}
.mgz-icon-icon-list:before {
  content: "\e893";
}
.mgz-icon-flip-box:before {
  content: "\e903";
}
.mgz-icon-code:before {
  content: "\e894";
}
.mgz-icon-countdown:before {
  content: "\e818";
}
.mgz-icon-magezon-pagebuilder:before {
  content: "\e922";
}
.mgz-icon-checkbox:before {
  content: "\e816";
}
.mgz-icon-number-field:before {
  content: "\e846";
}
.mgz-icon-menu-toggle:before {
  content: "\e943";
}
.mgz-icon-button:before {
  content: "\e812";
}
.mgz-icon-text-field:before {
  content: "\e882";
}
.mgz-icon-delete2:before {
  content: "\e630";
}
.mgz-icon-check:before {
  content: "\e5ca";
}
.mgz-icon-tablet-landscape:before {
  content: "\1f4bb";
}
.mgz-icon-mobile-portrait:before {
  content: "\1f4f1";
}
.mgz-icon-mobile-landscape:before {
  content: "\1f4f2";
}
.mgz-icon-desktop:before {
  content: "\1f4fa";
}
.mgz-icon-tablet-portrait:before {
  content: "\1f5b3";
}
.mgz-icon-arrow_downward:before {
  content: "\e5dc";
}
.mgz-icon-stores:before {
  content: "\e60e";
}
.mgz-icon-sales:before {
  content: "\e60b";
}
.mgz-icon-layers:before {
  content: "\1f5d7";
}
.mgz-icon-column:before {
  content: "\23f8";
}
.mgz-icon-minimize:before {
  content: "\e91c";
}[class*='mgz-col-'] {
  width: 100%;
  float: left;
}
.mgz-col-xs-1, .mgz-col-sm-1, .mgz-col-md-1, .mgz-col-lg-1, .mgz-col-xs-2, .mgz-col-sm-2, .mgz-col-md-2, .mgz-col-lg-2, .mgz-col-xs-3, .mgz-col-sm-3, .mgz-col-md-3, .mgz-col-lg-3, .mgz-col-xs-4, .mgz-col-sm-4, .mgz-col-md-4, .mgz-col-lg-4, .mgz-col-xs-5, .mgz-col-sm-5, .mgz-col-md-5, .mgz-col-lg-5, .mgz-col-xs-6, .mgz-col-sm-6, .mgz-col-md-6, .mgz-col-lg-6, .mgz-col-xs-7, .mgz-col-sm-7, .mgz-col-md-7, .mgz-col-lg-7, .mgz-col-xs-8, .mgz-col-sm-8, .mgz-col-md-8, .mgz-col-lg-8, .mgz-col-xs-9, .mgz-col-sm-9, .mgz-col-md-9, .mgz-col-lg-9, .mgz-col-xs-10, .mgz-col-sm-10, .mgz-col-md-10, .mgz-col-lg-10, .mgz-col-xs-11, .mgz-col-sm-11, .mgz-col-md-11, .mgz-col-lg-11, .mgz-col-xs-12, .mgz-col-sm-12, .mgz-col-md-12, .mgz-col-lg-12, .mgz-col-xs-15, .mgz-col-sm-15, .mgz-col-md-15, .mgz-col-lg-15, .mgz-col-xs-25, .mgz-col-sm-25, .mgz-col-md-25, .mgz-col-lg-25, .mgz-col-xs-35, .mgz-col-sm-35, .mgz-col-md-35, .mgz-col-lg-35, .mgz-col-xs-45, .mgz-col-sm-45, .mgz-col-md-45, .mgz-col-lg-45 {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mgz-col-xs-1, .mgz-col-xs-2, .mgz-col-xs-3, .mgz-col-xs-4, .mgz-col-xs-5, .mgz-col-xs-6, .mgz-col-xs-7, .mgz-col-xs-8, .mgz-col-xs-9, .mgz-col-xs-10, .mgz-col-xs-11, .mgz-col-xs-12, .mgz-col-xs-15, .mgz-col-xs-25, .mgz-col-xs-35, .mgz-col-xs-45 {
  float: left;
}
.mgz-col-xs-12 {
  width: 100%;
}
.mgz-col-xs-11 {
  width: 91.66666667%;
}
.mgz-col-xs-10 {
  width: 83.33333333%;
}
.mgz-col-xs-9 {
  width: 75%;
}
.mgz-col-xs-8 {
  width: 66.66666667%;
}
.mgz-col-xs-7 {
  width: 58.33333333%;
}
.mgz-col-xs-6 {
  width: 50%;
}
.mgz-col-xs-5 {
  width: 41.66666667%;
}
.mgz-col-xs-4 {
  width: 33.33333333%;
}
.mgz-col-xs-3 {
  width: 25%;
}
.mgz-col-xs-15 {
  width: 20%;
}
.mgz-col-xs-25 {
  width: 40%;
}
.mgz-col-xs-35 {
  width: 60%;
}
.mgz-col-xs-45 {
  width: 80%;
}
.mgz-col-xs-2 {
  width: 16.66666667%;
}
.mgz-col-xs-1 {
  width: 8.33333333%;
}
.mgz-col-xs-pull-12 {
  right: 100%;
}
.mgz-col-xs-pull-11 {
  right: 91.66666667%;
}
.mgz-col-xs-pull-10 {
  right: 83.33333333%;
}
.mgz-col-xs-pull-9 {
  right: 75%;
}
.mgz-col-xs-pull-8 {
  right: 66.66666667%;
}
.mgz-col-xs-pull-7 {
  right: 58.33333333%;
}
.mgz-col-xs-pull-6 {
  right: 50%;
}
.mgz-col-xs-pull-5 {
  right: 41.66666667%;
}
.mgz-col-xs-pull-4 {
  right: 33.33333333%;
}
.mgz-col-xs-pull-3 {
  right: 25%;
}
.mgz-col-xs-pull-15 {
  right: 20%;
}
.mgz-col-xs-pull-25 {
  right: 40%;
}
.mgz-col-xs-pull-35 {
  right: 60%;
}
.mgz-col-xs-pull-45 {
  right: 80%;
}
.mgz-col-xs-pull-2 {
  right: 16.66666667%;
}
.mgz-col-xs-pull-1 {
  right: 8.33333333%;
}
.mgz-col-xs-pull-0 {
  right: auto;
}
.mgz-col-xs-push-12 {
  left: 100%;
}
.mgz-col-xs-push-11 {
  left: 91.66666667%;
}
.mgz-col-xs-push-10 {
  left: 83.33333333%;
}
.mgz-col-xs-push-9 {
  left: 75%;
}
.mgz-col-xs-push-8 {
  left: 66.66666667%;
}
.mgz-col-xs-push-7 {
  left: 58.33333333%;
}
.mgz-col-xs-push-6 {
  left: 50%;
}
.mgz-col-xs-push-5 {
  left: 41.66666667%;
}
.mgz-col-xs-push-4 {
  left: 33.33333333%;
}
.mgz-col-xs-push-3 {
  left: 25%;
}
.mgz-col-xs-push-15 {
  left: 20%;
}
.mgz-col-xs-push-25 {
  left: 40%;
}
.mgz-col-xs-push-35 {
  left: 60%;
}
.mgz-col-xs-push-45 {
  left: 80%;
}
.mgz-col-xs-push-2 {
  left: 16.66666667%;
}
.mgz-col-xs-push-1 {
  left: 8.33333333%;
}
.mgz-col-xs-push-0 {
  left: auto;
}
.mgz-col-xs-offset-12 {
  margin-left: 100%;
}
.mgz-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.mgz-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.mgz-col-xs-offset-9 {
  margin-left: 75%;
}
.mgz-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.mgz-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.mgz-col-xs-offset-6 {
  margin-left: 50%;
}
.mgz-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.mgz-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.mgz-col-xs-offset-3 {
  margin-left: 25%;
}
.mgz-col-xs-offset-15 {
  margin-left: 20%;
}
.mgz-col-xs-offset-25 {
  margin-left: 40%;
}
.mgz-col-xs-offset-35 {
  margin-left: 60%;
}
.mgz-col-xs-offset-45 {
  margin-left: 80%;
}
.mgz-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.mgz-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.mgz-col-xs-offset-0 {
  margin-left: 0%;
}

.mgz-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.mgz-row:before,
.mgz-row:after {
  content: " ";
  display: table;
}
.mgz-row:after {
  clear: both;
}

.mgz-text-left {
  text-align: left
}

.mgz-text-right {
  text-align: right
}

.mgz-text-center {
  text-align: center
}

.mgz-text-justify {
  text-align: justify
}

.f-right {
  float: right;
  width: auto;
}

.f-left {
  float: left;
  width: auto;
}

.f-none {
  float: none;
  width: auto;
}
@media (min-width: 576px) {
  .mgz-col-sm-1, .mgz-col-sm-2, .mgz-col-sm-3, .mgz-col-sm-4, .mgz-col-sm-5, .mgz-col-sm-6, .mgz-col-sm-7, .mgz-col-sm-8, .mgz-col-sm-9, .mgz-col-sm-10, .mgz-col-sm-11, .mgz-col-sm-12, .mgz-col-sm-15, .mgz-col-sm-25, .mgz-col-sm-35, .mgz-col-sm-45 {
    float: left;
  }
  .mgz-col-sm-12 {
    width: 100%;
  }
  .mgz-col-sm-11 {
    width: 91.66666667%;
  }
  .mgz-col-sm-10 {
    width: 83.33333333%;
  }
  .mgz-col-sm-9 {
    width: 75%;
  }
  .mgz-col-sm-8 {
    width: 66.66666667%;
  }
  .mgz-col-sm-7 {
    width: 58.33333333%;
  }
  .mgz-col-sm-6 {
    width: 50%;
  }
  .mgz-col-sm-5 {
    width: 41.66666667%;
  }
  .mgz-col-sm-4 {
    width: 33.33333333%;
  }
  .mgz-col-sm-3 {
    width: 25%;
  }
  .mgz-col-sm-15 {
    width: 20%;
  }
  .mgz-col-sm-25 {
    width: 40%;
  }
  .mgz-col-sm-35 {
    width: 60%;
  }
  .mgz-col-sm-45 {
    width: 80%;
  }
  .mgz-col-sm-2 {
    width: 16.66666667%;
  }
  .mgz-col-sm-1 {
    width: 8.33333333%;
  }
  .mgz-col-sm-pull-12 {
    right: 100%;
  }
  .mgz-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-sm-pull-9 {
    right: 75%;
  }
  .mgz-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-sm-pull-6 {
    right: 50%;
  }
  .mgz-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-sm-pull-3 {
    right: 25%;
  }
  .mgz-col-sm-pull-15 {
    right: 20%;
  }
  .mgz-col-sm-pull-25 {
    right: 40%;
  }
  .mgz-col-sm-pull-35 {
    right: 60%;
  }
  .mgz-col-sm-pull-45 {
    right: 80%;
  }
  .mgz-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-sm-pull-0 {
    right: auto;
  }
  .mgz-col-sm-push-12 {
    left: 100%;
  }
  .mgz-col-sm-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-sm-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-sm-push-9 {
    left: 75%;
  }
  .mgz-col-sm-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-sm-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-sm-push-6 {
    left: 50%;
  }
  .mgz-col-sm-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-sm-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-sm-push-3 {
    left: 25%;
  }
  .mgz-col-sm-push-15 {
    left: 20%;
  }
  .mgz-col-sm-push-25 {
    left: 40%;
  }
  .mgz-col-sm-push-35 {
    left: 60%;
  }
  .mgz-col-sm-push-45 {
    left: 80%;
  }
  .mgz-col-sm-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-sm-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-sm-push-0 {
    left: auto;
  }
  .mgz-col-sm-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-sm-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-sm-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-sm-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-sm-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-sm-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-sm-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-sm-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .mgz-col-md-1, .mgz-col-md-2, .mgz-col-md-3, .mgz-col-md-4, .mgz-col-md-5, .mgz-col-md-6, .mgz-col-md-7, .mgz-col-md-8, .mgz-col-md-9, .mgz-col-md-10, .mgz-col-md-11, .mgz-col-md-12, .mgz-col-md-15, .mgz-col-md-25, .mgz-col-md-35, .mgz-col-md-45 {
    float: left;
  }
  .mgz-col-md-12 {
    width: 100%;
  }
  .mgz-col-md-11 {
    width: 91.66666667%;
  }
  .mgz-col-md-10 {
    width: 83.33333333%;
  }
  .mgz-col-md-9 {
    width: 75%;
  }
  .mgz-col-md-8 {
    width: 66.66666667%;
  }
  .mgz-col-md-7 {
    width: 58.33333333%;
  }
  .mgz-col-md-6 {
    width: 50%;
  }
  .mgz-col-md-5 {
    width: 41.66666667%;
  }
  .mgz-col-md-4 {
    width: 33.33333333%;
  }
  .mgz-col-md-3 {
    width: 25%;
  }
  .mgz-col-md-15 {
    width: 20%;
  }
  .mgz-col-md-25 {
    width: 40%;
  }
  .mgz-col-md-35 {
    width: 60%;
  }
  .mgz-col-md-45 {
    width: 80%;
  }
  .mgz-col-md-2 {
    width: 16.66666667%;
  }
  .mgz-col-md-1 {
    width: 8.33333333%;
  }
  .mgz-col-md-pull-12 {
    right: 100%;
  }
  .mgz-col-md-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-md-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-md-pull-9 {
    right: 75%;
  }
  .mgz-col-md-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-md-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-md-pull-6 {
    right: 50%;
  }
  .mgz-col-md-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-md-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-md-pull-3 {
    right: 25%;
  }
  .mgz-col-md-pull-15 {
    right: 20%;
  }
  .mgz-col-md-pull-25 {
    right: 40%;
  }
  .mgz-col-md-pull-35 {
    right: 60%;
  }
  .mgz-col-md-pull-45 {
    right: 80%;
  }
  .mgz-col-md-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-md-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-md-pull-0 {
    right: auto;
  }
  .mgz-col-md-push-12 {
    left: 100%;
  }
  .mgz-col-md-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-md-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-md-push-9 {
    left: 75%;
  }
  .mgz-col-md-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-md-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-md-push-6 {
    left: 50%;
  }
  .mgz-col-md-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-md-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-md-push-3 {
    left: 25%;
  }
  .mgz-col-md-push-15 {
    left: 20%;
  }
  .mgz-col-md-push-25 {
    left: 40%;
  }
  .mgz-col-md-push-35 {
    left: 60%;
  }
  .mgz-col-md-push-45 {
    left: 80%;
  }
  .mgz-col-md-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-md-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-md-push-0 {
    left: auto;
  }
  .mgz-col-md-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-md-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-md-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-md-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-md-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-md-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-md-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-md-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .mgz-col-lg-1, .mgz-col-lg-2, .mgz-col-lg-3, .mgz-col-lg-4, .mgz-col-lg-5, .mgz-col-lg-6, .mgz-col-lg-7, .mgz-col-lg-8, .mgz-col-lg-9, .mgz-col-lg-10, .mgz-col-lg-11, .mgz-col-lg-12, .mgz-col-lg-15, .mgz-col-lg-25, .mgz-col-lg-35, .mgz-col-lg-45 {
    float: left;
  }
  .mgz-col-lg-12 {
    width: 100%;
  }
  .mgz-col-lg-11 {
    width: 91.66666667%;
  }
  .mgz-col-lg-10 {
    width: 83.33333333%;
  }
  .mgz-col-lg-9 {
    width: 75%;
  }
  .mgz-col-lg-8 {
    width: 66.66666667%;
  }
  .mgz-col-lg-7 {
    width: 58.33333333%;
  }
  .mgz-col-lg-6 {
    width: 50%;
  }
  .mgz-col-lg-5 {
    width: 41.66666667%;
  }
  .mgz-col-lg-4 {
    width: 33.33333333%;
  }
  .mgz-col-lg-3 {
    width: 25%;
  }
  .mgz-col-lg-15 {
    width: 20%;
  }
  .mgz-col-lg-25 {
    width: 40%;
  }
  .mgz-col-lg-35 {
    width: 60%;
  }
  .mgz-col-lg-45 {
    width: 80%;
  }
  .mgz-col-lg-2 {
    width: 16.66666667%;
  }
  .mgz-col-lg-1 {
    width: 8.33333333%;
  }
  .mgz-col-lg-pull-12 {
    right: 100%;
  }
  .mgz-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-lg-pull-9 {
    right: 75%;
  }
  .mgz-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-lg-pull-6 {
    right: 50%;
  }
  .mgz-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-lg-pull-3 {
    right: 25%;
  }
  .mgz-col-lg-pull-15 {
    right: 20%;
  }
  .mgz-col-lg-pull-25 {
    right: 40%;
  }
  .mgz-col-lg-pull-35 {
    right: 60%;
  }
  .mgz-col-lg-pull-45 {
    right: 80%;
  }
  .mgz-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-lg-pull-0 {
    right: auto;
  }
  .mgz-col-lg-push-12 {
    left: 100%;
  }
  .mgz-col-lg-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-lg-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-lg-push-9 {
    left: 75%;
  }
  .mgz-col-lg-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-lg-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-lg-push-6 {
    left: 50%;
  }
  .mgz-col-lg-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-lg-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-lg-push-3 {
    left: 25%;
  }
  .mgz-col-lg-push-15 {
    left: 20%;
  }
  .mgz-col-lg-push-25 {
    left: 40%;
  }
  .mgz-col-lg-push-35 {
    left: 60%;
  }
  .mgz-col-lg-push-45 {
    left: 80%;
  }
  .mgz-col-lg-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-lg-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-lg-push-0 {
    left: auto;
  }
  .mgz-col-lg-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-lg-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-lg-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-lg-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-lg-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-lg-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-lg-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-lg-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .mgz-col-xl-1, .mgz-col-xl-2, .mgz-col-xl-3, .mgz-col-xl-4, .mgz-col-xl-5, .mgz-col-xl-6, .mgz-col-xl-7, .mgz-col-xl-8, .mgz-col-xl-9, .mgz-col-xl-10, .mgz-col-xl-11, .mgz-col-xl-12, .mgz-col-xl-15, .mgz-col-xl-25, .mgz-col-xl-35, .mgz-col-xl-45 {
    float: left;
  }
  .mgz-col-xl-12 {
    width: 100%;
  }
  .mgz-col-xl-11 {
    width: 91.66666667%;
  }
  .mgz-col-xl-10 {
    width: 83.33333333%;
  }
  .mgz-col-xl-9 {
    width: 75%;
  }
  .mgz-col-xl-8 {
    width: 66.66666667%;
  }
  .mgz-col-xl-7 {
    width: 58.33333333%;
  }
  .mgz-col-xl-6 {
    width: 50%;
  }
  .mgz-col-xl-5 {
    width: 41.66666667%;
  }
  .mgz-col-xl-4 {
    width: 33.33333333%;
  }
  .mgz-col-xl-3 {
    width: 25%;
  }
  .mgz-col-xl-15 {
    width: 20%;
  }
  .mgz-col-xl-25 {
    width: 40%;
  }
  .mgz-col-xl-35 {
    width: 60%;
  }
  .mgz-col-xl-45 {
    width: 80%;
  }
  .mgz-col-xl-2 {
    width: 16.66666667%;
  }
  .mgz-col-xl-1 {
    width: 8.33333333%;
  }
  .mgz-col-xl-pull-12 {
    right: 100%;
  }
  .mgz-col-xl-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-xl-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-xl-pull-9 {
    right: 75%;
  }
  .mgz-col-xl-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-xl-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-xl-pull-6 {
    right: 50%;
  }
  .mgz-col-xl-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-xl-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-xl-pull-3 {
    right: 25%;
  }
  .mgz-col-xl-pull-15 {
    right: 20%;
  }
  .mgz-col-xl-pull-25 {
    right: 40%;
  }
  .mgz-col-xl-pull-35 {
    right: 60%;
  }
  .mgz-col-xl-pull-45 {
    right: 80%;
  }
  .mgz-col-xl-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-xl-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-xl-pull-0 {
    right: auto;
  }
  .mgz-col-xl-push-12 {
    left: 100%;
  }
  .mgz-col-xl-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-xl-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-xl-push-9 {
    left: 75%;
  }
  .mgz-col-xl-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-xl-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-xl-push-6 {
    left: 50%;
  }
  .mgz-col-xl-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-xl-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-xl-push-3 {
    left: 25%;
  }
  .mgz-col-xl-push-15 {
    left: 20%;
  }
  .mgz-col-xl-push-25 {
    left: 40%;
  }
  .mgz-col-xl-push-35 {
    left: 60%;
  }
  .mgz-col-xl-push-45 {
    left: 80%;
  }
  .mgz-col-xl-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-xl-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-xl-push-0 {
    left: auto;
  }
  .mgz-col-xl-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-xl-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-xl-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-xl-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-xl-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-xl-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-xl-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-xl-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 575px) {
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-15 > div:nth-child(5n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-6> div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-15 > div,
  .mgz-grid-col-xs-2 > div {
    float: left;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-15 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-hidden-xs {
    display: none !important;
  }
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
  .xs_f-right {
    float: right;
  }
  .xs_f-left {
    float: left;
  }
  .xs_f-none {
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mgz-grid-col-xs-12 > div:nth-child(12n+1),
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-5 > div:nth-child(5n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1),
  .mgz-grid-col-xs-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-12 > div,
  .mgz-grid-col-xs-6 > div,
  .mgz-grid-col-xs-5 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-2 > div,
  .mgz-grid-col-xs-1 > div {
    float: left;
  }
  .mgz-grid-col-xs-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xs-1 > div {
    width: 100%;
  }
  .mgz-hidden-sm {
    display: none !important;
  }
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
  .sm_f-right {
    float: right;
  }
  .sm_f-left {
    float: left;
  }
  .sm_f-none {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mgz-grid-col-md-12 > div:nth-child(12n+1),
  .mgz-grid-col-md-6 > div:nth-child(6n+1),
  .mgz-grid-col-md-5 > div:nth-child(5n+1),
  .mgz-grid-col-md-4 > div:nth-child(4n+1),
  .mgz-grid-col-md-3 > div:nth-child(3n+1),
  .mgz-grid-col-md-2 > div:nth-child(2n+1),
  .mgz-grid-col-md-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-md-12 > div,
  .mgz-grid-col-md-6 > div,
  .mgz-grid-col-md-5 > div,
  .mgz-grid-col-md-4 > div,
  .mgz-grid-col-md-3 > div,
  .mgz-grid-col-md-2 > div,
  .mgz-grid-col-md-1 > div {
    float: left;
  }
  .mgz-grid-col-md-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-md-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-md-5 > div {
    width: 20%;
  }
  .mgz-grid-col-md-4 > div {
    width: 25%;
  }
  .mgz-grid-col-md-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-md-2 > div {
    width: 50%;
  }
  .mgz-grid-col-md-1 > div {
    width: 100%;
  }
  .mgz-hidden-md {
    display: none !important;
  }
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
  .md_f-right {
    float: right;
  }
  .md_f-left {
    float: left;
  }
  .md_f-none {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mgz-grid-col-lg-12 > div:nth-child(12n+1),
  .mgz-grid-col-lg-6 > div:nth-child(6n+1),
  .mgz-grid-col-lg-5 > div:nth-child(5n+1),
  .mgz-grid-col-lg-4 > div:nth-child(4n+1),
  .mgz-grid-col-lg-3 > div:nth-child(3n+1),
  .mgz-grid-col-lg-2 > div:nth-child(2n+1),
  .mgz-grid-col-lg-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-lg-12 > div,
  .mgz-grid-col-lg-6 > div,
  .mgz-grid-col-lg-5 > div,
  .mgz-grid-col-lg-4 > div,
  .mgz-grid-col-lg-3 > div,
  .mgz-grid-col-lg-2 > div,
  .mgz-grid-col-lg-1 > div {
    float: left;
  }
  .mgz-grid-col-lg-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-lg-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-lg-5 > div {
    width: 20%;
  }
  .mgz-grid-col-lg-4 > div {
    width: 25%;
  }
  .mgz-grid-col-lg-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-lg-2 > div {
    width: 50%;
  }
  .mgz-grid-col-lg-1 > div {
    width: 100%;
  }
  .mgz-hidden-lg {
    display: none !important;
  }
  .lg_left {
    text-align: left;
  }
  .lg_center {
    text-align: center;
  }
  .lg_right {
    text-align: right;
  }
  .lg_f-right {
    float: right;
  }
  .lg_f-left {
    float: left;
  }
  .lg_f-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .mgz-grid-col-xl-12 > div:nth-child(12n+1),
  .mgz-grid-col-xl-6 > div:nth-child(6n+1),
  .mgz-grid-col-xl-5 > div:nth-child(5n+1),
  .mgz-grid-col-xl-4 > div:nth-child(4n+1),
  .mgz-grid-col-xl-3 > div:nth-child(3n+1),
  .mgz-grid-col-xl-2 > div:nth-child(2n+1),
  .mgz-grid-col-xl-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xl-12 > div,
  .mgz-grid-col-xl-6 > div,
  .mgz-grid-col-xl-5 > div,
  .mgz-grid-col-xl-4 > div,
  .mgz-grid-col-xl-3 > div,
  .mgz-grid-col-xl-2 > div,
  .mgz-grid-col-xl-1 > div {
    float: left;
  }
  .mgz-grid-col-xl-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xl-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xl-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xl-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xl-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xl-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xl-1 > div {
    width: 100%;
  }
  .mgz-hidden-xl {
    display: none !important;
  }
  .xl_left {
    text-align: left;
  }
  .xl_center {
    text-align: center;
  }
  .xl_right {
    text-align: right;
  }
  .xl_f-right {
    float: right;
  }
  .xl_f-left {
    float: left;
  }
  .xl_f-none {
    float: none;
  }
}
.mgz-pull-right {
  float: right !important;
}
.mgz-pull-left {
  float: left !important;
}@font-face{font-family:mgz_openiconic;src:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Builder/fonts/mgz_openiconic.eot?54101537);src:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Builder/fonts/mgz_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Builder/fonts/mgz_openiconic.woff?54101537) format('woff'),url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Builder/fonts/mgz_openiconic.ttf?54101537) format('truetype'),url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Builder/fonts/mgz_openiconic.svg?54101537#mgz_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" mgz-oi-"]:before,[class^=mgz-oi-]:before{font-family:mgz_openiconic;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.mgz-oi-dial:before{content:'\e800'}.mgz-oi-pilcrow:before{content:'\e801'}.mgz-oi-at:before{content:'\e802'}.mgz-oi-hash:before{content:'\e803'}.mgz-oi-key-inv:before{content:'\e804'}.mgz-oi-key:before{content:'\e805'}.mgz-oi-chart-pie-alt:before{content:'\e806'}.mgz-oi-chart-pie:before{content:'\e807'}.mgz-oi-chart-bar:before{content:'\e808'}.mgz-oi-umbrella:before{content:'\e809'}.mgz-oi-moon-inv:before{content:'\e80a'}.mgz-oi-mobile:before{content:'\e80b'}.mgz-oi-cd:before{content:'\e80c'}.mgz-oi-split:before{content:'\e80d'}.mgz-oi-exchange:before{content:'\e80e'}.mgz-oi-block:before{content:'\e80f'}.mgz-oi-resize-full:before{content:'\e810'}.mgz-oi-article-alt:before{content:'\e811'}.mgz-oi-article:before{content:'\e812'}.mgz-oi-pencil-alt:before{content:'\e813'}.mgz-oi-undo:before{content:'\e814'}.mgz-oi-attach:before{content:'\e815'}.mgz-oi-link:before{content:'\e816'}.mgz-oi-search:before{content:'\e817'}.mgz-oi-mail:before{content:'\e818'}.mgz-oi-heart:before{content:'\e819'}.mgz-oi-comment:before{content:'\e81a'}.mgz-oi-resize-full-alt:before{content:'\e81b'}.mgz-oi-lock:before{content:'\e81c'}.mgz-oi-book-open:before{content:'\e81d'}.mgz-oi-arrow-curved:before{content:'\e81e'}.mgz-oi-equalizer:before{content:'\e81f'}.mgz-oi-heart-empty:before{content:'\e820'}.mgz-oi-lock-empty:before{content:'\e821'}.mgz-oi-comment-inv:before{content:'\e822'}.mgz-oi-folder:before{content:'\e823'}.mgz-oi-resize-small:before{content:'\e824'}.mgz-oi-play:before{content:'\e825'}.mgz-oi-cursor:before{content:'\e826'}.mgz-oi-aperture:before{content:'\e827'}.mgz-oi-play-circle2:before{content:'\e828'}.mgz-oi-resize-small-alt:before{content:'\e829'}.mgz-oi-folder-empty:before{content:'\e82a'}.mgz-oi-comment-alt:before{content:'\e82b'}.mgz-oi-lock-open:before{content:'\e82c'}.mgz-oi-star:before{content:'\e82d'}.mgz-oi-user:before{content:'\e82e'}.mgz-oi-lock-open-empty:before{content:'\e82f'}.mgz-oi-box:before{content:'\e830'}.mgz-oi-resize-vertical:before{content:'\e831'}.mgz-oi-stop:before{content:'\e832'}.mgz-oi-aperture-alt:before{content:'\e833'}.mgz-oi-book:before{content:'\e834'}.mgz-oi-steering-wheel:before{content:'\e835'}.mgz-oi-pause:before{content:'\e836'}.mgz-oi-to-start:before{content:'\e837'}.mgz-oi-move:before{content:'\e838'}.mgz-oi-resize-horizontal:before{content:'\e839'}.mgz-oi-rss-alt:before{content:'\e83a'}.mgz-oi-comment-alt2:before{content:'\e83b'}.mgz-oi-rss:before{content:'\e83c'}.mgz-oi-comment-inv-alt:before{content:'\e83d'}.mgz-oi-comment-inv-alt2:before{content:'\e83e'}.mgz-oi-eye:before{content:'\e83f'}.mgz-oi-pin:before{content:'\e840'}.mgz-oi-video:before{content:'\e841'}.mgz-oi-picture:before{content:'\e842'}.mgz-oi-camera:before{content:'\e843'}.mgz-oi-tag:before{content:'\e844'}.mgz-oi-chat:before{content:'\e845'}.mgz-oi-cog:before{content:'\e846'}.mgz-oi-popup:before{content:'\e847'}.mgz-oi-to-end:before{content:'\e848'}.mgz-oi-book-alt:before{content:'\e849'}.mgz-oi-brush:before{content:'\e84a'}.mgz-oi-eject:before{content:'\e84b'}.mgz-oi-down:before{content:'\e84c'}.mgz-oi-wrench:before{content:'\e84d'}.mgz-oi-chat-inv:before{content:'\e84e'}.mgz-oi-tag-empty:before{content:'\e84f'}.mgz-oi-ok:before{content:'\e850'}.mgz-oi-ok-circle:before{content:'\e851'}.mgz-oi-download:before{content:'\e852'}.mgz-oi-location:before{content:'\e853'}.mgz-oi-share:before{content:'\e854'}.mgz-oi-left:before{content:'\e855'}.mgz-oi-target:before{content:'\e856'}.mgz-oi-brush-alt:before{content:'\e857'}.mgz-oi-cancel:before{content:'\e858'}.mgz-oi-upload:before{content:'\e859'}.mgz-oi-location-inv:before{content:'\e85a'}.mgz-oi-calendar:before{content:'\e85b'}.mgz-oi-right:before{content:'\e85c'}.mgz-oi-signal:before{content:'\e85d'}.mgz-oi-eyedropper:before{content:'\e85e'}.mgz-oi-layers:before{content:'\e85f'}.mgz-oi-award:before{content:'\e860'}.mgz-oi-up:before{content:'\e861'}.mgz-oi-calendar-inv:before{content:'\e862'}.mgz-oi-location-alt:before{content:'\e863'}.mgz-oi-download-cloud:before{content:'\e864'}.mgz-oi-cancel-circle:before{content:'\e865'}.mgz-oi-plus:before{content:'\e866'}.mgz-oi-upload-cloud:before{content:'\e867'}.mgz-oi-compass:before{content:'\e868'}.mgz-oi-calendar-alt:before{content:'\e869'}.mgz-oi-down-circle:before{content:'\e86a'}.mgz-oi-award-empty:before{content:'\e86b'}.mgz-oi-layers-alt:before{content:'\e86c'}.mgz-oi-sun:before{content:'\e86d'}.mgz-oi-list:before{content:'\e86e'}.mgz-oi-left-circle:before{content:'\e86f'}.mgz-oi-mic:before{content:'\e870'}.mgz-oi-trash:before{content:'\e871'}.mgz-oi-quote-left:before{content:'\e872'}.mgz-oi-plus-circle:before{content:'\e873'}.mgz-oi-minus:before{content:'\e874'}.mgz-oi-quote-right:before{content:'\e875'}.mgz-oi-trash-empty:before{content:'\e876'}.mgz-oi-volume-off:before{content:'\e877'}.mgz-oi-right-circle:before{content:'\e878'}.mgz-oi-list-nested:before{content:'\e879'}.mgz-oi-sun-inv:before{content:'\e87a'}.mgz-oi-bat-empty:before{content:'\e87b'}.mgz-oi-up-circle:before{content:'\e87c'}.mgz-oi-volume-up:before{content:'\e87d'}.mgz-oi-doc:before{content:'\e87e'}.mgz-oi-quote-left-alt:before{content:'\e87f'}.mgz-oi-minus-circle:before{content:'\e880'}.mgz-oi-cloud:before{content:'\e881'}.mgz-oi-rain:before{content:'\e882'}.mgz-oi-bat-half:before{content:'\e883'}.mgz-oi-cw:before{content:'\e884'}.mgz-oi-headphones:before{content:'\e885'}.mgz-oi-doc-inv:before{content:'\e886'}.mgz-oi-quote-right-alt:before{content:'\e887'}.mgz-oi-help:before{content:'\e888'}.mgz-oi-info:before{content:'\e889'}.mgz-oi-pencil:before{content:'\e88a'}.mgz-oi-doc-alt:before{content:'\e88b'}.mgz-oi-clock:before{content:'\e88c'}.mgz-oi-loop:before{content:'\e88d'}.mgz-oi-bat-full:before{content:'\e88e'}.mgz-oi-flash:before{content:'\e88f'}.mgz-oi-moon:before{content:'\e890'}.mgz-oi-bat-charge:before{content:'\e891'}.mgz-oi-loop-alt:before{content:'\e892'}.mgz-oi-lamp:before{content:'\e893'}.mgz-oi-doc-inv-alt:before{content:'\e894'}.mgz-oi-pencil-neg:before{content:'\e895'}.mgz-oi-home:before{content:'\e896'}@charset "UTF-8";
.mgz-flex,
.mgz-flex-position-top-left,
.mgz-flex-position-top-center,
.mgz-flex-position-top-right,
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left,
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center,
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right,
.mgz-flex-position-bottom-left,
.mgz-flex-position-bottom-center,
.mgz-flex-position-bottom-right,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-socialicons li,
.mgz-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.mgz-invisible {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
a.mgz-btn {
    color: #333;
}
.mgz-btn:not(.primary) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.mgz-btn {
    border: 0;
}
.mgz-btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    word-wrap: break-word;
    text-decoration: none;
    position: relative;
    line-height: normal;
    padding: 10px 20px;
    color: #333;
    background-color: #e3e3e3;
    font-size: 1.4rem;
    max-width: 100%;
    height: auto;
}
.mgz-btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #5e5e5e;
    background-color: #dcdcdc;
    text-decoration: none;
}
.mgz-btn:focus {
    outline: none;
}
.mgz-btn.mgz-btn-save,
.mgz-btn.mgz-btn-cancel,
.mgz-btn.mgz-btn-replace {
    padding: 15px 20px;
    font-size: 1.6rem;
    font-weight: 500;
    min-width: 140px;
}
.mgz-btn.mgz-btn-save {
    background: #007dbd;
    color: #fff;
}
.mgz-btn.mgz-btn-save:hover {
    background: #0073ae;
}
.mgz-btn.mgz-btn-cancel {
    color: #fff;
    background-color: #afafaf;
}
.mgz-btn.mgz-btn-cancel:hover {
    background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-replace {
    float: left;
    color: #fff;
    background-color: #afafaf;
}
.mgz-btn.mgz-btn-replace:hover {
    background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-delete {
    color: #fff;
    background-color: #e22626;
}
.mgz-btn.mgz-btn-delete:hover {
    background-color: #ca1c1c;
}
.mgz-icon,
.tabs-opener:before {
    font-family: "Magezon-Icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mgz-fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.mgz-fa-s {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.mgz-fa-r {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.mgz-liststyle {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
.mgz-hover {
    position: relative;
    overflow: hidden;
    display: block;
}
.mgz-hover-description {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
}
.mgz-hover-main {
    overflow: hidden;
}
[class^="mgz-hover-"] > img,
[class*=" mgz-hover-"] > img {
    vertical-align: top;
    max-width: 100%;
}
[class^="mgz-hover-"] .mgz-hover-description,
[class*=" mgz-hover-"] .mgz-hover-description {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
[class^="mgz-hover-"],
[class*=" mgz-hover-"],
[class^="mgz-hover-"]:before,
[class^="mgz-hover-"]:after,
[class*=" mgz-hover-"]:before,
[class*=" mgz-hover-"]:after,
[class^="mgz-hover-"] *,
[class*=" mgz-hover-"] *,
[class^="mgz-hover-"] *:before,
[class^="mgz-hover-"] *:after,
[class*=" mgz-hover-"] *:before,
[class*=" mgz-hover-"] *:after {
    box-sizing: border-box;
    transition: all 0.35s ease;
}
/* mgz-hover-fade-*
----------------------------- */
[class^="mgz-hover-fade"] .mgz-hover-description,
[class*=" mgz-hover-fade"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-fade"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fade"]:hover > .mgz-hover-main {
    opacity: 0;
}
[class^="mgz-hover-fade"]:hover .mgz-hover-description,
[class*=" mgz-hover-fade"]:hover .mgz-hover-description {
    opacity: 1;
}
[class^="mgz-hover-fade"]:hover > .mgz-hover-main,
[class^="mgz-hover-fade"]:hover .mgz-hover-description,
[class*=" mgz-hover-fade"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fade"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-fade
----------------------------- */
/* mgz-hover-fade-in-up
----------------------------- */
.mgz-hover-fade-in-up .mgz-hover-description {
    transform: translate(0, 15%);
}
/* mgz-hover-fade-in-down
----------------------------- */
.mgz-hover-fade-in-down .mgz-hover-description {
    transform: translate(0, -15%);
}
/* mgz-hover-fade-in-left
----------------------------- */
.mgz-hover-fade-in-left .mgz-hover-description {
    transform: translate(-15%, 0);
}
/* mgz-hover-fade-in-right
----------------------------- */
.mgz-hover-fade-in-right .mgz-hover-description {
    transform: translate(15%, 0);
}
/* mgz-hover-push-*
----------------------------- */
[class^="mgz-hover-push-"]:hover .mgz-hover-description,
[class*=" mgz-hover-push-"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-push-up
----------------------------- */
.mgz-hover-push-up .mgz-hover-description {
    transform: translateY(100%);
}
.mgz-hover-push-up:hover > .mgz-hover-main {
    transform: translateY(-100%);
}
/* mgz-hover-push-down
----------------------------- */
.mgz-hover-push-down .mgz-hover-description {
    transform: translateY(-100%);
}
.mgz-hover-push-down:hover > .mgz-hover-main {
    transform: translateY(100%);
}
/* mgz-hover-push-left
----------------------------- */
.mgz-hover-push-left .mgz-hover-description {
    transform: translateX(100%);
}
.mgz-hover-push-left:hover > .mgz-hover-main {
    transform: translateX(-100%);
}
/* mgz-hover-push--right
----------------------------- */
.mgz-hover-push-right .mgz-hover-description {
    transform: translateX(-100%);
}
.mgz-hover-push-right:hover > .mgz-hover-main {
    transform: translateX(100%);
}
/* mgz-hover-slide-*
----------------------------- */
[class^="mgz-hover-slide-"]:hover .mgz-hover-description,
[class*=" mgz-hover-slide-"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-slide-up
----------------------------- */
.mgz-hover-slide-up .mgz-hover-description {
    transform: translateY(100%);
}
/* mgz-hover-slide-down
----------------------------- */
.mgz-hover-slide-down .mgz-hover-description {
    transform: translateY(-100%);
}
/* mgz-hover-slide-left
----------------------------- */
.mgz-hover-slide-left .mgz-hover-description {
    transform: translateX(100%);
}
/* mgz-hover-slide-right
----------------------------- */
.mgz-hover-slide-right .mgz-hover-description {
    transform: translateX(-100%);
}
/* mgz-hover-slide-top-left
----------------------------- */
.mgz-hover-slide-top-left .mgz-hover-description {
    transform: translate(-100%, -100%);
}
/* mgz-hover-slide-top-right
----------------------------- */
.mgz-hover-slide-top-right .mgz-hover-description {
    transform: translate(100%, -100%);
}
/* mgz-hover-slide-bottom-left
----------------------------- */
.mgz-hover-slide-bottom-left .mgz-hover-description {
    transform: translate(-100%, 100%);
}
/* mgz-hover-slide-bottom-right
----------------------------- */
.mgz-hover-slide-bottom-right .mgz-hover-description {
    transform: translate(100%, 100%);
}
/* mgz-hover-reveal-*
----------------------------- */
[class^="mgz-hover-reveal-"]:before,
[class*=" mgz-hover-reveal-"]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #007dbd;
}
[class^="mgz-hover-reveal-"] .mgz-hover-description,
[class*=" mgz-hover-reveal-"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-reveal-"]:hover:before,
[class*=" mgz-hover-reveal-"]:hover:before {
    transform: translate(0, 0);
}
[class^="mgz-hover-reveal-"]:hover .mgz-hover-description,
[class*=" mgz-hover-reveal-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-reveal-up
----------------------------- */
.mgz-hover-reveal-up:before {
    transform: translateY(100%);
}
/* mgz-hover-reveal-down
----------------------------- */
.mgz-hover-reveal-down:before {
    transform: translateY(-100%);
}
/* mgz-hover-reveal-left
----------------------------- */
.mgz-hover-reveal-left:before {
    transform: translateX(100%);
}
/* mgz-hover-reveal-right
----------------------------- */
.mgz-hover-reveal-right:before {
    transform: translateX(-100%);
}
/* mgz-hover-reveal-top-left
----------------------------- */
.mgz-hover-reveal-top-left:before {
    transform: translate(-100%, -100%);
}
/* mgz-hover-reveal-top-right
----------------------------- */
.mgz-hover-reveal-top-right:before {
    transform: translate(100%, -100%);
}
/* mgz-hover-reveal-bottom-left
----------------------------- */
.mgz-hover-reveal-bottom-left:before {
    transform: translate(-100%, 100%);
}
/* mgz-hover-reveal-bottom-right
----------------------------- */
.mgz-hover-reveal-bottom-right:before {
    transform: translate(100%, 100%);
}
/* mgz-hover-hinge-*
----------------------------- */
[class^="mgz-hover-hinge-"],
[class*=" mgz-hover-hinge-"] {
    perspective: 50em;
}
[class^="mgz-hover-hinge-"] .mgz-hover-description,
[class*=" mgz-hover-hinge-"] .mgz-hover-description {
    opacity: 0;
    z-index: 1;
}
[class^="mgz-hover-hinge-"]:hover img,
[class*=" mgz-hover-hinge-"]:hover img {
    opacity: 0;
}
[class^="mgz-hover-hinge-"]:hover .mgz-hover-description,
[class*=" mgz-hover-hinge-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-hinge-up
----------------------------- */
.mgz-hover-hinge-up img {
    transform-origin: 50% 0%;
}
.mgz-hover-hinge-up .mgz-hover-description {
    transform: rotateX(90deg);
    transform-origin: 50% 100%;
}
.mgz-hover-hinge-up:hover > .mgz-hover-main {
    transform: rotateX(-90deg);
}
.mgz-hover-hinge-up:hover .mgz-hover-description {
    transform: rotateX(0);
}
/* mgz-hover-hinge-down
----------------------------- */
.mgz-hover-hinge-down img {
    transform-origin: 50% 100%;
}
.mgz-hover-hinge-down .mgz-hover-description {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
}
.mgz-hover-hinge-down:hover > .mgz-hover-main {
    transform: rotateX(90deg);
    opacity: 0;
}
.mgz-hover-hinge-down:hover .mgz-hover-description {
    transform: rotateX(0);
}
/* mgz-hover-hinge-left
----------------------------- */
.mgz-hover-hinge-left img {
    transform-origin: 0% 50%;
}
.mgz-hover-hinge-left .mgz-hover-description {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
}
.mgz-hover-hinge-left:hover > .mgz-hover-main {
    transform: rotateY(90deg);
}
.mgz-hover-hinge-left:hover .mgz-hover-description {
    transform: rotateY(0);
}
/* mgz-hover-hinge-right
----------------------------- */
.mgz-hover-hinge-right img {
    transform-origin: 100% 50%;
}
.mgz-hover-hinge-right .mgz-hover-description {
    transform: rotateY(90deg);
    transform-origin: 0 50%;
}
.mgz-hover-hinge-right:hover > .mgz-hover-main {
    transform: rotateY(-90deg);
}
.mgz-hover-hinge-right:hover .mgz-hover-description {
    transform: rotateY(0);
}
/* mgz-hover-flip-*
----------------------------- */
[class^="mgz-hover-flip-"],
[class*=" mgz-hover-flip-"] {
    perspective: 50em;
}
[class^="mgz-hover-flip-"] img,
[class*=" mgz-hover-flip-"] img {
    backface-visibility: hidden;
}
[class^="mgz-hover-flip-"] .mgz-hover-description,
[class*=" mgz-hover-flip-"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-flip-"]:hover > .mgz-hover-main,
[class*=" mgz-hover-flip-"]:hover > .mgz-hover-main {
    opacity: 0;
}
[class^="mgz-hover-flip-"]:hover .mgz-hover-description,
[class*=" mgz-hover-flip-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.14s;
}
/* mgz-hover-flip-horiz
----------------------------- */
.mgz-hover-flip-horiz .mgz-hover-description {
    transform: rotateX(90deg);
    transform-origin: 0% 50%;
}
.mgz-hover-flip-horiz:hover img {
    transform: rotateX(-180deg);
}
.mgz-hover-flip-horiz:hover .mgz-hover-description {
    transform: rotateX(0deg);
}
/* mgz-hover-flip-vert
----------------------------- */
.mgz-hover-flip-vert .mgz-hover-description {
    transform: rotateY(90deg);
    transform-origin: 50% 0%;
}
.mgz-hover-flip-vert:hover > .mgz-hover-main {
    transform: rotateY(-180deg);
}
.mgz-hover-flip-vert:hover .mgz-hover-description {
    transform: rotateY(0deg);
}
/* mgz-hover-flip-diag-1
----------------------------- */
.mgz-hover-flip-diag-1 .mgz-hover-description {
    transform: rotate3d(1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover > .mgz-hover-main {
    transform: rotate3d(-1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover .mgz-hover-description {
    transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-flip-diag-2
----------------------------- */
.mgz-hover-flip-diag-2 .mgz-hover-description {
    transform: rotate3d(1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover > .mgz-hover-main {
    transform: rotate3d(-1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover .mgz-hover-description {
    transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-shutter-out-*
----------------------------- */
[class^="mgz-hover-shutter-out-"]:before,
[class*=" mgz-hover-shutter-out-"]:before {
    background: #007dbd;
    position: absolute;
    content: "";
    transition-delay: 0.105s;
}
[class^="mgz-hover-shutter-out-"] .mgz-hover-description,
[class*=" mgz-hover-shutter-out-"] .mgz-hover-description {
    opacity: 0;
    transition-delay: 0s;
}
[class^="mgz-hover-shutter-out-"]:hover:before,
[class*=" mgz-hover-shutter-out-"]:hover:before {
    transition-delay: 0s;
}
[class^="mgz-hover-shutter-out-"]:hover .mgz-hover-description,
[class*=" mgz-hover-shutter-out-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.105s;
}
/* mgz-hover-shutter-out-horiz
----------------------------- */
.mgz-hover-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}
.mgz-hover-shutter-out-horiz:hover:before {
    left: 0;
    right: 0;
}
/* mgz-hover-shutter-out-vert
----------------------------- */
.mgz-hover-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}
.mgz-hover-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
}
/* mgz-hover-shutter-out-diag-1
----------------------------- */
.mgz-hover-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    transform: rotate(45deg);
}
.mgz-hover-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}
/* mgz-hover-shutter-out-diag-2
----------------------------- */
.mgz-hover-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    transform: rotate(-45deg);
}
.mgz-hover-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%;
}
/* mgz-hover-shutter-in-*
----------------------------- */
[class^="mgz-hover-shutter-in-"]:after,
[class^="mgz-hover-shutter-in-"]:before,
[class*=" mgz-hover-shutter-in-"]:after,
[class*=" mgz-hover-shutter-in-"]:before {
    background: #007dbd;
    position: absolute;
    content: "";
}
[class^="mgz-hover-shutter-in-"]:after,
[class*=" mgz-hover-shutter-in-"]:after {
    top: 0;
    left: 0;
}
[class^="mgz-hover-shutter-in-"]:before,
[class*=" mgz-hover-shutter-in-"]:before {
    right: 0;
    bottom: 0;
}
[class^="mgz-hover-shutter-in-"] .mgz-hover-description,
[class*=" mgz-hover-shutter-in-"] .mgz-hover-description {
    opacity: 0;
    z-index: 1;
}
[class^="mgz-hover-shutter-in-"]:hover .mgz-hover-description,
[class*=" mgz-hover-shutter-in-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-shutter-in-horiz
----------------------------- */
.mgz-hover-shutter-in-horiz:after,
.mgz-hover-shutter-in-horiz:before {
    width: 0;
    height: 100%;
}
.mgz-hover-shutter-in-horiz:hover:after,
.mgz-hover-shutter-in-horiz:hover:before {
    width: 50%;
}
/* mgz-hover-shutter-in-vert
----------------------------- */
.mgz-hover-shutter-in-vert:after,
.mgz-hover-shutter-in-vert:before {
    height: 0;
    width: 100%;
}
.mgz-hover-shutter-in-vert:hover:after,
.mgz-hover-shutter-in-vert:hover:before {
    height: 50%;
}
/* mgz-hover-shutter-in-out-horiz
----------------------------- */
.mgz-hover-shutter-in-out-horiz:after,
.mgz-hover-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-horiz:hover:after,
.mgz-hover-shutter-in-out-horiz:hover:before {
    width: 100%;
}
/* mgz-hover-shutter-in-out-vert
----------------------------- */
.mgz-hover-shutter-in-out-vert:after,
.mgz-hover-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-vert:hover:after,
.mgz-hover-shutter-in-out-vert:hover:before {
    height: 100%;
}
/* mgz-hover-shutter-in-out-diag-1
----------------------------- */
.mgz-hover-shutter-in-out-diag-1:after,
.mgz-hover-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-1:after {
    transform: skew(-45deg) translateX(-150%);
}
.mgz-hover-shutter-in-out-diag-1:before {
    transform: skew(-45deg) translateX(150%);
}
.mgz-hover-shutter-in-out-diag-1:hover:after {
    transform: skew(-45deg) translateX(-50%);
}
.mgz-hover-shutter-in-out-diag-1:hover:before {
    transform: skew(-45deg) translateX(50%);
}
/* mgz-hover-shutter-in-out-diag-2
----------------------------- */
.mgz-hover-shutter-in-out-diag-2:after,
.mgz-hover-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-2:after {
    transform: skew(45deg) translateX(-100%);
}
.mgz-hover-shutter-in-out-diag-2:before {
    transform: skew(45deg) translateX(100%);
}
.mgz-hover-shutter-in-out-diag-2:hover:after {
    transform: skew(45deg) translateX(0%);
}
.mgz-hover-shutter-in-out-diag-2:hover:before {
    transform: skew(45deg) translateX(0%);
}
/* mgz-hover-fold*
----------------------------- */
[class^="mgz-hover-fold"],
[class*=" mgz-hover-fold"] {
    perspective: 50em;
}
[class^="mgz-hover-fold"] img,
[class*=" mgz-hover-fold"] img {
    transform-origin: 50% 0%;
}
[class^="mgz-hover-fold"] .mgz-hover-description,
[class*=" mgz-hover-fold"] .mgz-hover-description {
    z-index: 1;
    opacity: 0;
}
[class^="mgz-hover-fold"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fold"]:hover > .mgz-hover-main {
    opacity: 0;
    transition-delay: 0;
}
[class^="mgz-hover-fold"]:hover .mgz-hover-description,
[class*=" mgz-hover-fold"]:hover .mgz-hover-description {
    transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-fold-up
----------------------------- */
.mgz-hover-fold-up > img {
    transform-origin: 50% 0%;
}
.mgz-hover-fold-up .mgz-hover-description {
    transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    transform-origin: 50% 100%;
}
.mgz-hover-fold-up:hover > .mgz-hover-main {
    transform: rotateX(90deg) scale(0.6) translateY(50%);
}
/* mgz-hover-fold-down
----------------------------- */
.mgz-hover-fold-down > img {
    transform-origin: 50% 100%;
}
.mgz-hover-fold-down .mgz-hover-description {
    transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    transform-origin: 50% 0%;
}
.mgz-hover-fold-down:hover > .mgz-hover-main {
    transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
/* mgz-hover-fold-left
----------------------------- */
.mgz-hover-fold-left > img {
    transform-origin: 0% 50%;
}
.mgz-hover-fold-left .mgz-hover-description {
    transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    transform-origin: 100% 50%;
}
.mgz-hover-fold-left:hover > .mgz-hover-main {
    transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
/* mgz-hover-fold-right
----------------------------- */
.mgz-hover-fold-right > img {
    transform-origin: 100% 50%;
}
.mgz-hover-fold-right .mgz-hover-description {
    transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    transform-origin: 0 50%;
}
.mgz-hover-fold-right:hover > .mgz-hover-main {
    transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
    opacity: 0;
    transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
    transform: scale(1);
    opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^="mgz-hover-zoom-out"] .mgz-hover-description,
[class*=" mgz-hover-zoom-out"] .mgz-hover-description {
    transform: scale(0.5);
    transform-origin: 50% 50%;
    opacity: 0;
}
[class^="mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class^="mgz-hover-zoom-out"].hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"].hover .mgz-hover-description {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
    transform: scale(0.5);
    opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
    animation: mgz-hover-zoom-out-up 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-up {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
    animation: mgz-hover-zoom-out-down 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-down {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
    animation: mgz-hover-zoom-out-left 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-left {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
    animation: mgz-hover-zoom-out-right 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-right {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
    opacity: 0;
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
    opacity: 0;
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
    filter: blur(30px);
    transform: scale(1.2);
    opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^="mgz-hover-zoom-out"] .mgz-hover-description,
[class*=" mgz-hover-zoom-out"] .mgz-hover-description {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}
[class^="mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class^="mgz-hover-zoom-out"].hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"].hover .mgz-hover-description {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
    -webkit-animation: mgz-hover-zoom-out-up 0.4025s linear;
    animation: mgz-hover-zoom-out-up 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
    -webkit-animation: mgz-hover-zoom-out-down 0.4025s linear;
    animation: mgz-hover-zoom-out-down 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
    -webkit-animation: mgz-hover-zoom-out-left 0.4025s linear;
    animation: mgz-hover-zoom-out-left 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
    -webkit-animation: mgz-hover-zoom-out-right 0.4025s linear;
    animation: mgz-hover-zoom-out-right 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-scale
----------------------------- */
.mgz-hover-zoom .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-zoom:hover > img,
.mgz-hover-zoom:hover > .mgz-hover-main {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.mgz-hover-zoom:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
.mgz-image-hovers.owl-carousel .owl-item {
    overflow: hidden;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomin {
    opacity: 1;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -ms-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomout {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 1s, -webkit-transform 1s !important;
    transition: opacity 1s, -webkit-transform 1s !important;
    -o-transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-liftup {
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    -webkit-transition: -webkit-transform 0.35s !important;
    transition: -webkit-transform 0.35s !important;
    -o-transition: transform 0.35s !important;
    transition: transform 0.35s !important;
    transition: transform 0.35s, -webkit-transform 0.35s !important;
    position: relative;
    z-index: 1;
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomin {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomout {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup:before {
    opacity: 1;
}
.mgz-image-hovers .hover-type-zoomin {
    overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomin img {
    opacity: 1;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -ms-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
}
.mgz-image-hovers .hover-type-zoomin:hover img {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers .hover-type-zoomout {
    overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomout img {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 1s, -webkit-transform 1s !important;
    transition: opacity 1s, -webkit-transform 1s !important;
    -o-transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers .hover-type-zoomout:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-image-hovers .hover-type-liftup {
    position: relative;
}
.mgz-image-hovers .hover-type-liftup img {
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    -webkit-transition: -webkit-transform 0.35s !important;
    transition: -webkit-transform 0.35s !important;
    -o-transition: transform 0.35s !important;
    transition: transform 0.35s !important;
    transition: transform 0.35s, -webkit-transform 0.35s !important;
    position: relative;
    z-index: 1;
}
.mgz-image-hovers .hover-type-liftup:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: opacity 0.35s !important;
    -o-transition: opacity 0.35s !important;
    transition: opacity 0.35s !important;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    opacity: 0;
}
.mgz-image-hovers .hover-type-liftup:hover img {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers .hover-type-liftup:hover:before {
    opacity: 1;
}
.mgz-hover-image {
    float: right;
}
.mgz-hover.zoom .mgz-hover-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.mgz-hover.zoom:hover .mgz-hover-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.mgz-hover.border:before {
    border: 2px solid #fff;
    top: -2px;
    bottom: -2px;
    right: -2px;
    left: -2px;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.mgz-hover.border:hover:before {
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    z-index: 1;
}
.mgz-hover.flashed:after {
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
    content: "";
}
.mgz-hover.flashed:hover:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
}
.mgz-hover.shadow {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.mgz-hover.shadow:hover {
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.mgz-position-top-left {
    position: absolute;
    top: 0;
    left: 0;
}
.mgz-position-top-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mgz-position-top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.mgz-position-middle-left,
.mgz-position-center-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.mgz-position-middle-center,
.mgz-position-center-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.mgz-position-middle-right,
.mgz-position-center-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.mgz-position-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
.mgz-position-bottom-center {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mgz-position-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.mgz-flex-position-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-top-center {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-flex-position-bottom-left {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-bottom-center {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-bottom-right {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-bg-transform-wrapper {
    overflow: hidden;
}
.mgz-bg-transform-zoom-in:hover .mgz-bg,
.mgz-bg-transform-zoom-out .mgz-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.mgz-bg-transform-zoom-out:hover .mgz-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-bg-transform-move-left .mgz-bg {
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-left:hover .mgz-bg,
.mgz-bg-transform-move-right .mgz-bg {
    -webkit-transform: scale(1.2) translateX(-8%);
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%);
}
.mgz-bg-transform-move-right:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-up .mgz-bg {
    -webkit-transform: scale(1.2) translateY(8%);
    -ms-transform: scale(1.2) translateY(8%);
    transform: scale(1.2) translateY(8%);
}
.mgz-bg-transform-move-down .mgz-bg,
.mgz-bg-transform-move-up:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateY(-8%);
    -ms-transform: scale(1.2) translateY(-8%);
    transform: scale(1.2) translateY(-8%);
}
.mgz-bg-transform-move-down:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateY(8%);
    -ms-transform: scale(1.2) translateY(8%);
    transform: scale(1.2) translateY(8%);
}
*[class*="mgz-animated-item--"] {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
}
.mgz-animated-content:hover .mgz-animated-item--grow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mgz-animated-content:hover .mgz-animated-item--shrink {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-out {
    opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.mgz-animated-content:hover .mgz-animated-item--enter-from-bottom,
.mgz-animated-content:hover .mgz-animated-item--enter-from-left,
.mgz-animated-content:hover .mgz-animated-item--enter-from-right,
.mgz-animated-content:hover .mgz-animated-item--enter-from-top {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-right {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-left {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    transform: translateY(-600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom {
    -webkit-transform: translateY(600px);
    -ms-transform: translateY(600px);
    transform: translateY(600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom,
.mgz-animated-content:hover .mgz-animated-item--exit-to-left,
.mgz-animated-content:hover .mgz-animated-item--exit-to-right,
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
    opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--move-right {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-left {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-up {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-down {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.mgz-animated-content [class^="elementor-animated-item"] {
    will-change: transform, opacity;
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-out {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in,
.mgz-animated-content .mgz-animated-item--enter-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-in {
    opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-zoom-in,
.mgz-animated-content .mgz-animated-item--exit-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-out {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-animated-content .mgz-animated-item--enter-from-right {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-left {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-top {
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    transform: translateY(-600px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom,
.mgz-animated-content .mgz-animated-item--enter-from-left,
.mgz-animated-content .mgz-animated-item--enter-from-right,
.mgz-animated-content .mgz-animated-item--enter-from-top {
    opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-to-bottom,
.mgz-animated-content .mgz-animated-item--exit-to-left,
.mgz-animated-content .mgz-animated-item--exit-to-right,
.mgz-animated-content .mgz-animated-item--exit-to-top {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}
.mgz-element-inner {
    height: 100%;
    position: relative;
}
.mgz-element-inner:before,
.mgz-element-inner:after {
    content: " ";
    display: table;
    clear: both;
}
.inner-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.inner-content:before,
.inner-content:after {
    content: " ";
    display: table;
    clear: both;
}
.magezon-builder-preload .mgz-element {
    z-index: 0;
}
.mgz-child:not(:last-child) > .mgz-element-inner {
    margin-bottom: 15px;
}
.mgz-element {
    position: relative;
    text-align: left;
}
.mgz-element:before,
.mgz-element:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-element p:last-child {
    margin-bottom: 0;
}
.mgz-element .title {
    font-weight: 400;
}
.mgz-element-title-align-left .inner-content {
    margin-left: 0 !important;
}
.mgz-element-title-align-right .inner-content {
    margin-right: 0 !important;
}
.mgz-parallax,
.mgz-parallax-inner,
.mgz-parallax-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mgz-parallax {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}
.mgz-parallax.mgz-parallax-mouse-parallax {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mgz-parallax .mgz-parallax-inner {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.mgz-parallax .mgz-parallax-inner * {
    background-position: inherit !important;
    background-size: inherit !important;
    background-repeat: inherit !important;
}
.mgz-mfp .mfp-title {
    position: absolute;
    margin-top: 10px;
}
.mgz-mfp .mfp-counter {
    top: auto;
    bottom: -25px;
}
.mgz-animated {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.mgz-animated:not(.mgz_start_animation) {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.mgz_start_animation {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.mgz-animated-infinite {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes mgz_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        -o-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        -o-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_appear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes mgz_appear {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes mgz_appear {
    0% {
        -o-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes mgz_appear {
    0% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.mgz_top-to-bottom {
    -webkit-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_bottom-to-top {
    -webkit-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_left-to-right {
    -webkit-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_right-to-left {
    -webkit-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_appear {
    -webkit-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.mgz-row-full-height {
    min-height: 500px;
}
.mgz-row-full-height > .mgz-element-inner {
    min-height: 500px;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content:before,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content:before,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content:after,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content:after {
    display: none;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element {
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.mgz-element-row.content-top
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-element-row.content-middle
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-element-row.content-bottom
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-element-row.mgz-container {
    float: none;
    margin: 0 auto;
}
.page-layout-1column-fullwidth
    .column
    > .magezon-builder
    > .full_width_row
    > .mgz-element-inner,
.page-layout-1column-fullwidth
    .column
    > .magezon-builder
    > .full_width_row_content
    > .mgz-element-inner {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .mgz-row-wrap-reverse > .mgz-element-inner > .inner-content {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.mgz-element-column > .mgz-element-inner {
    padding: 10px;
}
.mgz-element-column.mgz-element-column-empty > .mgz-element-inner {
    padding: 0;
    margin: 0;
}
.mgz-row-gap-margin > .mgz-element-inner {
    margin: 10px;
    padding: 0;
}
.mgz-element-separator {
    position: relative;
}
.mgz-element-separator .title {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 8px;
    display: inline-block;
    margin: 0;
}
.mgz-element-separator .title i + span,
.mgz-element-separator .title span + i {
    padding-left: 5px;
}
.mgz-element-separator .mgz-element-separator-line {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    border-top: 1px solid transparent;
    margin: 0 auto;
}
.mgz-element-separator .mgz-text-left .title {
    padding-left: 0;
}
.mgz-element-separator .mgz-text-left .mgz-element-separator-line {
    left: 0;
}
.mgz-element-separator .mgz-text-right .title {
    padding-right: 0;
}
.mgz-element-separator-wrapper {
    position: relative;
}
.mgz-element-heading-text {
    margin: 0;
    color: inherit;
}
.mgz-element-heading-text > a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 1;
    font-weight: inherit;
}
.mgz-element-heading-text > a,
.mgz-element-heading-text > a:focus,
.mgz-element-heading-text > a:hover,
.mgz-element-heading-text > a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit;
    font-weight: inherit;
}
.mgz-element-heading-text > a:hover {
    opacity: 0.85;
}
.mgz-tabs:before,
.mgz-tabs-nav:before,
.mgz-tabs-content:before,
.mgz-tabs:after,
.mgz-tabs-nav:after,
.mgz-tabs-content:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-tabs-nav > .mgz-tabs-tab-title > a,
.mgz-tabs-content > .mgz-tabs-tab-title > a {
    color: #666666;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a {
    background: #ebebeb;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a:hover,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a:hover {
    background: #dcdcdc;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:first-child > a,
.mgz-tabs-content > .mgz-tabs-tab-title:first-child > a {
    margin-top: 0 !important;
}
.mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
.mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    background: #f8f8f8;
}
.mgz-tabs {
    color: #333;
}
.mgz-tabs .mgz-tabs-tab-title > a {
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 20px;
    display: block;
    position: relative;
    z-index: 1;
    border: 1px solid #e3e3e3;
}
.mgz-tabs .mgz-tabs-tab-title > a:hover {
    text-decoration: none;
}
.mgz-tabs .mgz-tabs-tab-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
.mgz-tabs .mgz-tabs-tab-content.mgz-active {
    display: block;
}
.mgz-tabs .mgz-tabs-tab-content > .mgz-element > .mgz-element-inner {
    margin-bottom: 0;
}
.mgz-tabs:not(.mgz-tabs-no-fill-content) .mgz-tabs-tab-content {
    border: 1px solid #e3e3e3;
    background: #f8f8f8;
    margin-top: -1px;
}
.mgz-element-tab-position-top.mgz-tabs,
.mgz-element-tab-position-bottom.mgz-tabs {
    flex-direction: column;
}
.mgz-element-tab-position-top.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title
    > a,
.mgz-element-tab-position-bottom.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title
    > a {
    margin-right: 5px;
}
.mgz-element-tab-position-top.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title:last-child,
.mgz-element-tab-position-bottom.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
    .mgz-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .mgz-tabs .mgz-tabs-tab-title {
        text-align: left;
        display: inline-block;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title {
        display: none;
    }
    .mgz-element-tab-align-right.mgz-tabs > .mgz-tabs-nav {
        text-align: right;
    }
    .mgz-element-tab-align-center.mgz-tabs > .mgz-tabs-nav {
        text-align: center;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title
        > a {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:last-child
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:last-child
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-bottom-color: transparent;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-top.mgz-element-tab-align-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title
        > a {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:last-child
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:last-child
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-top-color: transparent;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-bottom-left-radius: 0;
        margin-bottom: -1px;
    }
    .mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav {
        order: 1;
    }
    .mgz-element-tab-position-bottom.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-bottom.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav,
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title {
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:first-child
        > a,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:first-child
        > a {
        margin-top: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-content,
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        margin-top: 0;
        height: 100%;
    }
    .mgz-element-tab-position-left .mgz-tabs-tab-content,
    .mgz-element-tab-position-right .mgz-tabs-tab-content {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-right-width: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 0;
        margin-left: -1px;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-left-width: 0;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-right-radius: 0;
        margin-right: -1px;
    }
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
        order: 1;
    }
}
.tabs-opener {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    display: none;
}
.tabs-opener:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\e624";
}
.tabs-opener:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
    .mgz-tabs-content .mgz-tabs-tab-title {
        display: none;
    }
    .mgz-tabs-nav .mgz-tabs-tab-title {
        display: inline-block;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content.mgz-active {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title {
        margin-top: 5px;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:first-child {
        margin-top: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-bottom-color: transparent;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content.mgz-active {
        border-top-color: transparent;
    }
    .mgz-tabs.tabs-mobile-accordion .mgz-tabs-nav {
        display: none;
    }
    .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title {
        display: block;
        position: relative;
    }
    .mgz-tabs.tabs-mobile-accordion
        .mgz-tabs-content
        .mgz-tabs-tab-title
        .tabs-opener {
        display: block;
    }
    .mgz-tabs.tabs-mobile-accordion
        .mgz-tabs-content
        .mgz-tabs-tab-title.mgz-active
        .tabs-opener:before {
        content: "\e623";
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title:first-child {
        margin-top: 0 !important;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title > a {
        margin-right: 0 !important;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.mgz-element-text p:first-child {
    margin-top: 0;
}
.mgz-element-text p:last-child {
    margin-bottom: 0;
}
.mgz-btn-style-modern .mgz-btn {
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-repeat: repeat-x;
}
.mgz-btn-style-gradient .mgz-btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background-size: 200% 100%;
}
.mgz-btn-style-gradient .mgz-btn:hover {
    background-position: 100% 0;
}
.mgz-btn-style-3d .mgz-btn:hover {
    top: 2px;
}
.mgz-btn-size-xs .mgz-btn {
    font-size: 11px;
    padding: 8px 12px;
}
.mgz-btn-size-sm .mgz-btn {
    font-size: 12px;
    padding: 11px 16px;
}
.mgz-btn-size-md .mgz-btn {
    font-size: 14px;
    padding: 14px 20px;
}
.mgz-btn-size-lg .mgz-btn {
    font-size: 18px;
    padding: 18px 30px;
}
.mgz-btn-size-xl .mgz-btn {
    font-size: 22px;
    padding: 22px 35px;
}
.mgz-element .swatch-option {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mgz-element-single_image .mgz-element-inner {
    font-size: 0;
}
.mgz-single-image-wrapper {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    font-size: 1.4rem;
    position: relative;
}
.mgz-single-image-wrapper a {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
}
.mgz-single-image-wrapper img {
    border-color: #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:before,
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    content: "";
    position: absolute;
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.mgz-single-image-wrapper.mgz-box-outline {
    padding: 5px;
    border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-outline img {
    border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow2 {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper.mgz-box-shadow2 img {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper .image-title + .image-description {
    margin-top: 10px;
}
.mgz-single-image-wrapper .image-content {
    padding: 10px 20px;
    text-align: left;
    line-height: initial;
    clear: both;
    z-index: 1;
    position: absolute;
}
.mgz-single-image-wrapper .mgz-flex-position-below .image-content {
    padding: 10px 0;
    position: static;
}
.mgz-single-image-wrapper.item-content-hover .image-content {
    display: none;
}
.mgz-single-image-wrapper.item-content-hover:hover .image-content {
    display: block;
}
.mgz-single-image-wrapper .mgz-image-link {
    cursor: pointer;
}
.mgz-element-gmaps .gm-style-iw-d {
    overflow: visible !important;
    max-height: none !important;
    font-size: 13px;
}
.mgz-element-gmaps .gm-style-iw-c {
    max-height: none !important;
    padding: 10px !important;
}
.mgz-socialicons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.mgz-socialicons:before,
.mgz-socialicons:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-socialicons li {
    position: relative;
    margin-bottom: 8px;
    float: left;
}
.mgz-socialicons li a {
    float: left;
    margin-right: 8px;
}
.mgz-socialicons li i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
    color: #fff;
}
.mgz-socialicons li i.mgz-fa-facebook-f {
    background: #3b5998;
}
.mgz-socialicons li i.mgz-fa-twitter {
    background: #00aced;
}
.mgz-socialicons li i.mgz-fa-pinterest-p {
    background: #cb2027;
}
.mgz-socialicons li i.mgz-fa-linkedin-in {
    background: #007bb6;
}
.mgz-socialicons li i.mgz-fa-tumblr {
    background: #32506d;
}
.mgz-socialicons li i.mgz-fa-instagram {
    background: #517fa4;
}
.mgz-socialicons li i.mgz-fa-skype {
    background: #12a5f4;
}
.mgz-socialicons li i.mgz-fa-dribbble {
    background: #ea4c8d;
}
.mgz-socialicons li i.mgz-fa-flickr {
    background: #ff0084;
}
.mgz-socialicons li i.mgz-fa-youtube {
    background: #a82400;
}
.mgz-socialicons li i.mgz-fa-vimeo-v {
    background: #45bbff;
}
.mgz-socialicons li i.mgz-fa-rss {
    background: #ff8a3c;
}
.mgz-socialicons li i.mgz-fa-behance {
    background: #191919;
}
.mgz-socialicons li .mgz-socialicons-follow-button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    margin-right: 25px;
    padding: 0 12px;
    color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.6em;
}
.mgz-socialicons li .mgz-socialicons-follow-button:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.2);
}
.mgz-socialicons .mgz-socialicons_network_name {
    display: none;
}
.mgz-element-newsletter_form .block.newsletter {
    display: inline-block;
    float: none;
    width: auto;
}
.mgz-element-newsletter_form .action.sr-only {
    position: static;
    width: auto;
    height: 100%;
    margin: 0;
    clip: unset;
    overflow: visible;
}
.mgz-element-newsletter_form .newsletter-title {
    margin: 0 0 20px;
    font-weight: 500;
}
.mgz-element-newsletter_form .newsletter-description {
    margin-bottom: 10px;
}
.magezon-builder .block-search {
    margin: 0;
    padding: 0;
    max-width: 100%;
    float: none;
    display: inline-block;
}
.mgz-element-search_form .block-search {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .mgz-element-search_form-wrapper {
        position: static;
    }
    .mgz-element-search_form-wrapper > .mgz-element-inner {
        position: static;
    }
    .mgz-element-search_form {
        position: static;
    }
    .mgz-element-search_form > .mgz-element-inner {
        position: static;
    }
    .mgz-element-search_form .minisearch.active .control {
        display: block;
    }
    .mgz-element-search_form .block-search .control {
        border: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        bottom: -15px;
        position: absolute;
        background: #fff;
    }
    .mgz-element-search_form .block-search .form.active .control input {
        position: static;
    }
}
.mgz-carousel-hidden {
    background: url("../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Builder/images/loader.gif") no-repeat center 25%;
}
.mgz-carousel:before,
.mgz-carousel:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-carousel.owl-carousel.owl-loaded .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded .owl-dots {
    opacity: 1;
}
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-dots {
    opacity: 0;
}
.mgz-carousel .owl-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}
.mgz-carousel .owl-item img {
    max-width: 100%;
}
.mgz-carousel .mgz-carousel-item-inner {
    position: relative;
}
.mgz-carousel a + .item-content {
    cursor: pointer;
}
.mgz-carousel .item-content {
    position: absolute;
    text-align: center;
    color: #333;
    z-index: 1;
    font-size: 14px;
}
.mgz-carousel .item-title {
    font-size: 16px;
}
.mgz-carousel .owl-nav {
    margin: 0;
}
.mgz-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out,
        color 300ms ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: inline-block;
}
.mgz-carousel .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .owl-nav .owl-next {
    margin-left: 5px;
}
.mgz-carousel .owl-dots {
    margin-top: 10px;
    width: 100%;
    pointer-events: none;
}
.mgz-carousel .owl-dots .owl-dot {
    pointer-events: all;
}
.mgz-carousel .owl-dots .owl-dot span {
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 8px;
    background: rgba(0, 0, 0, 0.6);
}
.mgz-carousel .owl-dots .owl-dot:hover span,
.mgz-carousel .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .mgz-carousel-magnific {
    cursor: pointer;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info {
    margin-bottom: 15px;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info:last-child {
    margin-bottom: 0;
}
.mgz-carousel .product-item {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.mgz-carousel .product-item .product-item-info {
    width: 100%;
}
.mgz-carousel.mgz-carousel-equal-height .owl-stage {
    display: flex;
}
.mgz-carousel.mgz-carousel-equal-height .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.mgz-carousel-dot-inside .owl-dots {
    position: absolute;
    bottom: 15px;
    margin: 0;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot {
    bottom: 15px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot span {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover span,
.mgz-carousel-dot-inside .owl-dots .owl-dot.active span {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 5px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover:not(.active) span {
    background: #fff;
}
.mgz-carousel-nav-position-top_left .owl-nav,
.mgz-carousel-nav-position-top_right .owl-nav {
    position: absolute;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-mini .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-mini .owl-nav {
    top: -40px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-small .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-small .owl-nav {
    top: -50px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-normal .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-normal .owl-nav {
    top: -60px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-large .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-large .owl-nav {
    top: -70px;
}
.mgz-carousel-nav-position-top_left .owl-nav {
    left: 0;
}
.mgz-carousel-nav-position-top_right .owl-nav {
    right: 0;
}
.mgz-carousel-nav-position-bottom_left .owl-nav {
    text-align: left;
    margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_right .owl-nav {
    text-align: right;
    margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_center .owl-nav {
    margin-top: 10px;
    text-align: center;
}
.mgz-carousel-nav-position-bottom_center .owl-nav .owl-prev {
    margin-right: 5px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-next {
    top: -40px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-next {
    top: -50px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-next {
    top: -60px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-next {
    top: -70px;
}
.mgz-carousel-nav-position-top_split .owl-nav [class*="owl-"] {
    position: absolute;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-prev {
    left: 0;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-next {
    right: 0;
}
.mgz-carousel-nav-position-top_split.owl-rtl .owl-nav .owl-prev {
    right: 0;
    left: auto;
}
.mgz-carousel-nav-position-top_split.owl-rtl .owl-nav .owl-next {
    left: 0;
    right: auto;
}
.mgz-carousel-nav-position-center_split .owl-nav [class*="owl-"] {
    position: absolute;
    opacity: 0;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.mgz-carousel-nav-position-center_split.owl-rtl .owl-nav .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    left:auto;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-next {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}
.mgz-carousel-nav-position-center_split.owl-rtl .owl-nav .owl-next {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right:auto;
}
.mgz-carousel-nav-position-center_split:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-next {
    bottom: -40px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-next {
    bottom: -50px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-next {
    bottom: -60px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-next {
    bottom: -70px;
}
.mgz-carousel-nav-position-bottom_split .owl-nav [class*="owl-"] {
    position: absolute;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-prev {
    left: 0;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-next {
    right: 0;
}
.mgz-carousel-nav-size-mini .owl-nav [class*="owl-"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.mgz-carousel-nav-size-small .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.mgz-carousel-nav-size-normal .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.mgz-carousel-nav-size-large .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.mgz-product-listing .product-image-wrapper {
    height: auto;
    padding: 0 !important;
}
.mgz-product-listing .product-image-wrapper .product-image-photo {
    position: static;
}
.magezon-builder .mgz-element-sidebar .sidebar-main,
.magezon-builder .mgz-element-sidebar .sidebar-additional {
    width: 100%;
    padding: 0;
}
.magezon-builder .mgz-element-sidebar .filter-options-item {
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.magezon-builder .mgz-element-sidebar .filter-options-title {
    padding: 10px 40px 0 10px;
}
@media (min-width: 768px) {
    .magezon-builder .mgz-element-sidebar .filter-options-item:before,
    .magezon-builder .mgz-element-sidebar .filter-options-item:after {
        display: none !important;
        border: 0 !important;
    }
    .magezon-builder .mgz-element-sidebar .filter-options-content {
        position: static;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
}
.mgz-countdown {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px;
}
.mgz-countdown .mgz-countdown-heading-wrapper {
    text-align: left;
}
.mgz-countdown .mgz-countdown-subheading {
    font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-heading {
    font-size: 18px;
    font-weight: 700;
}
.mgz-countdown .mgz-countdown-number {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
}
.mgz-countdown .mgz-countdown-counter-wrapper {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.mgz-countdown .mgz-countdown-unit {
    position: relative;
    padding: 10px;
}
.mgz-countdown .mgz-countdown-unit-number {
    font-size: 24px;
    line-height: 1;
}
.mgz-countdown .mgz-countdown-unit-label {
    font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-unit-label {
    min-width: 80px;
}
.mgz-countdown .svg-container {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
}
.mgz-countdown .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
    min-width: auto;
    display: inline-block;
}
.mgz-countdown .mgz-countdown-link-wrapper {
    padding: 10px;
}
.mgz-countdown-separator-colon .mgz-countdown-number:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: ":";
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 10;
    display: inline-block;
}
.mgz-countdown-separator-colon .mgz-countdown-number:last-child:after {
    display: none;
}
.mgz-countdown-separator-line .mgz-countdown-number:after {
    content: "";
    display: inline-block;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    border-right: 1px solid #cccccc;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    left: auto;
}
.mgz-countdown-separator-line .mgz-countdown-number:last-child:after {
    display: none;
}
.mgz-countdown-circle .mgz-countdown-unit {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
}
@media (max-width: 767px) {
    .mgz-countdown {
        display: block;
        padding: 10px;
    }
    .mgz-countdown .mgz-countdown-counter-wrapper {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .mgz-countdown .mgz-countdown-heading-wrapper,
    .mgz-countdown .mgz-countdown-link-wrapper {
        text-align: center;
    }
    .mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
        min-width: 80px;
        display: block;
    }
    .mgz-countdown.mgz-countdown-separator-colon .mgz-countdown-number:after {
        display: none;
    }
    .mgz-countdown .mgz-countdown-unit {
        padding: 10px !important;
    }
}
.page-layout-1column-fullwidth #maincontent {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.page-layout-1column,
.page-layout-2columns-left,
.page-layout-2columns-right,
.page-layout-1column-fullwidth {
    overflow-x: hidden;
}
.magezon-builder {
    position: relative;
    z-index: 2;
}
.magezon-builder:before,
.magezon-builder:after {
    content: " ";
    display: table;
    clear: both;
}
.magezon-builder * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.magezon-builder iframe,
.magezon-builder video,
.magezon-builder img {
    max-width: 100%;
}
.magezon-builder p {
    margin-top: 0;
}
.mgz-block-heading {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.mgz-block-heading.mgz-block-heading-line:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #cecece;
    position: absolute;
    top: 40%;
    z-index: 0;
}
.mgz-block-heading.mgz-block-heading-line .title {
    display: inline-block;
    background: #fff;
    padding: 0;
    position: relative;
}
.mgz-block-heading.mgz-block-heading-line h2 {
    font-weight: 500;
}
.mgz-block-heading.mgz-block-heading-line-position-bottom:before {
    bottom: 0;
    top: auto;
}
.mgz-block-heading.mgz-block-heading-align-center {
    text-align: center;
}
.mgz-block-heading.mgz-block-heading-align-center .title {
    padding: 0 10px;
}
.mgz-block-heading.mgz-block-heading-align-left {
    text-align: left;
}
.mgz-block-heading.mgz-block-heading-align-left .title {
    padding-right: 10px;
}
.mgz-block-heading.mgz-block-heading-align-right {
    text-align: right;
}
.mgz-block-heading.mgz-block-heading-align-right .title {
    padding-left: 10px;
}
.mgz-block-heading .title {
    margin: 0;
    font-weight: 400;
}
.mgz-block-heading .info {
    margin: 0;
}
.mgz_fit {
    width: 1%;
}
.magezon-builder-btn {
    background: #007dbd;
    border-color: #007dbd;
    color: #fff;
    position: relative;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
    padding: 0.6rem 1em 0.6rem 35px;
    display: inline-block;
    margin-bottom: 10px;
}
.magezon-builder-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #0073ae;
}
.magezon-builder-btn i {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 25px;
    position: absolute;
    left: 15px;
}
table .magezon-builder .mgz-container {
    width: 100%;
}
.mgz-condition-html .rule-tree ul {
    padding-left: 16px;
}
.mgz-builder-single_image-icon {
    background-image: url("../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Builder/images/icons/element-icon-single-image.svg") !important;
}
.item.product .magezon-builder .mgz-container {
    width: 100%;
}
.mgz-builder-wrapper._disabled > .admin__field-control > button,
.mgz-builder-wrapper._disabled > .admin__field-control .mgz-builder {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}
.mgz-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.mgz-absolute-link {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.admin__form-loading-mask[data-component="linkbuilder_form.linkbuilder_form"] {
    display: none;
}
.mgz-image-switch-after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.mgz-image-switch:hover .mgz-image-switch-before {
    opacity: 0;
}
.mgz-image-switch:hover .mgz-image-switch-after {
    opacity: 1;
}
body._has-modal .mgz-modal {
    z-index: 799 !important;
}
@media all and (min-width: 768px) {
  html {
    height: auto !important;
  }
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
       .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
      }
      .mfp-img-mobile img.mfp-img {
        padding: 0;
      }
      .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
      }
      .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
      }
      .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
      }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
      }
      .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
      }
      .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
      }
    }
    @media all and (max-width: 900px) {
      .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
      }
      .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
      }
      .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
      }
      .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
      }
    }
/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mgz-flex,
.mgz-instagram .item-metadata,
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-meta,
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-meta,
.mgz-cta,
.mgz-pricing-table-wrapper,
.mgz-flipbox .mgz-flipbox-back,
.mgz-flipbox .mgz-flipbox-front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
a.mgz-btn {
  color: #333;
}
.mgz-btn:not(.primary) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.mgz-btn {
  border: 0;
}
.mgz-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  word-wrap: break-word;
  text-decoration: none;
  position: relative;
  line-height: normal;
  padding: 10px 20px;
  color: #333;
  background-color: #e3e3e3;
  font-size: 1.4rem;
  max-width: 100%;
  height: auto;
}
.mgz-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5e5e5e;
  background-color: #dcdcdc;
  text-decoration: none;
}
.mgz-btn:focus {
  outline: none;
}
.mgz-btn.mgz-btn-save,
.mgz-btn.mgz-btn-cancel,
.mgz-btn.mgz-btn-replace {
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 140px;
}
.mgz-btn.mgz-btn-save {
  background: #007dbd;
  color: #FFF;
}
.mgz-btn.mgz-btn-save:hover {
  background: #0073ae;
}
.mgz-btn.mgz-btn-cancel {
  color: #fff;
  background-color: #afafaf;
}
.mgz-btn.mgz-btn-cancel:hover {
  background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-replace {
  float: left;
  color: #fff;
  background-color: #afafaf;
}
.mgz-btn.mgz-btn-replace:hover {
  background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-delete {
  color: #FFF;
  background-color: #e22626;
}
.mgz-btn.mgz-btn-delete:hover {
  background-color: #ca1c1c;
}
.mgz-icon,
.mgz-element .mgz-accoridon-icon-chevron,
.mgz-element .mgz-accoridon-icon-plus,
.mgz-element .mgz-accoridon-icon-chevron,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-triangle,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot,
.mgz-element-categories-list .opener:before {
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-fa,
.mgz-instagram .item-metadata .item-likes:before,
.mgz-instagram .item-metadata .item-comments:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.mgz-fa-s,
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.mgz-fa-r,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.mgz-liststyle {
  margin: 0;
  padding: 0;
  list-style: none;
}
#blueimp-gallery h3 {
  font-weight: 400;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama--fullscreen {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
.mgz-fotorama .fotorama__arr:focus:after,
.mgz-fotorama .fotorama__fullscreen-icon:focus:after,
.mgz-fotorama .fotorama__html,
.mgz-fotorama .fotorama__img,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__dot:after,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__thumb:after,
.mgz-fotorama .fotorama__stage__frame,
.mgz-fotorama .fotorama__stage__shaft,
.mgz-fotorama .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.mgz-fotorama .fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.mgz-fotorama .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.mgz-fotorama .fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.mgz-fotorama .fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__arr,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__nav__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__thumb-border,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-close,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mgz-fotorama .fotorama__caption,
.mgz-fotorama .fotorama__nav:after,
.mgz-fotorama .fotorama__nav:before,
.mgz-fotorama .fotorama__stage:after,
.mgz-fotorama .fotorama__stage:before,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__html,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__nav,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__spinner,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mgz-fotorama .fotorama__arr:focus,
.mgz-fotorama .fotorama__fullscreen-icon:focus,
.mgz-fotorama .fotorama__nav__frame {
  outline: 0;
}
.mgz-fotorama .fotorama__arr:focus:after,
.mgz-fotorama .fotorama__fullscreen-icon:focus:after,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__dot:after,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.mgz-fotorama .fotorama__wrap--video .fotorama__stage,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none!important;
  transform: none !important;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__nav__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform,width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__no-select,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play,
.mgz-fotorama .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mgz-fotorama .fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.mgz-fotorama .fotorama__nav,
.mgz-fotorama .fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.mgz-fotorama .fotorama__caption__wrap,
.mgz-fotorama .fotorama__nav__frame,
.mgz-fotorama .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.mgz-fotorama .fotorama__nav__frame,
.mgz-fotorama .fotorama__thumb-border {
  box-sizing: content-box;
}
.mgz-fotorama .fotorama__caption__wrap {
  box-sizing: border-box;
}
.mgz-fotorama .fotorama--hidden,
.mgz-fotorama .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__nav,
.mgz-fotorama .fotorama__nav__frame,
.mgz-fotorama .fotorama__nav__shaft,
.mgz-fotorama .fotorama__stage__frame,
.mgz-fotorama .fotorama__stage__shaft,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play {
  background: url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/css/fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .mgz-fotorama .fotorama__arr,
  .mgz-fotorama .fotorama__fullscreen-icon,
  .mgz-fotorama .fotorama__video-close,
  .mgz-fotorama .fotorama__video-play {
    background: url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/css/fotorama@2x.png) 0 0px 160px no-repeat;
  }
}
.mgz-fotorama .fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .mgz-fotorama .fotorama__arr,
  .mgz-fotorama .fotorama__fullscreen-icon,
  .mgz-fotorama .fotorama__thumb-border,
  .mgz-fotorama .fotorama__video-close,
  .mgz-fotorama .fotorama__video-play {
    background: none !important;
  }
}
.mgz-fotorama .fotorama {
  min-width: 1px;
  overflow: hidden;
}
.mgz-fotorama .fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.mgz-fotorama .fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000;
}
.mgz-fotorama .fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.mgz-fotorama .fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.mgz-fotorama .fotorama__nav,
.mgz-fotorama .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.mgz-fotorama .fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.mgz-fotorama .fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.mgz-fotorama .fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.mgz-fotorama .fotorama__stage__frame {
  overflow: hidden;
}
.mgz-fotorama .fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-front,
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-rear,
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.mgz-fotorama .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.mgz-fotorama .fotorama__error .fotorama__img,
.mgz-fotorama .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.mgz-fotorama .fotorama__wrap--only-active .fotorama__nav,
.mgz-fotorama .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.mgz-fotorama .fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.mgz-fotorama .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.mgz-fotorama .fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.mgz-fotorama .fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.mgz-fotorama .fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.mgz-fotorama .fotorama__nav--dots {
  display: block;
}
.mgz-fotorama .fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.mgz-fotorama .fotorama__nav--dots .fotorama__nav__frame--thumb,
.mgz-fotorama .fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.mgz-fotorama .fotorama__nav--thumbs {
  display: block;
}
.mgz-fotorama .fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.mgz-fotorama .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.mgz-fotorama .fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.mgz-fotorama .fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.mgz-fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.mgz-fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.mgz-fotorama .fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.mgz-fotorama .fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.mgz-fotorama .fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.mgz-fotorama .fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.mgz-fotorama .fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.mgz-fotorama .fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.mgz-fotorama .fotorama__wrap--no-captions .fotorama__caption,
.mgz-fotorama .fotorama__wrap--video .fotorama__caption {
  display: none;
}
.mgz-fotorama .fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__html,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mgz-fotorama .fotorama__select {
  cursor: auto;
}
.mgz-fotorama .fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .mgz-fotorama .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.mgz-fotorama .fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.mgz-fotorama .fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.mgz-fotorama .fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.mgz-fotorama .fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.mgz-fotorama .fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.mgz-fotorama .fotorama__arr:focus,
.mgz-fotorama .fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.mgz-fotorama .fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.mgz-fotorama .fotorama__wrap--css2 .fotorama__video-play,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.mgz-fotorama .fotorama__error .fotorama__video-play,
.mgz-fotorama .fotorama__loaded .fotorama__video-play,
.mgz-fotorama .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.mgz-fotorama .fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.mgz-fotorama .fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.mgz-fotorama .fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.mgz-fotorama .fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.mgz-fotorama .fotorama__wrap--video .fotorama__arr,
.mgz-fotorama .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__arr:not(:focus),
.mgz-fotorama .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform,opacity;
  transition-duration: 0.3s;
}
.mgz-fotorama .fotorama__nav:after,
.mgz-fotorama .fotorama__nav:before,
.mgz-fotorama .fotorama__stage:after,
.mgz-fotorama .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.mgz-fotorama .fotorama__nav:before,
.mgz-fotorama .fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px;
}
.mgz-fotorama .fotorama__nav.fotorama__shadows--left:before,
.mgz-fotorama .fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.mgz-fotorama .fotorama__nav:after,
.mgz-fotorama .fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px;
}
.mgz-fotorama .fotorama__nav.fotorama__shadows--right:after,
.mgz-fotorama .fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage:after,
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage:before,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__nav:after,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__nav:before,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__stage:after,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
.mgz-icon-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 0;
  position: relative;
}
.mgz-icon-wrapper a {
  color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mgz-icon-wrapper a:before,
.mgz-icon-wrapper a:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-icon-wrapper .mgz-icon-element {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.mgz-icon-size-xs {
  width: 2.5em;
  height: 2.5em;
}
.mgz-icon-size-xs .mgz-icon-element {
  font-size: 1.2em;
}
.mgz-icon-size-sm {
  width: 3.15em;
  height: 3.15em;
}
.mgz-icon-size-sm .mgz-icon-element {
  font-size: 1.6em;
}
.mgz-icon-size-md {
  width: 4em;
  height: 4em;
}
.mgz-icon-size-md .mgz-icon-element {
  font-size: 2.15em;
}
.mgz-icon-size-lg {
  width: 5em;
  height: 5em;
}
.mgz-icon-size-lg .mgz-icon-element {
  font-size: 2.85em;
}
.mgz-icon-size-xl {
  width: 7.15em;
  height: 7.15em;
}
.mgz-icon-size-xl .mgz-icon-element {
  font-size: 5em;
}
.mgz-icon-list .mgz-icon-list-item:hover a {
  text-decoration: none;
}
.mgz-icon-list .mgz-icon-list-item .mgz-icon-list-item-icon {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
}
.mgz-icon-list-horizontal .mgz-icon-list-item {
  display: inline-block;
}
.mgz-icon-list-vercial .mgz-icon-list-item {
  display: block;
}
.mgz-video-aspect-ratio-219,
.mgz-video-aspect-ratio-169,
.mgz-video-aspect-ratio-43,
.mgz-video-aspect-ratio-32,
.mgz-video-aspect-ratio-11,
.mgz-video-aspect-ratio-219,
.mgz-video-aspect-ratio-169,
.mgz-video-aspect-ratio-43 {
  padding-bottom: 75%;
}
.mgz-video-aspect-ratio-32 {
  padding-bottom: 66.6666%;
}
.mgz-video-aspect-ratio-11 {
  padding-bottom: 100%;
}
.mgz-video {
  position: relative;
}
.mgz-video video,
.mgz-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.mgz-video.mgz-video-aspect-ratio-219 {
  padding-bottom: 42.8571%;
}
.mgz-video.mgz-video-aspect-ratio-169 {
  padding-bottom: 56.25%;
}
.mgz-video.mgz-video-aspect-ratio-43 {
  padding-bottom: 75%;
}
.mgz-video.mgz-video-aspect-ratio-32 {
  padding-bottom: 66.6666%;
}
.mgz-video.mgz-video-aspect-ratio-11 {
  padding-bottom: 100%;
}
.mgz-video .mgz-video-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  text-align: center;
}
.mgz-video .mgz-video-embed-play {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.mgz-video .mgz-video-embed-play .mgz-icon-play {
  cursor: pointer;
  font-size: 100px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.mgz-video .mgz-video-embed-play .mgz-icon-play:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mgz-video .mgz-video-embed-play img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mgz-video .mgz-video-embed-play img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mgz-video .mgz-video-title {
  font-size: 38px;
  color: #FFF;
  font-weight: 600;
  margin: 20px 0px 10px;
}
.mgz-video .mgz-video-description {
  color: #FFF;
}
.mgz-element.mgz-element-contact_form form.form.contact {
  width: 100%;
  max-width: 100%;
  float: none;
  display: inline-block;
  text-align: left;
}
.mgz-element.mgz-element-accordion_section > .mgz-element-inner {
  margin-bottom: 0;
}
.mgz-element .mgz-panels:not(.mgz-panels-no-fill-content) .mgz-panel-body {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-bottom-width: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"]:not(.mgz-panels-no-fill-content) .mgz-panel:last-child .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"]:not(.mgz-panels-no-fill-content) .mgz-panel:last-child .mgz-panel-body {
  border-bottom-width: 1px;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-in > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-in > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-collapsing > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-collapsing > .mgz-panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-active) + .mgz-panel > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-active) + .mgz-panel > .mgz-panel-heading {
  border-top: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="0"][data-gap="!0"] > .mgz-panel > .mgz-panel-body {
  border-top: 0;
}
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-collapsing > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-active > .mgz-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-collapsing > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-active > .mgz-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mgz-element .mgz-panel {
  color: #333;
}
.mgz-element .mgz-panel .mgz-panel-heading {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background-color: #f8f8f8;
  color: #666;
}
.mgz-element .mgz-panel .mgz-panel-heading h4,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-panel-heading-title {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
.mgz-element .mgz-panel .mgz-panel-heading span i {
  margin-right: 5px;
}
.mgz-element .mgz-panel .mgz-panel-heading a {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  background: 0 0;
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: inherit;
  position: relative;
  border: none;
}
.mgz-element .mgz-panel .mgz-panel-heading a > i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
}
.mgz-element .mgz-panel .mgz-panel-heading a > i.mgz-icon {
  font-weight: bold;
}
.mgz-element .mgz-panel .mgz-panel-heading a > i.mgz-accoridon-icon-triangle {
  font-size: 2rem;
  right: 5px;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-left i {
  left: 20px;
  right: auto;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-left a.has-icon {
  padding: 14px 14px 14px 40px;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-right i {
  right: 10px;
  left: auto;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-right a.has-icon {
  padding: 14px 40px 14px 14px;
}
.mgz-element .mgz-panel .mgz-panel-body {
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -ms-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
  display: none;
  padding: 0;
}
.mgz-element .mgz-panel .mgz-panel-body > .mgz-panel-body-inner {
  padding: 14px 20px;
}
.mgz-element .mgz-panel .mgz-panel-body > .mgz-panel-body-inner > .mgz-element > .mgz-element-inner > .mgz-element-last > .mgz-element-inner {
  margin-bottom: 0;
}
.mgz-element .mgz-accoridon-icon-chevron:before {
  content: "\e61c";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-chevron:before {
  content: "\e60f";
}
.mgz-element .mgz-accoridon-icon-plus:before {
  content: "\e61c";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-plus:before {
  content: "\e60f";
}
.mgz-element .mgz-accoridon-icon-chevron:before {
  content: "\e622";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-chevron:before {
  content: "\e621";
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-triangle {
  font-size: 25px;
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-triangle:before {
  content: "\e5c5";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-triangle:before {
  content: "\e5c7";
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot {
  font-size: 10px;
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  content: "\f111";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  content: "\f111";
}
.mgz-message-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 1em 1em 1em 4em;
  position: relative;
}
.mgz-message-box .mgz-message-box-icon {
  bottom: 0;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.6em;
}
.mgz-message-box .mgz-message-box-icon i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.7em;
  line-height: 1;
}
.mgz-message-box .mgz-message-box-content p:last-child {
  margin-bottom: 0;
}
.mgz-message-box.mgz-message-box-icon-size-xs .mgz-message-box-icon i {
  font-size: 16px;
}
.mgz-message-box.mgz-message-box-icon-size-sm .mgz-message-box-icon i {
  font-size: 20px;
}
.mgz-message-box.mgz-message-box-icon-size-md .mgz-message-box-icon i {
  font-size: 24px;
}
.mgz-message-box.mgz-message-box-icon-size-lg .mgz-message-box-icon i {
  font-size: 28px;
}
.mgz-message-box.mgz-message-box-icon-size-xl .mgz-message-box-icon i {
  font-size: 32px;
}
.mgz-numbercounter .mgz-numbercounter-number-text,
.mgz-numbercounter .mgz-numbercounter-icon,
.mgz-numbercounter .mgz-numbercounter-int,
.mgz-numbercounter .mgz-numbercounter-number-percent {
  font-size: 32px;
  overflow: hidden;
  line-height: 1.4;
}
.mgz-numbercounter .mgz-numbercounter-before-text {
  margin-bottom: 10px;
  display: block;
}
.mgz-numbercounter .mgz-numbercounter-after-text {
  display: block;
  margin-top: 10px;
}
.mgz-numbercounter-circle {
  max-width: 100%;
  width: 200px;
  position: relative;
  z-index: 10;
  text-align: center;
  display: inline-block;
}
.mgz-numbercounter-circle .mgz-numbercounter-text {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
}
.mgz-numbercounter-circle .svg-container {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
}
.mgz-numbercounter-circle .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.mgz-numbercounter-bars .mgz-numbercounter-bars-container {
  width: 100%;
  background-color: #eaeaea;
}
.mgz-numbercounter-bars .mgz-numbercounter-bar {
  text-align: right;
  padding: 5px;
  width: 0;
}
.mgz-numbercounter-bars.mgz-numbercounter-number-position-bellow .mgz-numbercounter-bars-container {
  margin-bottom: 5px;
}
.mgz-numbercounter-bars.mgz-numbercounter-number-position-above .mgz-numbercounter-bars-container {
  margin-top: 5px;
}
.mgz-element-single_product.mgz-text-center .swatch-option {
  float: none;
  display: inline-block;
}
.mgz-element-single_product .product-items {
  margin: 0;
}
.mgz-element-single_product .products {
  margin: 0;
}
.mgz-element-single_product .products .product-item {
  width: 100% !important;
}
.mgz-element-single_product .products .product-item .product-item-photo {
  padding: 0;
}
.mgz-element-single_product .products .product-item .product-item-info {
  padding: 10px;
  border: 1px solid transparent;
  width: 100%;
  display: block;
}
.mgz-element-single_product .products .product-item .product-item-info:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 10px;
  border-color: transparent;
}
.mgz-element-single_product .product-item-actions {
  width: 100%;
}
.mgz-element-single_product .product-item-actions .actions-primary {
  display: inline-block;
}
.mgz-element-single_product .product-item-actions .actions-primary + .actions-secondary {
  display: inline-block;
  text-align: left;
  width: auto;
}
.mgz-element-single_product .product-item-info {
  width: 100%;
}
.mgz-element-single_product .product-item-name {
  font-size: 2rem;
}
.mgz-element-single_product .product-item-actions {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .mgz-element-singple_product .product-item {
    width: 100%;
    text-align: center;
  }
}
.mgz-element-image_gallery .mgz-element-inner * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mgz-fotorama .fotorama__caption {
  text-align: center;
}
.mgz-product-items .product-item-info {
  width: 100%;
}
@media (min-width: 640px) {
  .mgz-product-items .mgz-grid-item .product-item-info {
    padding: 10px;
    border: 1px solid transparent;
  }
  .mgz-product-items .mgz-grid-item .product-item-info:hover {
    background: #ffffff;
    border-color: #bbbbbb;
    position: relative;
    z-index: 2;
  }
}
.mgz-instagram .mgz-grid-item a {
  position: relative;
}
.mgz-instagram .mgz-grid-item a:before,
.mgz-instagram .mgz-grid-item a:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-instagram .mgz-grid-item figure {
  display: none;
}
.mgz-instagram .mgz-grid-item:hover .item-metadata {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mgz-instagram .item-metadata {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  color: #FFF;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 5px;
}
.mgz-instagram .item-metadata .item-likes:before {
  content: "\f004";
  font-weight: 400;
  margin-right: 10px;
}
.mgz-instagram .item-metadata .item-likes + .item-comments {
  margin-left: 15px;
}
.mgz-instagram .item-metadata .item-comments:before {
  content: "\f075";
  font-weight: 400;
  margin-right: 10px;
}
.pswp button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mgz-progress-bar .mgz-numbercounter-string {
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.mgz-progress-bar .mgz-numbercounter-bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0;
  top: 0;
  left: 0;
}
.mgz-progress-bar .mgz-single-bar-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  position: relative;
  background-color: #f7f7f7;
  padding: 0 1em;
  line-height: 30px;
  min-height: 10px;
}
.mgz-progress-bar .mgz-single-bar {
  margin-bottom: 10px;
}
.mgz-progress-bar .mgz-bar-striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.mgz-progress-bar-text-position-above .mgz-single-bar-label-wrapper {
  margin-bottom: 5px;
  font-weight: 600;
}
.mgz-progress-bar-text-position-below .mgz-single-bar-label-wrapper {
  margin-top: 5px;
  font-weight: 600;
}
.mgz-testimonials {
  text-align: center;
}
.mgz-testimonials .mgz-testimonial-content {
  padding: 25px;
  text-align: center;
}
.mgz-testimonials .mgz-testimonial-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.mgz-testimonials .mgz-testimonial {
  padding: 25px;
}
.mgz-testimonials .mgz-testimonial-name {
  font-weight: 600;
}
.mgz-testimonials .mgz-testimonial-name,
.mgz-testimonials .mgz-testimonial-job {
  text-align: center;
}
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-meta {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-image {
  margin-right: 12px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-content {
  background-color: #34495e;
  position: relative;
  color: #FFF;
  text-align: left;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-content:before {
  position: absolute;
  left: 35px;
  bottom: -20px;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: medium solid transparent;
  border-top-color: #34495e;
  border-width: 10px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-meta {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 15px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-image {
  padding-right: 15px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial {
  padding: 0;
}
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-content {
  padding-top: 0;
}
.mgz-toggle {
  margin-bottom: 5px;
}
.mgz-toggle.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 25px;
}
.mgz-toggle .mgz-toggle-title {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.mgz-toggle .mgz-toggle-title h4 {
  margin: 0;
}
.mgz-toggle .mgz-toggle-title span[data-role="icons"] {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  border: 2px solid transparent;
}
.mgz-toggle .mgz-toggle-title span[data-role="icons"]:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.mgz-toggle.mgz-toggle-icon-round span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-round_outline span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-square span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-quare_outline span[data-role="icons"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
}
.mgz-toggle.mgz-toggle-icon-round .mgz-toggle-title span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-round_outline .mgz-toggle-title span[data-role="icons"] {
  border-radius: 50%;
}
.mgz-toggle.mgz-toggle-icon-round .mgz-toggle-title span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-square .mgz-toggle-title span[data-role="icons"] {
  color: #FFF;
}
.mgz-toggle.mgz-toggle-icon-size-xs span[data-role="icons"] {
  font-size: 10px;
  width: 16px;
  height: 16px;
}
.mgz-toggle.mgz-toggle-icon-size-xs.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-xs.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 24px;
}
.mgz-toggle.mgz-toggle-icon-size-sm span[data-role="icons"] {
  font-size: 12px;
  width: 18px;
  height: 18px;
}
.mgz-toggle.mgz-toggle-icon-size-sm.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-sm.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 28px;
}
.mgz-toggle.mgz-toggle-icon-size-md span[data-role="icons"] {
  font-size: 14px;
  width: 22px;
  height: 22px;
}
.mgz-toggle.mgz-toggle-icon-size-md.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-md.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 32px;
}
.mgz-toggle.mgz-toggle-icon-size-lg span[data-role="icons"] {
  font-size: 18px;
  width: 28px;
  height: 28px;
}
.mgz-toggle.mgz-toggle-icon-size-lg.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-lg.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 36px;
}
.mgz-toggle.mgz-toggle-icon-size-xl span[data-role="icons"] {
  font-size: 24px;
  width: 32px;
  height: 32px;
}
.mgz-toggle.mgz-toggle-icon-size-xl.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-xl.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 40px;
}
.mgz-element-categories-list .opener {
  float: right;
  width: 30px;
  text-align: center;
}
.mgz-element-categories-list .opener:before {
  content: '\e61c';
  font-weight: inherit;
}
.mgz-element-categories-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mgz-element-categories-list ul li {
  margin: 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 1rem;
}
.mgz-element-categories-list ul li a {
  line-height: 30px;
  color: #333;
  display: block;
  font-weight: 600;
}
.mgz-element-categories-list ul li a:hover {
  text-decoration: none;
  color: #000;
}
.mgz-element-categories-list ul li.active > a .opener:before {
  content: '\e610';
}
.mgz-element-categories-list ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.mgz-element-categories-list ul ul {
  margin-left: 15px;
  display: none;
}
.mgz-recent-reviews .mgz-recent-reviews-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mgz-recent-reviews .mgz-review-item {
  background: #f5f5f5;
  padding: 15px;
  height: 100%;
}
.mgz-recent-reviews .mgz-review-item:before,
.mgz-recent-reviews .mgz-review-item:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-recent-reviews .mgz-review-item .mgz-review-name {
  font-size: 1.8rem;
}
.mgz-recent-reviews .mgz-review-item .product-image.img {
  float: left;
  margin-right: 8px;
  width: 60px;
}
.mgz-recent-reviews .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.mgz-recent-reviews .rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.mgz-recent-reviews .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'Magezon-Icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.mgz-recent-reviews .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.mgz-recent-reviews .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'Magezon-Icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.mgz-recent-reviews .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mgz-recent-reviews .mgz-review-name,
.mgz-recent-reviews .mgz-review-date,
.mgz-recent-reviews .mgz-review-link,
.mgz-recent-reviews .mgz-review-product {
  margin-bottom: 6px;
}
.mgz-recent-reviews .mgz-review-link,
.mgz-recent-reviews .mgz-review-product,
.mgz-recent-reviews .mgz-review-name {
  font-weight: 600;
}
.mgz-recent-reviews .rating-summary,
.mgz-recent-reviews .rating-box {
  display: inline-block;
}
.mgz-recent-reviews .rating-summary {
  float: left;
  margin-right: 6px;
}
.mgz-recent-reviews .mgz-review-title {
  padding-top: 2px;
}
.mgz-recent-reviews .mgz-review-content-full {
  display: none;
}
.mgz-cta {
  overflow: hidden;
  position: relative;
}
.mgz-cta:not(.mgz-cta-image-cover) .mgz-cta-content {
  background-color: #f7f7f7;
}
.mgz-cta .mgz-cta-content-inner {
  max-width: 100%;
}
.mgz-cta-title {
  font-weight: 600;
  margin: 0;
}
.mgz-cta-bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.mgz-cta-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  padding: 20px;
  width: 100%;
  z-index: 1;
  min-height: 200px;
  margin: 0 auto;
}
.mgz-cta-bg,
.mgz-cta-bg-overlay {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mgz-cta-image-top {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mgz-cta-image-right {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mgz-cta-image-right .mgz-cta-content {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.mgz-cta-image-cover .mgz-cta-bg-wrapper {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.mgz-cta-label {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.mgz-cta-label-inner {
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -moz-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -o-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  text-align: center;
  left: 0;
  width: 200%;
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #6eaf38;
  color: #fff;
}
.mgz-cta-label-left .mgz-cta-label {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  left: 0;
  right: auto;
}
.mgz-cta-content-item {
  margin-bottom: 15px;
}
.mgz-cta-content-item:last-child {
  margin-bottom: 0;
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item {
  margin-bottom: 15px;
  -moz-transition-duration: 1000ms;
  -webkit-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item:nth-child(2) {
  transition-delay: calc(1000ms / 3);
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item:nth-child(3) {
  transition-delay: calc((1000ms / 3) * 2);
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item:nth-child(4) {
  transition-delay: calc((1000ms / 3) * 3);
}
@media (max-width: 767px) {
  .mgz-cta .mgz-cta-content {
    padding: 10px;
  }
}
.mgz-pricing-table-wrapper:before,
.mgz-pricing-table-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-pricing-table {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  float: left;
  position: relative;
  margin: 30px -1px 0 0;
  text-align: center;
}
.mgz-pricing-table .mgz-pricing-table-heading {
  position: relative;
  padding: 20px 0;
  background-color: #8c8c8c;
  font-size: 2.8rem;
  color: #fff;
}
.mgz-pricing-table .mgz-pricing-table-heading .mgz-pricing-table-title {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit ;
  font-weight: inherit;
}
.mgz-pricing-table .mgz-pricing-table-heading .mgz-pricing-table-subtitle {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: 20px;
  margin-top: 3px;
}
.mgz-pricing-table .mgz-pricing-table-content-top {
  position: relative;
  padding: 25px 0;
  color: #999;
  text-align: center;
}
.mgz-pricing-table .mgz-pricing-table-meta {
  font-size: 16px;
  font-weight: 300;
}
.mgz-pricing-table .mgz-pricing-table-price {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.03em;
  color: #ff9900;
}
.mgz-pricing-table .mgz-pricing-table-currency {
  position: absolute;
  margin-left: -0.5em;
  font-size: 18px;
  font-weight: 400;
  margin-left: -10px;
}
.mgz-pricing-table .mgz-pricing-table-content {
  position: relative;
  text-align: center;
  word-wrap: break-word;
  border-left: 0;
  border-right: 0;
}
.mgz-pricing-table .mgz-pricing-table-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mgz-pricing-table .mgz-pricing-table-content ul li {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e5e4e3;
}
.mgz-pricing-table .mgz-pricing-table-content ul li:last-child {
  border-bottom: 1px solid #e5e4e3;
}
.mgz-pricing-table.mgz-pricing-table-featured {
  z-index: 10;
  margin-top: 0;
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-inner {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-heading {
  background-color: #ff9900;
  padding: 30px 0;
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-content-top {
  padding: 40px 0;
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-button {
  padding: 40px 0;
}
.mgz-pricing-table .mgz-pricing-table-button {
  padding: 30px 0;
}
.mgz-pricing-table .mgz-pricing-table-button a {
  background-color: #ff9900;
  color: #fff;
}
.mgz-pricing-table .mgz-pricing-table-content-wrapper {
  border: 1px solid #ededed;
  border-top: 0;
  background-color: #fcfcfc;
}
.mgz-pricing-table .mgz-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mgz-pricing-table .mgz-btn:hover {
  background-color: #e68a00;
  color: #FFF;
}
.mgz-pricing-table-type2 {
  margin-left: -12px;
  margin-right: -12px;
}
.mgz-pricing-table-type2 .mgz-pricing-table {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .mgz-pricing-table-wrapper {
    display: block;
  }
  .mgz-pricing-table-wrapper .mgz-pricing-table {
    width: 100%;
    margin: 0;
  }
}
.mgz-flick a {
  font-size: 0;
  float: left;
}
.mgz-flick .gallery-container > div {
  padding: 7.5px;
}
.mgz-flipbox {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mgz-flipbox h2 {
  color: inherit;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 20px;
}
.mgz-flipbox .mgz-flipbox-inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  margin-bottom: 15px;
}
.mgz-flipbox .mgz-flipbox-back,
.mgz-flipbox .mgz-flipbox-front {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  top: 0;
  right: 0;
  left: 0;
  padding: 27px 20px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  -o-transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  background-color: #FFF;
}
.mgz-flipbox .mgz-flipbox-front {
  position: relative;
  bottom: 0;
  z-index: 10;
}
.mgz-flipbox .mgz-flipbox-back {
  position: absolute;
  z-index: -1;
}
.mgz-flipbox .mgz-flipbox-back-inner,
.mgz-flipbox .mgz-flipbox-front-inner {
  width: 100%;
}
.mgz-flipbox:hover .mgz-flipbox-back {
  z-index: 1;
}
.mgz-flipbox:hover .mgz-flipbox-front {
  z-index: -1;
}
.mgz-flipbox .mgz-flipbox-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  border: 1px solid transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
  display: table;
}
.mgz-flipbox .mgz-flipbox-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
.mgz-flipbox .mgz-flipbox-circle.flipbox-no-circle i {
  font-size: 60px;
}
.mgz-flipbox.mgz-flipbox-rotate-right .mgz-flipbox-front {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-right .mgz-flipbox-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-right:hover .mgz-flipbox-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-right:hover .mgz-flipbox-back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-left .mgz-flipbox-front {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-left .mgz-flipbox-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-left:hover .mgz-flipbox-front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-left:hover .mgz-flipbox-back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-up .mgz-flipbox-front {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox.mgz-flipbox-rotate-up .mgz-flipbox-back {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-up:hover .mgz-flipbox-front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-up:hover .mgz-flipbox-back {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox.mgz-flipbox-rotate-down .mgz-flipbox-front {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox.mgz-flipbox-rotate-down .mgz-flipbox-back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-down:hover .mgz-flipbox-front {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-down:hover .mgz-flipbox-back {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox .mgz-flipbox-actions {
  margin-top: 20px;
}
.flip-effect-3d .mgz-flipbox-inner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-effect-3d .mgz-flipbox-front,
.flip-effect-3d .mgz-flipbox-back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 5.75s ease-in-out;
  transition: -webkit-transform 0.75s ease-in-out;
  -o-transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
}
.flip-effect-3d .mgz-flipbox-front-inner,
.flip-effect-3d .mgz-flipbox-back-inner {
  -webkit-transform: translateZ(50px) scale(0.9);
  -moz-transform: translateZ(50px) scale(0.9);
  -ms-transform: translateZ(50px) scale(0.9);
  -o-transform: translateZ(50px) scale(0.9);
}
.mgz-element-image_carousel .image-content-below .item-content {
  position: static;
}
.mgz-element-image_carousel .item-content-hover .item-content {
  display: none;
}
.mgz-element-image_carousel .item-content-hover .mgz-carousel-item:hover .item-content {
  display: block;
}
.mgz-element-image_carousel .item-description {
  margin-top: 5px;
}
.mgz-element-image_carousel a:before,
.mgz-element-image_carousel a:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-element-image_carousel a img {
  float: left;
}
.mgz-element-slider video {
  width: 100%;
}
.mgz-element-slider .item-content {
  text-align: left;
  padding: 15px;
  position: absolute;
}
.mgz-element-slider .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.mgz-element-slider .slide-text {
  margin: 0;
  display: inline-block;
  color: #000;
  font-weight: 400;
}
.mgz-element-slider .slide-heading {
  margin: 0 0 15px;
}
.mgz-element-slider .slide-heading .slide-text {
  color: #000;
  margin: 0;
  font-size: 60px;
  line-height: 80px;
}
.mgz-element-slider .slide-caption1 .slide-text,
.mgz-element-slider .slide-caption2 .slide-text {
  color: #000;
  font-size: 24px;
  line-height: 38px;
}
.mgz-element-slider .slide-animation {
  -webkit-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
}
.mgz-element-slider .mgz-flex-position-top-left .item-content,
.mgz-element-slider .mgz-flex-position-top-center .item-content,
.mgz-element-slider .mgz-flex-position-top-right .item-content {
  top: 10%;
}
.mgz-element-slider .mgz-flex-position-top-left .item-content,
.mgz-element-slider .mgz-flex-position-middle-left .item-content,
.mgz-element-slider .mgz-flex-position-bottom-left .item-content {
  left: 10%;
}
.mgz-element-slider .mgz-flex-position-top-right .item-content,
.mgz-element-slider .mgz-flex-position-middle-right .item-content,
.mgz-element-slider .mgz-flex-position-bottom-right .item-content {
  right: 10%;
}
.mgz-element-slider .mgz-flex-position-bottom-left .item-content,
.mgz-element-slider .mgz-flex-position-bottom-center .item-content,
.mgz-element-slider .mgz-flex-position-bottom-right .item-content {
  bottom: 10%;
}
.mgz-element-slider .slide-buttons {
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding-bottom: 5px;
}
.mgz-element-slider .slide-buttons .mgz-button {
  padding: 0 7.5px;
  display: inline-block;
}
.mgz-element-slider .slide-buttons .mgz-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mgz-element-slider .item-content-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
}
.mgz-element-slider .mgz-carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: none !important;
}
.mgz-element-slider iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .mgz-element-slider .slide-heading,
  .mgz-element-slider .slide-caption1,
  .mgz-element-slider .slide-caption1 {
    margin-bottom: 15px !important;
  }
  .mgz-element-slider .mgz-btn-size-lg .mgz-btn {
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
  }
}
.mgz-element-facebook_comments #u_0_0 {
  max-width: 100%;
}
.mgz-element-pinterest .mgz-element-inner > span > span {
  min-width: 40px;
  min-height: 18px;
}
.mgz-element-pinterest .mgz-element-inner > span > span > span {
  min-height: 18px;
}
.mgz-element-pinterest .mgz-element-inner .mgz-pinterest-btn-large > span {
  min-width: 55px;
}
.mgz-element-pinterest .mgz-element-inner .mgz-pinterest-btn-round > span {
  background-position: center;
}
.mgz-element-pinterest .mgz-element-inner .mgz-pinterest-btn-round > span > span {
  width: 100% !important;
}
.mgz-element-content_slider .mgz-carousel img {
  width: auto;
  height: unset;
}
.mgz-element-newsletter_form .newsletter .field {
  position: relative;
}
.mgz-element-newsletter_form .newsletter .field .control:before {
  left: 0;
}
.item-pagebuilder a > span:after {
  display: none !important;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/photoswipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.blueimp-gallery>.slides>.slide-loading{background:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/blueimp/img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/blueimp/img/error.png) center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.next,.blueimp-gallery>.prev{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/blueimp/img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/blueimp/img/error.svg)}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/blueimp/img/play-pause.svg)}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/blueimp/img/video-play.png) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/blueimp/img/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_PageBuilder/vendor/blueimp/img/video-play.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}.mgz-icon-box-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 0;
  position: relative;
}

.mgz-icon-box-wrapper a {
  color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mgz-icon-box-wrapper a:before,
.mgz-icon-box-wrapper a:after {
  content: " ";
  display: table;
  clear: both;
}

.mgz-icon-box-wrapper .mgz-icon-box-element {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.mgz-icon-box-size-xs {
  width: 2.5em;
  height: 2.5em;
}

.mgz-icon-box-size-xs .mgz-icon-box-element {
  font-size: 1.2em;
}

.mgz-icon-box-size-sm {
  width: 3.15em;
  height: 3.15em;
}

.mgz-icon-box-size-sm .mgz-icon-box-element {
  font-size: 1.6em;
}

.mgz-icon-box-size-md {
  width: 4em;
  height: 4em;
}

.mgz-icon-box-size-md .mgz-icon-box-element {
  font-size: 2.15em;
}

.mgz-icon-box-size-lg {
  width: 5em;
  height: 5em;
}

.mgz-icon-box-size-lg .mgz-icon-box-element {
  font-size: 2.85em;
}

.mgz-icon-box-size-xl {
  width: 7.15em;
  height: 7.15em;
}

.mgz-icon-box-size-xl .mgz-icon-box-element {
  font-size: 5em;
}

.mgz-heading-text {
  margin: 0;
  color: inherit;
  margin-bottom: 10px;
}

.mgz-heading-text > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 1;
  font-weight: inherit;
}

.mgz-heading-text > a,
.mgz-heading-text > a:focus,
.mgz-heading-text > a:hover,
.mgz-heading-text > a:visited {
  border: none;
  text-decoration: inherit;
  color: inherit;
  font-weight: inherit;
}

.mgz-heading-text > a:hover {
  opacity: 0.85;
}

a.mgz-icon-box-btn {
  color: #333;
}

.mgz-icon-box-btn:not(.primary) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button.mgz-icon-box-btn {
  border: 0;
}

.mgz-element-icon_box .mgz-icon-box-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  word-wrap: break-word;
  text-decoration: none;
  position: relative;
  line-height: normal;
  padding: 10px 20px;
  color: #333;
  background-color: #e3e3e3;
  font-size: 1.4rem;
  max-width: 100%;
  height: auto;
}

.mgz-element-icon_box .mgz-icon-box-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5e5e5e;
  background-color: #dcdcdc;
  text-decoration: none;
}

.mgz-element-icon_box .mgz-icon-box-btn:focus {
  outline: none;
}

.mgz-element-icon_box .mgz-btn-style-modern .mgz-icon-box-btn {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
}

.mgz-element-icon_box .mgz-btn-style-gradient .mgz-icon-box-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background-size: 200% 100%;
}

.mgz-element-icon_box .mgz-btn-style-gradient .mgz-icon-box-btn:hover {
  background-position: 100% 0;
}

.mgz-element-icon_box .mgz-btn-style-3d .mgz-icon-box-btn:hover {
  top: 2px;
}

.mgz-element-icon_box .mgz-btn-size-xs .mgz-icon-box-btn {
  font-size: 11px;
  padding: 8px 12px;
}

.mgz-element-icon_box .mgz-btn-size-sm .mgz-icon-box-btn {
  font-size: 12px;
  padding: 11px 16px;
}

.mgz-element-icon_box .mgz-btn-size-md .mgz-icon-box-btn {
  font-size: 14px;
  padding: 14px 20px;
}

.mgz-element-icon_box .mgz-btn-size-lg .mgz-icon-box-btn {
  font-size: 18px;
  padding: 18px 30px;
}

.mgz-element-icon_box .mgz-btn-size-xl .mgz-icon-box-btn {
  font-size: 22px;
  padding: 22px 35px;
}

.btn-position {
  display: inline-block;
  width: 100%;
}

.mgz-icon-box-container {
  display: flex;
}

.mgz-icon-box-left,
.mgz-icon-box-right {
  width: 30%;
  margin: auto;
}

.mgz-description {
  margin-bottom: 25px;

}.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 5px 0 0 5px;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.bfb-ionslider-flat .irs-line-mid,
.bfb-ionslider-flat .irs-line-left,
.bfb-ionslider-flat .irs-line-right,
.bfb-ionslider-flat .irs-bar,
.bfb-ionslider-flat .irs-bar-edge {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/images/sprite-skin-flat.png') repeat-x;
}
.bfb-ionslider-flat .irs {
  height: 40px;
}
.bfb-ionslider-flat .irs-with-grid {
  height: 60px;
}
.bfb-ionslider-flat .irs-line {
  height: 12px;
  top: 25px;
}
.bfb-ionslider-flat .irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}
.bfb-ionslider-flat .irs-line-mid {
  height: 12px;
  background-position: 0 0;
}
.bfb-ionslider-flat .irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}
.bfb-ionslider-flat .irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-flat .irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}
.bfb-ionslider-flat .irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}
.bfb-ionslider-flat .lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}
.bfb-ionslider-flat .irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px;
  text-align: center;
}
.bfb-ionslider-flat .irs-slider.state_hover,
.bfb-ionslider-flat .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-flat .irs-min,
.bfb-ionslider-flat .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-flat .irs-from,
.bfb-ionslider-flat .irs-to,
.bfb-ionslider-flat .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-flat .irs-from:after,
.bfb-ionslider-flat .irs-to:after,
.bfb-ionslider-flat .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.bfb-ionslider-flat .irs-grid-pol {
  background: #e1e4e9;
}
.bfb-ionslider-flat .irs-grid-text {
  color: #999;
}
.bfb-ionslider-flat .irs-slider:before {
  content: '';
  position: absolute;
  left: auto;
  right: auto;
  width: 2px;
  background: #ed5565;
  height: 100%;
}
.bfb-ionslider-modern .irs-line-mid,
.bfb-ionslider-modern .irs-line-left,
.bfb-ionslider-modern .irs-line-right,
.bfb-ionslider-modern .irs-bar,
.bfb-ionslider-modern .irs-bar-edge,
.bfb-ionslider-modern .irs-slider {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/images/sprite-skin-modern.png') repeat-x;
}
.bfb-ionslider-modern .irs {
  height: 50px;
}
.bfb-ionslider-modern .irs-with-grid {
  height: 70px;
}
.bfb-ionslider-modern .irs-line {
  height: 6px;
  top: 25px;
}
.bfb-ionslider-modern .irs-line-left {
  height: 6px;
  background-position: 0 -30px;
}
.bfb-ionslider-modern .irs-line-mid {
  height: 6px;
  background-position: 0 0;
}
.bfb-ionslider-modern .irs-line-right {
  height: 6px;
  background-position: 100% -30px;
}
.bfb-ionslider-modern .irs-bar {
  height: 6px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-modern .irs-bar-edge {
  top: 25px;
  height: 6px;
  width: 6px;
  background-position: 0 -90px;
}
.bfb-ionslider-modern .irs-shadow {
  height: 5px;
  top: 25px;
  background: #000;
  opacity: 0.25;
}
.bfb-ionslider-modern .lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}
.bfb-ionslider-modern .irs-slider {
  width: 11px;
  height: 18px;
  top: 31px;
  background-position: 0 -120px;
}
.bfb-ionslider-modern .irs-slider.state_hover,
.bfb-ionslider-modern .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-modern .irs-min,
.bfb-ionslider-modern .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-modern .irs-from,
.bfb-ionslider-modern .irs-to,
.bfb-ionslider-modern .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #20b426;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-modern .irs-from:after,
.bfb-ionslider-modern .irs-to:after,
.bfb-ionslider-modern .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.bfb-ionslider-modern .irs-grid {
  height: 34px;
}
.bfb-ionslider-modern .irs-grid-pol {
  background: #c0c0c0;
}
.bfb-ionslider-modern .irs-grid-text {
  bottom: 12px;
  color: #c0c0c0;
}
.bfb-ionslider-html5 .irs {
  height: 55px;
}
.bfb-ionslider-html5 .irs-with-grid {
  height: 75px;
}
.bfb-ionslider-html5 .irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.bfb-ionslider-html5 .irs-line-left {
  height: 8px;
}
.bfb-ionslider-html5 .irs-line-mid {
  height: 8px;
}
.bfb-ionslider-html5 .irs-line-right {
  height: 8px;
}
.bfb-ionslider-html5 .irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
}
.bfb-ionslider-html5 .irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.bfb-ionslider-html5 .irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.bfb-ionslider-html5 .lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.bfb-ionslider-html5 .irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 20%, #ffffff 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.bfb-ionslider-html5 .irs-slider.state_hover,
.bfb-ionslider-html5 .irs-slider:hover {
  background: #FFF;
}
.bfb-ionslider-html5 .irs-min,
.bfb-ionslider-html5 .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.bfb-ionslider-html5 .lt-ie9 .irs-min,
.bfb-ionslider-html5 .lt-ie9 .irs-max {
  background: #ccc;
}
.bfb-ionslider-html5 .irs-from,
.bfb-ionslider-html5 .irs-to,
.bfb-ionslider-html5 .irs-single {
  color: #fff !important;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.bfb-ionslider-html5 .lt-ie9 .irs-from,
.bfb-ionslider-html5 .lt-ie9 .irs-to,
.bfb-ionslider-html5 .lt-ie9 .irs-single {
  background: #999;
}
.bfb-ionslider-html5 .irs-grid {
  height: 27px;
}
.bfb-ionslider-html5 .irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}
.bfb-ionslider-html5 .irs-grid-pol.small {
  background: #999;
}
.bfb-ionslider-html5 .irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
.bfb-ionslider-nice .irs-line-mid,
.bfb-ionslider-nice .irs-line-left,
.bfb-ionslider-nice .irs-line-right,
.bfb-ionslider-nice .irs-bar,
.bfb-ionslider-nice .irs-bar-edge,
.bfb-ionslider-nice .irs-slider {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/images/sprite-skin-nice.png') repeat-x;
}
.bfb-ionslider-nice .irs {
  height: 40px;
}
.bfb-ionslider-nice .irs-with-grid {
  height: 60px;
}
.bfb-ionslider-nice .irs-line {
  height: 8px;
  top: 25px;
}
.bfb-ionslider-nice .irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}
.bfb-ionslider-nice .irs-line-mid {
  height: 8px;
  background-position: 0 0;
}
.bfb-ionslider-nice .irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}
.bfb-ionslider-nice .irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-nice .irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px;
}
.bfb-ionslider-nice .irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15;
}
.bfb-ionslider-nice .lt-ie9 .irs-shadow {
  filter: alpha(opacity=15);
}
.bfb-ionslider-nice .irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px;
}
.bfb-ionslider-nice .irs-slider.state_hover,
.bfb-ionslider-nice .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-nice .irs-min,
.bfb-ionslider-nice .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-nice .lt-ie9 .irs-min,
.bfb-ionslider-nice .lt-ie9 .irs-max {
  background: #ccc;
}
.bfb-ionslider-nice .irs-from,
.bfb-ionslider-nice .irs-to,
.bfb-ionslider-nice .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-nice .lt-ie9 .irs-from,
.bfb-ionslider-nice .lt-ie9 .irs-to,
.bfb-ionslider-nice .lt-ie9 .irs-single {
  background: #999;
}
.bfb-ionslider-nice .irs-grid-pol {
  background: #99a4ac;
}
.bfb-ionslider-nice .irs-grid-text {
  color: #99a4ac;
}
.bfb-ionslider-simple .irs-line-mid,
.bfb-ionslider-simple .irs-line-left,
.bfb-ionslider-simple .irs-line-right,
.bfb-ionslider-simple .irs-bar,
.bfb-ionslider-simple .irs-bar-edge,
.bfb-ionslider-simple .irs-slider {
  background: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magezon_Core/images/sprite-skin-simple.png') repeat-x;
}
.bfb-ionslider-simple .irs {
  height: 40px;
}
.bfb-ionslider-simple .irs-with-grid {
  height: 60px;
}
.bfb-ionslider-simple .irs-line {
  height: 6px;
  top: 25px;
}
.bfb-ionslider-simple .irs-line-left {
  height: 6px;
  background-position: 0 -30px;
}
.bfb-ionslider-simple .irs-line-mid {
  height: 6px;
  background-position: 0 0;
}
.bfb-ionslider-simple .irs-line-right {
  height: 6px;
  background-position: 100% -30px;
}
.bfb-ionslider-simple .irs-bar {
  height: 6px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-simple .irs-bar-edge {
  top: 25px;
  height: 6px;
  width: 7px;
  background-position: 0 -90px;
}
.bfb-ionslider-simple .irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.75;
}
.bfb-ionslider-simple .lt-ie9 .irs-shadow {
  filter: alpha(opacity=75);
}
.bfb-ionslider-simple .irs-slider {
  width: 8px;
  height: 15px;
  top: 21px;
  background-position: 0 -120px;
}
.bfb-ionslider-simple .irs-slider.state_hover,
.bfb-ionslider-simple .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-simple .irs-min,
.bfb-ionslider-simple .irs-max {
  color: #c0c0c0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-simple .lt-ie9 .irs-min,
.bfb-ionslider-simple .lt-ie9 .irs-max {
  background: #3654b0;
}
.bfb-ionslider-simple .irs-from,
.bfb-ionslider-simple .irs-to,
.bfb-ionslider-simple .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-simple .lt-ie9 .irs-from,
.bfb-ionslider-simple .lt-ie9 .irs-to,
.bfb-ionslider-simple .lt-ie9 .irs-single {
  background: #d8dff3;
}
.bfb-ionslider-simple .irs-grid-pol {
  background: #777;
}
.bfb-ionslider-simple .irs-grid-text {
  color: #e0e0e0;
}
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(../../frontend/Wimakeit/pharmamed/nl_NL/BlueFormBuilder_Core/img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(../../frontend/Wimakeit/pharmamed/nl_NL/BlueFormBuilder_Core/img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.mgtcommerce-logo {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAZCAYAAADTyxWqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIwRDFFMUYwMkM4QjExRTZCRjNDRDIxNTJEQkUzQTg5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIwRDFFMUVGMkM4QjExRTZCRjNDRDIxNTJEQkUzQTg5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGODdGMTE3NDA3MjA2ODExODIyQUM5NzcyMTk5ODE5RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODIyQUM5NzcyMTk5ODE5RiIvPiA8ZGM6dGl0bGU+IDxyZGY6QWx0PiA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiPlByaW50PC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50yYc8AAAByUlEQVR42pyUSyiEURTH78wg9JVn8opClIUljShZWKlRIiXFkoWFWLKRLYliJytWHklJzKhZjGd5rKhZWSgSCyJk/O/MuXXcvvkec+o3c++5d/5zzr3nXJ8QhhAiI1UKwSgIgvI0kboNgVmQS/PXVMSywR5o1fynbsW6QCUJcnuRYl4XQr1gEwxTeu9s7Qbce11EtE7jOtBEosq25IcTsXqwBjzMhxsU1aCfojoQiQ2GndghaKfxHLgDSzQ/AuPgguaGFRMgRlwxf5j5A8pvdpvyTEpBFRhj/mK6SZleC/n2wbbaoKfZCXYsUn4EPlBAcz84Vos8shqwbHN+RWy8wIX0yEKgzWGpnIFm8MOdqjSmXQg9gwFdiIt9OBT6At3g1mzRl3hKRJjeFNm8TyBLK1Jlsjhnkv0T74ApUAIm6dbMLN8qbC72C/rANWjUGllZDshMJqZKIx2gwkUeKKM6mqei5T/eAJ/JxFRprIBBsAgeKJ1dEGR7Q6xHk5nhZ332Td891G9Rmr+BWps+jp9ZQEv7nNKR1gEuwQi9FpbmSbwGooFdgmziyP89cYvZicnIKmgcpcaNaHtiToRUWvLJPQGrLjrB1P4EGADT+1kLUwS9FgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: auto 17px;
  padding-left: 22px;
}

#mgt-developer-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  margin: 0;
  z-index: 2147483647;
  text-align: left;
  color: #ffffff;
  background-color: #323232;
  border-bottom: 4px solid #e97900;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  color: #ffffff !important;
}

#mgt-developer-toolbar a:hover {
  color: #ffffff;
  text-decoration: none;
}

#mgt-developer-toolbar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mgt-developer-toolbar-logo {
  cursor: pointer;
  float: left;
  margin: 0px 15px 0px 7px;
  padding: 5px 0px 0px 0px;
}

.mgt-developer-toolbar-logo img {
  max-width: none;
}

.mgt-developer-toolbar-blocks {
  float: left;
  padding: 0px 20px 0px 0px;
}

.mgt-developer-toolbar-return-to-site {
  float: right;
  text-align: center;
  margin: 7px 10px 0px 0px;
}

.mgt-developer-toolbar-return-to-site a {
  display: block;
  line-height: 30px;
  color: #ffffff;
  background: #de3e38;
  border-radius: 5px;
  text-decoration: none;
  padding: 0px 20px;
  font-size: 13px;
}

.mgt-developer-toolbar-return-to-site a:hover {
  background: #e97900;	
}

.mgt-developer-toolbar-blocks svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.mgt-developer-toolbar-block {
  float: left;
  margin-right: 10px;
  position: relative;
}

.mgt-developer-toolbar-block a {
  color: #ffffff;
  text-decoration: none;
  padding: 0px 15px;
  line-height: 45px;
  display: block;
}

.mgt-developer-toolbar-block a:hover {
  background: #636363;
}

.mgt-developer-toolbar-block a:hover > svg * {
  fill: #323232;
}

.mgt-developer-toolbar-block span {
  padding: 0px 0px 0px 10px;
}

.mgt-developer-toolbar-block-information {
  background: #636363;
  position: absolute;
  padding: 10px 50px 10px 10px;
  top: 45px;
  left: 0px;
  /*min-width: 350px;*/
  white-space: nowrap;
}

.mgt-developer-toolbar-block-information ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.mgt-developer-toolbar-block-information ul li {
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

.mgt-developer-toolbar-block-info span.mode {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mgt-developer-toolbar-block-magento-version svg  {
  fill: #2082a7;
}

.mgt-developer-toolbar-block-php-parsetime svg  {
  fill: #d13674;
}

.mgt-developer-toolbar-block-memory-consumption svg {
  fill: #7bb301;
}

.mgt-developer-toolbar-block-database-queries svg {
  fill: #e97900;
}

body.mgtdevelopertoolbar-toolbar-container {
  margin: 0px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  padding: 45px 0px 0px 0px;
  background:url(../../frontend/Wimakeit/pharmamed/nl_NL/Mgt_DeveloperToolbar/images/container_bg.png) repeat-y #f9f9f9;
}

body.mgtdevelopertoolbar-toolbar-container a {
  text-decoration: none;
}

body.mgtdevelopertoolbar-toolbar-container .container {
  max-width: 1000px;
  padding-right: 15px;
}

.mgt-developer-toolbar-container-summary {
  background: #e97900;
  color: #ffffff;
  padding: 20px 10px;
}

.mgt-developer-toolbar-container-summary h2 {
  font-weight: 30px;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

.mgt-developer-toolbar-container-summary h2 a {
  color: #ffffff;
}

.mgt-developer-toolbar-container-summary h2 a:hover {
  text-decoration: underline;
}

.mgt-developer-toolbar-container-summary ul {
  margin: 0px;
  padding: 0px;
}

.mgt-developer-toolbar-container-summary ul li {
  display: inline;
  padding: 0px 30px 0px 0px;
}

.mgt-developer-toolbar-container-sidebar {
  float:left;
  width: 220px;
  padding: 10px 0px;
  color: #ffffff;
}

.mgt-developer-toolbar-container-sidebar ul {
  margin: 0px;
  padding: 0px;
}

.mgt-developer-toolbar-container-sidebar ul li a {
  color: #ffffff;
  line-height: 30px;
  display: block;
  padding: 0px 20px 0px 20px;
  font-size: 16px;
  border-bottom: 3px solid #323232;
}

.mgt-developer-toolbar-container-sidebar ul li a:hover {
  background: #636363;
}

.mgt-developer-toolbar-container-sidebar ul li.active a {
  background: #636363;
}

.mgt-developer-toolbar-container-collector-content {
  padding: 10px 20px 10px 20px;
  margin: 0px 0px 0px 220px;
}

.mgt-developer-toolbar-container-collector-content h2 {
  font-size: 28px;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
}

.mgt-developer-toolbar-container-collector-content h3 {
  font-size: 26px;
  font-weight: normal;
  margin: 25px 0px 15px 0px;
}

.mgt-developer-toolbar-sidebar-metrics {
  padding: 0px 0px 30px 0px;
  overflow: auto;
}

.mgt-developer-toolbar-sidebar-metric {
  float: left;
  min-width: 100px;
  min-height: 70px;
  border: 1px solid #E0E0E0;
  background: #ffffff;
  border: 1px solid #E0E0E0; 
  box-shadow: 0px 0px 1px rgba(128, 128, 128, .2);
  margin-right: 30px;
}

.mgt-developer-toolbar-sidebar-metric span.value {
  display: block;
  font-size: 28px;
  padding: 8px 15px 4px;
  text-align: center;
}

.mgt-developer-toolbar-sidebar-metric span.label {
  background: #E0E0E0;
  color: #222;
  display: block;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}

table.data-table {
  background: #ffffff; 
  border: 1px solid #E0E0E0; 
  width: 100%;
}

table.data-table th, table.data-table td {
  padding: 8px 10px;
}

table.data-table th {
  font-weight: bold;
  text-align: left;
}

table.data-table thead th {
  background-color: #E0E0E0;
}

table.data-table tbody th,
table.data-table tbody td {
  font-size: 15px;
  border: 1px solid #E0E0E0;
  border-width: 1px 0;
}

.no-parameters {
  border: 4px dashed #E0E0E0;
  color: #999999;
  padding: 15px;
}

.no-parameters p {
  padding: 0px 0px 0px 20px;
}

.mgt-developer-toolbar-sidebar-profiler-grid {
  background: #ffffff;
  padding: 0px;
}

.mgt-developer-toolbar-sidebar-profiler-grid table.data-table-profiler tr td {
  position: relative;
}

.mgt-developer-toolbar-sidebar-profiler-grid table.data-table-profiler tr:hover td {
  background: #e5f7fe;
  cursor: pointer;
}

.mgt-developer-toolbar-sidebar-profiler-grid table.data-table-profiler span.time-percentage {
  position: absolute;
  left: 0px;
  bottom: -1px;
  background: #e97900;
  height: 2px; 
}

.mgt-developer-toolbar-sidebar-database-queries pre {
  padding: 10px;
  margin: 0px;
  white-space: normal;
}

.mgt-developer-toolbar-sidebar-database-queries td {
  vertical-align: top;
}

.mgt-developer-toolbar-sidebar-block-parent {
  background: #DDDDDD;
}

.mgt-developer-toolbar-sidebar-blocks-container ul {
  list-style-type: none;
  padding: 10px 20px;
  background: #ffffff;
}

.mgt-developer-toolbar-sidebar-blocks-container ul li {
  padding: 0px 10px;
}

.mgt-developer-toolbar-sidebar-blocks-container ul li a {
  text-decoration: none;
  color: #666666;
  background: url(../../frontend/Wimakeit/pharmamed/nl_NL/Mgt_DeveloperToolbar/images/bullet_toggle_plus.png) no-repeat 0 3px;
  padding: 0px 0px 0px 15px;
  line-height: 20px;
  display: block;
}

ul.mgt-developer-toolbar-sidebar-block-properties {
  background: #f9f9f9;
  border: 1px solid #ccc;
}

ul.mgt-developer-toolbar-sidebar-block-properties li {
  line-height: 18px;
  font-size: 11px;
  color: #666666;
}

.mgt-developer-toolbar-sidebar-events a {
  color: #000000;
  text-decoration: none;
  background: url(../../frontend/Wimakeit/pharmamed/nl_NL/Mgt_DeveloperToolbar/images/bullet_toggle_plus.png) no-repeat 0 3px;
  display: block;
  padding: 0px 0px 0px 20px;
}

.mgt-developer-toolbar-sidebar-events table tr:hover td {
  background: #e5f7fe;
  cursor: pointer;
}

.mgt-developer-toolbar-sidebar-events ul.observers {
  list-style-type: none;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px 0px;
  margin: 10px 0px 0px 0px;
}

.mgt-developer-toolbar-sidebar-events ul.observers li {
  line-height: 20px;
  font-size: 13px;
  padding: 5px 0px 5px 20px;
  border-bottom: 1px solid #ccc;
}

.mgt-developer-toolbar-sidebar-events ul.observers li:last-child {
  border-bottom: 0px;
}

.mgt-developer-toolbar-sidebar-plugins a {
  color: #000000;
  text-decoration: none;
  background: url(../../frontend/Wimakeit/pharmamed/nl_NL/Mgt_DeveloperToolbar/images/bullet_toggle_plus.png) no-repeat 0 3px;
  display: block;
  padding: 0px 0px 0px 20px; 
}

.mgt-developer-toolbar-sidebar-plugins table tr:hover td {
  background: #e5f7fe;
  cursor: pointer;
}

.mgt-developer-toolbar-sidebar-plugins ul.plugins {
  list-style-type: none;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px 0px;
  margin: 10px 0px 0px 0px;
}

.mgt-developer-toolbar-sidebar-plugins ul.plugins li {
  line-height: 20px;
  font-size: 13px;
  padding: 5px 0px 5px 20px;
  border-bottom: 1px solid #ccc;
}

.mgt-developer-toolbar-sidebar-plugins ul.plugins li:last-child {
  border-bottom: 0px;
}
.attributepages-grid-wrapper { margin: 0 0 10px; }
.attributepages-grid-wrapper li.item { padding: 0 1% !important; float: left; width: 98%; margin: 0 0 5px; }
.attributepages-grid-wrapper .attributepages-title { text-decoration: none; }
.attributepages-grid-wrapper .attributepages-title:hover { text-decoration: underline; }
.attributepages-grid-wrapper .option-image { width: auto; height: auto; border: none; margin: 0; padding: 0; text-align: center; }
.attributepages-grid-wrapper li a.option-image:hover { background: none; }
.attributepages-grid-wrapper img,
.attributepages-grid-wrapper .option-image img { width: auto; max-width: 100%; height: auto; }

/* Link mode */
.attributepages-grid-wrapper .mode-image li.item { padding: 10px 1% !important; text-align: center; }

.attributepages-cols-2 li.item { width: 48% !important; }
.attributepages-cols-3 li.item { width: 31.3% !important; }
.attributepages-cols-4 li.item { width: 23% !important; }
.attributepages-cols-5 li.item { width: 18% !important; }
.attributepages-cols-6 li.item { width: 14.6% !important; }
.attributepages-cols-7 li.item { width: 12.2% !important; }
.attributepages-cols-8 li.item { width: 10.5% !important; }

/* Anchor for grouped option list */
.attributepages-options-group { margin: 0 0 15px; }
.attributepages-options-group:last-child { margin: 0; }
.attributepages-options-group-title {
    border-bottom: 1px solid #e4e4e4;
    color: #555;
    font-size: 1.05em;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 5px 1%;
    position: relative;
    text-transform: uppercase;
}
.attributepages-options-anchor {
    top: 0;
    left: -20px;
    cursor: pointer;
    display: block;
    padding-left: 10px;
    padding-right: 6px;
    position: absolute;
    text-decoration: none;
}
.attributepages-options-anchor span {
    display: none;
    color: #585a5d;
    font-size: .9em;
}

/* block styles */
.attributepages-block .block-title { font-size: 18px; background: #fff; }
.attributepages-block .block-content { padding: 5px 7px; }
.block .attributepages-grid-wrapper,
.nav-dropdown .attributepages-grid-wrapper { margin: 0; }

/* Slider block */
.attributepages-slider-content { padding: 0 10px; }

/* std styles reset */
.list-attributepages-otions-grouped { margin: 0; padding: 0; list-style: none; }
ul.attributepages-grid { margin: 0; padding: 0; list-style: none; }

/* third-party extensions integration */
.nav-dropdown .attributepages-grid-wrapper { padding: 5px; }

/* product and category pages */
.list-attributepages { margin: 5px 0; padding: 0; }
.list-attributepages li { display: inline-block; max-width: 100%; }
.list-attributepages a:hover { text-decoration: underline; }
.list-attributepages.with-description li { display: block; margin-bottom: 6px; }
.list-attributepages img { display: inline; vertical-align: middle; }
.list-attributepages .attributepages-short-description { margin-top: 3px; opacity: .7; }
.list-attributepages .attributepages-short-description p { margin-bottom: 5px; }
.attributepages-parent-link { font-size: 0.85em; }

/* helper classes */
.list-block li { display: block; }
.list-attributepages.a-center { text-align: center; }
.list-attributepages.clear { clear: both; }
.hidden-label .attributepages-parent-title { display: none; }

/* category listing */
.products-grid .list-attributepages {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
}
.products-list .list-attributepages,
.products-grid .list-attributepages { clear: left; }

@media (max-width: 480px) {
    .products-grid .list-attributepages {
        margin: 5px;
    }
}

.attributepages-grid,
.list-attributepages { zoom: 1; }
.attributepages-grid:after,
.list-attributepages:after { content: '.'; clear: both; display: block; visibility: hidden; height: 0; font-size: 0; }
.easybanner-banner > [data-content-type="html"] {
  display: contents;
}
.easybanner-banner img {
  vertical-align: top;
  height: auto;
}
.easybanner-layout-magazine {
  position: relative;
}
.easybanner-layout-magazine .easybanner-title {
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  color: #fafafa;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .easybanner-layout-magazine .easybanner-title {
    font-size: 18px;
  }
}
.easybanner-layout-magazine .easybanner-title.bottom {
  top: auto;
  bottom: 10px;
}
.easybanner-layout-magazine .easybanner-title.right {
  text-align: right;
  left: auto;
  right: 10px;
}
.easybanner-layout-book {
  display: flex;
  align-items: flex-start;
}
.easybanner-layout-book > img,
.easybanner-layout-book > picture {
  flex-shrink: 0;
}
.easybanner-layout-book.vertical {
  flex-direction: column;
}
.easybanner-layout-book > .content {
  padding: 2em 3em;
}
.easybanner-layout-book > .content.center {
  text-align: center;
}
.easybanner-layout-book > .content .easybanner-title {
  margin-top: 0;
}
.easybanner-layout-book > .content .easybanner-title:after {
  display: none;
}
.easybanner-layout-book > .content p {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .easybanner-layout-book > img,
  .easybanner-layout-book > picture {
    display: none;
  }
}
.easybanner-banner .block.newsletter {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
.easybanner-banner .easybanner-newsletter {
  max-width: 330px;
  margin: 20px auto 35px;
}
.easybanner-banner .easybanner-newsletter .block.newsletter > .title,
.easybanner-banner .easybanner-newsletter .block.newsletter .field.newsletter label > span.label {
  display: none;
}
.easybanner-banner .easybanner-newsletter .block.newsletter .form.subscribe {
  display: block;
  text-align: left;
}
.easybanner-banner .easybanner-newsletter .block.newsletter .form.subscribe > .field,
.easybanner-banner .easybanner-newsletter .block.newsletter .form.subscribe > .actions {
  float: none;
}
.easybanner-banner .easybanner-newsletter .block.newsletter .field .control {
  position: relative;
}
.easybanner-banner .easybanner-newsletter .block.newsletter .field .control:before {
  display: none;
}
.easybanner-banner .easybanner-newsletter .block.newsletter .field .control input {
  height: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 12px;
}
.easybanner-banner .easybanner-newsletter .block.newsletter .field .control input:focus {
  background-color: #f4f4f4;
}
.easybanner-banner .easybanner-newsletter .block.newsletter .actions {
  width: auto;
  display: block;
  margin-top: 10px;
}
.easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe {
  position: relative;
  border: 0;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  text-transform: none;
  background: #f54336;
  padding: 16px;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  transition: transform 100ms ease-in-out, box-shadow 100ms ease-in-out;
}
.easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe:active {
  transform: scale(0.97);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe span {
  text-transform: none;
  text-shadow: none;
  color: inherit;
  padding: 0;
  background: transparent;
}
.easybanner-close-icon {
  position: absolute;
  cursor: pointer;
  right: 2px;
  top: 2px;
  width: 30px;
  height: 30px;
}
.easybanner-close-icon::before,
.easybanner-close-icon::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 15px;
  top: 13px;
  left: 8px;
  background-color: #555555;
}
.easybanner-close-icon::before {
  transform: rotate(45deg);
}
.easybanner-close-icon::after {
  transform: rotate(-45deg);
}
.easybanner-close-icon:hover::before,
.easybanner-close-icon:hover::after {
  background-color: #111111;
}
.easybanner-banner.close-icon-light .easybanner-close-icon::before,
.easybanner-banner.close-icon-light .easybanner-close-icon::after {
  background-color: #eeeeee;
}
.easybanner-close-permanent-core {
  z-index: 100;
  position: absolute;
  bottom: 2px;
  right: 2px;
  padding: 2px 5px;
  font-size: 12px;
  color: #aaaaaa;
  transition: opacity 0.2s ease-in;
}
.easybanner-close-permanent-core:visited {
  color: #aaaaaa;
}
.easybanner-banner.permanent-close-dark .easybanner-close-permanent-core {
  color: #222222;
}
.easybanner-banner.permanent-close-dark .easybanner-close-permanent-core:visited {
  color: #222222;
}
.easybanner-banner.permanent-close-light .easybanner-close-permanent-core {
  color: #fafafa;
}
.easybanner-banner.permanent-close-light .easybanner-close-permanent-core:visited {
  color: #fafafa;
}
.easybanner-banner.permanent-close-hide .easybanner-close-permanent-core {
  display: none;
}
.easybanner-banner.no-border,
.easybanner-banner.no-borders {
  padding: 0;
}
.easybanner-banner.banner-dark {
  background-color: #222222;
  color: #ddd;
}
.easybanner-banner.banner-dark a {
  color: #888;
}
.easybanner-banner.banner-dark a:visited {
  color: #888;
}
.easybanner-banner.banner-dark .easybanner-close-icon::before,
.easybanner-banner.banner-dark .easybanner-close-icon::after {
  background-color: #eeeeee;
}
.easybanner-lightbox-el {
  border-radius: 2px;
  box-sizing: border-box;
  padding: 25px;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  max-width: 750px;
  text-align: left;
  --easybanner-translate-x: 0;
  --easybanner-translate-y: 0;
  --easybanner-scale-x: 1;
  --easybanner-scale-y: 1;
  --easybanner-transform: translateX(var(--easybanner-translate-x)) translateY(var(--easybanner-translate-y)) scaleX(var(--easybanner-scale-x)) scaleY(var(--easybanner-scale-y));
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 200ms, 200ms;
  transition-timing-function: ease-in-out;
  transform: var(--easybanner-transform);
}
.easybanner-lightbox-el.zoom-in {
  --easybanner-scale-x: 0.95;
  --easybanner-scale-y: 0.95;
}
.easybanner-lightbox-el.zoom-out {
  --easybanner-scale-x: 1.02;
  --easybanner-scale-y: 1.02;
}
.easybanner-lightbox-el.slide-up {
  --easybanner-translate-y: 10px;
}
.easybanner-lightbox-el.slide-up.full {
  --easybanner-translate-y: 100%;
}
.easybanner-lightbox-el.slide-down {
  --easybanner-translate-y: -10px;
}
.easybanner-lightbox-el.slide-down.full {
  --easybanner-translate-y: -100%;
}
.easybanner-lightbox-el.slide-left {
  --easybanner-translate-x: 10px;
}
.easybanner-lightbox-el.slide-left.full {
  --easybanner-translate-x: 100%;
}
.easybanner-lightbox-el.slide-right {
  --easybanner-translate-x: -10px;
}
.easybanner-lightbox-el.slide-right.full {
  --easybanner-translate-x: -100%;
}
.easybanner-lightbox-el.shown,
.easybanner-lightbox-el.shown.full {
  opacity: 1;
  --easybanner-translate-x: 0;
  --easybanner-translate-y: 0;
  --easybanner-scale-x: 1;
  --easybanner-scale-y: 1;
}
.easybanner-lightbox-content {
  overflow: auto;
}
.easybanner-lightbox-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f1f1f1;
}
.easybanner-lightbox-content::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
}
.easybanner-overlay-el {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 200ms opacity ease-in-out;
}
.easybanner-overlay-el.shown {
  opacity: 1;
}
.easybanner-awesomebar-el {
  box-sizing: border-box;
  padding: 25px;
  left: 0;
  top: -400px;
  position: fixed;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-align: left;
  z-index: 9998;
  width: 100%;
  transition: top 300ms ease;
}
.easybanner-awesomebar-el .easybanner-close-icon {
  right: 10px;
  top: 8px;
}
.easybanner-awesomebar-content {
  max-width: 960px;
  margin: 0 auto;
  max-height: 400px;
  overflow: auto;
}
.easybanner-awesomebar-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f1f1f1;
}
.easybanner-awesomebar-content::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
}
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper, .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification,
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube,
.swiper-container.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip,
.swiper-container.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards,
.swiper-container.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}
.blog-page-list .blog-top-image {padding-bottom: 20px}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 600;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.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;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Wimakeit/pharmamed/nl_NL/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-index-index .index-description,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/Wimakeit/pharmamed/nl_NL/Magefan_Blog/images/time-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}

.blog-page-list .index-description {margin-bottom: 15px}

/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
@media (max-width: 1024px) {
    .post-list.modern .post-info .post-read-more {display: none;}
}
@media (max-width: 639px) {
    .post-list.modern .post-container {flex-direction: column;}
    .post-list.modern .post-image {flex: 0 0 100%;width: 100%;}
    .post-list.modern .post-info {flex: 0 0 100%;max-width: 100%;width: 100%;padding: 25px 0 0;}
    /*.post-list.modern .post-description {display: none;}*/
}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;margin: 0;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Wimakeit/pharmamed/nl_NL/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */@CHARSET "UTF-8";

*, *:before, *:after {
    box-sizing: border-box;
}

select.tax_display_select {
    background-color: #f0f0f0;
    border-radius: 3px;
    padding: 0px 20px 0px 5px;
    height: 24px;
    cursor: pointer;
}

select.tax_display_select option {
    cursor: pointer
}

.price-including-tax::after {
    content: attr(data-label);
    font-size: 0.8rem;
    margin-left: 5px;
}

.price-excluding-tax::after {
    content: attr(data-label);
    font-size: 0.8rem;
    margin-left: 5px;
}

[data-label="HTVA"]::after,
[data-label="Excl. BTW"]::after {
    content: attr(data-label);
    font-size: 0.8rem;
    margin-left: 5px;
}

[data-label="TVAC"]::after,
[data-label="Incl. BTW"]::after {
    content: attr(data-label);
    font-size: 0.8rem;
    margin-left: 5px;
}


input[type="radio"][name="tax_display"] {
    margin: 2px;
}

.toggle-wrapper {
    position: relative;
    z-index: 1;
    margin-top: -4px;
}

.toggle-wrapper label {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    position: relative;
    text-align: center;
    transition: background 600ms ease, color 600ms ease;
}

.toggle-wrapper input[type=radio].toggle {
    display: none;
}

.toggle-wrapper input[type=radio].toggle + label {
    position: relative;
    cursor: pointer;
    min-width: 60px;
}

.toggle-wrapper input[type=radio].toggle + label:hover {
    background: none;
    color: #1a1a1a;
}

.toggle-wrapper input[type=radio].toggle + label:after {
    background: #000;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    z-index: -1;
}

.toggle-wrapper input[type=radio].toggle.toggle-2 + label {
    border-right: 0;
}

.toggle-wrapper input[type=radio].toggle.toggle-2 + label:after {
    left: 100%;
}

.toggle-wrapper input[type=radio].toggle.toggle-1 + label {
    margin-left: -5px;
}

.toggle-wrapper input[type=radio].toggle.toggle-1 + label:after {
    left: -100%;
}

.toggle-wrapper input[type=radio].toggle:checked + label {
    cursor: default;
    color: #fff;
    transition: color 200ms;
}

.toggle-wrapper input[type=radio].toggle:checked + label:after {
    left: 0;
}

.toggle-wrapper-links a {
    color: #fff;
    cursor: pointer;
}

.toggle-wrapper-links a:hover {
    text-decoration: none;
}

.toggle-wrapper-links .toggle {
    display: inline-block;
    border-radius: 11px;
    vertical-align: text-top;
    position: relative;
}

.toggle-wrapper-links .toggle:after {
    content: "";
    display: block;
    border-radius: 11px;
    position: absolute;
}

.toggle-wrapper-links .toggle-off:after {
    right: 5px;
    left: inherit
}
